davy66666 1 maand geleden
bovenliggende
commit
47d662dbd4
100 gewijzigde bestanden met toevoegingen van 47883 en 4 verwijderingen
  1. 58 0
      app/mq/kafka/.air.toml
  2. 1 0
      app/mq/kafka/air.pid
  3. 21 0
      app/mq/kafka/desc/kafka.api
  4. 20 0
      app/mq/kafka/etc/kafka-api.yaml
  5. 11 0
      app/mq/kafka/internal/config/config.go
  6. 28 0
      app/mq/kafka/internal/handler/createUserHandler.go
  7. 28 0
      app/mq/kafka/internal/handler/getUserHandler.go
  8. 29 0
      app/mq/kafka/internal/handler/routes.go
  9. 30 0
      app/mq/kafka/internal/logic/createUserLogic.go
  10. 30 0
      app/mq/kafka/internal/logic/getUserLogic.go
  11. 19 0
      app/mq/kafka/internal/mqs/mqs.go
  12. 26 0
      app/mq/kafka/internal/mqs/pokerBet.go
  13. 1 4
      app/mq/kafka/internal/svc/serviceContext.go
  14. 10 0
      app/mq/kafka/internal/types/types.go
  15. 40 0
      app/mq/kafka/kafka.go
  16. 55 0
      app/mq/kafka/logs/access.log
  17. 1581 0
      app/mq/kafka/logs/error.log
  18. 2497 0
      app/mq/kafka/logs/error.log-2025-01-11
  19. 2638 0
      app/mq/kafka/logs/error.log-2025-01-12
  20. 2311 0
      app/mq/kafka/logs/error.log-2025-01-13
  21. 2757 0
      app/mq/kafka/logs/error.log-2025-01-14
  22. 2469 0
      app/mq/kafka/logs/error.log-2025-01-15
  23. 2242 0
      app/mq/kafka/logs/error.log-2025-01-16
  24. 2629 0
      app/mq/kafka/logs/error.log-2025-01-17
  25. 0 0
      app/mq/kafka/logs/severe.log
  26. 0 0
      app/mq/kafka/logs/slow.log
  27. 659 0
      app/mq/kafka/logs/stat.log
  28. 1041 0
      app/mq/kafka/logs/stat.log-2025-01-11
  29. 1099 0
      app/mq/kafka/logs/stat.log-2025-01-12
  30. 963 0
      app/mq/kafka/logs/stat.log-2025-01-13
  31. 1149 0
      app/mq/kafka/logs/stat.log-2025-01-14
  32. 1028 0
      app/mq/kafka/logs/stat.log-2025-01-15
  33. 934 0
      app/mq/kafka/logs/stat.log-2025-01-16
  34. 1120 0
      app/mq/kafka/logs/stat.log-2025-01-17
  35. BIN
      app/mq/kafka/tmp/main
  36. 58 0
      app/mq/rabbitmq/.air.toml
  37. 1 0
      app/mq/rabbitmq/air.pid
  38. 21 0
      app/mq/rabbitmq/desc/rabbitmq.api
  39. 23 0
      app/mq/rabbitmq/etc/rabbitmq-api.yaml
  40. 12 0
      app/mq/rabbitmq/internal/config/config.go
  41. 28 0
      app/mq/rabbitmq/internal/handler/createUserHandler.go
  42. 28 0
      app/mq/rabbitmq/internal/handler/getUserHandler.go
  43. 29 0
      app/mq/rabbitmq/internal/handler/routes.go
  44. 30 0
      app/mq/rabbitmq/internal/logic/createUserLogic.go
  45. 30 0
      app/mq/rabbitmq/internal/logic/getUserLogic.go
  46. 46 0
      app/mq/rabbitmq/internal/mqs/admin.go
  47. 19 0
      app/mq/rabbitmq/internal/mqs/mqs.go
  48. 28 0
      app/mq/rabbitmq/internal/mqs/pokerBet.go
  49. 18 0
      app/mq/rabbitmq/internal/svc/serviceContext.go
  50. 10 0
      app/mq/rabbitmq/internal/types/types.go
  51. 8 0
      app/mq/rabbitmq/logs/access.log
  52. 39 0
      app/mq/rabbitmq/logs/error.log
  53. 0 0
      app/mq/rabbitmq/logs/severe.log
  54. 0 0
      app/mq/rabbitmq/logs/slow.log
  55. 659 0
      app/mq/rabbitmq/logs/stat.log
  56. 1041 0
      app/mq/rabbitmq/logs/stat.log-2025-01-11
  57. 1099 0
      app/mq/rabbitmq/logs/stat.log-2025-01-12
  58. 963 0
      app/mq/rabbitmq/logs/stat.log-2025-01-13
  59. 1149 0
      app/mq/rabbitmq/logs/stat.log-2025-01-14
  60. 1028 0
      app/mq/rabbitmq/logs/stat.log-2025-01-15
  61. 934 0
      app/mq/rabbitmq/logs/stat.log-2025-01-16
  62. 1120 0
      app/mq/rabbitmq/logs/stat.log-2025-01-17
  63. 42 0
      app/mq/rabbitmq/rabbitmq.go
  64. BIN
      app/mq/rabbitmq/tmp/main
  65. 58 0
      app/rtc/api/.air.toml
  66. 1 0
      app/rtc/api/air.pid
  67. 85 0
      app/rtc/api/desc/room/room.api
  68. 94 0
      app/rtc/api/desc/user/user.api
  69. 104 0
      app/rtc/api/desc/usercenter.api
  70. 65 0
      app/rtc/api/etc/usercenter.yaml
  71. 7464 0
      app/rtc/api/internal/algorithm/7462.txt
  72. 0 0
      app/rtc/api/internal/algorithm/Pocker Rule.html
  73. 222 0
      app/rtc/api/internal/algorithm/cards.go
  74. 302 0
      app/rtc/api/internal/algorithm/cards_test.go
  75. 41 0
      app/rtc/api/internal/algorithm/constan.go
  76. 23 0
      app/rtc/api/internal/algorithm/dealer.go
  77. 12 0
      app/rtc/api/internal/algorithm/dealer_test.go
  78. 944 0
      app/rtc/api/internal/algorithm/flush_test.go
  79. 42 0
      app/rtc/api/internal/algorithm/pk.go
  80. 124 0
      app/rtc/api/internal/algorithm/sort.go
  81. 22 0
      app/rtc/api/internal/algorithm/sort_test.go
  82. 139 0
      app/rtc/api/internal/algorithm/tostring.go
  83. 21 0
      app/rtc/api/internal/config/config.go
  84. 80 0
      app/rtc/api/internal/game/client.go
  85. 21 0
      app/rtc/api/internal/game/constan.go
  86. 470 0
      app/rtc/api/internal/game/game_rule.go
  87. 292 0
      app/rtc/api/internal/game/hub.go
  88. 184 0
      app/rtc/api/internal/game/player.go
  89. 69 0
      app/rtc/api/internal/game/pot.go
  90. 21 0
      app/rtc/api/internal/game/pot_test.go
  91. 358 0
      app/rtc/api/internal/game/room.go
  92. 27 0
      app/rtc/api/internal/game/room/interface.go
  93. 117 0
      app/rtc/api/internal/game/room/msg_loop.go
  94. 110 0
      app/rtc/api/internal/game/room/room_list.go
  95. 186 0
      app/rtc/api/internal/game/room_internal_handler.go
  96. 70 0
      app/rtc/api/internal/game/room_test.go
  97. 41 0
      app/rtc/api/internal/game/stack.go
  98. 29 0
      app/rtc/api/internal/handler/room/betHandler.go
  99. 29 0
      app/rtc/api/internal/handler/room/chatHandler.go
  100. 29 0
      app/rtc/api/internal/handler/room/createRoomHandler.go

+ 58 - 0
app/mq/kafka/.air.toml

@@ -0,0 +1,58 @@
+root = "."
+testdata_dir = "testdata"
+tmp_dir = "tmp"
+
+[build]
+  args_bin = []
+  bin = "./tmp/main"
+  cmd = "go build -o ./tmp/main ."
+  delay = 1000
+  exclude_dir = ["logs", "tmp", "vendor", "testdata"]
+  exclude_file = []
+  exclude_regex = ["_test.go"]
+  exclude_unchanged = true
+  follow_symlink = false
+  full_bin = ""
+  include_dir = [
+    "desc",
+    "etc",
+    "internal",
+    "../../../../model",
+    "../../../../pkg",
+  ]
+  include_ext = ["go", "yaml", "toml", "html"]
+  include_file = []
+  kill_delay = "0s"
+  log = "build-errors.log"
+  poll = false
+  poll_interval = 0
+  post_cmd = []
+  pre_cmd = []
+  rerun = false
+  rerun_delay = 500
+  send_interrupt = false
+  stop_on_error = false
+
+[color]
+  app = ""
+  build = "yellow"
+  main = "magenta"
+  runner = "green"
+  watcher = "cyan"
+
+[log]
+  main_only = false
+  silent = false
+  time = false
+
+[misc]
+  clean_on_exit = false
+
+[proxy]
+  app_port = 0
+  enabled = false
+  proxy_port = 0
+
+[screen]
+  clear_on_rebuild = false
+  keep_scroll = true

+ 1 - 0
app/mq/kafka/air.pid

@@ -0,0 +1 @@
+75532

+ 21 - 0
app/mq/kafka/desc/kafka.api

@@ -0,0 +1,21 @@
+syntax = "v1"
+
+info (
+	title:  "kafka服务队列" // TODO: add title
+	desc:   "kafka服务队列" // TODO: add description
+	author: "davy66666"
+	email:  "macxiaohai@gmail.com"
+)
+
+type request {}
+
+type response {}
+
+service kafka-api {
+	@handler GetUser // TODO: set handler name and delete this comment
+	get /users/id/:userId (request) returns (response)
+
+	@handler CreateUser // TODO: set handler name and delete this comment
+	post /users/create (request)
+}
+

+ 20 - 0
app/mq/kafka/etc/kafka-api.yaml

@@ -0,0 +1,20 @@
+Name: kafka-api
+Host: 0.0.0.0
+Port: 10001
+
+#kq
+KqConsumerConf:
+  Name: kqConsumer
+  Brokers:
+    - 192.168.2.11:9092
+  Group: kqConsumer
+  Topic: poker-bet
+  Offset: first
+  Consumers: 8
+  Processors: 8
+
+Log:
+  ServiceName: kafka-api
+  Level: info   # 日志级别,可选值:debug, info, warn, error
+  KeepDays: 7
+  Mode: file

+ 11 - 0
app/mq/kafka/internal/config/config.go

@@ -0,0 +1,11 @@
+package config
+
+import (
+	"github.com/zeromicro/go-queue/kq"
+	"github.com/zeromicro/go-zero/rest"
+)
+
+type Config struct {
+	rest.RestConf
+	KqConsumerConf kq.KqConf
+}

+ 28 - 0
app/mq/kafka/internal/handler/createUserHandler.go

@@ -0,0 +1,28 @@
+package handler
+
+import (
+	"net/http"
+
+	"github.com/zeromicro/go-zero/rest/httpx"
+	"microGame/app/mq/cmd/kafka/internal/logic"
+	"microGame/app/mq/cmd/kafka/internal/svc"
+	"microGame/app/mq/cmd/kafka/internal/types"
+)
+
+func CreateUserHandler(svcCtx *svc.ServiceContext) http.HandlerFunc {
+	return func(w http.ResponseWriter, r *http.Request) {
+		var req types.Request
+		if err := httpx.Parse(r, &req); err != nil {
+			httpx.ErrorCtx(r.Context(), w, err)
+			return
+		}
+
+		l := logic.NewCreateUserLogic(r.Context(), svcCtx)
+		err := l.CreateUser(&req)
+		if err != nil {
+			httpx.ErrorCtx(r.Context(), w, err)
+		} else {
+			httpx.Ok(w)
+		}
+	}
+}

+ 28 - 0
app/mq/kafka/internal/handler/getUserHandler.go

@@ -0,0 +1,28 @@
+package handler
+
+import (
+	"net/http"
+
+	"github.com/zeromicro/go-zero/rest/httpx"
+	"microGame/app/mq/cmd/kafka/internal/logic"
+	"microGame/app/mq/cmd/kafka/internal/svc"
+	"microGame/app/mq/cmd/kafka/internal/types"
+)
+
+func GetUserHandler(svcCtx *svc.ServiceContext) http.HandlerFunc {
+	return func(w http.ResponseWriter, r *http.Request) {
+		var req types.Request
+		if err := httpx.Parse(r, &req); err != nil {
+			httpx.ErrorCtx(r.Context(), w, err)
+			return
+		}
+
+		l := logic.NewGetUserLogic(r.Context(), svcCtx)
+		resp, err := l.GetUser(&req)
+		if err != nil {
+			httpx.ErrorCtx(r.Context(), w, err)
+		} else {
+			httpx.OkJsonCtx(r.Context(), w, resp)
+		}
+	}
+}

+ 29 - 0
app/mq/kafka/internal/handler/routes.go

@@ -0,0 +1,29 @@
+// Code generated by goctl. DO NOT EDIT.
+// goctl 1.7.3
+
+package handler
+
+import (
+	"net/http"
+
+	"microGame/app/mq/cmd/kafka/internal/svc"
+
+	"github.com/zeromicro/go-zero/rest"
+)
+
+func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) {
+	server.AddRoutes(
+		[]rest.Route{
+			{
+				Method:  http.MethodPost,
+				Path:    "/users/create",
+				Handler: CreateUserHandler(serverCtx),
+			},
+			{
+				Method:  http.MethodGet,
+				Path:    "/users/id/:userId",
+				Handler: GetUserHandler(serverCtx),
+			},
+		},
+	)
+}

+ 30 - 0
app/mq/kafka/internal/logic/createUserLogic.go

@@ -0,0 +1,30 @@
+package logic
+
+import (
+	"context"
+
+	"microGame/app/mq/cmd/kafka/internal/svc"
+	"microGame/app/mq/cmd/kafka/internal/types"
+
+	"github.com/zeromicro/go-zero/core/logx"
+)
+
+type CreateUserLogic struct {
+	logx.Logger
+	ctx    context.Context
+	svcCtx *svc.ServiceContext
+}
+
+func NewCreateUserLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateUserLogic {
+	return &CreateUserLogic{
+		Logger: logx.WithContext(ctx),
+		ctx:    ctx,
+		svcCtx: svcCtx,
+	}
+}
+
+func (l *CreateUserLogic) CreateUser(req *types.Request) error {
+	// todo: add your logic here and delete this line
+
+	return nil
+}

+ 30 - 0
app/mq/kafka/internal/logic/getUserLogic.go

@@ -0,0 +1,30 @@
+package logic
+
+import (
+	"context"
+
+	"microGame/app/mq/cmd/kafka/internal/svc"
+	"microGame/app/mq/cmd/kafka/internal/types"
+
+	"github.com/zeromicro/go-zero/core/logx"
+)
+
+type GetUserLogic struct {
+	logx.Logger
+	ctx    context.Context
+	svcCtx *svc.ServiceContext
+}
+
+func NewGetUserLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetUserLogic {
+	return &GetUserLogic{
+		Logger: logx.WithContext(ctx),
+		ctx:    ctx,
+		svcCtx: svcCtx,
+	}
+}
+
+func (l *GetUserLogic) GetUser(req *types.Request) (resp *types.Response, err error) {
+	// todo: add your logic here and delete this line
+
+	return
+}

+ 19 - 0
app/mq/kafka/internal/mqs/mqs.go

@@ -0,0 +1,19 @@
+package mqs
+
+import (
+	"context"
+	"github.com/zeromicro/go-queue/kq"
+	"github.com/zeromicro/go-zero/core/service"
+	"microGame/app/mq/cmd/kafka/internal/config"
+	"microGame/app/mq/cmd/kafka/internal/svc"
+)
+
+func Consumers(c config.Config, ctx context.Context, svcContext *svc.ServiceContext) []service.Service {
+
+	return []service.Service{
+		//Listening for changes in consumption flow status
+		kq.MustNewQueue(c.KqConsumerConf, NewPokerBet(ctx, svcContext)),
+		//.....
+	}
+
+}

+ 26 - 0
app/mq/kafka/internal/mqs/pokerBet.go

@@ -0,0 +1,26 @@
+package mqs
+
+import (
+	"context"
+	"github.com/zeromicro/go-zero/core/logc"
+	"github.com/zeromicro/go-zero/core/logx"
+	"microGame/app/mq/cmd/kafka/internal/svc"
+)
+
+type PokerBet struct {
+	ctx    context.Context
+	svcCtx *svc.ServiceContext
+}
+
+func NewPokerBet(ctx context.Context, svcCtx *svc.ServiceContext) *PokerBet {
+	return &PokerBet{
+		ctx:    ctx,
+		svcCtx: svcCtx,
+	}
+}
+
+func (l *PokerBet) Consume(ctx context.Context, key, val string) error {
+	logx.Infof("kafka consume Success key :%s , val :%s", key, val)
+	logc.Errorf(l.ctx, "logc.Errorf kafka consume Success key :%s , val :%s", key, val)
+	return nil
+}

+ 1 - 4
internal/svc/servicecontext.go → app/mq/kafka/internal/svc/serviceContext.go

@@ -1,18 +1,15 @@
 package svc
 
 import (
-	"github.com/zeromicro/go-zero/core/stores/redis"
-	"self-im-rtc/internal/config"
+	"microGame/app/mq/cmd/kafka/internal/config"
 )
 
 type ServiceContext struct {
 	Config config.Config
-	Redis  *redis.Redis
 }
 
 func NewServiceContext(c config.Config) *ServiceContext {
 	return &ServiceContext{
 		Config: c,
-		Redis:  redis.MustNewRedis(c.RedisConf),
 	}
 }

+ 10 - 0
app/mq/kafka/internal/types/types.go

@@ -0,0 +1,10 @@
+// Code generated by goctl. DO NOT EDIT.
+// goctl 1.7.3
+
+package types
+
+type Request struct {
+}
+
+type Response struct {
+}

+ 40 - 0
app/mq/kafka/kafka.go

@@ -0,0 +1,40 @@
+package main
+
+import (
+	"context"
+	"flag"
+	"fmt"
+	"github.com/zeromicro/go-zero/core/service"
+	"microGame/app/mq/cmd/kafka/internal/mqs"
+
+	"microGame/app/mq/cmd/kafka/internal/config"
+	"microGame/app/mq/cmd/kafka/internal/svc"
+
+	"github.com/zeromicro/go-zero/core/conf"
+	"github.com/zeromicro/go-zero/rest"
+)
+
+var configFile = flag.String("f", "etc/kafka-api.yaml", "the config file")
+
+func main() {
+	flag.Parse()
+
+	var c config.Config
+	conf.MustLoad(*configFile, &c)
+
+	server := rest.MustNewServer(c.RestConf)
+	defer server.Stop()
+
+	svcCtx := svc.NewServiceContext(c)
+	// handler.RegisterHandlers(server, svcCtx)
+	ctx := context.Background()
+	serviceGroup := service.NewServiceGroup()
+	defer serviceGroup.Stop()
+
+	for _, mq := range mqs.Consumers(c, ctx, svcCtx) {
+		serviceGroup.Add(mq)
+	}
+
+	fmt.Printf("Starting kafka server at %s:%d...\n", c.Host, c.Port)
+	serviceGroup.Start()
+}

+ 55 - 0
app/mq/kafka/logs/access.log

@@ -0,0 +1,55 @@
+{"@timestamp":"2025-01-06T00:43:43.595+08:00","caller":"mqs/pokerBet.go:22","content":"kafka consume Success key : , val :111111111","level":"info"}
+{"@timestamp":"2025-01-06T00:58:45.248+08:00","caller":"proc/shutdown.go:58","content":"Got signal 15, shutting down...","level":"info"}
+{"@timestamp":"2025-01-06T00:58:46.249+08:00","caller":"service/servicegroup.go:53","content":"Shutting down services in group","level":"info"}
+{"@timestamp":"2025-01-06T00:58:46.249+08:00","caller":"service/servicegroup.go:53","content":"Shutting down services in group","level":"info"}
+{"@timestamp":"2025-01-06T03:09:40.548+08:00","caller":"mqs/pokerBet.go:23","content":"kafka consume Success key :1736104109744576000 , val :{\"username\":\"davy002\"}","level":"info"}
+{"@timestamp":"2025-01-06T03:09:40.548+08:00","caller":"mqs/pokerBet.go:23","content":"kafka consume Success key :1736103994069038000 , val :{\"username\":\"davy002\"}","level":"info"}
+{"@timestamp":"2025-01-06T03:09:54.153+08:00","caller":"mqs/pokerBet.go:23","content":"kafka consume Success key :1736104191848502000 , val :{\"username\":\"davy002\"}","level":"info"}
+{"@timestamp":"2025-01-06T03:20:16.444+08:00","caller":"mqs/pokerBet.go:23","content":"kafka consume Success key :1736104814206715000 , val :{\"username\":\"davy002\"}","level":"info"}
+{"@timestamp":"2025-01-06T03:20:41.285+08:00","caller":"mqs/pokerBet.go:23","content":"kafka consume Success key :1736104838569145000 , val :{\"username\":\"davy002\"}","level":"info"}
+{"@timestamp":"2025-01-06T04:33:35.862+08:00","caller":"proc/shutdown.go:58","content":"Got signal 15, shutting down...","level":"info"}
+{"@timestamp":"2025-01-06T04:33:36.863+08:00","caller":"service/servicegroup.go:53","content":"Shutting down services in group","level":"info"}
+{"@timestamp":"2025-01-06T05:07:29.590+08:00","caller":"mqs/pokerBet.go:23","content":"kafka consume Success key :1736111231501242000 , val :{\"username\":\"davy002\"}","level":"info"}
+{"@timestamp":"2025-01-06T05:07:29.590+08:00","caller":"mqs/pokerBet.go:23","content":"kafka consume Success key :1736110695736347000 , val :{\"username\":\"davy002\"}","level":"info"}
+{"@timestamp":"2025-01-06T05:07:29.590+08:00","caller":"mqs/pokerBet.go:23","content":"kafka consume Success key :1736110811353905000 , val :{\"username\":\"davy002\"}","level":"info"}
+{"@timestamp":"2025-01-06T05:07:29.590+08:00","caller":"mqs/pokerBet.go:23","content":"kafka consume Success key :1736111080918472000 , val :{\"username\":\"davy002\"}","level":"info"}
+{"@timestamp":"2025-01-06T05:07:29.590+08:00","caller":"mqs/pokerBet.go:23","content":"kafka consume Success key :1736110608932803000 , val :{\"username\":\"davy002\"}","level":"info"}
+{"@timestamp":"2025-01-06T05:07:29.590+08:00","caller":"mqs/pokerBet.go:23","content":"kafka consume Success key :1736111081911814000 , val :{\"username\":\"davy002\"}","level":"info"}
+{"@timestamp":"2025-01-06T05:07:29.590+08:00","caller":"mqs/pokerBet.go:23","content":"kafka consume Success key :1736111082533285000 , val :{\"username\":\"davy002\"}","level":"info"}
+{"@timestamp":"2025-01-06T05:07:29.590+08:00","caller":"mqs/pokerBet.go:23","content":"kafka consume Success key :1736110697493389000 , val :{\"username\":\"davy002\"}","level":"info"}
+{"@timestamp":"2025-01-06T05:07:29.590+08:00","caller":"mqs/pokerBet.go:23","content":"kafka consume Success key :1736110696623876000 , val :{\"username\":\"davy002\"}","level":"info"}
+{"@timestamp":"2025-01-06T05:09:27.882+08:00","caller":"mqs/pokerBet.go:23","content":"kafka consume Success key :1736111365584117000 , val :{\"username\":\"davy002\"}","level":"info"}
+{"@timestamp":"2025-01-06T05:10:17.876+08:00","caller":"mqs/pokerBet.go:23","content":"kafka consume Success key :1736111415471344000 , val :{\"username\":\"davy002\"}","level":"info"}
+{"@timestamp":"2025-01-06T05:11:16.039+08:00","caller":"mqs/pokerBet.go:23","content":"kafka consume Success key :1736111473583861000 , val :{\"username\":\"davy002\"}","level":"info"}
+{"@timestamp":"2025-01-06T05:11:37.184+08:00","caller":"mqs/pokerBet.go:23","content":"kafka consume Success key :1736111494997672000 , val :{\"username\":\"davy002\"}","level":"info"}
+{"@timestamp":"2025-01-06T05:34:27.114+08:00","caller":"proc/shutdown.go:58","content":"Got signal 2, shutting down...","level":"info"}
+{"@timestamp":"2025-01-06T05:34:28.115+08:00","caller":"service/servicegroup.go:53","content":"Shutting down services in group","level":"info"}
+{"@timestamp":"2025-01-06T05:34:28.115+08:00","caller":"service/servicegroup.go:53","content":"Shutting down services in group","level":"info"}
+{"@timestamp":"2025-01-06T05:38:00.623+08:00","caller":"proc/shutdown.go:58","content":"Got signal 2, shutting down...","level":"info"}
+{"@timestamp":"2025-01-06T05:38:01.625+08:00","caller":"service/servicegroup.go:53","content":"Shutting down services in group","level":"info"}
+{"@timestamp":"2025-01-06T05:38:01.625+08:00","caller":"service/servicegroup.go:53","content":"Shutting down services in group","level":"info"}
+{"@timestamp":"2025-01-06T06:30:44.500+08:00","caller":"proc/shutdown.go:58","content":"Got signal 2, shutting down...","level":"info"}
+{"@timestamp":"2025-01-06T06:30:45.502+08:00","caller":"service/servicegroup.go:53","content":"Shutting down services in group","level":"info"}
+{"@timestamp":"2025-01-06T06:30:45.502+08:00","caller":"service/servicegroup.go:53","content":"Shutting down services in group","level":"info"}
+{"@timestamp":"2025-01-06T06:48:27.982+08:00","caller":"proc/shutdown.go:58","content":"Got signal 2, shutting down...","level":"info"}
+{"@timestamp":"2025-01-06T06:48:28.983+08:00","caller":"service/servicegroup.go:53","content":"Shutting down services in group","level":"info"}
+{"@timestamp":"2025-01-06T06:48:28.983+08:00","caller":"service/servicegroup.go:53","content":"Shutting down services in group","level":"info"}
+{"@timestamp":"2025-01-07T00:32:01.137+08:00","caller":"mqs/pokerBet.go:23","content":"kafka consume Success key :1736181118666216000 , val :{\"username\":\"John001\"}","level":"info"}
+{"@timestamp":"2025-01-07T00:33:20.256+08:00","caller":"mqs/pokerBet.go:23","content":"kafka consume Success key :1736181197679765000 , val :{\"username\":\"John001\"}","level":"info"}
+{"@timestamp":"2025-01-07T00:33:20.256+08:00","caller":"mqs/pokerBet.go:23","content":"kafka consume Success key :1736181198673504000 , val :{\"username\":\"John001\"}","level":"info"}
+{"@timestamp":"2025-01-07T00:33:21.011+08:00","caller":"mqs/pokerBet.go:23","content":"kafka consume Success key :1736181199487056000 , val :{\"username\":\"John001\"}","level":"info"}
+{"@timestamp":"2025-01-07T00:33:23.277+08:00","caller":"mqs/pokerBet.go:23","content":"kafka consume Success key :1736181201401570000 , val :{\"username\":\"John001\"}","level":"info"}
+{"@timestamp":"2025-01-07T00:33:24.031+08:00","caller":"mqs/pokerBet.go:23","content":"kafka consume Success key :1736181202599723000 , val :{\"username\":\"John001\"}","level":"info"}
+{"@timestamp":"2025-01-07T00:36:49.175+08:00","caller":"mqs/pokerBet.go:23","content":"kafka consume Success key :1736181407893300000 , val :{\"username\":\"John001\"}","level":"info"}
+{"@timestamp":"2025-01-07T00:36:49.175+08:00","caller":"mqs/pokerBet.go:23","content":"kafka consume Success key :1736181407104192000 , val :{\"username\":\"John001\"}","level":"info"}
+{"@timestamp":"2025-01-07T00:41:15.669+08:00","caller":"mqs/pokerBet.go:23","content":"kafka consume Success key :1736181673015195000 , val :{\"username\":\"John002\"}","level":"info"}
+{"@timestamp":"2025-01-07T01:26:00.584+08:00","caller":"mqs/pokerBet.go:23","content":"kafka consume Success key :1736184358141231000 , val :{\"username\":\"John002\"}","level":"info"}
+{"@timestamp":"2025-01-07T01:26:18.653+08:00","caller":"mqs/pokerBet.go:23","content":"kafka consume Success key :1736184376451353000 , val :{\"username\":\"John003\"}","level":"info"}
+{"@timestamp":"2025-01-07T01:30:31.479+08:00","caller":"mqs/pokerBet.go:24","content":"kafka consume Success key :1736184628947310000 , val :{\"username\":\"John003\"}","level":"info"}
+{"@timestamp":"2025-01-07T01:42:55.912+08:00","caller":"mqs/pokerBet.go:23","content":"kafka consume Success key :1736185373873014000 , val :{\"username\":\"John003\"}","level":"info"}
+{"@timestamp":"2025-01-07T01:51:02.687+08:00","caller":"mqs/pokerBet.go:23","content":"kafka consume Success key :1736185860246835000 , val :{\"username\":\"John003\"}","level":"info"}
+{"@timestamp":"2025-01-07T01:51:18.516+08:00","caller":"mqs/pokerBet.go:23","content":"kafka consume Success key :1736185876347766000 , val :{\"username\":\"John003\"}","level":"info"}
+{"@timestamp":"2025-01-07T01:51:41.877+08:00","caller":"mqs/pokerBet.go:23","content":"kafka consume Success key :1736185899570314000 , val :{\"username\":\"John003\"}","level":"info"}
+{"@timestamp":"2025-01-07T01:51:53.177+08:00","caller":"mqs/pokerBet.go:23","content":"kafka consume Success key :1736185910895969000 , val :{\"username\":\"John003\"}","level":"info"}
+{"@timestamp":"2025-01-07T01:55:44.464+08:00","caller":"mqs/pokerBet.go:23","content":"kafka consume Success key :1736186142057128000 , val :{\"username\":\"John003\"}","level":"info"}
+{"@timestamp":"2025-01-07T03:29:07.743+08:00","caller":"mqs/pokerBet.go:23","content":"kafka consume Success key :1736191745051354000 , val :{\"username\":\"John003\"}","level":"info"}

+ 1581 - 0
app/mq/kafka/logs/error.log

@@ -0,0 +1,1581 @@
+{"@timestamp":"2025-01-18T00:00:15.845+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T00:00:40.848+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T00:01:05.854+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T00:01:30.858+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T00:01:55.864+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T00:02:20.869+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T00:02:45.874+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T00:03:10.880+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T00:03:35.884+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T00:04:00.888+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T00:04:25.893+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T00:04:50.899+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T00:05:15.905+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T00:05:40.909+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T00:06:05.910+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T00:06:30.913+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T00:06:55.917+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T00:07:20.921+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T00:07:45.925+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T00:08:10.931+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T00:08:35.936+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T00:09:00.941+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T00:09:25.947+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T00:09:50.951+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T00:10:15.956+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T00:10:40.961+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T00:11:05.965+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T00:11:30.969+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T00:11:55.975+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T00:12:20.981+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T00:12:45.985+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T00:13:10.992+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T00:13:35.998+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T00:14:01.003+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T00:14:26.008+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T00:14:51.013+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T00:15:26.018+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:15:51.022+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:16:16.027+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:16:41.031+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:17:06.034+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:17:31.039+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:17:56.042+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:18:21.044+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:18:46.047+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:19:11.051+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:19:36.057+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:20:01.062+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:20:26.067+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:20:51.070+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:21:16.075+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:21:41.080+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:22:06.086+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:22:31.092+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:22:56.095+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:23:21.100+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:23:46.107+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:24:11.112+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:24:36.117+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:25:01.122+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:25:26.127+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:25:51.133+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:26:16.139+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:26:41.144+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:27:06.149+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:27:31.156+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:27:56.162+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:28:21.167+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:28:46.172+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:29:11.177+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:29:36.183+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:30:01.189+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:30:26.194+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:30:51.198+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:31:16.202+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:31:41.207+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:32:06.213+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:32:31.219+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:32:56.225+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:33:21.230+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:33:46.237+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:34:11.242+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:34:36.246+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:35:01.251+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:35:26.257+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:35:51.261+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:36:16.267+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:36:41.272+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:37:06.277+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:37:31.283+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:37:56.288+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:38:21.294+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:38:46.299+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:39:11.303+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:39:36.307+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:40:01.312+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:40:26.317+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:40:51.320+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:41:16.326+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:41:41.331+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:42:06.337+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:42:31.342+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:42:56.347+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:43:21.352+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:43:46.357+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:44:11.362+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:44:36.366+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:45:01.371+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:45:26.377+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:45:51.381+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:46:16.385+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:46:41.390+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:47:06.396+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:47:31.401+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:47:56.407+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:48:21.412+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:48:46.418+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:49:11.423+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:49:36.429+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:50:01.434+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:50:26.440+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:50:51.446+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:51:16.452+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:51:41.457+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:52:06.461+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:52:31.466+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:52:56.472+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:53:21.477+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:53:46.482+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:54:11.487+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:54:36.493+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:55:01.498+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:55:26.504+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:55:51.509+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:56:16.515+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:56:41.521+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:57:06.527+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:57:31.532+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:57:56.537+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:58:21.543+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:58:46.549+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:59:11.553+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T00:59:36.560+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:00:01.563+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:00:26.567+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:00:51.571+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:01:16.576+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:01:41.582+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:02:06.587+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:02:31.592+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:02:56.598+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:03:21.603+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:03:46.607+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:04:11.613+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:04:36.618+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:05:01.623+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:05:26.628+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:05:51.633+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:06:16.637+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:06:41.641+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:07:06.646+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:07:31.652+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:07:56.655+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:08:21.661+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:08:46.666+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:09:11.669+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:09:36.675+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:10:01.679+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:10:26.684+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:10:51.690+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:11:16.694+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:11:41.700+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:12:06.705+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:12:31.675+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:12:56.670+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:13:21.674+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:13:46.680+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:14:11.686+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:14:36.690+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:15:01.695+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:15:26.701+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:15:51.706+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:16:16.711+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:16:41.717+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:17:06.721+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:17:31.726+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:17:56.732+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:18:21.737+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:18:46.742+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:19:11.747+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:19:36.753+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:20:01.759+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:20:26.765+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:20:51.770+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:21:16.774+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:21:41.777+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:22:06.785+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:22:31.791+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:22:56.796+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:23:21.804+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:23:46.814+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:24:11.822+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:24:36.829+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:25:01.835+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:25:26.842+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:25:51.847+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:26:16.856+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:26:41.622+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:27:06.629+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:27:31.634+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:27:56.671+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:28:21.687+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:28:46.697+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:29:11.704+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:29:36.709+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:30:01.717+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:30:26.722+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:30:51.726+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:31:16.731+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:32:06.587+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:32:31.593+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:47:34.603+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:47:59.607+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:48:24.612+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:48:49.618+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T01:49:14.623+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:05:04.714+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:05:29.720+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:05:54.725+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:06:19.728+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:06:44.732+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:07:09.739+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:07:34.746+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:07:59.748+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:08:24.752+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:08:49.757+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:09:14.762+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:09:39.771+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:10:04.778+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:10:29.786+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:10:54.792+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:11:19.798+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:11:44.805+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:12:09.811+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:12:34.819+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:12:59.826+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:13:24.831+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:13:49.837+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:14:14.842+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:14:39.845+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:15:04.850+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:15:29.858+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:15:54.865+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:16:19.871+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:16:44.875+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:17:09.881+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:17:34.887+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:17:59.895+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:18:24.901+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:18:49.907+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:19:14.914+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:19:39.922+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:20:04.928+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:20:29.933+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:20:54.937+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:21:19.945+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:21:44.952+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:22:09.959+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:22:34.966+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:22:59.973+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:23:24.978+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:23:49.984+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:24:14.989+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:24:39.992+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:25:05.012+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:25:30.039+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:25:55.051+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:26:20.059+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:26:45.066+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:27:10.072+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:27:35.077+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:28:00.083+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:28:25.090+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:28:50.097+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:29:15.102+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:29:40.106+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:30:05.114+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:30:30.121+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:30:55.126+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:31:20.134+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:31:45.140+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:32:10.146+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:32:35.153+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:33:00.161+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:33:25.168+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:33:50.175+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:34:15.181+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:34:40.186+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:35:05.191+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:35:30.199+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:35:55.207+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:36:20.211+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:36:45.220+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:37:10.227+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:37:35.232+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:38:00.239+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:38:25.247+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:38:50.256+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:39:15.261+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:39:40.269+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:40:05.272+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:40:30.280+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:40:55.284+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:41:20.291+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T02:41:35.293+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T02:42:00.297+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T02:42:25.303+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T02:42:50.308+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T02:43:15.307+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T02:43:40.308+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T02:44:05.316+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T02:44:30.323+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T02:44:55.330+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T02:45:20.338+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T02:45:45.345+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T02:46:10.349+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T02:46:35.355+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T02:47:00.360+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T02:47:25.368+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T02:47:50.371+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T02:48:15.377+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T02:48:40.383+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T02:49:05.390+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T02:49:30.397+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T02:49:55.403+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T02:50:20.407+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T02:50:45.415+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T02:51:10.422+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T02:51:35.429+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T02:52:00.435+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T02:52:25.442+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T02:52:50.448+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T02:53:15.455+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T02:53:40.460+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T02:54:05.467+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T02:54:30.475+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T02:54:55.481+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T02:55:20.486+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T02:55:45.490+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T02:56:10.496+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T02:56:35.503+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T02:57:00.510+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T02:57:25.519+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T02:57:50.526+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T02:58:15.531+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T02:58:40.534+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T02:59:05.541+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T02:59:30.546+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T02:59:55.552+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:00:20.559+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:00:45.565+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:01:10.569+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:01:35.576+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:02:00.585+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:02:25.590+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:02:50.599+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:03:15.605+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:03:40.613+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:04:05.618+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:04:30.622+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:04:55.629+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:05:20.637+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:05:45.645+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:06:10.663+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:06:35.681+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:07:00.693+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:07:25.703+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:07:50.712+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:08:15.720+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:08:40.729+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:09:05.736+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:09:30.743+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:09:55.751+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:10:20.760+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:11:10.612+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:11:35.620+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:12:00.626+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:12:25.632+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:12:50.637+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:13:15.643+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:13:40.651+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:14:05.656+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:14:30.663+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:14:55.670+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:15:20.676+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:15:45.685+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:16:35.523+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:17:00.530+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:32:50.018+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:33:15.031+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:33:40.040+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:34:05.047+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:34:30.055+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:34:55.063+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:35:20.070+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:35:45.079+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:36:10.087+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:50:39.560+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:51:04.574+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:51:29.583+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:51:54.592+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:52:19.602+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:52:44.613+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:53:09.621+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:53:34.632+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:53:59.639+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:54:24.645+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:54:49.652+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:55:14.659+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:56:04.492+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T03:56:29.499+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:12:19.501+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:28:09.459+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:28:34.471+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:28:59.474+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:29:24.477+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:29:49.483+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:30:14.492+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:30:39.497+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:31:04.504+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:31:29.513+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:31:54.519+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:32:19.527+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:32:44.534+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:33:09.542+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:33:34.549+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:33:59.556+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:34:24.564+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:34:49.574+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:35:14.582+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:35:39.589+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:36:04.598+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:36:29.608+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:36:54.613+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:37:19.620+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:37:44.626+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:38:09.636+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:38:34.644+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:38:59.653+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:39:24.662+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:39:49.668+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:40:14.675+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:40:39.685+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:41:04.694+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:41:29.699+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:41:54.708+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:42:19.716+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:42:44.724+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:43:09.733+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:43:34.736+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:43:59.740+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:44:24.693+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:44:49.700+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:45:14.706+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:45:39.715+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:46:04.722+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:46:29.728+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:46:54.734+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:47:19.740+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:47:44.747+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:48:09.754+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:48:34.761+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:48:59.768+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:49:24.775+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:49:49.780+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:50:14.786+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:50:39.793+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:51:04.796+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:51:29.804+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:51:54.810+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:52:19.816+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:52:44.823+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:53:09.830+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:53:34.839+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:53:59.847+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:54:24.855+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:54:49.860+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:55:14.869+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:55:39.876+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:56:04.884+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:56:29.891+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:56:54.898+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:57:19.905+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:57:44.914+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:58:09.922+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:58:34.931+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:58:59.933+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:59:24.938+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T04:59:49.951+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:00:14.961+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:00:39.970+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:01:04.976+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:01:29.984+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:01:54.988+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:02:19.994+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:02:45.003+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:03:10.011+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:03:35.017+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:04:00.025+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:04:25.031+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:04:50.036+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:05:15.045+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:05:40.051+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:06:05.060+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:06:30.067+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:06:55.073+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:07:20.082+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:07:45.090+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:08:10.096+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:08:35.103+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:09:00.108+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:09:25.114+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:09:50.119+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:10:15.127+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:10:40.134+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:11:05.141+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:11:30.149+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:11:55.156+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:12:20.161+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:12:45.166+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:13:10.173+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:13:35.180+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:14:00.186+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:14:25.190+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:14:50.193+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:15:15.197+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:15:40.205+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:16:05.211+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:16:30.217+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:16:55.217+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:17:20.218+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:17:45.222+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:18:10.226+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:18:35.231+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:19:00.238+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:19:25.246+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:19:50.249+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:20:15.257+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:20:40.266+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:21:05.274+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:21:30.280+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:21:55.289+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:22:20.294+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:22:45.299+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:23:10.305+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:23:35.314+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:24:00.323+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:24:25.328+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:24:50.331+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:25:15.339+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:25:40.346+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:26:05.354+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:26:30.364+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:26:55.373+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:27:20.381+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:27:45.388+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:28:10.393+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:28:35.402+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:29:00.409+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:29:25.415+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:29:50.423+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:30:40.245+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:31:05.245+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:31:30.253+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:31:55.261+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:32:20.270+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:32:45.278+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:33:10.283+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:33:35.291+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:34:00.298+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:34:25.306+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:34:50.316+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:35:15.325+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:36:05.174+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:36:30.183+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:52:20.166+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T05:52:45.157+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:08:35.180+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:09:00.197+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:09:25.204+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:09:50.209+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:10:15.216+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:10:40.224+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:11:05.232+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:11:30.238+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:11:55.244+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:12:20.248+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:12:45.254+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:13:10.260+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:13:35.267+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:14:00.272+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:14:25.278+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:14:50.285+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:15:15.291+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:15:40.297+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:16:05.304+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:16:30.307+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:16:55.313+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:17:20.317+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:17:45.324+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:18:10.331+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:18:35.340+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:19:00.347+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:19:25.351+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:19:50.358+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:20:15.366+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:20:40.374+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:21:05.381+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:21:30.387+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:21:55.392+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:22:20.402+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:22:45.411+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:23:10.416+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:23:35.420+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:24:00.427+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:24:25.433+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:24:50.442+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:25:15.448+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:25:40.455+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:26:05.463+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:26:30.470+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:26:55.479+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:27:20.483+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:27:45.455+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:28:10.453+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:28:35.461+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:29:00.468+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:29:25.475+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:29:50.484+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:30:15.493+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:30:40.500+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:31:05.505+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:31:30.508+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:31:55.514+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:32:20.521+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:32:45.526+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:33:10.533+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:33:35.539+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:34:00.547+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:34:25.556+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:34:50.559+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:35:15.564+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:35:40.571+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:36:05.578+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:36:30.585+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:36:55.592+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:37:20.598+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:37:45.606+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:38:10.613+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:38:35.622+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:39:00.628+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:39:25.635+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:39:50.640+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:40:15.648+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:40:40.657+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:41:05.662+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:41:30.668+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:41:55.675+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:42:20.682+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:42:45.687+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:43:10.696+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:43:35.703+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:44:00.709+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:44:25.715+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:44:50.721+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:45:15.728+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:45:40.735+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:46:05.744+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:46:30.742+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:46:55.732+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:47:20.734+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:47:45.739+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:48:10.748+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:48:35.756+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:49:00.763+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:49:25.768+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:49:50.778+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:50:15.786+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:50:40.794+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:51:05.802+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:51:30.810+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:51:55.817+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:52:20.822+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:52:45.829+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:53:10.835+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:53:35.842+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:54:00.849+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:54:25.857+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:54:50.863+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:55:15.869+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:55:40.876+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:56:05.883+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:56:30.892+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:56:55.899+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:57:20.907+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:57:45.914+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:58:10.922+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:58:35.929+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:59:00.936+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:59:25.939+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T06:59:50.947+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:00:15.954+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:00:40.958+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:01:05.962+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:01:30.968+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:01:55.975+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:02:20.966+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:02:45.966+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:03:10.973+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:03:35.977+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:04:00.984+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:04:25.989+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:04:50.994+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:05:15.999+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:05:41.006+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:06:06.011+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:06:31.017+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:06:56.024+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:07:21.029+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:07:46.034+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:08:11.041+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:08:36.047+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:09:01.053+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:09:26.059+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:09:51.068+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:10:40.988+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:11:05.992+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:11:31.000+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:11:56.005+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:12:21.013+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:12:46.019+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:13:11.026+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:13:36.033+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:14:01.041+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:14:26.050+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:14:51.055+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:15:16.063+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:16:05.906+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:16:30.913+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:32:20.941+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:32:45.958+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:48:30.993+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: no route to host\"","level":"error"}
+{"@timestamp":"2025-01-18T07:48:45.997+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:49:11.002+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:49:36.010+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:50:01.018+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:50:26.023+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:50:51.029+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:51:16.036+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:51:41.039+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:52:06.046+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:52:31.052+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:52:56.061+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:53:21.069+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:53:46.103+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:54:11.123+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:54:36.132+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:55:01.137+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:55:26.145+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:55:51.155+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:56:16.162+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:56:41.168+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:57:06.177+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:57:31.184+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:57:56.189+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:58:21.196+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:58:46.204+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:59:11.210+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T07:59:36.219+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:00:01.227+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:00:26.234+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:00:51.242+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:01:16.251+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:01:41.258+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:02:06.264+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:02:31.267+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:02:56.271+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:03:21.278+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:03:46.283+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:04:11.290+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:04:36.297+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:05:01.305+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:05:26.310+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:05:51.318+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:06:16.323+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:06:41.329+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:07:06.334+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:07:31.342+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:07:56.349+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:08:21.358+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:08:46.366+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:09:11.372+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:09:36.379+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:10:01.386+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:10:26.392+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:10:51.412+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:11:16.426+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:11:41.436+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:12:06.444+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:12:31.451+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:12:56.457+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:13:21.463+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:13:46.470+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:14:11.475+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:14:36.484+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:15:01.490+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:15:26.495+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:15:51.502+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:16:16.510+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:16:41.517+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:17:06.522+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:17:31.528+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:17:56.535+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:18:21.540+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:18:46.544+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:19:11.548+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:19:36.557+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:20:01.560+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:20:26.566+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:20:51.573+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:21:16.580+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:21:41.590+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:22:06.599+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:22:31.606+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:22:56.614+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:23:21.622+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:23:46.630+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:24:11.638+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:24:36.645+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:25:01.652+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:25:26.660+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:25:51.668+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:26:16.667+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:26:41.667+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:27:06.675+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:27:31.682+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:27:56.689+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:28:21.697+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:28:46.705+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:29:11.709+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:29:36.716+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:30:01.722+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:30:26.729+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:30:51.738+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:31:16.748+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:31:41.755+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:32:06.764+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:32:31.771+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:32:56.778+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:33:21.781+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:33:46.789+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:34:11.798+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:34:36.804+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:35:01.813+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:35:26.817+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:35:51.823+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:36:16.830+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:36:41.837+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:37:06.843+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:37:31.849+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:37:56.856+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:38:21.863+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:38:46.870+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:39:11.877+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:39:36.887+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:40:01.895+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:40:26.904+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:40:51.912+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:41:16.920+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:41:41.929+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:42:06.938+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:42:31.946+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:42:56.954+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:43:21.959+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:43:46.966+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:44:11.970+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:44:36.978+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:45:01.987+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:45:26.995+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:45:52.004+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:46:17.012+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:46:42.020+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:47:07.026+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:47:32.032+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:47:57.036+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:48:22.042+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:48:47.047+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:49:12.055+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T08:49:37.062+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:06:13.279+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:06:38.285+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:07:03.188+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:07:28.194+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:07:53.200+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:08:18.206+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:08:43.211+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:09:08.216+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:09:33.224+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:09:58.231+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:10:23.239+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:10:48.246+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:11:13.249+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:11:38.255+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:12:03.261+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:12:28.266+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:12:53.272+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:13:18.281+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:13:43.286+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:14:08.292+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:14:33.299+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:14:58.305+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:15:23.312+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:15:48.320+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:16:13.328+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:16:38.335+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:17:03.341+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:17:28.347+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:17:53.352+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:18:18.359+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:18:43.363+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:19:08.370+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:19:33.377+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:19:58.381+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:20:23.389+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:20:48.393+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:21:13.400+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:21:38.403+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:22:03.410+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:22:28.416+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:22:53.421+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:23:18.429+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:23:43.437+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:24:08.445+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:24:33.452+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:24:58.461+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:25:23.468+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:25:48.474+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:26:13.483+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:26:38.488+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:27:03.493+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:27:28.500+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:27:53.506+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:28:18.513+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:28:43.520+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:29:08.527+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:29:33.532+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:29:58.540+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:30:23.549+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:30:48.557+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:31:13.564+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:31:38.572+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:32:03.577+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:32:28.583+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:32:53.589+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:33:18.597+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:33:43.602+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:34:08.608+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:34:33.614+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:34:58.616+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:35:23.622+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:35:48.628+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:36:13.636+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:36:38.643+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:37:03.650+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:37:28.657+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:37:53.666+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:38:18.675+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:38:43.681+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:39:08.688+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:39:33.694+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:39:58.701+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:40:23.708+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:40:48.714+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:41:13.720+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:41:38.726+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:42:03.734+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:42:28.743+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:42:53.749+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:43:18.754+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:43:43.759+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:44:08.768+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:44:33.777+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:44:58.782+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:45:23.790+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:45:48.797+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:46:13.803+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:46:38.809+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:47:03.816+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:47:28.821+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:47:53.826+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:48:18.834+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:48:43.840+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:49:08.848+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:49:33.851+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:49:58.854+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:50:23.859+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:50:48.867+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:51:13.870+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:51:38.877+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:52:03.881+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:52:28.887+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:52:53.895+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:53:18.900+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:53:43.909+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:54:08.916+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:54:33.922+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:54:58.929+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:55:23.936+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:55:48.944+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:56:13.951+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:56:38.958+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:57:03.965+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:57:28.973+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:57:53.979+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:58:18.983+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:58:43.991+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:59:08.998+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:59:34.003+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T09:59:59.010+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T10:00:24.013+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T10:00:49.019+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T10:01:14.025+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T10:01:39.034+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T10:02:04.042+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T10:02:29.050+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T10:02:54.055+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T10:03:19.062+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T10:03:44.068+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T10:04:09.077+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T10:04:34.084+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T10:04:59.089+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:05:24.091+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:05:49.098+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:06:14.103+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:06:39.110+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:07:04.116+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:07:29.123+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:25:01.852+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:25:26.862+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:25:51.872+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:26:16.893+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:26:41.904+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:27:06.911+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:27:31.920+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:27:56.927+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:28:21.934+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:28:46.943+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:29:11.952+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:29:36.960+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:30:01.969+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:30:26.975+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:30:51.983+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:31:16.993+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:31:41.998+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:32:07.006+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:32:32.014+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:32:57.021+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:33:22.029+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:33:47.037+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:34:12.044+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:34:37.051+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:35:02.059+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:35:27.066+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:35:52.071+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:36:17.075+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:36:42.080+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:37:07.082+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:37:32.085+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:37:57.089+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:38:22.094+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:38:47.098+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:39:12.104+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:39:37.109+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:40:02.114+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:40:27.119+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:40:52.125+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:41:17.131+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:41:42.136+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:42:07.140+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:42:32.144+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:42:57.150+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:43:22.153+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:43:47.158+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:44:12.163+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:44:37.168+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:45:02.173+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:45:27.178+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:45:52.182+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:46:17.188+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:46:42.193+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:47:07.199+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:47:32.205+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:47:57.210+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:48:22.215+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:48:47.220+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:49:12.226+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:49:37.231+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:50:02.236+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:50:27.242+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:50:52.248+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:51:17.254+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:51:42.262+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:52:07.270+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:52:32.278+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:52:57.288+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:53:22.295+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:53:47.303+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:54:12.310+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:54:37.318+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:55:02.324+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:55:27.330+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:55:52.337+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:56:17.340+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:56:42.346+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:57:07.353+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:57:32.358+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:57:57.364+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:58:22.372+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:58:47.379+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:59:12.385+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T10:59:37.394+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T11:00:02.401+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T11:00:27.406+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T11:00:52.414+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T11:01:17.423+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T11:16:55.157+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T11:32:34.041+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T11:32:59.048+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T11:33:24.052+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T11:33:49.058+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T11:34:14.062+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T11:34:39.070+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T11:35:04.078+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T11:35:29.085+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T11:35:54.092+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T11:36:19.100+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T11:36:44.108+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T11:37:09.116+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T11:37:34.123+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T11:53:03.309+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T11:53:28.312+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T11:53:53.318+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T11:54:18.325+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T11:54:43.335+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T11:55:08.342+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T11:55:33.348+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T11:55:58.355+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T11:56:23.358+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T11:56:48.364+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T11:57:13.372+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T11:57:38.379+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T11:58:03.386+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T11:58:28.393+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T11:58:53.401+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T11:59:18.410+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T11:59:43.416+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T12:00:08.423+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T12:00:33.430+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T12:00:58.437+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T12:01:23.445+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T12:01:48.453+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T12:02:13.461+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T12:02:38.469+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T12:03:03.478+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T12:03:28.485+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T12:03:53.491+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T12:04:18.496+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T12:04:43.504+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T12:05:08.510+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T12:05:33.515+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T12:05:58.522+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T12:06:23.530+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T12:06:48.538+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T12:07:13.544+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T12:07:38.553+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T12:08:03.561+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T12:08:28.566+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T12:08:53.575+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T12:09:18.581+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T12:09:43.589+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T12:09:58.595+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:10:23.597+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:10:48.601+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:11:13.607+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:11:38.613+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:12:03.619+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:12:28.624+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:12:53.631+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:13:18.635+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:13:43.642+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:14:08.653+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:14:33.660+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:14:58.664+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:15:23.670+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:15:48.679+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:16:13.685+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:16:38.693+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:17:03.699+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:17:28.706+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:17:53.714+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:18:18.719+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:18:43.726+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:19:08.731+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:19:33.737+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:19:58.744+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:20:23.751+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:20:48.760+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:21:13.767+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:21:38.776+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:22:03.785+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:22:28.794+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:22:53.801+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:23:18.806+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:23:43.814+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:24:08.820+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:24:33.826+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:24:58.830+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:25:23.834+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:25:48.839+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:26:13.843+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:26:38.848+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:27:03.854+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:27:28.860+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:27:53.867+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:28:18.874+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:28:43.881+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:29:08.887+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:29:33.892+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:29:58.900+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:30:23.907+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:30:48.913+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:31:13.918+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:31:38.923+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:32:03.930+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:32:28.937+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:32:53.946+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:33:18.954+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:33:43.959+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:34:08.967+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:34:33.974+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:34:58.981+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:35:23.988+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:35:48.992+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:36:14.000+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:36:39.007+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:37:04.013+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:37:29.020+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:37:54.026+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:38:19.033+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:38:44.040+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:39:09.047+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:39:34.053+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:39:59.060+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:40:24.067+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:40:49.070+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:41:14.073+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:41:39.079+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:42:04.084+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:42:29.092+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:42:54.098+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:43:19.105+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:43:44.112+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:44:09.118+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:44:34.126+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:44:59.134+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:45:24.141+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:45:49.146+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:46:14.152+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:46:39.159+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:47:04.165+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:47:29.174+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:47:54.179+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:48:19.185+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:48:44.192+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:49:09.199+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:49:34.206+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:49:59.213+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:50:24.221+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:50:49.228+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:51:14.237+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:51:39.244+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:52:04.252+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:52:29.259+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:52:54.266+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:53:19.272+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:53:44.277+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:54:09.282+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:54:34.290+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:54:59.298+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:55:24.305+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:55:49.307+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:56:14.311+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T12:56:39.318+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:12:11.501+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:12:36.484+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:13:01.488+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:13:26.494+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:13:51.501+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:14:16.509+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:14:41.517+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:15:06.522+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:15:31.529+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:15:56.536+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:16:21.544+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:16:46.551+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:17:11.557+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:17:36.562+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:18:01.570+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:18:26.577+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:18:51.582+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:19:16.588+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:19:41.597+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:20:06.601+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:20:31.610+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:20:56.616+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:21:21.625+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:21:46.631+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:22:11.637+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:22:36.645+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:23:01.653+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:23:26.661+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:23:51.669+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:24:16.678+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:24:41.684+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:25:06.689+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:25:31.694+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:25:56.699+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:26:21.703+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:26:46.706+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:27:11.713+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:27:36.717+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:28:01.726+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:28:26.733+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:28:51.739+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:29:16.745+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:29:41.752+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:30:06.758+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:30:31.764+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:30:56.771+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:31:21.779+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:31:46.788+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:32:11.793+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:32:36.801+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:33:01.809+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:33:26.816+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:33:51.820+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:34:16.826+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:34:41.834+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:35:06.839+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:35:31.845+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:35:56.852+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:36:21.857+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:36:46.864+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:37:11.872+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:37:36.880+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:38:01.882+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:38:26.889+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:38:51.897+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:39:16.903+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:39:41.912+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:40:06.916+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:40:31.920+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:40:56.922+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:41:21.926+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:41:46.932+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:42:11.941+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:42:36.947+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:43:01.951+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:43:27.015+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:43:52.022+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:44:17.029+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:44:42.036+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:45:07.043+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:45:32.049+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:45:57.056+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:46:22.062+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:46:47.069+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:47:12.079+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:47:37.085+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:48:02.093+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:48:27.100+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:48:52.109+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:49:17.117+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:49:42.123+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:50:07.130+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:50:32.137+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:50:57.144+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:51:22.153+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:51:47.157+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:52:12.164+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:52:37.173+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:53:02.180+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:53:27.190+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:53:52.195+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:54:17.200+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:54:42.206+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:55:07.214+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:55:32.220+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:55:57.224+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:56:22.231+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:56:47.237+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:57:12.244+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:57:37.251+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:58:02.259+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:58:27.270+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:58:52.313+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:59:17.329+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T13:59:42.338+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T14:00:07.344+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T14:00:32.348+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T14:00:57.356+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T14:01:22.365+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T14:01:47.372+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T14:02:12.377+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T14:02:37.384+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T14:03:02.386+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T14:03:27.393+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T14:03:52.399+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T14:04:17.405+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T14:04:42.415+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T14:05:07.420+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T14:05:32.426+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T14:05:57.435+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T14:06:22.443+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T14:06:47.448+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T14:07:12.456+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T14:07:37.464+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T14:08:02.469+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T14:08:27.478+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T14:08:52.484+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T14:09:17.490+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T14:09:42.497+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T14:10:07.505+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T14:10:32.514+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T14:10:57.518+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T14:11:22.524+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T14:11:47.532+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T14:12:12.537+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T14:12:37.544+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T14:13:02.552+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T14:13:27.559+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T14:13:52.552+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T14:14:17.549+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T14:14:42.553+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T14:30:29.063+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T14:30:54.069+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:31:19.078+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:31:44.088+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:32:09.096+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:32:34.102+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:32:59.108+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:33:24.116+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:33:49.124+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:34:14.134+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:34:39.140+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:35:04.148+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:35:29.152+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:35:54.159+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:36:19.166+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:36:44.171+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:37:09.180+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:37:34.188+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:37:59.195+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:38:24.201+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:38:49.208+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:39:14.215+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:39:39.220+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:40:04.225+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:40:29.234+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:40:54.237+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:41:19.242+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:41:44.248+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:42:09.255+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:42:34.261+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:42:59.270+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:43:24.277+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:43:49.285+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:44:14.293+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:44:39.297+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:45:04.304+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:45:29.311+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:45:54.317+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:46:19.323+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:46:44.329+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:47:09.338+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:47:34.344+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:47:59.349+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:48:24.359+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:48:49.366+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:49:14.375+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:49:39.383+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:50:04.390+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:50:29.396+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:50:54.405+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:51:19.413+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:51:44.422+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:52:09.429+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:52:34.435+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:52:59.444+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:53:24.452+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:53:49.457+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:54:14.464+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:54:39.473+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:55:04.478+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:55:29.483+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:55:54.489+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:56:19.498+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:56:44.503+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:57:09.511+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:57:34.518+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:57:59.526+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:58:24.534+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:58:49.542+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:59:14.548+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T14:59:39.553+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:00:04.561+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:00:29.566+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:00:54.573+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:01:19.580+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:01:44.587+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:02:09.594+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:02:34.602+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:02:59.610+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:03:24.612+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:03:49.621+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:04:14.628+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:04:39.635+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:05:04.643+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:05:29.649+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:05:54.656+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:06:19.662+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:06:44.669+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:07:09.678+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:07:34.687+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:07:59.695+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:08:24.701+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:08:49.707+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:09:14.713+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:09:39.722+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:10:04.726+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:10:29.728+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:10:54.733+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:11:19.741+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:11:44.745+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:12:09.752+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:12:34.761+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:12:59.769+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:13:24.776+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:13:49.784+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:14:14.792+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:14:39.800+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:15:04.806+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:15:29.813+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:15:54.819+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:16:19.825+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:16:44.832+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:17:09.840+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:17:34.844+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:17:59.851+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:18:24.860+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:18:49.867+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:19:14.872+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:19:39.879+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:20:04.888+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:20:29.897+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:20:54.907+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:21:19.915+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:21:44.924+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:22:09.929+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-18T15:25:58.484+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-18T15:26:23.489+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}

+ 2497 - 0
app/mq/kafka/logs/error.log-2025-01-11

@@ -0,0 +1,2497 @@
+{"@timestamp":"2025-01-11T00:00:18.944+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:00:43.949+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:01:08.954+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:01:33.958+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:01:58.963+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:02:23.969+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:02:48.973+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:03:13.978+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:03:38.982+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:04:03.987+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:04:28.992+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:04:53.996+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:05:19.000+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:05:44.005+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:06:09.009+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:06:34.016+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:06:59.021+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:07:24.025+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:07:49.031+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:08:14.036+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:08:39.041+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:09:04.046+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:09:29.051+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:09:54.056+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:10:19.062+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:10:44.067+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:11:09.071+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:11:34.077+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:11:59.083+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:12:24.085+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:12:49.088+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:13:14.092+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:13:39.098+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:14:04.103+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:14:29.108+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:14:54.113+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:15:19.118+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:15:44.122+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:16:09.127+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:16:34.130+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:16:59.135+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:17:24.140+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:17:49.145+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:18:14.150+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:18:39.155+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:19:04.160+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:19:29.163+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:19:54.169+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:20:19.175+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:20:44.179+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:21:09.182+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:21:34.188+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:21:59.192+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:22:24.196+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:22:49.202+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:23:14.206+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:23:39.211+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:24:04.217+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:24:29.221+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:24:54.226+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:25:19.230+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:25:44.235+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:26:09.241+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:26:34.246+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:26:59.251+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:27:24.256+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:27:49.262+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:28:14.268+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:28:39.282+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:29:04.301+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:29:29.308+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:29:54.315+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:30:19.321+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:30:44.327+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:31:09.332+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:31:34.338+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:31:59.344+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:32:24.348+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:32:49.349+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:33:14.352+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:33:39.356+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:34:04.361+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:34:29.365+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:34:54.370+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:35:19.375+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:35:44.378+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:36:09.383+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:36:34.387+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:36:59.392+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:37:24.397+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:37:49.401+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:38:14.407+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:38:39.411+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:39:04.415+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:39:29.420+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:39:54.425+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:40:19.430+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:40:44.434+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:41:09.438+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:41:34.442+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:41:59.446+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:42:24.451+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:42:49.457+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:43:14.462+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:43:39.468+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:44:04.474+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:44:29.427+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:44:54.432+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:45:19.437+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:45:44.442+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:46:09.447+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:46:34.454+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:46:59.459+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:47:24.464+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:47:49.466+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:48:14.470+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:48:39.476+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:49:04.480+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:49:29.485+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:49:54.489+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:50:19.494+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:50:44.498+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:51:09.503+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:51:34.508+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:51:59.512+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:52:24.517+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:52:49.522+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:53:14.525+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:53:39.531+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:54:04.535+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:54:29.537+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:54:54.540+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:55:19.544+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:55:44.548+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:56:09.552+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:56:34.556+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:56:59.560+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:57:24.565+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:57:49.570+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:58:14.575+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:58:39.580+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:59:04.585+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:59:29.587+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T00:59:54.585+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:00:19.588+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:00:44.591+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:01:09.596+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:01:34.601+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:01:59.605+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:02:24.613+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:02:49.616+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:03:14.621+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:03:39.626+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:04:04.631+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:04:29.636+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:04:54.641+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:05:19.646+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:05:44.650+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:06:09.654+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:06:34.658+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:06:59.663+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:07:24.668+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:07:49.673+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:08:14.679+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:08:39.683+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:09:04.687+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:09:29.692+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:09:54.696+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:10:19.702+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:10:44.707+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:11:09.711+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:11:34.716+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:11:59.720+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:12:24.726+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:12:49.730+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:13:14.735+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:13:39.740+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:14:04.744+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:14:29.748+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:14:54.755+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:15:19.758+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:15:44.762+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:16:09.766+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:16:34.770+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:16:59.775+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:17:24.780+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:17:49.811+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:18:14.832+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:18:39.839+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:19:04.845+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:19:29.850+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:19:54.855+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:20:19.860+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:20:44.864+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:21:09.869+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:21:34.874+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:21:59.878+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:22:24.882+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:22:49.886+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:23:14.890+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:23:39.895+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:24:04.900+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:24:29.905+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:24:54.910+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:25:19.916+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:25:44.921+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:26:09.925+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:26:34.929+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:26:59.934+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:27:24.939+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:27:49.944+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:28:14.948+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:28:39.953+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:29:04.958+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:29:29.962+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:29:54.967+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:30:19.971+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:30:44.976+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:31:09.982+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:31:34.987+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:31:59.992+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:32:24.996+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:32:50.001+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:33:15.006+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:33:40.012+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:34:05.017+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:34:30.022+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:34:55.026+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:35:20.030+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:35:45.035+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:36:10.038+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:36:35.040+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:37:00.044+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:37:25.049+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:37:50.054+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:38:15.059+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:38:40.064+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:39:05.069+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:39:30.072+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:39:55.077+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:40:20.102+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:40:45.113+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:41:10.121+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:41:35.126+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:42:00.131+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:42:25.137+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:42:50.142+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:43:15.146+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:43:40.150+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:44:05.155+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:44:30.160+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:44:55.164+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:45:20.170+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:45:45.176+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:46:10.181+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:46:35.186+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:47:00.191+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:47:25.195+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:47:50.201+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:48:15.206+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:48:40.211+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:49:05.217+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:49:30.222+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:49:55.227+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:50:20.231+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:50:45.236+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:51:10.242+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:51:35.248+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:52:00.253+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:52:25.258+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:52:50.262+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:53:15.267+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:53:40.271+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:54:05.277+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:54:30.282+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:54:55.287+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:55:20.292+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:55:45.296+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:56:10.360+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:56:35.364+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:57:00.369+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:57:25.371+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:57:50.374+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:58:15.380+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:58:40.385+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:59:05.391+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:59:30.396+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T01:59:55.401+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:00:20.407+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:00:45.413+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:01:10.418+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:01:35.421+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:02:00.426+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:02:25.433+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:02:50.437+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:03:15.442+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:03:40.448+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:04:05.453+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:04:30.459+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:04:55.465+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:05:20.470+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:05:45.475+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:06:10.481+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:06:35.486+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:07:00.492+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:07:25.497+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:07:50.503+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:08:15.508+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:08:40.514+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:09:05.520+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:09:30.526+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:09:55.533+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:10:20.539+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:10:45.544+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:11:10.550+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:11:35.555+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:12:00.560+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:12:25.566+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:12:50.580+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:13:15.597+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:13:40.605+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:14:05.611+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:14:30.617+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:14:55.623+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:15:20.627+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:15:45.633+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:16:10.639+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:16:35.645+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:17:00.650+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:17:25.655+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:17:50.658+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:18:15.661+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:18:40.667+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:19:05.672+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:19:30.677+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:19:55.682+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:20:20.687+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:20:45.692+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:21:10.697+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:21:35.702+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:22:00.708+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:22:25.713+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:22:50.718+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:23:15.723+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:23:40.728+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:24:05.733+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:24:30.737+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:24:55.743+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:25:20.749+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:25:45.755+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:26:10.760+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:26:35.766+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:27:00.771+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:27:25.777+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:27:50.783+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:28:15.789+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:28:40.794+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:29:05.799+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:29:30.805+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:29:55.811+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:30:20.817+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:30:45.823+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:31:10.828+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:31:35.833+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:32:00.838+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:32:25.844+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:32:50.849+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:33:15.856+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:33:40.861+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:34:05.866+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:34:30.873+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:34:55.878+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:35:20.884+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:35:45.889+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:36:10.895+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:36:35.900+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:37:00.905+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:37:25.910+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:37:50.915+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:38:15.919+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:38:40.923+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:39:05.926+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:39:30.930+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:39:55.934+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:40:20.938+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:40:45.943+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:41:10.948+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:41:35.953+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:42:00.957+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:42:25.962+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:42:50.967+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:43:15.972+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:43:40.977+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:44:05.983+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:44:30.989+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:44:55.992+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:45:20.997+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:45:46.002+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:46:11.008+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:46:36.013+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:47:01.018+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:47:26.024+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:47:51.029+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:48:16.034+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:48:41.040+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:49:06.045+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:49:31.049+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:49:56.053+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:50:21.059+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:50:46.064+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:51:11.070+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:51:36.075+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:52:01.082+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:52:26.087+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:52:51.093+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:53:16.098+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:53:41.103+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:54:06.108+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:54:31.113+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:54:56.118+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:55:21.123+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:55:46.129+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:56:11.134+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:56:36.139+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:57:01.144+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:57:26.150+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:57:51.155+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:58:16.161+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:58:41.167+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:59:06.172+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:59:31.178+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T02:59:56.183+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:00:21.187+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:00:46.189+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:01:11.192+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:01:36.198+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:02:01.204+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:02:26.209+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:02:51.215+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:03:16.221+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:03:41.227+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:04:06.231+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:04:31.233+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:04:56.237+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:05:21.242+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:05:46.248+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:06:11.253+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:06:36.259+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:07:01.265+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:07:26.272+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:07:51.278+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:08:16.284+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:08:41.288+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:09:06.294+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:09:31.300+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:09:56.304+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:10:21.311+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:10:46.318+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:11:11.322+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:11:36.326+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:12:01.331+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:12:26.337+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:12:51.343+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:13:16.349+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:13:41.354+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:14:06.360+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:14:31.365+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:14:56.369+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:15:21.374+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:15:46.379+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:16:11.384+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:16:36.393+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:17:01.397+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:17:26.402+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:17:51.408+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:18:16.413+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:18:41.420+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:19:06.425+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:19:31.430+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:19:56.429+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:20:21.433+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:20:46.437+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:21:11.440+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:21:36.443+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:22:01.447+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:22:26.452+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:22:51.457+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:23:16.463+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:23:41.467+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:24:06.473+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:24:31.476+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:24:56.482+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:25:21.487+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:25:46.492+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:26:11.497+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:26:36.503+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:27:01.508+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:27:26.514+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:27:51.520+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:28:16.525+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:28:41.531+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:29:06.537+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:29:31.542+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:29:56.547+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:30:21.502+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:30:46.507+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:31:11.512+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:31:36.517+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:32:01.521+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:32:26.527+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:32:51.533+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:33:16.538+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:33:41.547+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:34:06.555+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:34:31.501+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:34:56.509+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:50:30.181+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:50:55.163+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T03:51:20.167+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T04:07:10.110+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T04:07:35.127+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T04:08:00.148+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T04:08:25.158+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T04:08:50.165+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T04:09:15.169+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T04:09:40.177+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T04:10:05.182+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T04:10:30.186+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T04:10:55.196+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T04:11:20.205+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T04:11:45.214+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T04:12:10.222+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T04:12:35.229+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T04:13:00.238+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T04:13:50.071+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T04:14:15.079+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T04:29:41.616+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T04:30:06.642+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T04:30:31.655+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T04:30:56.662+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T04:31:21.672+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T04:31:46.681+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T04:32:11.690+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T04:32:36.699+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T04:33:01.707+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T04:33:26.715+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T04:49:16.665+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T04:49:41.674+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T04:50:06.683+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T04:50:31.692+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T04:50:56.697+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T04:51:21.704+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T04:51:46.713+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T04:52:11.721+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T04:52:36.731+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T04:53:01.739+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T04:53:26.743+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T04:53:51.747+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T04:54:16.752+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T04:54:41.742+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T04:55:06.739+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T04:55:31.744+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T04:55:56.754+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T04:56:21.762+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T04:56:46.769+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T04:57:11.776+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T04:57:36.785+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T04:58:01.793+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T04:58:26.803+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T04:58:51.810+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T04:59:16.818+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T04:59:41.826+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:00:06.833+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:00:31.839+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:00:56.846+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:01:21.854+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:01:46.859+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:02:11.866+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:02:36.872+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:03:01.881+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:03:26.890+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:03:51.898+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:04:16.907+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:04:41.914+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:05:06.921+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:05:31.928+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:05:56.935+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:06:21.942+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:06:46.949+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:07:11.954+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:07:36.957+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:08:01.960+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:08:26.969+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:08:51.975+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:09:16.982+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:09:41.988+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:10:06.994+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:10:32.000+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:10:57.008+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:11:22.017+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:11:47.023+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:12:12.031+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:12:37.039+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:13:02.047+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:13:27.055+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:13:52.061+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:14:17.069+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:14:42.076+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:15:07.083+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:15:32.092+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:15:57.101+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:16:22.109+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:16:47.117+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:17:12.126+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:17:37.135+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:18:02.143+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:18:27.151+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:18:52.160+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:19:17.169+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:19:42.177+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:20:07.187+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:20:32.195+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:20:57.199+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:21:22.203+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:21:47.210+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:22:12.219+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:22:37.226+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:23:02.234+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:23:27.242+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:23:52.250+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:24:17.258+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:24:42.266+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:25:07.272+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:25:32.281+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:25:57.288+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:26:22.297+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:26:47.302+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:27:12.312+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:27:37.319+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:28:02.327+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:28:27.335+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:28:52.343+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:29:17.350+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:29:42.356+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:30:07.363+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:30:32.370+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:30:57.377+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:31:22.383+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:31:47.392+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:32:12.399+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:32:37.405+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:33:02.413+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:33:27.416+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:33:52.419+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:34:17.424+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:34:42.426+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:35:07.432+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:35:32.439+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:35:57.445+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:36:22.455+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:36:47.462+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:37:12.471+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:37:37.480+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:38:02.490+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:38:27.496+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:38:52.505+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:39:17.514+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:39:42.521+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:40:07.529+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:40:32.539+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:40:57.546+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:41:22.555+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:41:47.564+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:42:12.571+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:42:37.579+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:43:02.585+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:43:27.592+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:43:52.602+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:44:17.611+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:44:42.620+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:45:07.628+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:45:32.637+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:45:57.646+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:46:22.654+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:46:47.663+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:47:12.665+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:47:37.669+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:48:02.672+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:48:27.680+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:48:52.688+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:49:17.695+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:49:42.702+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:50:07.710+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:50:32.784+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:51:22.650+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:51:47.670+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:52:12.680+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:52:37.690+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:53:02.700+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:53:27.710+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:53:52.719+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:54:17.729+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:54:42.735+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:55:07.744+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:55:32.754+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:55:57.762+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:56:47.582+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T05:57:12.589+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:13:02.614+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:13:27.623+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:29:17.689+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:29:42.702+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:30:07.713+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:30:32.723+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:30:57.732+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:31:22.740+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:31:47.747+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:32:12.750+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:32:37.758+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:33:02.766+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:33:27.773+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:33:52.781+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:34:17.790+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:34:42.801+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:35:07.809+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:35:32.817+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:35:57.826+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:36:22.836+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:36:47.846+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:37:12.855+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:37:37.862+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:38:02.872+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:38:27.881+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:38:52.890+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:39:17.896+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:39:42.903+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:40:07.909+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:40:32.918+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:40:57.926+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:41:22.936+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:41:47.944+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:42:12.951+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:42:37.960+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:43:02.968+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:43:27.977+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:43:52.986+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:44:17.995+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:44:43.002+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:45:08.009+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:45:33.013+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:45:58.021+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:46:23.028+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:46:48.035+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:47:13.043+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:47:38.050+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:48:03.056+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:48:28.065+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:48:53.073+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:49:18.080+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:49:43.088+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:50:08.094+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:50:33.102+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:50:58.110+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:51:23.114+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:51:48.123+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:52:13.131+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:52:38.138+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:53:03.145+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:53:28.153+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:53:53.161+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:54:18.169+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:54:43.173+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:55:08.183+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:55:33.190+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:55:58.183+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:56:23.184+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:56:48.190+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:57:13.196+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:57:38.204+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:58:03.213+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:58:28.222+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:58:53.227+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:59:18.233+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T06:59:43.243+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:00:08.247+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:00:33.252+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:00:58.262+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:01:23.269+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:01:48.277+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:02:13.285+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:02:38.295+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:03:03.304+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:03:28.313+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:03:53.320+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:04:18.327+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:04:43.336+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:05:08.345+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:05:33.351+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:05:58.361+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:06:23.367+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:06:48.376+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:07:13.384+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:07:38.392+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:08:03.402+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:08:28.411+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:08:53.420+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:09:18.428+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:09:43.436+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:10:08.443+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:10:33.451+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:10:58.455+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:11:23.446+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:11:48.447+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:12:13.456+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:12:38.465+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:13:03.472+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:13:28.479+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:13:53.483+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:14:18.490+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:14:43.495+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:15:08.503+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:15:33.509+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:15:58.519+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:16:23.526+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:16:48.533+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:17:13.541+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:17:38.550+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:18:03.558+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:18:28.568+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:18:53.576+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:19:18.582+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:19:43.590+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:20:08.597+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:20:33.605+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:20:58.613+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:21:23.621+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:21:48.630+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:22:13.638+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:22:38.647+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:23:03.655+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:23:28.663+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:23:53.672+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:24:18.681+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:24:43.688+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:25:08.697+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:25:33.707+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:25:58.714+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:26:23.721+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:26:48.727+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:27:13.731+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:27:38.734+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:28:03.741+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:28:28.750+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:28:53.758+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:29:18.766+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:29:43.774+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:30:08.783+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:30:33.793+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:31:23.621+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:31:48.638+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:32:13.648+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:32:38.656+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:33:03.665+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:33:28.674+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:33:53.683+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:34:18.691+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:34:43.699+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:35:08.706+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:35:33.713+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:35:58.721+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:36:48.605+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:37:13.612+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:52:51.346+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T07:53:16.352+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:09:06.307+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:09:31.310+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:09:56.318+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:10:21.327+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:10:46.335+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:11:11.341+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:11:36.350+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:12:01.355+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:12:26.359+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:12:51.365+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:13:16.371+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:13:41.376+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:14:06.386+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:14:31.395+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:14:56.402+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:15:21.412+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:15:46.421+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:16:11.429+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:16:36.436+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:17:01.445+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:17:26.452+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:17:51.460+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:18:16.468+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:18:41.472+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:19:06.480+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:19:31.488+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:19:56.496+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:20:21.503+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:20:46.513+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:21:11.522+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:21:36.532+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:22:01.537+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:22:26.545+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:22:51.551+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:23:16.560+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:23:41.568+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:24:06.578+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:24:31.585+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:24:56.593+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:25:21.468+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:25:46.473+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:26:11.475+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:26:36.480+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:27:01.486+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:27:26.490+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:27:51.498+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:28:16.505+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:28:41.509+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:29:06.517+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:29:31.524+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:29:56.529+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:30:21.537+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:30:46.545+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:31:11.552+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:31:36.559+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:32:01.565+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:32:26.572+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:32:51.579+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:33:16.586+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:33:41.596+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:34:06.602+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:34:31.610+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:34:56.615+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:35:21.622+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:35:46.626+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:36:11.631+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:36:36.639+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:37:01.646+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:37:26.653+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:37:51.661+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:38:16.670+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:38:41.677+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:39:06.684+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:39:31.692+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:39:56.698+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:40:21.705+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:40:46.708+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:41:11.714+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:41:36.721+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:42:01.730+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:42:26.737+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:42:51.745+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:43:16.751+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:43:41.758+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:44:06.763+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:44:31.768+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:44:56.775+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:45:21.783+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:45:46.790+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:46:11.797+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:46:36.869+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:47:01.878+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:47:26.885+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:47:51.892+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:48:16.902+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:48:41.911+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:49:06.919+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:49:31.927+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:49:56.936+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:50:21.944+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:50:46.952+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:51:11.957+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:51:36.967+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:52:01.974+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:52:26.982+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:52:51.990+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:53:16.999+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:53:42.008+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:54:07.011+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:54:32.016+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:54:57.021+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:55:22.028+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:55:47.032+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:56:12.040+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:56:37.047+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:57:02.055+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:57:27.065+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:57:52.074+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:58:17.080+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:58:42.086+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:59:07.093+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:59:32.098+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T08:59:57.106+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:00:22.115+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:00:47.122+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:01:12.130+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:01:37.138+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:02:02.147+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:02:27.155+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:02:52.161+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:03:17.167+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:03:42.175+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:04:07.183+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:04:32.191+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:04:57.200+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:05:22.207+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:05:47.216+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:06:12.223+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:06:37.231+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:07:02.239+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:07:27.246+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:07:52.252+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:08:17.257+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:08:42.263+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:09:07.269+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:09:32.275+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:09:57.284+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:10:22.292+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:10:47.300+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:11:37.195+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:12:02.204+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:12:27.211+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:12:52.220+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:13:17.230+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:13:42.239+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:14:07.247+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:14:32.256+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:14:57.265+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:15:22.275+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:15:47.283+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:16:12.291+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:17:02.142+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:17:27.151+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:33:17.092+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:33:42.090+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:49:20.981+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:49:45.990+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:50:11.000+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:50:36.006+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:51:01.015+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:51:26.023+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:51:51.030+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:52:16.032+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:52:41.037+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:53:06.044+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:53:31.048+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:53:56.057+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:54:21.066+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:54:46.074+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:55:11.081+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:55:36.087+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:56:01.093+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:56:26.101+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:56:51.107+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:57:16.113+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:57:41.190+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:58:06.197+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:58:31.205+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:58:56.212+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:59:21.220+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T09:59:46.229+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:00:11.236+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:00:36.244+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:01:01.253+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:01:26.261+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:01:51.269+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:02:16.277+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:02:41.287+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:03:06.296+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:03:31.303+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:03:56.308+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:04:21.317+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:04:46.324+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:05:11.332+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:05:36.340+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:06:01.343+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:06:26.348+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:06:51.355+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:07:16.363+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:07:41.372+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:08:06.379+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:08:31.387+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:08:56.394+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:09:21.403+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:09:46.411+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:10:11.421+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:10:36.430+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:11:01.438+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:11:26.446+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:11:51.455+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:12:16.463+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:12:41.469+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:13:06.477+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:13:31.483+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:13:56.491+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:14:21.500+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:14:46.509+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:15:11.515+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:15:36.518+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:16:01.527+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:16:26.536+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:16:51.543+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:17:16.550+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:17:41.558+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:18:06.567+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:18:31.575+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:18:56.583+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:19:21.590+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:19:46.594+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:20:11.605+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:20:36.617+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:21:01.627+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:21:26.634+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:21:51.644+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:22:16.650+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:22:41.660+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:23:06.667+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:23:31.676+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:23:56.682+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:24:21.689+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:24:46.699+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:25:11.704+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:25:36.714+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:26:01.720+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:26:26.728+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:26:51.736+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:27:16.743+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:27:41.751+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:28:06.759+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:28:31.768+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:28:56.776+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:29:21.784+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:29:46.792+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:30:11.801+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:30:36.809+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:31:01.819+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:31:26.828+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:31:51.838+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:32:16.844+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:32:41.852+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:33:06.855+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:33:31.861+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:33:56.868+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:34:21.876+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:34:46.883+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:35:11.892+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:35:36.898+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:36:01.905+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:36:26.914+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:36:51.923+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:37:16.931+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:37:41.940+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:38:06.948+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:38:31.955+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:38:56.963+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:39:21.973+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:39:46.983+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:40:11.991+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:40:36.999+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:41:02.009+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:41:27.017+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:41:52.026+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:42:17.031+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:42:42.040+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:43:07.047+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:43:32.055+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:43:57.065+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:44:22.073+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:44:47.082+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:45:12.091+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:45:37.099+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:46:02.104+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:46:27.107+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:46:52.116+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:47:17.123+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:47:42.129+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:48:07.137+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:48:32.145+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:48:57.151+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:49:22.158+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:49:47.164+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:50:12.173+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:50:37.181+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:51:02.188+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:51:52.010+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:52:17.006+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:52:42.013+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:53:07.021+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:53:32.031+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:53:57.039+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:54:22.047+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:54:47.055+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:55:12.064+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:55:37.072+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:56:02.082+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:56:27.091+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:57:16.917+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T10:57:41.925+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:13:31.892+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:29:21.850+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:29:46.880+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:30:11.892+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:30:36.901+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:31:01.908+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:31:26.913+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:31:51.921+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:32:16.936+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:32:41.951+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:33:06.960+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:33:31.970+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:33:56.977+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:34:21.986+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:34:46.994+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:35:12.002+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:35:37.010+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:36:02.014+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:36:27.021+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:36:52.030+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:37:17.037+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:37:42.044+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:38:07.052+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:38:32.058+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:38:57.063+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:39:22.073+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:39:47.081+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:40:12.088+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:40:37.096+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:41:02.106+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:41:27.115+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:41:52.123+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:42:17.131+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:42:42.138+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:43:07.146+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:43:32.154+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:43:57.160+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:44:22.169+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:44:47.172+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:45:12.178+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:45:37.185+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:46:02.192+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:46:27.201+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:46:52.210+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:47:17.218+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:47:42.227+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:48:07.234+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:48:32.243+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:48:57.252+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:49:22.260+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:49:47.268+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:50:12.274+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:50:37.281+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:51:02.289+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:51:27.296+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:51:52.304+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:52:17.311+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:52:42.320+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:53:07.326+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:53:32.336+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:53:57.344+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:54:22.354+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:54:47.361+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:55:12.370+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:55:37.379+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:56:02.387+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:56:27.396+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:56:52.404+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:57:17.413+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:57:42.420+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:58:07.424+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:58:32.430+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:58:57.439+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:59:22.447+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T11:59:47.455+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:00:12.462+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:00:37.468+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:01:02.475+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:01:27.485+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:01:52.494+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:02:17.504+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:02:42.418+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:03:07.426+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:03:32.433+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:03:57.441+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:04:22.448+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:04:47.456+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:05:12.465+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:05:37.473+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:06:02.481+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:06:27.489+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:06:52.496+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:07:17.505+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:07:42.514+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:08:07.520+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:08:32.529+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:08:57.535+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:09:22.541+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:09:47.548+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:10:12.555+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:10:37.564+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:11:02.570+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:11:27.573+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:11:52.580+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:12:17.586+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:12:42.591+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:13:07.598+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:13:32.606+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:13:57.614+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:14:22.623+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:14:47.632+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:15:12.640+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:15:37.649+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:16:02.654+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:16:27.662+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:16:52.670+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:17:17.678+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:17:42.692+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:18:07.707+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:18:32.716+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:18:57.724+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:19:22.730+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:19:47.737+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:20:12.742+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:20:37.747+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:21:02.756+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:21:27.764+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:21:52.771+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:22:17.780+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:22:42.788+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:23:07.797+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:23:32.806+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:23:57.816+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:24:22.823+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:24:47.826+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:25:12.832+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:25:37.840+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:26:02.848+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:26:27.855+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:26:52.863+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:27:17.871+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:27:42.878+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:28:07.884+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:28:32.894+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:28:57.901+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:29:22.910+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:29:47.915+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:30:12.922+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:30:37.929+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:31:02.938+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:31:27.945+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:31:52.954+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:32:17.963+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:32:42.968+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:34:30.665+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:34:55.678+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:35:20.682+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:35:45.689+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:36:10.696+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:36:35.704+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:37:00.713+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:37:25.720+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:37:50.729+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:38:15.738+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:38:40.745+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:39:05.755+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:39:55.633+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:40:20.640+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:56:10.690+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T12:56:35.697+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:12:22.715+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:12:47.731+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:13:12.742+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:13:37.750+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:14:02.759+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:14:27.768+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:14:52.774+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:15:17.783+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:15:42.790+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:16:07.798+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:16:32.804+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:16:57.812+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:17:22.821+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:17:47.830+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:18:12.838+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:18:37.845+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:19:02.848+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:19:27.852+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:19:52.861+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:20:17.869+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:20:42.877+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:21:07.883+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:21:32.891+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:21:57.900+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:22:22.909+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:22:47.917+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:23:12.926+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:23:37.932+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:24:02.940+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:24:27.947+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:24:52.954+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:25:17.961+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:25:42.971+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:26:07.979+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:26:32.988+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:26:57.995+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:27:23.004+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:27:48.013+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:28:13.022+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:28:38.031+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:29:03.039+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:29:28.044+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:29:53.049+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:30:18.006+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:30:43.015+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:31:08.024+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:31:33.033+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:31:58.042+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:32:23.047+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:32:48.052+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:33:13.058+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:33:38.065+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:34:03.071+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:34:28.079+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:34:53.087+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:35:18.096+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:35:43.104+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:36:08.112+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:36:33.118+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:36:58.127+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:37:23.135+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:37:48.141+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:38:13.149+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:38:38.159+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:39:03.167+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:39:28.174+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:39:53.181+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:40:18.190+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:40:43.198+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:41:08.204+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:41:33.213+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:41:58.221+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:42:23.228+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:42:48.236+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:43:13.246+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:43:38.254+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:44:03.263+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:44:28.271+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:44:53.278+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:45:18.285+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:45:43.299+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:46:08.314+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:46:33.321+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:46:58.328+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:47:23.337+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:47:48.347+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:48:13.353+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:48:38.360+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:49:03.368+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:49:28.377+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:49:53.387+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:50:18.394+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:50:43.402+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:51:08.409+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:51:33.415+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:51:58.421+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:52:23.429+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:52:48.438+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:53:13.447+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:53:38.452+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:54:03.459+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:54:28.465+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:54:53.473+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:55:18.480+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:55:43.486+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:56:08.494+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:56:33.501+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:56:58.509+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:57:23.517+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:57:48.523+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:58:13.532+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:58:38.538+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:59:03.547+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:59:28.555+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T13:59:53.562+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:00:18.565+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:00:43.570+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:01:08.509+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:01:33.514+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:01:58.520+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:02:23.527+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:02:48.533+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:03:13.540+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:03:38.548+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:04:03.557+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:04:28.566+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:04:53.571+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:05:18.579+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:05:43.586+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:06:08.593+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:06:33.601+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:06:58.608+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:07:23.614+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:07:48.622+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:08:13.630+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:08:38.638+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:09:03.645+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:09:28.652+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:09:53.658+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:10:18.667+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:10:43.674+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:11:08.682+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:11:33.690+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:11:58.699+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:12:23.706+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:12:48.715+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:13:13.723+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:13:38.730+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:14:28.515+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:14:53.520+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:15:18.529+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:15:43.536+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:16:08.545+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:16:33.552+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:16:58.561+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:17:23.569+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:17:48.578+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:18:13.585+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:18:38.593+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:19:03.600+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:19:53.472+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:20:18.477+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:35:36.799+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:36:01.805+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:49:30.844+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:49:55.882+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:50:20.895+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:50:45.902+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:51:10.907+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:51:35.912+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:52:00.918+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:52:25.923+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:52:50.929+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:53:15.934+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:53:40.939+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:54:05.945+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:54:30.950+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:54:55.956+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:55:20.962+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:55:45.967+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:56:10.972+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:56:35.976+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:57:00.981+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:57:25.986+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:57:50.990+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:58:15.996+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:58:41.000+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:59:06.003+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:59:31.005+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T14:59:56.009+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:00:21.014+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:00:46.018+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:01:11.022+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:01:36.027+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:02:01.032+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:02:26.037+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:02:51.042+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:03:16.046+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:03:41.051+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:04:06.056+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:04:31.061+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:04:56.067+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:05:21.073+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:05:46.078+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:06:11.084+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:06:36.088+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:07:01.094+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:07:26.099+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:07:51.106+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:08:16.114+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:08:41.122+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:09:06.129+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:09:31.137+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:09:56.141+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:10:21.220+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:10:46.226+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:11:11.232+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:11:36.238+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:12:01.244+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:12:26.250+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:12:51.256+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:13:16.260+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:13:41.267+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:14:06.273+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:14:31.278+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:14:56.286+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:15:21.297+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:15:46.305+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:16:11.311+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:16:36.317+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:17:01.321+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:17:26.327+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:17:51.336+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:18:16.341+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:18:41.350+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:19:06.356+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:19:31.361+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:19:56.372+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:20:21.380+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:20:46.389+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:21:11.395+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:21:36.400+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:22:01.407+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:22:26.413+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:22:51.418+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:23:16.423+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:23:41.429+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:24:06.435+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:24:31.441+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:24:56.447+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:25:21.451+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:25:46.457+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:26:11.462+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:26:36.471+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:27:01.478+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:27:26.513+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:27:51.528+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:28:16.537+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:28:41.547+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:29:06.555+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:29:31.563+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:29:56.572+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:30:21.579+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:30:46.586+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:31:11.594+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:31:36.603+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T15:32:01.608+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T15:32:26.615+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T15:32:51.621+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T15:33:16.629+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T15:33:41.630+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T15:34:06.623+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T15:34:31.629+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T15:34:56.637+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T15:35:21.644+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T15:35:46.654+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T15:36:11.663+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T15:36:36.673+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T15:37:01.681+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T15:37:26.689+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T15:37:51.697+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T15:38:16.704+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T15:39:06.579+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T15:39:31.589+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T15:55:21.493+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T15:55:46.502+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:11:29.989+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:11:54.996+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:12:20.005+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:12:45.013+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:13:10.021+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:13:35.026+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:14:00.034+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:14:25.041+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:14:50.049+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:15:15.057+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:15:40.064+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:16:05.066+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:16:30.071+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:16:55.078+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:17:20.087+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:17:45.092+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:18:10.098+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:18:35.106+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:19:00.114+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:19:25.121+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:19:50.128+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:20:15.136+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:20:40.143+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:21:05.149+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:21:30.155+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:21:55.162+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:22:20.169+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:22:45.175+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:23:10.180+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:23:35.185+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:24:00.191+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:24:25.197+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:24:50.204+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:25:15.210+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:25:40.216+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:26:05.224+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:26:30.233+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:26:55.240+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:27:20.248+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:27:45.256+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:28:10.264+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:28:35.271+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:29:00.278+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:29:25.284+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:29:50.287+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:30:15.291+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:30:40.299+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:31:05.306+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:31:30.314+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:31:55.322+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:32:20.329+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:32:45.338+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:33:10.346+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:33:35.352+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:34:00.360+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:34:25.366+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:34:50.375+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:35:15.380+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:35:40.389+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:36:05.397+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:36:30.402+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:36:55.409+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:37:20.418+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:37:45.427+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:38:10.435+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:38:35.495+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:39:00.504+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:39:25.511+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:39:50.520+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:40:15.529+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:40:40.536+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:41:05.543+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:41:30.549+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:41:55.556+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:42:20.563+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:42:45.565+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:43:10.570+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:43:35.579+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:44:00.583+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:44:25.591+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:44:50.598+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:45:15.607+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:45:40.616+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:46:05.625+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:46:30.629+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:46:55.635+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:47:20.638+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:47:45.647+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:48:10.652+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:48:35.659+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:49:00.664+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:49:25.672+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:49:50.679+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:50:15.688+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:50:40.695+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:51:05.704+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:51:30.711+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:51:55.718+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:52:20.726+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:52:45.731+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:53:10.740+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:53:35.748+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:54:00.756+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:54:25.908+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:54:50.915+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:55:15.924+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:55:40.933+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:56:05.941+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:56:30.944+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:56:55.950+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:57:20.960+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:57:45.967+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:58:10.976+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:58:35.984+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:59:00.994+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:59:26.002+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T16:59:51.009+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:00:16.016+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:00:41.025+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:01:06.034+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:01:31.044+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:01:56.050+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:02:21.059+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:02:46.067+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:03:11.076+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:03:36.086+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:04:01.094+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:04:26.104+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:04:51.110+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:05:16.118+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:05:41.128+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:06:06.134+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:06:31.140+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:06:56.150+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:07:21.158+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:07:46.164+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:08:11.173+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:08:36.181+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:09:01.189+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:09:26.195+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:09:51.199+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:10:16.206+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:10:41.213+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:11:06.221+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:11:31.229+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:11:56.238+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:12:21.243+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:13:11.092+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:13:36.099+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:14:01.107+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:14:26.115+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:14:51.125+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:15:16.135+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:15:41.143+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:16:06.151+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:16:31.158+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:16:56.166+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:17:21.173+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:17:46.182+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:18:36.044+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:19:01.059+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:34:51.044+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:35:16.064+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:51:06.099+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:51:31.110+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:51:56.120+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:52:21.128+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:52:46.136+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:53:11.143+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:53:36.149+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:54:01.157+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:54:26.164+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:54:51.171+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:55:16.177+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:55:41.181+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:56:06.188+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:56:31.195+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:56:56.203+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:57:21.211+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:57:46.221+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:58:11.228+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:58:36.235+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:59:01.244+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:59:26.251+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T17:59:51.259+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:00:16.264+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:00:41.272+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:01:06.277+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:01:31.287+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:01:56.311+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:02:21.323+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:02:46.332+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:03:11.342+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:03:36.349+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:04:01.357+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:04:26.367+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:04:51.376+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:05:16.386+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:05:41.391+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:06:06.399+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:06:31.406+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:06:56.415+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:07:21.424+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:07:46.433+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:08:11.440+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:08:36.447+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:09:01.454+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:09:26.458+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:09:51.462+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:10:16.471+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:10:41.479+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:11:06.485+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:11:31.494+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:11:56.504+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:12:21.514+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:12:46.523+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:13:11.530+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:13:36.538+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:14:01.547+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:14:26.555+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:14:51.564+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:15:16.572+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:15:41.582+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:16:06.592+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:16:31.599+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:16:56.607+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:17:21.617+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:17:46.626+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:18:11.636+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:18:36.644+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:19:01.652+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:19:26.661+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:19:51.669+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:20:16.678+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:20:41.686+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:21:06.695+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:21:31.705+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:21:56.713+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:22:21.722+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:22:46.725+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:23:11.730+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:23:36.737+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:24:01.744+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:24:26.752+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:24:51.758+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:25:16.767+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:25:41.776+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:26:06.786+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:26:31.794+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:26:56.804+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:27:21.810+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:27:46.819+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:28:11.828+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:28:36.837+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:29:01.845+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:29:26.854+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:29:51.863+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:30:16.872+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:30:41.878+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:31:06.887+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:31:31.896+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:31:56.905+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:32:21.915+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:32:46.925+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:33:11.933+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:33:36.943+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:34:01.953+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:34:26.963+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:34:51.973+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:35:16.980+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:35:41.989+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:36:06.992+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:36:32.000+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:36:57.008+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:37:22.015+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:37:47.025+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:38:12.032+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:38:37.041+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:39:02.048+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:39:27.055+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:39:52.060+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:40:17.067+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:40:42.076+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:41:07.083+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:41:32.092+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:41:57.096+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:42:22.105+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:42:47.112+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:43:12.122+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:43:37.131+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:44:02.139+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:44:27.148+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:44:52.156+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:45:17.165+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:45:42.171+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:46:07.179+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:46:32.188+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:46:57.195+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:47:22.204+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:47:47.213+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:48:12.221+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:48:37.226+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:49:02.233+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:49:27.242+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:49:52.250+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:50:17.256+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:50:42.259+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:51:07.268+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:51:32.271+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:51:57.278+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:52:22.286+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:53:12.149+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:53:37.156+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:54:02.164+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:54:27.175+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:54:52.179+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:55:17.188+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:55:42.199+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:56:07.209+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:56:32.219+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:56:57.230+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:57:22.239+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:57:47.249+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:58:37.130+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T18:59:02.139+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T19:14:52.223+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T19:15:17.232+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-11T19:31:02.304+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: operation timed out\"","level":"error"}
+{"@timestamp":"2025-01-11T19:31:17.294+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:31:42.294+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:32:07.301+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:32:32.310+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:32:57.318+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:33:22.325+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:33:47.334+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:34:12.343+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:34:37.346+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:35:02.352+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:35:27.359+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:35:52.368+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:36:17.377+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:36:42.385+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:37:07.393+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:37:32.401+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:37:57.410+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:38:22.416+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:38:47.424+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:39:12.433+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:39:37.440+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:40:02.447+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:40:27.457+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:40:52.466+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:41:17.475+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:41:42.485+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:42:07.495+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:42:32.504+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:42:57.514+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:43:22.523+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:43:47.533+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:44:12.541+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:44:37.551+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:45:02.557+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:45:27.565+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:45:52.575+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:46:17.585+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:46:42.593+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:47:07.598+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:47:32.606+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:47:57.612+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:48:22.621+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:48:47.626+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:49:12.633+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:49:37.639+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:50:02.649+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:50:27.657+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:50:52.665+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:51:17.675+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:51:42.682+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:52:07.691+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:52:32.700+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:52:57.710+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:53:22.717+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:53:47.726+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:54:12.731+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:54:37.740+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:55:02.749+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:55:27.758+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:55:52.767+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:56:17.775+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:56:42.784+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:57:07.792+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:57:32.797+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:57:57.793+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:58:22.799+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:58:47.809+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:59:12.817+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T19:59:37.827+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:00:02.834+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:00:27.843+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:00:52.848+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:01:17.852+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:01:42.858+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:02:07.867+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:02:32.876+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:02:57.881+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:03:22.887+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:03:47.895+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:04:12.902+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:04:37.911+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:05:02.921+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:05:27.931+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:05:52.940+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:06:17.950+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:06:42.959+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:07:07.966+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:07:32.974+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:07:57.983+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:08:22.992+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:08:48.001+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:09:13.009+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:09:38.019+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:10:03.029+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:10:28.037+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:10:53.046+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:11:18.054+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:11:43.061+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:12:08.070+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:12:33.076+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:12:58.023+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:13:23.032+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:13:48.041+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:14:13.045+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:14:38.048+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:15:03.057+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:15:28.065+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:15:53.073+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:16:18.081+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:16:43.086+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:17:08.095+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:17:33.104+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:17:58.112+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:18:23.119+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:18:48.125+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:19:13.132+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:19:38.140+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:20:03.148+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:20:28.156+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:20:53.165+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:21:18.172+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:21:43.179+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:22:08.186+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:22:33.194+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:22:58.201+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:23:23.210+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:23:48.219+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:24:13.226+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:24:38.234+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:25:03.240+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:25:28.247+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:25:53.256+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:26:18.262+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:26:43.270+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:27:08.278+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:27:33.287+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:27:58.293+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:28:23.297+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:28:48.302+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:29:13.309+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:29:38.315+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:30:03.323+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:30:28.331+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:30:53.336+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:31:18.346+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:31:43.352+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:32:08.359+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:32:58.150+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:33:23.156+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:33:48.165+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:34:13.174+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:34:38.183+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:35:03.191+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:35:28.199+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:35:53.209+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:36:18.217+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:36:43.226+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:37:08.234+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:37:33.241+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:38:23.081+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:38:48.090+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:54:33.065+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T20:54:58.051+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:03:22.943+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:03:47.945+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:04:12.949+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:04:37.953+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:05:02.959+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:05:27.963+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:05:52.967+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:06:17.969+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:06:42.972+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:07:07.977+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:07:32.981+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:07:57.984+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:08:22.988+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:08:47.991+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:09:12.995+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:09:38.000+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:10:03.004+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:10:28.009+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:10:53.016+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:11:18.021+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:11:43.026+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:12:08.031+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:12:33.036+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:12:58.040+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:13:23.045+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:13:48.050+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:14:13.054+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:14:38.060+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:15:03.065+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:15:28.069+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:15:53.074+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:16:18.079+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:16:43.084+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:17:08.089+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:17:33.093+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:17:58.097+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:18:23.103+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:18:48.120+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:19:13.149+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:19:38.158+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:20:03.165+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:20:28.170+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:20:53.175+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:21:18.181+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:21:43.186+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:22:08.192+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:22:33.197+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:22:58.202+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:23:23.205+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:23:48.211+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:24:13.217+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:24:38.222+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:25:03.229+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:25:28.233+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:25:53.237+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:26:18.239+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:26:43.242+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:27:08.246+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:27:33.251+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:27:58.256+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:28:23.261+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:28:48.267+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:29:13.273+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:29:38.278+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:30:03.284+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:30:28.289+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:30:53.295+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:31:18.302+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:31:43.307+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:32:08.313+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:32:33.318+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:32:58.326+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:33:23.331+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:33:48.337+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:34:13.342+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:34:38.347+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:35:03.353+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:35:28.358+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:35:53.364+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:36:18.381+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:36:43.389+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:37:08.396+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:37:33.400+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:37:58.405+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:38:23.411+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:38:48.417+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:39:13.423+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:39:38.427+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:40:03.433+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:40:28.438+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:40:53.443+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:41:18.449+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:41:43.457+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:42:08.466+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:42:33.474+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:42:58.484+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:43:23.493+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:43:48.497+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:44:13.502+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:44:38.508+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:45:03.515+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:45:28.524+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:45:53.533+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:46:18.541+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:46:43.548+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:47:08.556+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:47:33.565+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:47:58.573+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:48:23.582+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:48:48.587+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:49:13.592+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:49:38.596+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:50:03.600+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:50:28.604+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:50:53.609+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:51:18.614+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:51:43.620+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:52:08.625+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:52:33.597+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:52:58.594+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:53:23.598+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:53:48.602+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:54:13.606+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:54:38.611+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:55:03.616+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:55:28.622+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:55:53.630+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:56:18.638+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:56:43.644+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:57:08.649+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:57:33.654+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:57:58.658+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:58:23.664+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:58:48.669+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:59:13.674+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T21:59:38.678+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:00:03.683+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:00:28.686+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:00:53.688+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:01:18.691+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:01:43.695+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:02:08.701+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:02:33.708+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:02:58.716+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:03:23.725+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:03:48.733+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:04:13.741+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:04:38.750+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:05:03.759+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:05:28.765+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:05:53.771+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:06:18.778+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:06:43.785+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:07:08.793+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:07:33.799+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:07:58.808+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:08:23.812+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:08:48.816+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:09:13.821+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:09:38.826+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:10:03.831+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:10:28.835+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:10:53.840+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:11:18.845+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:11:43.850+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:12:08.855+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:12:33.859+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:12:58.864+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:13:23.871+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:13:48.880+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:14:13.888+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:14:38.897+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:15:03.905+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:15:28.912+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:15:53.920+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:16:18.923+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:16:43.932+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:17:08.941+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:17:33.948+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:17:58.954+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:18:23.959+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:18:48.967+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:19:13.976+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:19:38.985+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:20:03.992+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:20:28.998+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:20:54.007+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:21:19.014+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:21:44.020+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:22:09.028+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:22:34.094+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:22:59.126+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:23:24.141+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:23:49.152+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:24:14.160+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:24:39.165+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:25:04.173+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:25:29.177+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:25:54.187+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:26:19.195+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:26:44.204+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:27:09.213+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:27:34.222+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:28:24.129+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:28:49.139+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:44:39.082+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:45:04.090+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:45:29.094+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:45:54.100+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:46:19.107+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:46:44.115+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:47:09.120+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:47:34.126+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:47:59.134+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:48:24.140+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:48:49.145+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:49:14.152+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:49:39.161+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:50:04.170+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:50:29.177+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:50:54.185+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:51:19.193+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:51:44.202+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:52:09.209+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:52:34.216+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:52:59.222+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:53:24.229+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:53:49.238+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:54:14.246+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:54:39.252+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:55:04.259+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:55:29.264+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:55:54.271+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:56:19.278+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:56:44.287+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:57:09.295+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:57:34.304+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:57:59.311+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:58:24.319+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:58:49.325+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:59:14.331+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T22:59:39.334+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:00:04.338+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:00:29.345+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:00:54.352+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:01:19.360+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:01:44.368+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:02:09.373+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:02:34.381+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:02:59.388+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:03:24.396+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:03:49.404+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:04:14.413+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:04:39.420+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:05:04.424+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:05:29.430+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:05:54.439+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:06:19.446+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:06:44.455+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:07:09.465+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:07:34.472+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:07:59.477+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:08:24.483+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:08:49.489+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:09:14.500+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:09:39.507+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:10:04.517+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:10:29.525+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:10:54.533+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:11:19.540+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:11:44.547+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:12:09.551+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:12:34.560+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:12:59.566+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:13:24.573+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:13:49.576+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:14:14.581+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:14:39.590+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:15:04.655+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:15:29.664+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:15:54.673+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:16:19.682+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:16:44.689+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:17:09.699+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:17:34.706+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:17:59.715+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:18:24.723+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:18:49.732+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:19:14.739+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:19:39.747+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:20:04.757+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:20:29.766+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:20:54.772+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:21:19.782+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:21:44.792+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:22:09.802+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:22:34.807+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:22:59.817+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:23:24.826+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:23:49.835+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:24:14.844+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:24:39.851+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:25:04.860+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:25:29.869+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:25:54.879+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:26:19.884+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:26:44.888+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:27:09.894+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:27:34.900+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:27:59.908+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:28:24.916+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:28:49.923+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:29:14.932+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:29:39.940+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:30:04.947+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:30:29.955+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:30:54.962+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:31:19.968+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:31:44.978+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:32:09.987+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:32:34.993+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:33:00.003+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:33:25.009+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:33:50.018+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:34:15.024+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:34:40.033+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:35:05.041+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:35:30.048+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:35:55.055+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:36:20.064+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:36:45.071+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:37:10.079+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:37:35.087+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:38:00.094+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:38:25.100+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:38:50.107+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:39:15.116+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:39:40.123+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:40:30.021+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:40:55.025+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:56:44.927+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:57:09.935+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:57:34.940+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:57:59.944+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:58:24.928+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:58:49.930+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:59:14.937+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-11T23:59:39.946+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}

+ 2638 - 0
app/mq/kafka/logs/error.log-2025-01-12

@@ -0,0 +1,2638 @@
+{"@timestamp":"2025-01-12T00:00:04.955+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:00:29.963+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:00:54.972+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:01:19.979+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:01:44.985+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:02:09.992+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:02:34.998+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:03:00.005+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:03:25.013+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:03:50.020+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:04:15.029+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:04:40.036+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:05:05.042+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:05:30.051+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:05:55.060+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:06:20.067+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:06:45.072+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:07:10.080+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:07:35.087+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:08:00.092+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:08:25.100+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:08:50.107+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:09:15.115+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:09:40.123+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:10:05.127+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:10:30.131+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:10:55.136+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:11:20.142+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:11:45.148+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:12:10.155+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:12:35.161+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:13:00.170+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:13:25.200+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:13:50.218+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:14:15.228+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:14:40.235+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:15:05.244+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:15:30.253+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:15:55.259+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:16:20.266+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:16:45.274+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:17:10.280+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:17:35.289+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:18:00.296+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:18:25.305+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:18:50.312+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:19:15.319+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:19:40.326+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:20:05.333+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:20:30.340+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:20:55.350+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:21:20.356+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:21:45.365+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:22:10.374+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:22:35.383+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:23:00.391+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:23:25.397+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:23:50.403+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:24:15.407+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:24:40.414+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:25:05.423+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:25:30.431+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:25:55.439+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:26:20.448+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:26:45.455+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:27:10.464+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:27:35.472+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:28:00.478+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:28:25.500+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:28:50.520+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:29:15.528+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:29:40.536+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:30:05.544+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:30:30.553+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:30:55.560+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:31:20.569+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:31:45.576+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:32:10.585+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:32:35.594+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:33:00.602+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:33:25.608+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:33:50.614+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:34:15.621+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:34:40.629+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:35:05.638+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:35:30.646+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:35:55.655+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:36:20.662+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:36:45.670+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:37:10.678+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:37:35.680+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:38:00.685+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:38:25.691+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:38:50.699+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:39:15.708+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:39:40.715+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:40:05.723+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:40:30.730+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:40:55.738+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:41:20.747+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:41:45.756+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:42:10.764+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:42:35.769+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:43:00.777+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:43:25.786+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:43:50.805+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:44:15.813+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:44:40.821+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:45:05.733+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:45:30.741+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:45:55.749+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:46:20.755+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:46:45.763+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:47:10.772+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:47:35.780+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:48:00.789+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:48:25.795+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:48:50.802+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:49:15.811+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:49:40.821+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:50:30.651+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T00:50:55.656+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T01:06:40.682+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T01:07:05.687+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:07:30.694+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:07:55.704+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:08:20.708+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:08:45.713+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:09:10.721+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:09:35.729+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:10:00.737+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:10:25.746+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:10:50.751+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:11:15.758+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:11:40.766+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:12:05.775+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:12:30.784+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:12:55.793+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:13:20.803+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:13:45.811+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:14:10.819+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:14:35.828+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:15:00.837+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:15:25.845+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:15:50.855+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:16:15.864+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:16:40.870+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:17:05.878+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:17:30.886+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:17:55.893+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:18:20.901+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:18:45.910+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:19:10.916+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:19:35.920+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:20:00.926+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:20:25.935+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:20:50.942+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:21:15.949+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:21:40.958+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:22:05.966+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:22:30.975+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:22:55.984+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:23:20.989+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:23:45.997+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:24:11.006+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:24:36.013+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:25:01.020+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:25:26.028+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:25:51.036+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:26:16.044+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:26:41.050+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:27:06.057+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:27:31.062+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:27:56.072+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:28:21.081+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:28:46.089+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:29:11.097+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:29:36.105+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:30:01.113+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:30:26.122+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:30:51.129+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:31:16.138+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:31:41.147+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:32:06.154+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:32:31.160+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:32:56.163+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:33:21.168+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:33:46.174+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:34:11.182+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:34:36.189+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:35:01.198+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:35:26.223+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:35:51.244+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:36:16.254+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:36:41.261+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:37:06.271+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:37:31.279+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:37:56.285+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:38:21.291+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:38:46.299+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:39:11.308+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:39:36.316+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:40:01.324+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:40:26.330+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:40:51.340+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:41:16.349+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:41:41.357+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:42:06.366+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:42:31.374+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:42:56.382+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:43:21.391+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:43:46.399+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:44:11.406+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:44:36.416+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:45:01.421+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:45:26.428+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:45:51.438+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:46:16.445+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:46:41.449+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:47:06.457+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:47:31.464+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:47:56.472+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:48:21.479+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:48:46.486+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:49:11.493+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:49:36.501+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:50:01.510+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:50:26.518+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:50:51.528+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:51:16.535+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:51:41.545+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:52:06.551+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:52:31.560+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:52:56.566+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:53:21.575+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:53:46.584+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:54:11.592+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:54:36.599+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:55:01.608+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:55:26.614+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:55:51.624+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:56:16.633+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:56:41.643+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:57:06.686+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:57:31.703+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:57:56.713+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:58:21.724+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:58:46.733+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:59:11.741+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T01:59:36.746+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:00:01.753+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:00:26.761+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:00:51.765+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:01:16.773+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:01:41.783+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:02:06.793+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:02:31.803+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:02:56.810+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:03:21.818+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:03:46.825+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:04:11.833+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:04:36.840+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:05:01.848+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:05:26.856+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:05:51.864+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:06:16.873+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:06:41.880+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:07:06.889+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:07:31.897+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:07:56.905+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:08:21.915+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:08:46.921+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:09:11.931+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:09:36.940+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:10:01.949+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:10:26.956+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:10:51.966+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:11:16.974+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:27:06.853+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:27:31.862+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:27:56.869+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:28:21.875+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:28:46.878+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:29:11.887+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:29:36.894+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:30:01.902+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:30:26.911+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:30:51.920+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:31:16.929+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:31:41.937+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:32:06.945+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:32:31.955+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:32:56.965+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:33:21.972+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:33:46.979+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:34:11.989+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:34:36.997+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:35:02.007+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:35:27.015+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:35:52.024+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:36:17.032+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:36:42.039+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:37:07.046+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:37:32.056+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:37:57.064+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:38:22.071+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:38:47.080+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:39:12.090+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:39:37.097+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:40:02.105+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:40:27.111+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:40:52.115+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:41:17.121+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:41:42.123+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:42:07.130+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:42:32.137+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:42:57.143+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:43:22.149+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:43:47.157+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:44:12.164+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:44:37.173+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:45:02.182+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:45:27.187+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:45:52.195+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:46:17.204+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:46:42.213+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:47:07.222+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:47:32.229+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:47:57.256+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:48:22.271+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:48:47.280+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:49:12.288+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:49:37.294+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:50:02.303+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:50:27.311+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:50:52.317+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:51:17.323+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:51:42.332+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:52:07.337+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:52:32.347+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:52:57.356+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:53:22.364+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:53:47.372+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:54:12.381+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:54:37.390+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:55:02.395+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:55:27.399+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:55:52.405+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:56:17.413+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:56:42.421+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:57:07.430+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:57:32.437+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:57:57.442+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:58:22.452+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:58:47.457+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:59:12.465+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T02:59:37.474+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:00:02.483+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:00:27.490+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:00:52.500+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:01:17.509+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:01:42.517+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:02:07.527+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:02:32.536+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:02:57.542+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:03:22.548+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:03:47.556+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:04:12.564+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:04:37.573+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:05:02.582+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:05:27.589+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:05:52.596+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:06:17.604+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:06:42.612+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:07:07.622+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:07:32.629+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:07:57.635+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:08:22.643+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:08:47.647+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:09:12.653+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:09:37.661+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:10:02.667+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:10:27.673+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:10:52.683+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:11:17.691+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:11:42.700+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:12:07.708+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:12:32.716+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:12:57.724+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:13:22.732+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:13:47.739+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:14:12.757+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:14:37.783+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:15:02.796+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:15:27.806+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:15:52.814+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:16:17.819+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:16:42.826+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:17:07.835+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:17:32.845+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:17:57.852+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:18:22.859+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:18:47.867+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:19:12.876+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:19:37.885+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:20:02.890+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:20:27.897+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:20:52.905+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:21:17.914+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:21:42.921+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:22:07.930+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:22:32.934+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:22:57.938+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:23:22.946+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:23:47.955+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:24:12.964+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:24:37.973+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:25:02.982+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:25:27.992+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:25:52.999+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:26:18.009+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:26:43.015+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:27:08.024+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:27:33.032+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:27:58.041+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:28:23.049+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:28:48.057+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:29:13.068+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:29:38.075+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:30:03.083+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:30:28.091+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:30:53.100+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:31:18.108+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:31:43.115+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:32:08.124+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:32:33.133+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:32:58.141+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:33:23.149+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:33:48.158+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:34:13.167+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:34:38.176+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:35:03.184+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:35:28.189+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:35:53.167+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:36:18.165+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:37:08.008+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:37:33.019+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:37:58.026+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:38:23.034+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:38:48.043+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:39:13.051+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:39:38.061+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:40:03.070+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:40:28.080+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:40:53.090+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:41:18.099+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:41:43.108+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:42:32.963+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:42:57.971+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:46:16.056+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T03:46:41.063+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:02:16.970+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:02:41.979+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:18:32.070+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:18:57.080+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:19:22.089+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:19:47.095+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:20:12.103+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:20:37.112+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:21:02.120+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:21:27.127+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:21:52.134+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:22:17.140+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:22:42.144+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:23:07.148+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:23:32.156+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:23:57.165+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:24:22.175+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:24:47.183+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:25:12.189+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:25:37.198+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:26:02.206+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:26:27.215+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:26:52.220+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:27:17.228+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:27:42.237+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:28:07.246+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:28:32.255+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:28:57.263+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:29:22.272+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:29:47.280+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:30:12.286+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:30:37.293+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:31:02.300+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:31:27.306+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:31:52.315+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:32:17.325+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:32:42.334+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:33:07.341+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:33:32.349+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:33:57.355+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:34:22.364+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:34:47.373+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:35:12.381+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:35:37.388+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:36:02.392+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:36:27.395+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:36:52.400+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:37:17.407+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:37:42.414+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:38:07.422+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:38:32.430+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:38:57.437+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:39:22.444+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:39:47.452+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:40:12.459+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:40:37.468+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:41:02.478+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:41:27.485+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:41:52.495+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:42:17.500+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:42:42.509+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:43:07.516+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:43:32.524+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:43:57.532+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:44:22.540+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:44:47.549+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:45:12.558+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:45:37.570+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:46:02.579+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:46:27.587+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:46:52.597+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:47:17.606+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:47:42.613+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:48:07.622+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:48:32.630+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:48:57.637+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:49:22.646+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:49:47.651+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:50:12.658+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:50:37.667+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:51:02.674+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:51:27.683+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:51:52.691+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:52:17.696+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:52:42.704+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:53:07.711+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:53:32.720+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:53:57.727+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:54:22.736+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:54:47.742+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:55:12.747+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:55:37.755+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:56:02.763+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:56:27.771+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:56:52.781+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:57:17.788+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:57:42.794+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:58:07.802+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:58:32.812+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:58:57.821+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:59:22.829+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T04:59:47.837+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:00:12.846+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:00:37.856+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:01:02.863+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:01:27.869+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:01:52.876+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:02:17.885+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:02:42.894+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:03:07.898+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:03:32.905+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:03:57.912+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:04:22.919+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:04:47.927+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:05:12.937+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:05:37.945+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:06:02.952+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:06:27.960+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:06:52.966+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:07:17.974+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:07:42.963+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:08:07.950+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:08:32.955+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:08:57.961+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:09:22.970+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:09:47.979+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:10:12.986+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:10:37.996+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:11:03.003+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:11:28.012+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:11:53.019+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:12:18.029+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:12:43.035+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:13:08.043+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:13:33.051+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:13:58.056+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:14:23.065+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:14:48.073+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:15:13.080+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:15:38.087+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:16:03.095+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:16:28.100+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:16:53.104+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:17:18.110+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:17:43.117+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:18:08.125+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:18:33.133+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:18:58.142+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:19:47.976+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:20:13.000+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:20:38.011+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:21:03.019+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:21:28.027+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:21:53.037+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:22:18.043+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:22:43.051+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:23:08.059+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:23:33.069+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:23:58.078+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:24:23.087+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:25:12.907+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:25:37.914+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T05:41:24.889+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: operation timed out\"","level":"error"}
+{"@timestamp":"2025-01-12T05:41:39.892+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T05:42:04.897+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T05:47:00.067+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T05:47:25.073+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:03:14.855+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:03:39.890+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:04:04.903+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:04:29.913+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:04:54.920+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:05:19.927+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:05:44.934+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:06:09.938+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:06:34.944+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:06:59.953+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:07:24.961+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:07:49.970+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:08:14.980+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:08:39.987+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:09:04.995+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:09:30.002+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:09:55.009+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:10:20.018+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:10:45.027+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:11:10.033+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:11:35.041+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:12:00.048+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:12:25.056+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:12:50.063+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:13:15.072+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:13:40.080+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:14:05.087+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:14:30.095+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:14:55.103+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:15:20.112+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:15:45.122+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:16:10.131+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:16:35.141+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:17:00.148+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:17:25.155+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:17:50.163+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:18:15.171+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:18:40.180+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:19:05.186+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:19:30.189+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:19:55.194+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:20:20.203+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:20:45.210+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:21:10.218+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:21:35.225+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:22:00.235+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:22:25.243+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:22:50.251+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:23:15.260+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:23:40.270+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:24:05.280+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:24:30.286+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:24:55.294+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:25:20.302+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:25:45.309+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:26:10.318+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:26:35.327+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:27:00.334+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:27:25.342+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:27:50.351+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:28:15.359+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:28:40.368+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:29:05.378+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:29:30.387+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:29:55.395+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:30:20.403+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:30:45.410+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:31:10.418+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:31:35.427+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:32:00.436+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:32:25.438+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:32:50.443+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:33:15.452+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:33:40.462+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:34:05.471+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:34:30.481+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:34:55.490+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:35:20.497+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:35:45.505+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:36:10.514+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:36:35.523+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:37:00.530+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:37:25.536+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:37:50.543+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:38:15.565+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:38:40.574+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:39:05.582+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:39:30.591+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:39:55.599+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:40:20.608+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:40:45.613+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:41:10.620+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:41:35.630+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:42:00.637+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:42:25.644+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:42:50.653+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:43:15.657+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:43:40.666+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:44:05.674+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:44:30.680+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:44:55.688+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:45:20.695+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:45:45.703+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:46:10.711+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:46:35.714+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:47:00.721+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:47:25.729+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:47:50.736+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:48:15.745+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:48:40.752+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:49:05.760+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:49:30.768+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:49:55.775+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:50:20.783+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:50:45.791+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:51:10.797+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:51:35.802+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:52:00.811+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:52:25.818+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:52:50.826+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:53:15.835+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:53:40.843+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:54:05.852+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:54:30.858+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:54:55.868+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:55:20.878+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:55:45.887+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:56:10.897+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:56:35.905+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:57:00.914+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:57:25.921+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:57:50.929+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:58:15.938+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:58:40.946+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:59:05.950+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:59:30.957+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T06:59:55.966+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:00:20.970+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:00:45.974+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:01:10.980+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:01:35.987+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:02:00.995+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:02:26.003+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:02:51.011+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:03:16.020+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:03:41.028+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:04:06.037+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:04:55.908+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:05:20.901+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:05:45.906+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:06:10.915+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:06:35.922+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:07:00.930+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:07:25.940+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:07:50.950+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:08:15.958+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:08:40.966+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:09:05.976+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:09:30.986+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:09:55.994+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:10:45.839+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:26:35.845+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:27:00.855+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:42:50.845+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:43:15.823+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:43:40.822+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:44:05.827+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:44:30.835+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:44:55.839+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:45:20.844+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:45:45.850+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:46:10.858+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:46:35.864+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:47:00.873+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:47:25.880+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:47:50.887+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:48:15.896+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:48:40.904+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:49:05.913+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:49:30.921+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:49:55.928+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:50:20.937+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:50:45.944+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:51:10.953+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:51:35.962+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:52:00.972+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:52:25.979+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:52:50.987+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:53:15.993+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:53:41.001+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:54:06.009+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:54:31.018+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:54:56.025+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:55:21.035+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:55:46.043+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:56:11.051+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:56:36.058+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:57:01.067+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:57:26.075+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:57:51.082+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:58:16.084+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:58:41.089+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:59:06.098+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:59:31.105+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T07:59:56.110+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:00:21.118+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:00:46.127+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:01:11.134+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:01:36.141+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:02:01.147+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:02:26.157+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:02:51.108+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:03:16.116+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:03:41.123+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:04:06.130+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:04:31.137+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:04:56.146+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:05:21.154+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:05:46.164+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:06:11.171+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:06:36.182+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:07:01.190+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:07:26.197+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:07:51.203+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:08:16.208+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:08:41.217+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:09:06.224+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:09:31.233+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:09:56.241+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:10:21.249+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:10:46.258+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:11:11.265+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:11:36.268+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:12:01.276+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:12:26.281+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:12:51.288+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:13:16.294+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:13:41.301+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:14:06.307+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:14:31.315+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:14:56.321+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:15:21.328+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:15:46.334+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:16:11.342+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:16:36.350+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:17:01.358+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:17:26.365+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:17:51.373+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:18:16.380+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:18:41.386+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:19:06.393+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:19:31.400+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:19:56.405+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:20:21.411+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:20:46.419+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:21:11.426+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:21:36.433+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:22:01.442+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:22:26.448+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:22:51.456+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:23:16.463+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:23:41.444+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:24:06.444+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:24:31.449+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:24:56.455+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:25:21.463+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:25:46.465+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:26:11.472+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:26:36.478+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:27:01.484+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:27:26.492+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:27:51.500+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:28:16.507+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:28:41.515+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:29:06.524+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:29:31.532+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:29:56.539+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:30:21.548+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:30:46.552+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:31:11.561+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:31:36.570+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:32:01.578+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:32:26.584+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:32:51.591+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:33:16.596+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:33:41.605+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:34:06.611+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:34:31.620+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:34:56.628+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:35:21.637+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:35:46.645+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:36:11.654+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:36:36.662+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:37:01.671+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:37:26.679+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:37:51.687+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:38:16.693+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:38:41.696+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:39:06.701+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:39:31.705+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:39:56.713+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:40:21.720+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:40:46.729+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:41:11.738+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:41:36.744+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:42:01.751+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:42:26.759+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:42:51.765+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:43:16.773+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:43:41.780+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:44:06.787+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:44:31.797+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:45:21.619+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:45:46.619+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:46:11.627+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:46:36.633+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:47:01.642+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:47:26.648+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:47:51.656+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:48:16.664+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:48:41.672+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:49:06.680+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:49:31.688+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:49:56.697+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:50:46.536+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T08:51:11.544+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:06:54.903+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:07:19.910+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:23:03.918+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:23:28.932+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:23:53.943+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:24:18.951+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:24:43.959+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:25:08.967+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:25:33.975+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:25:58.982+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:26:23.991+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:26:49.000+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:27:14.009+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:27:39.017+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:28:04.025+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:28:29.035+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:28:54.044+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:29:19.052+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:29:44.060+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:30:09.067+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:30:34.076+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:30:59.082+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:31:24.089+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:31:49.077+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:32:14.081+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:32:39.087+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:33:04.096+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:33:29.106+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:33:54.115+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:34:19.120+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:34:44.128+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:35:09.132+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:35:34.138+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:35:59.141+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:36:24.147+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:36:49.154+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:37:14.160+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:37:39.168+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:38:04.176+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:38:29.184+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:38:54.190+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:39:19.197+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:39:44.204+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:40:09.212+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:40:34.219+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:40:59.226+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:41:24.234+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:41:49.240+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:42:14.248+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:42:39.255+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:43:04.265+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:43:29.273+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:43:54.281+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:44:19.290+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:44:44.299+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:45:09.307+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:45:34.313+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:45:59.322+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:46:24.330+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:46:49.338+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:47:14.345+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:47:39.361+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:48:04.391+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:48:29.401+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:48:54.410+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:49:19.418+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:49:44.422+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:50:09.428+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:50:34.435+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:50:59.442+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:51:24.452+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:51:49.460+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:52:14.470+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:52:39.477+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:53:04.486+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:53:29.496+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:53:54.503+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:54:19.513+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:54:44.520+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:55:09.527+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:55:34.535+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:55:59.543+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:56:24.552+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:56:49.561+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:57:14.570+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:57:39.577+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:58:04.586+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:58:29.594+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:58:54.604+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:59:19.611+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T09:59:44.618+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:00:09.626+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:00:34.634+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:00:59.642+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:01:24.652+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:01:49.660+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:02:14.667+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:02:39.671+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:03:04.678+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:03:29.685+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:03:54.692+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:04:19.700+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:04:44.708+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:05:09.716+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:05:34.724+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:05:59.732+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:06:24.738+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:06:49.748+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:07:14.757+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:07:39.767+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:08:04.777+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:08:29.784+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:08:54.790+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:09:19.798+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:09:44.805+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:10:09.813+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:10:34.823+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:10:59.830+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:11:24.813+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:11:49.804+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:12:14.808+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:12:39.817+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:13:04.823+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:13:29.831+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:13:54.839+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:14:19.848+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:14:44.854+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:15:09.861+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:15:34.867+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:15:59.871+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:16:24.878+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:16:49.884+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:17:14.891+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:17:39.896+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:18:04.902+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:18:29.910+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:18:54.917+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:19:19.924+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:19:44.933+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:20:09.943+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:20:34.951+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:20:59.959+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:21:24.967+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:21:49.975+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:22:14.984+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:22:39.992+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:23:05.000+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:23:30.006+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:23:55.015+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:24:20.023+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:24:45.032+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:25:34.865+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:25:59.873+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:26:24.881+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:26:49.889+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:27:14.898+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:27:39.908+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:28:04.916+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:28:29.924+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:28:54.932+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:29:19.936+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:29:44.942+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:30:09.950+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:30:59.783+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:31:24.792+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:45:33.449+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:45:58.464+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:48:17.566+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T10:48:42.576+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T11:04:32.530+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T11:04:57.538+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T11:05:22.546+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T11:05:47.553+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T11:06:12.560+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T11:06:37.567+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T11:07:02.573+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T11:07:27.578+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T11:07:52.585+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T11:08:17.646+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T11:08:42.644+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T11:09:07.652+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T11:09:32.659+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T11:09:57.666+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T11:10:22.672+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T11:10:47.679+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T11:11:12.687+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T11:11:37.696+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T11:12:02.701+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-12T11:12:27.709+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:12:52.717+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:13:17.723+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:13:42.731+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:14:07.741+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:14:32.747+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:14:57.756+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:15:22.764+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:15:47.768+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:16:12.775+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:16:37.781+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:17:02.790+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:17:27.796+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:17:52.805+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:18:17.813+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:18:42.820+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:19:07.826+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:19:32.832+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:19:57.838+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:20:22.846+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:20:47.854+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:21:12.861+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:21:37.869+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:22:02.877+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:22:27.883+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:22:52.889+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:23:17.898+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:23:42.916+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:24:07.929+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:24:32.936+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:24:57.941+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:25:22.948+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:25:47.954+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:26:12.960+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:26:37.965+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:27:02.971+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:27:27.977+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:27:52.982+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:28:17.987+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:28:42.993+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:29:07.998+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:29:33.003+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:29:58.008+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:30:23.013+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:30:48.019+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:31:13.025+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:31:38.031+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:32:03.036+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:32:28.041+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:32:53.045+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:33:18.048+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:33:43.052+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:34:08.057+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:34:33.062+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:34:58.070+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:35:23.078+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:35:48.088+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:36:13.098+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:36:38.105+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:37:03.114+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:37:28.123+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:37:53.132+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:38:18.142+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:38:43.151+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:39:08.157+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:39:33.093+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:39:58.102+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:40:23.110+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:40:48.119+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:41:13.128+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:41:38.135+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:42:03.143+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:42:28.153+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:42:53.160+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:43:18.168+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:43:43.175+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:44:08.181+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:44:33.187+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T11:45:23.096+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:01:11.924+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:01:36.941+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:02:01.951+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:02:26.958+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:02:51.961+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:03:16.969+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:03:41.977+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:04:06.987+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:04:31.995+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:04:57.001+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:05:22.010+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:05:47.020+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:06:12.029+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:06:37.039+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:07:02.046+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:07:27.054+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:07:52.061+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:08:17.071+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:08:42.079+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:09:07.086+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:09:32.094+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:09:57.103+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:10:22.110+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:10:47.118+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:11:12.132+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:11:37.145+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:12:02.153+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:12:27.161+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:12:52.166+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:13:17.171+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:13:42.180+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:14:07.188+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:14:32.197+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:14:57.207+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:15:22.216+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:15:47.221+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:16:12.224+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:16:37.233+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:17:02.239+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:17:27.247+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:17:52.255+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:18:17.263+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:18:42.268+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:19:07.277+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:19:32.286+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:19:57.290+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:20:22.300+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:20:47.309+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:21:12.317+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:21:37.326+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:22:02.335+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:22:27.341+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:22:52.348+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:23:17.354+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:23:42.361+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:24:07.368+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:24:32.376+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:24:57.386+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:25:22.392+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:25:47.400+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:26:12.408+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:26:37.416+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:27:02.424+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:27:27.424+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:27:52.430+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:28:17.437+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:28:42.443+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:29:07.451+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:29:32.458+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:29:57.461+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:30:22.467+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:30:47.476+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:31:12.481+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:31:37.491+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:32:02.499+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:32:27.509+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:32:52.518+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:33:17.526+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:33:42.535+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:34:07.543+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:34:32.553+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:34:57.558+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:35:22.567+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:35:47.575+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:36:12.583+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:36:37.591+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:37:02.596+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:37:27.603+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:37:52.612+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:38:17.622+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:38:42.631+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:39:07.638+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:39:32.646+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:39:57.652+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:40:22.660+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:40:47.667+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:41:12.674+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:41:37.684+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:42:02.691+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:42:27.642+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:42:52.648+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:43:17.650+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:43:42.655+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:44:07.663+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:44:32.668+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:44:57.676+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:45:22.685+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:45:47.690+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:46:12.698+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:46:37.705+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:47:02.714+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:47:27.721+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:47:52.731+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:48:17.740+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:48:42.746+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:49:07.755+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:49:32.764+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:49:57.771+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:50:22.777+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:50:47.786+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:51:12.794+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:51:37.802+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:52:02.811+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:52:27.820+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:52:52.830+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:53:17.837+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:53:42.841+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:54:07.849+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:54:32.858+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:54:57.864+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:55:22.874+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:55:47.880+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:56:12.887+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:56:37.889+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:57:02.894+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:57:27.901+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:57:52.910+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:58:17.918+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:58:42.926+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:59:07.935+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:59:32.941+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T12:59:57.950+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:00:22.959+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:00:47.967+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:01:12.974+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:02:02.841+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:02:27.849+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:02:52.858+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:03:17.868+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:03:42.876+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:04:07.884+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:04:32.893+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:04:57.901+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:05:22.910+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:05:47.919+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:06:12.928+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:06:37.936+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:07:02.944+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:07:27.952+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:07:52.958+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:08:17.964+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:08:42.972+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:09:07.980+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:09:32.985+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:09:57.989+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:10:22.994+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:10:48.001+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:11:13.006+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:11:38.012+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:12:03.021+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:12:28.027+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:12:53.036+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:13:18.042+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:13:43.049+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:14:08.055+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:14:33.063+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:14:58.073+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:15:23.082+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:15:48.088+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:16:13.098+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:16:38.107+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:17:03.115+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:17:28.123+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:17:53.131+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:18:18.139+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:18:43.149+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:19:08.158+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:19:33.166+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:19:58.174+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:20:23.184+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:20:48.192+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:21:13.200+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:21:38.205+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:22:03.211+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:22:28.220+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:22:53.117+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:23:18.119+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:23:43.126+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:24:08.133+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:24:33.141+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:24:58.145+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:25:23.152+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:25:48.161+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:26:13.168+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:26:38.174+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:27:03.180+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:27:28.188+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:27:53.195+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:28:18.202+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:28:43.208+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:29:08.215+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:29:33.222+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:29:58.229+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:30:23.238+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:30:48.243+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:31:13.251+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:31:38.260+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:32:03.269+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:32:28.274+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:32:53.281+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:33:18.288+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:33:43.292+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:34:08.298+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:34:33.306+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:34:58.315+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:35:23.321+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:35:48.329+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:36:13.335+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:36:38.339+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:37:03.343+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:37:28.350+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:37:53.355+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:38:18.359+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:38:43.364+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:39:08.369+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:39:33.378+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:39:58.385+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:40:23.393+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:40:48.402+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:41:13.411+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:41:38.417+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:42:03.426+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:42:28.432+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:42:53.441+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:43:18.445+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:43:43.450+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:44:08.459+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:44:33.466+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:44:58.473+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:45:23.481+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:45:48.487+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:46:13.494+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:46:38.502+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:47:03.508+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:47:28.514+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:47:53.521+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:48:18.528+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:48:43.535+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:49:08.542+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:49:33.549+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:49:58.553+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:50:23.560+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:50:48.563+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:51:13.568+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:51:38.576+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:52:03.584+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:52:28.589+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:52:53.597+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:53:18.603+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:53:43.608+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:54:08.613+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:54:33.621+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:54:58.626+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:55:23.635+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:55:48.619+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:56:13.620+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:56:38.626+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:57:03.631+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:57:28.636+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:57:53.642+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:58:18.651+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:58:43.659+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:59:08.667+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:59:33.674+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T13:59:58.681+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:00:23.689+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:00:48.698+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:01:13.705+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:01:38.712+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:02:03.720+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:02:28.728+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:02:53.734+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:03:18.740+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:03:43.749+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:04:08.750+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:04:33.754+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:04:58.762+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:06:18.815+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:06:43.818+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:07:08.821+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:07:33.825+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:07:58.829+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:08:23.833+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:08:48.837+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:09:13.842+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:09:38.846+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:10:03.850+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:10:28.856+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:10:53.860+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:11:18.868+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:11:43.883+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:12:08.892+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:12:33.897+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:12:58.901+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:13:23.906+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:13:48.910+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:14:13.914+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:14:38.918+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:15:03.923+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:15:28.926+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:15:53.931+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:16:18.934+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:16:43.939+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:17:08.943+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:17:33.948+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:17:58.952+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:18:23.957+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:18:48.962+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:19:13.966+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:19:38.971+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:20:03.974+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:20:28.979+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:20:53.984+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:21:18.988+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:21:43.995+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:22:08.999+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:22:34.002+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:22:59.007+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:23:24.011+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:23:49.015+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:24:14.016+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:24:39.019+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:25:04.024+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:25:29.028+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:25:54.032+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:26:19.036+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:26:44.040+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:27:09.045+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:27:34.050+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:27:59.057+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:28:24.065+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:28:49.071+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:29:14.077+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:29:39.083+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:30:04.091+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:30:29.099+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:30:54.107+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:31:19.113+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:31:44.122+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:32:09.131+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:32:34.139+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:32:59.145+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:33:24.153+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:33:49.162+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:34:14.172+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:34:39.179+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:35:04.188+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:35:29.197+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:35:54.203+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:36:19.210+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:36:44.217+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:37:09.224+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:37:34.231+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:37:59.234+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:38:24.237+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:38:49.243+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:39:14.249+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:39:39.255+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:40:04.260+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:40:29.269+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:40:54.277+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:41:19.283+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:41:44.288+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:42:09.294+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:42:34.303+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:42:59.311+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:43:24.317+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:43:49.323+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:44:14.331+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:44:39.339+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:45:04.347+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:45:54.177+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T14:46:19.186+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:02:09.288+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:02:34.296+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:02:59.305+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:03:24.313+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:03:49.320+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:04:14.326+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:04:39.335+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:05:04.339+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:05:29.347+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:05:54.353+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:06:19.361+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:06:44.368+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:07:09.374+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:07:34.376+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:07:59.381+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:08:24.387+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:08:49.395+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:09:14.404+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:09:39.411+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:10:04.420+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:10:29.429+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:10:54.437+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:11:19.444+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:11:44.452+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:12:09.461+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:12:34.469+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:12:59.477+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:13:24.486+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:13:49.493+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:14:14.502+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:14:39.508+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:15:04.517+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:15:29.525+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:15:54.532+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:16:19.539+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:16:44.547+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:17:09.643+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:17:34.652+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:17:59.661+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:18:24.670+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:18:49.677+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:19:14.684+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:19:39.692+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:20:04.697+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:20:29.704+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:20:54.706+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:21:19.710+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:21:44.718+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:22:09.727+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:22:34.733+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:22:59.742+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:23:24.748+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:23:49.757+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:24:14.764+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:24:39.772+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:25:04.780+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:25:29.789+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:25:54.797+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:26:19.803+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:26:44.812+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:27:09.822+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:27:34.832+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:27:59.839+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:28:24.849+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:28:49.855+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:29:14.862+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:29:39.871+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:30:04.877+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:30:29.886+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:30:54.893+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:31:19.901+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:31:44.906+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:32:09.912+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:32:34.923+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:32:59.940+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:33:24.949+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:33:49.957+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:34:14.964+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:34:39.968+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:35:04.972+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:35:29.981+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:35:54.988+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:36:19.997+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:36:45.005+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:37:10.012+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:37:35.021+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:38:00.031+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:38:25.037+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:38:50.046+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:39:15.054+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:39:40.061+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:40:05.069+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:40:30.077+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:40:55.085+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:41:20.095+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:41:45.100+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:42:10.107+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:42:35.114+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:43:00.121+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:43:25.130+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:43:50.138+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:44:15.146+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:44:40.155+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:45:05.163+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:45:30.171+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:45:55.178+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:46:20.186+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:46:45.195+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:47:10.201+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:47:35.209+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:48:00.194+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:48:25.194+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:48:50.200+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:49:15.209+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:49:40.217+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:50:05.227+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:50:30.234+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:50:55.242+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:51:20.249+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:51:45.257+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:52:10.266+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:52:35.274+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:53:00.281+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:53:25.290+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:53:50.298+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:54:15.306+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:54:40.313+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:55:05.323+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:55:30.329+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:55:55.336+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:56:20.345+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:56:45.353+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:57:10.362+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:57:35.368+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:58:00.377+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:58:25.385+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:58:50.391+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:59:15.399+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T15:59:40.407+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:00:05.416+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:00:30.421+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:00:55.428+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:01:20.433+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:01:45.437+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:02:10.446+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:02:35.454+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:03:20.025+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:03:45.033+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:04:10.042+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:04:35.050+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:05:00.058+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:05:25.066+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:05:50.073+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:06:15.079+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:06:40.087+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:07:05.093+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:07:30.102+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:07:55.108+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:08:20.117+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:08:45.126+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:09:10.131+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:09:35.140+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:10:00.148+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:10:25.157+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:10:50.165+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:11:15.173+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:11:40.180+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:12:05.188+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:12:30.194+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:12:55.202+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:13:20.208+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:13:45.216+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:14:10.224+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:14:35.230+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:15:00.239+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:15:25.247+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:15:50.250+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:16:15.256+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:16:40.263+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:17:05.271+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:17:30.278+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:17:55.287+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:18:20.295+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:18:45.304+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:19:10.363+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:19:35.369+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:20:00.375+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:20:25.380+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:20:50.385+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:21:15.391+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:21:40.397+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:22:05.401+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:22:30.405+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:22:55.411+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:23:20.416+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:23:45.422+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:24:10.428+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:24:35.434+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:25:00.439+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:25:25.444+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:25:50.450+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:26:15.454+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:26:40.459+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:27:05.465+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:27:30.471+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:27:55.477+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:28:20.482+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:28:45.488+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:29:10.493+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:29:35.499+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:30:00.504+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:30:25.509+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:30:50.513+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:31:15.520+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:31:40.525+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:32:05.531+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:32:30.537+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:32:55.542+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:33:20.548+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:33:45.550+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:34:10.454+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:34:35.457+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:35:00.462+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:35:25.466+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:35:50.470+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:36:15.476+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:36:40.479+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:37:05.485+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:37:30.490+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:37:55.495+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:38:20.501+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:38:45.506+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:39:10.511+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:39:35.516+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:40:00.521+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:40:25.527+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:40:50.532+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:41:15.538+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:41:40.544+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:42:05.552+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:42:30.561+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:42:55.569+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:43:20.574+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:43:45.581+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:44:10.587+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:44:35.595+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:45:00.602+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:45:25.610+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:45:50.619+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:46:15.623+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:46:40.646+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:47:05.665+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:47:30.673+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:47:55.681+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:48:20.690+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:48:45.696+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:49:10.705+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:49:35.708+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:50:00.713+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:50:25.717+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:50:50.723+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:51:15.729+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:52:05.613+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T16:52:30.621+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:05:14.682+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:05:39.686+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:06:04.691+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:06:29.696+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:06:54.702+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:07:19.705+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:07:44.710+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:08:09.715+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:08:34.720+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:08:59.725+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:09:24.729+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:09:49.734+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:10:14.740+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:10:39.746+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:11:04.751+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:11:29.756+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:11:54.760+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:12:19.766+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:12:44.771+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:13:09.777+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:13:34.782+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:13:59.791+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:14:24.798+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:14:49.801+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:15:14.807+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:15:39.813+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:16:04.817+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:16:29.827+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:16:54.835+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:17:19.844+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:17:44.853+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:18:09.862+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:18:34.867+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:18:59.875+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:19:24.882+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:19:49.889+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:20:14.894+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:20:39.902+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:21:04.909+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:21:30.031+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:21:55.041+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:22:20.050+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:22:45.060+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:23:10.068+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:23:35.076+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:24:24.967+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:24:49.975+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:40:39.940+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:41:04.947+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:41:29.955+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:41:54.965+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:42:19.974+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:42:44.983+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:43:09.992+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:43:34.999+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:44:00.005+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:44:25.009+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:44:50.016+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:45:15.024+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:45:40.136+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:46:05.145+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:46:30.153+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:46:55.159+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:47:20.166+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:47:45.174+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:48:10.183+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:48:35.192+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:49:00.201+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:49:25.210+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:49:50.219+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:50:15.226+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:50:40.236+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:51:05.245+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:51:30.253+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:51:55.261+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:52:20.271+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:52:45.281+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:53:10.292+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:53:35.301+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:54:00.309+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:54:25.317+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:54:50.325+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:55:15.335+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:55:40.343+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:56:05.352+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:56:30.360+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:56:55.368+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:57:20.372+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:57:45.377+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:58:10.386+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:58:35.394+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:59:00.401+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:59:25.410+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T17:59:50.418+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:00:15.427+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:00:40.437+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:01:05.445+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:01:30.451+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:01:55.458+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:02:20.466+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:02:45.476+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:03:10.483+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:03:35.494+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:04:00.502+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:04:25.511+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:04:50.519+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:05:15.528+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:05:40.537+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:06:05.546+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:06:30.550+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:06:55.559+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:07:20.566+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:07:45.574+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:08:10.584+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:08:35.593+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:09:00.601+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:09:25.610+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:09:50.617+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:10:15.626+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:10:40.635+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:11:05.640+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:11:30.645+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:11:55.654+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:12:20.661+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:12:45.667+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:13:10.672+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:13:35.679+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:14:00.688+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:14:25.698+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:14:50.708+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:15:15.716+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:15:40.724+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:16:05.734+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:16:30.744+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:16:55.752+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:17:20.763+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:17:45.771+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:18:10.776+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:18:35.786+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:19:00.795+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:19:25.804+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:19:50.815+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:20:15.822+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:20:40.831+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:21:05.838+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:21:30.847+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:21:55.855+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:22:20.863+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:22:45.870+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:23:10.878+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:23:35.885+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:24:00.786+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:24:25.793+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:24:50.800+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:25:15.804+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:25:40.811+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:26:05.818+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:26:30.827+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:26:55.833+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:27:20.838+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:27:45.845+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:28:10.853+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:28:35.862+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:29:00.870+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:29:25.879+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:29:50.887+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:30:15.896+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:30:40.904+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:31:05.910+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:31:30.919+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:31:55.925+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:32:20.934+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:32:45.942+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:33:10.951+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:33:35.959+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:34:00.967+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:34:25.975+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:34:50.984+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:35:15.992+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:35:40.999+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:36:06.006+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:36:31.011+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:36:56.019+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:37:21.024+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:37:46.032+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:38:11.039+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:38:36.047+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:39:01.054+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:39:26.057+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:39:51.053+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:40:16.041+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:40:41.041+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:41:06.047+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:41:31.056+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:42:20.995+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:42:46.003+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:43:11.013+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:43:36.023+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:44:01.034+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:44:26.041+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:44:51.050+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:45:16.055+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:45:41.064+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:46:06.072+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:46:31.080+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:46:56.090+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:47:21.100+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:47:46.109+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:48:11.119+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:48:36.129+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:49:01.136+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:49:26.145+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:49:51.155+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:50:16.161+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:50:41.168+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:51:06.176+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:51:31.186+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:51:56.193+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:52:21.201+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:52:46.207+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:53:11.211+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:53:36.220+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:54:01.229+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:54:26.237+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:54:51.243+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:55:16.252+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:55:41.260+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:56:06.268+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:56:31.277+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:56:56.287+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:57:21.294+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:57:46.301+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:58:11.308+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:58:36.315+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:59:01.322+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:59:26.330+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T18:59:51.339+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:00:16.348+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:00:41.357+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:01:06.364+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:01:31.370+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:01:56.378+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:02:21.384+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:02:46.391+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:03:11.399+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:03:36.405+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:04:01.414+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:04:26.424+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:04:51.431+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:05:16.440+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:05:41.448+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:06:06.456+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:06:31.463+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:06:56.469+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:07:21.472+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:07:46.479+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:08:11.485+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:08:36.493+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:09:01.503+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:09:26.511+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:09:51.518+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:10:16.526+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:10:41.536+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:11:06.543+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:11:31.552+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:11:56.561+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:12:21.446+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:12:46.451+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:13:11.459+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:13:36.467+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:14:01.475+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:14:26.484+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:14:51.492+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:15:16.499+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:15:41.508+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:16:06.518+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:16:31.524+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:16:56.531+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:17:21.538+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:17:46.544+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:18:11.551+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:18:36.558+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:19:01.565+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:19:26.571+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:19:51.579+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:20:16.583+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:20:41.591+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:21:06.595+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:21:31.599+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:21:56.605+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:22:21.613+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:22:46.617+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:23:11.625+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:23:36.633+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:24:01.641+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:24:26.649+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:24:51.658+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:25:16.666+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:25:41.672+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:26:06.681+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:26:31.690+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:26:56.698+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:27:21.705+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:27:46.713+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:28:11.720+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:28:36.728+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:29:01.736+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:29:26.745+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:29:51.754+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:30:16.762+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:30:41.771+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:31:06.778+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:31:31.785+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:31:56.793+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:32:21.800+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:32:46.809+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:33:11.817+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:33:36.826+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:34:01.936+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:34:26.940+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:34:51.946+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:35:16.953+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:35:41.960+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:36:06.969+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:36:31.976+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:36:56.982+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:37:21.992+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:37:47.000+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:38:12.010+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:38:37.019+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:39:02.028+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:39:27.036+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:39:52.045+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:40:17.055+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:40:42.062+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:41:07.072+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:41:32.079+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:41:57.088+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:42:22.096+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:42:47.104+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:43:12.114+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:43:37.124+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:44:02.133+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:44:27.141+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:44:52.150+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T19:45:17.158+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:01:07.182+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:01:32.199+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:01:57.210+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:02:22.218+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:02:47.221+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:03:12.224+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:03:37.229+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:04:02.237+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:04:27.244+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:04:52.252+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:05:17.259+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:05:42.268+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:06:07.278+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:06:32.287+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:06:57.293+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:07:22.302+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:07:47.309+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:08:12.318+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:08:37.326+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:09:02.329+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:09:27.333+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:09:52.340+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:10:17.350+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:10:42.358+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:11:07.366+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:11:32.372+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:11:57.381+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:12:22.388+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:12:47.395+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:13:12.403+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:13:37.412+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:14:02.418+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:14:27.426+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:14:52.432+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:15:17.439+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:15:42.448+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:16:07.456+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:16:32.462+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:16:57.470+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:17:22.473+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:17:47.481+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:18:12.489+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:18:37.495+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:19:02.504+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:19:27.513+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:19:52.522+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:20:17.532+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:20:42.541+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:21:07.550+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:21:32.559+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:21:57.568+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:22:22.576+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:22:47.582+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:23:12.591+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:23:37.599+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:24:02.607+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:24:27.606+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:24:52.613+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:25:17.621+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:25:42.630+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:26:07.636+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:26:32.645+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:26:57.654+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:27:22.661+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:27:47.670+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:28:12.678+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:28:37.685+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:29:02.692+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:29:27.699+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:29:52.707+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:30:17.715+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:30:42.719+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:31:07.724+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:31:32.732+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:31:57.739+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:32:22.747+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:32:47.755+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:33:12.763+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:33:37.771+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:34:02.779+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:34:27.789+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:34:52.797+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:35:17.805+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:35:42.813+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:36:07.821+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:36:32.828+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:36:57.834+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:37:22.842+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:37:47.852+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:38:12.860+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:38:37.868+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:39:02.878+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:39:27.887+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:39:52.896+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:40:17.903+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:40:42.912+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:41:07.921+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:41:32.928+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:41:57.937+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:42:22.946+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:42:47.955+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:43:12.962+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:43:37.971+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:44:02.975+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:44:27.982+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:44:52.988+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:45:17.996+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:45:43.004+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:46:08.009+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:46:33.019+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:46:58.028+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:47:23.038+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:47:48.047+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:48:13.056+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:48:38.063+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:49:03.069+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:49:28.076+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:49:53.084+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:50:18.093+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:50:43.101+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:51:08.109+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:51:33.118+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:51:58.124+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:52:23.133+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:52:48.140+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:53:13.149+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:53:38.159+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:54:03.166+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:54:28.175+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:54:53.184+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:55:18.193+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:55:43.202+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:56:08.212+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:56:33.221+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:56:58.227+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:57:23.232+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:57:48.239+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:58:13.245+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:58:38.250+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:59:03.256+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:59:28.263+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T20:59:53.271+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T21:00:18.279+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T21:00:43.287+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T21:01:08.296+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T21:01:33.305+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T21:01:58.310+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T21:02:48.150+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T21:03:13.160+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T21:03:38.168+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T21:04:03.178+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T21:04:28.187+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T21:04:53.196+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T21:05:18.204+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T21:05:43.212+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T21:06:08.220+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T21:06:33.226+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T21:06:58.232+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T21:07:23.242+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T21:07:48.252+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T21:14:53.506+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T21:30:43.369+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T21:31:08.378+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T21:31:33.388+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T21:47:23.308+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T21:47:48.318+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T21:48:13.326+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T21:48:38.330+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T21:49:03.333+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T21:49:28.341+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T21:49:53.350+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T21:50:18.357+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T21:50:43.365+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T21:51:08.372+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T21:51:33.377+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T21:51:58.386+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T21:52:23.395+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T21:52:48.438+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T21:53:13.455+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T21:53:38.464+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T21:54:03.471+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T21:54:28.480+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T21:54:53.487+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T21:55:18.496+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T21:55:43.504+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T21:56:08.513+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T21:56:33.520+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T21:56:58.529+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T21:57:23.533+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T21:57:48.541+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T21:58:13.548+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T21:58:38.555+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T21:59:03.563+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T21:59:28.569+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T21:59:53.573+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:00:18.580+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:00:43.589+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:01:08.598+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:01:33.605+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:01:58.613+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:02:23.615+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:02:48.619+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:03:13.628+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:03:38.637+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:04:03.645+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:04:28.651+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:04:53.660+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:05:18.670+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:05:43.676+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:06:08.683+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:06:33.691+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:06:58.700+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:07:23.708+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:07:48.715+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:08:13.722+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:08:38.729+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:09:03.738+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:09:28.743+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:09:53.752+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:10:18.760+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:10:43.766+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:11:08.775+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:11:33.782+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:11:58.790+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:12:23.794+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:12:48.803+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:13:13.810+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:13:38.818+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:14:03.824+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:14:28.830+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:14:53.835+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:15:18.842+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:15:43.850+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:16:08.853+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:16:33.860+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:16:58.867+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:17:23.873+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:17:48.880+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:18:13.886+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:18:38.893+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:19:03.900+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:19:28.909+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:19:53.917+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:20:18.922+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:20:43.928+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:21:08.935+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:21:33.939+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:21:58.947+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:22:23.956+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:22:48.963+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:23:13.971+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:23:38.978+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:24:03.985+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:24:28.993+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:24:53.999+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:25:19.006+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:25:44.016+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:26:09.023+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:26:34.030+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:26:59.037+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:27:24.049+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:27:49.067+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:28:14.075+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:28:39.082+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:29:04.088+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:29:29.096+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:29:54.104+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:30:19.107+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:30:44.111+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:31:09.119+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:31:34.126+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:31:59.133+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:32:24.138+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:32:49.146+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:33:14.154+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:33:39.161+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:34:04.169+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:34:29.177+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:34:54.185+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:35:19.193+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:35:44.200+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:36:09.210+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:36:34.219+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:36:59.226+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:37:24.236+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:37:49.245+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:38:14.252+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:38:39.262+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:39:04.269+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:39:29.277+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:39:54.286+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:40:19.295+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:40:44.303+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:41:09.312+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:41:34.321+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:41:59.330+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:42:24.334+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:42:49.343+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:43:14.347+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:43:39.379+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:44:04.396+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:44:29.405+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:44:54.409+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:45:19.414+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:45:44.421+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:46:09.429+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:46:34.435+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:46:59.442+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:47:24.450+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:47:49.459+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:48:14.466+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:48:39.474+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:49:29.320+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:49:54.337+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:50:19.345+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:50:44.354+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:51:09.365+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:51:34.373+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:51:59.382+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:52:24.390+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:52:49.400+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:53:14.410+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:53:39.418+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:54:04.428+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:54:54.305+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T22:55:19.312+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:11:09.309+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:11:34.323+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:15:51.706+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:16:26.604+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:16:51.607+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:17:16.609+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:17:41.614+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:18:06.619+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:18:31.624+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:18:56.629+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:19:21.634+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:19:46.640+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:20:11.646+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:20:36.652+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:21:01.658+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:21:26.663+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:21:51.669+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:22:16.674+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:22:41.682+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:23:06.691+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:23:31.697+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:23:56.705+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:24:21.713+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:24:46.721+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:25:11.728+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:25:36.736+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:26:01.741+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:26:26.746+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:26:51.751+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:27:16.757+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:27:41.763+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:28:06.768+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:28:31.773+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:28:56.779+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:29:21.784+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:29:46.790+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:30:11.796+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:30:36.802+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:31:01.796+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:31:26.803+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:31:51.810+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:32:16.818+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:32:41.825+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:33:06.831+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:33:31.834+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:33:56.839+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:34:21.844+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:34:46.848+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:35:11.852+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:35:36.857+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:36:01.862+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:36:26.867+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:36:51.872+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:37:16.878+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:37:41.883+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:38:06.888+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:38:31.894+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:38:56.900+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:39:21.909+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:39:46.917+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:40:11.923+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:40:36.931+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:41:01.940+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:41:26.947+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:41:51.956+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:42:16.962+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:42:41.968+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:43:06.978+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:43:31.986+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:43:56.994+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:44:22.015+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:44:47.034+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:45:12.042+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:45:37.052+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:46:02.059+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:46:27.067+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:46:52.076+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:47:17.085+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:47:42.092+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:48:07.098+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:48:32.102+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:48:57.107+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:49:46.930+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:50:11.939+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:58:29.057+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:58:54.062+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:59:19.068+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-12T23:59:44.074+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}

+ 2311 - 0
app/mq/kafka/logs/error.log-2025-01-13

@@ -0,0 +1,2311 @@
+{"@timestamp":"2025-01-13T00:00:09.079+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:00:34.084+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:00:59.089+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:01:24.094+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:01:49.100+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:02:14.106+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:02:39.112+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:03:04.141+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:03:29.151+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:03:54.160+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:04:19.167+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:04:44.177+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:05:09.187+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:05:34.195+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:05:59.203+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:06:24.208+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:06:49.214+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:07:14.220+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:07:39.225+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:08:04.235+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:08:29.243+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:08:54.244+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:09:19.238+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:24:24.724+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:24:49.729+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:25:14.733+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:25:39.737+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:26:04.743+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:26:29.747+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:26:54.751+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:27:19.755+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:27:44.757+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:28:09.760+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:28:34.765+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:28:59.768+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:29:24.773+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:29:49.776+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:30:14.780+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:30:39.785+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:31:04.789+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:31:29.794+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:31:54.799+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:32:19.802+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:32:44.807+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:33:09.811+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:33:34.815+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:33:59.820+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:34:24.825+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:34:49.829+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:35:14.832+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:35:39.837+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:36:04.842+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:36:29.845+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:36:54.849+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:37:19.853+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:37:44.858+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:38:09.862+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:38:34.865+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:38:59.870+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:39:24.873+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:39:49.878+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:40:14.882+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:40:39.886+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:41:04.891+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:41:29.894+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:41:54.898+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:42:19.903+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:42:44.906+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:43:09.910+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:43:34.914+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:44:00.040+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:44:25.045+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:44:50.048+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:45:15.054+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:45:40.058+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:46:05.063+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:46:30.067+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:46:55.072+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:47:20.077+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:47:45.081+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:48:10.087+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:48:35.090+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:49:00.093+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:49:25.096+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:49:50.101+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:50:15.106+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:50:40.110+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:51:05.115+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:51:30.120+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:51:55.125+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:52:20.130+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:52:45.134+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:53:10.139+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:53:35.144+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:54:00.150+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:54:25.154+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:54:50.159+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:55:15.163+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:55:40.168+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:56:05.172+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:56:30.176+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:56:55.181+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:57:20.186+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:57:45.191+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:58:10.196+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:58:35.201+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:59:00.206+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:59:25.211+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T00:59:50.215+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:00:15.220+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:00:40.225+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:01:05.230+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:01:30.236+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:01:55.241+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:02:20.244+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:02:45.247+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:03:10.252+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:03:35.257+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:04:00.261+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:04:25.266+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:04:50.271+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:05:15.270+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:05:40.274+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:06:05.279+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:06:30.282+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:06:55.287+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:07:20.291+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:07:45.296+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:08:10.301+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:08:35.307+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:09:00.311+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:09:25.315+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:09:50.320+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:10:15.321+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:10:40.324+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:11:05.328+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:11:30.333+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:11:55.338+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:12:20.343+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:12:45.348+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:13:10.354+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:13:35.358+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:14:00.364+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:14:25.369+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:14:50.374+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:15:15.380+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:15:40.385+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:16:05.391+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:16:30.396+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:16:55.401+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:17:20.406+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:17:45.410+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:18:10.416+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:18:35.420+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:19:00.426+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:19:25.432+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:19:50.437+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:20:15.466+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:20:40.477+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:21:05.485+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:21:30.494+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:21:55.503+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:22:20.510+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:22:45.516+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:23:10.525+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:23:35.532+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:24:00.538+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:24:25.543+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:24:50.549+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:25:15.555+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:25:40.560+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:26:05.566+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:26:30.572+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:26:55.576+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:27:20.582+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:27:45.588+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:28:10.591+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:28:35.594+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:29:00.598+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:29:25.603+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:29:50.612+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:30:15.621+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:30:40.629+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:31:05.636+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:31:30.641+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:31:55.648+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:32:20.654+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:32:45.660+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:33:10.665+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:33:35.670+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:34:00.675+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:34:25.680+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:34:50.685+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:35:15.801+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:35:40.807+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:36:05.813+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:36:30.820+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:36:55.826+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:37:20.832+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:37:45.839+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:38:10.845+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:38:35.853+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:39:00.858+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:39:25.865+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:39:50.870+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:40:15.877+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:40:40.888+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:41:05.896+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:41:30.906+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:41:55.912+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:42:20.919+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:42:45.924+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:43:10.930+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:43:35.936+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:44:00.941+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:44:25.946+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:44:50.952+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:45:15.958+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:45:40.961+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:46:05.965+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:46:30.971+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:46:55.977+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:47:20.983+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:47:45.989+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:48:10.995+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:48:36.000+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:49:01.008+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:49:26.013+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:49:51.020+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:50:16.026+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:50:41.032+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:51:06.038+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:51:31.044+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:51:56.050+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:52:21.056+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:52:46.062+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:53:11.066+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:53:36.072+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:54:01.077+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:54:26.083+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:54:51.089+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:55:16.094+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:55:41.096+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:56:06.100+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:56:31.106+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:56:56.111+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:57:21.117+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:57:46.124+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:58:11.129+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:58:36.134+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:59:01.141+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:59:26.145+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T01:59:51.151+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T02:00:16.156+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T02:00:41.162+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T02:01:06.167+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T02:01:31.173+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T02:01:56.178+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T02:02:21.183+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T02:02:46.188+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T02:03:11.193+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T02:03:36.199+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T02:04:01.205+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T02:04:26.210+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T02:04:51.216+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T02:05:16.221+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T02:05:31.223+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:05:56.227+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:06:21.230+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:06:46.236+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:07:11.241+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:07:36.245+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:08:01.251+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:08:26.256+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:08:51.261+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:09:16.266+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:09:41.272+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:10:06.283+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:10:31.289+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:10:56.240+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:11:21.243+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:11:46.249+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:12:11.254+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:12:36.260+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:13:01.264+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:13:26.270+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:13:51.275+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:14:16.280+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:14:41.285+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:15:06.291+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:15:31.294+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:15:56.300+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:16:21.306+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:16:46.312+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:17:11.317+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:17:36.322+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:18:01.327+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:18:26.332+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:18:51.337+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:19:16.343+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:19:41.348+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:20:06.354+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:20:31.360+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:20:56.365+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:21:21.371+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:21:46.376+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:22:11.382+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:22:36.387+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:23:01.393+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:23:26.397+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:23:51.403+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:24:16.409+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:24:41.413+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:25:06.419+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:25:31.424+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:25:56.425+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:26:21.428+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:26:46.432+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:27:11.436+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:27:36.441+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:28:01.447+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:28:26.451+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:28:51.457+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:29:16.463+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:29:41.467+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:30:06.473+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:30:31.467+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:30:56.459+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:31:21.461+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:31:46.466+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:32:11.471+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:32:36.476+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:33:01.480+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:33:26.484+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:33:51.489+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:34:16.495+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:34:41.500+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:35:06.504+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:35:31.508+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:35:56.512+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:36:21.518+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:36:46.523+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:37:11.528+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:37:36.533+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:38:01.538+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:38:26.544+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:38:51.548+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:39:16.553+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:39:41.559+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:40:06.565+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:40:31.570+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:40:56.574+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:41:21.580+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:41:46.585+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:42:11.590+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:42:36.594+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:43:01.598+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:43:26.604+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:43:51.609+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:44:16.614+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:44:41.619+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:45:06.624+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:45:31.630+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:45:56.634+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:46:21.639+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:46:46.644+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:47:11.648+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:47:36.650+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:48:01.654+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:48:26.659+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:48:51.664+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:49:16.669+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:49:41.675+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:50:06.680+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:50:31.684+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:50:56.690+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:51:21.695+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:51:46.700+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:52:11.705+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:52:36.710+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:53:01.716+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:53:26.740+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:53:51.751+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:54:16.756+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:54:41.764+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:55:06.772+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:55:31.782+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:55:56.792+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:56:21.802+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:56:46.809+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:57:11.818+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:57:36.825+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:58:01.834+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:58:26.842+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:58:51.852+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:59:16.861+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T02:59:41.870+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:00:06.878+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:00:31.888+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:00:56.898+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:01:21.906+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:01:46.914+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:02:11.921+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:02:36.927+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:03:01.932+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:03:26.942+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:03:51.950+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:04:16.957+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:04:41.966+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:05:06.973+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:05:31.982+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:05:56.990+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:06:22.014+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:06:47.028+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:07:12.037+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:07:37.047+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:08:02.054+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:08:27.057+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:08:52.065+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:09:17.072+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:09:42.081+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:10:07.090+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:10:32.097+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:10:57.105+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:11:32.640+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:11:57.649+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:27:47.652+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:28:12.676+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:44:02.594+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:44:27.601+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:44:52.611+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:45:17.619+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:45:42.629+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:46:07.635+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:46:32.641+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:46:57.645+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:47:22.652+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:47:47.660+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:48:12.665+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:48:37.673+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:49:02.678+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:49:27.687+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:49:52.695+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:50:17.703+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:50:42.712+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:51:07.719+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:51:32.726+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:51:57.735+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:52:22.740+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:52:47.744+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:53:12.750+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:53:37.754+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:54:02.760+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:54:27.765+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:54:52.770+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:55:17.775+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:55:42.780+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:56:07.786+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:56:32.792+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:56:57.797+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:57:22.802+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:57:47.807+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:59:18.090+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T03:59:43.131+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:00:08.144+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:00:33.151+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:00:58.156+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:01:23.161+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:01:48.166+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:02:13.172+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:02:38.177+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:03:03.189+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:03:28.195+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:03:53.200+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:04:18.205+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:04:43.210+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:05:08.212+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:05:33.218+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:21:23.289+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:21:48.320+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:22:13.333+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:22:38.342+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:23:03.348+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:23:28.358+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:23:53.365+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:24:18.371+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:24:43.379+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:25:08.386+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:25:33.394+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:25:58.401+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:26:23.408+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:26:48.417+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:27:13.427+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:27:38.434+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:28:03.443+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:28:28.452+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:28:53.461+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:29:18.470+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:29:43.478+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:30:08.484+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:30:33.493+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:30:58.500+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:31:23.507+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:31:48.516+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:32:13.524+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:32:38.531+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:33:03.537+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:33:28.542+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:33:53.550+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:34:18.559+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:34:43.567+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:35:08.570+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:35:33.575+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:35:58.585+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:36:23.591+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:36:48.599+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:37:13.607+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:37:38.615+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:38:03.624+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:38:28.632+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:38:53.640+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:39:18.650+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:39:43.657+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:40:08.662+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:40:33.669+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:40:58.676+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:41:23.683+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:41:48.689+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:42:13.695+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:42:38.702+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:43:03.709+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:43:28.719+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:43:53.727+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:44:18.731+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:44:43.740+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:45:08.749+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:45:33.757+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:45:58.767+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:46:23.774+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:46:48.783+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:47:13.793+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:47:38.800+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:48:03.808+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:48:28.817+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:48:53.824+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:49:18.828+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:49:43.833+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:50:08.841+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:50:33.848+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:50:58.858+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:51:23.865+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:51:48.872+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:52:13.882+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:52:38.892+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:53:03.900+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:53:28.907+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:53:53.912+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:54:18.919+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:54:43.926+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:55:08.934+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:55:33.944+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:55:58.954+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:56:23.964+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:56:48.972+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:57:13.978+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:57:38.985+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:58:03.994+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:58:29.003+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:58:54.012+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:59:19.020+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T04:59:44.027+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:00:09.035+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:00:34.045+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:00:59.054+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:01:24.062+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:01:49.069+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:02:14.076+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:02:39.084+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:03:04.088+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:03:29.093+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:03:54.101+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:04:19.106+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:04:44.115+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:05:09.125+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:05:34.130+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:05:59.139+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:06:24.146+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:06:49.150+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:07:14.158+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:07:39.167+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:08:04.176+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:08:29.183+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:08:54.189+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:09:19.197+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:09:44.205+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:10:09.214+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:10:34.223+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:10:59.231+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:11:24.238+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:11:49.246+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:12:14.254+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:12:39.261+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:13:04.269+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:13:29.277+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:13:54.285+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:14:19.295+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:14:44.304+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:15:09.312+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:15:34.318+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:15:59.327+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:16:24.337+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:16:49.343+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:17:14.348+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:17:39.354+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:18:04.362+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:18:29.372+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:18:54.377+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:19:19.386+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:19:44.393+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:20:09.401+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:20:34.409+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:20:59.417+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:21:24.426+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:22:14.201+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:22:39.192+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:23:04.196+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:23:29.203+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:23:54.212+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:24:19.220+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:24:44.229+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:25:09.239+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:25:34.246+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:25:59.255+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:26:24.265+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:26:49.274+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:27:14.282+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:28:04.163+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:43:53.552+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:44:18.561+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T05:44:43.570+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:00:33.637+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:00:58.644+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:01:23.647+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:01:48.653+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:02:13.660+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:02:38.666+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:03:03.673+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:03:28.682+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:03:53.691+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:04:18.699+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:04:43.707+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:05:08.716+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:05:33.723+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:05:58.730+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:06:23.737+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:06:48.741+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:07:13.747+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:07:38.755+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:08:03.764+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:08:28.772+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:08:53.779+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:09:18.787+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:09:43.795+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:10:08.803+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:10:33.811+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:10:58.818+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:11:23.827+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:11:48.836+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:12:13.843+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:12:38.850+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:13:03.858+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:13:28.867+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:13:53.874+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:14:18.879+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:14:43.885+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:15:08.888+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:15:33.896+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:15:58.902+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:16:23.911+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:16:49.012+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:17:14.020+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:17:39.029+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:18:04.038+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:18:29.048+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:18:54.056+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:19:19.066+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:19:44.075+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:20:09.081+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:20:34.089+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:20:59.097+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:21:24.107+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:21:49.112+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:22:14.119+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:22:39.127+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:23:04.136+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:23:29.141+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:23:54.149+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:24:19.156+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:24:44.166+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:25:09.176+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:25:34.185+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:25:59.194+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:26:24.204+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:26:49.211+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:27:14.220+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:27:39.227+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:28:04.231+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:28:29.240+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:28:54.248+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:29:19.256+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:29:44.264+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:30:09.274+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:30:34.283+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:30:59.292+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:31:24.301+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:31:49.244+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:32:14.253+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:32:39.261+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:33:04.269+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:33:29.278+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:33:54.284+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:34:19.293+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:34:44.300+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:35:09.308+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:35:34.316+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:35:59.322+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:36:24.329+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:36:49.336+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:37:14.343+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:37:39.349+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:38:04.358+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:38:29.366+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:38:54.373+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:39:19.383+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:39:44.389+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:40:09.399+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:40:34.407+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:40:59.410+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:41:24.415+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:41:49.422+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:42:14.430+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:42:39.439+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:43:04.445+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:43:29.454+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:43:54.462+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:44:19.472+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:44:44.480+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:45:09.485+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:45:34.493+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:45:59.500+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:46:24.504+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:46:49.514+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:47:14.523+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:47:39.531+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:48:04.539+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:48:29.549+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:48:54.558+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:49:19.566+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:49:44.575+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:50:09.582+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:50:34.590+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:50:59.597+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:51:24.604+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:51:49.613+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:52:14.621+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:52:39.629+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:53:04.523+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:53:29.528+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:53:54.535+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:54:19.537+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:54:44.543+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:55:09.551+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:55:34.557+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:55:59.563+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:56:24.570+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:56:49.577+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:57:14.583+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:57:39.589+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:58:04.597+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:58:29.604+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:58:54.611+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:59:19.615+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T06:59:44.620+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:00:09.626+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:00:34.631+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:00:59.638+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:01:24.642+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:01:49.651+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:02:14.660+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:02:39.668+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:03:29.613+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:03:54.620+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:04:19.629+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:04:44.638+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:05:09.648+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:05:34.657+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:05:59.666+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:06:24.676+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:06:49.684+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:07:14.693+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:07:39.700+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:08:04.703+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:08:54.572+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:09:19.578+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:25:09.563+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:25:34.573+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:41:24.664+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:41:49.682+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:42:14.693+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:42:39.703+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:43:04.710+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:43:29.718+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:43:54.725+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:44:19.732+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:44:44.738+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:45:09.744+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:45:34.754+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:45:59.760+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:46:24.769+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:46:49.777+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:47:14.784+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:47:39.793+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:48:04.802+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:48:29.809+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:48:54.819+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:49:19.828+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:49:44.837+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:50:09.843+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:50:34.849+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:50:59.850+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:51:24.840+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:51:49.843+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:52:14.847+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:52:39.850+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:53:04.856+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:53:29.865+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:53:54.875+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:54:19.882+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:54:44.891+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:55:09.898+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:55:34.903+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:55:59.910+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:56:24.917+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:56:49.925+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:57:14.932+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:57:39.937+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:58:04.945+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:58:29.950+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:58:54.957+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:59:19.967+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T07:59:44.975+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:00:09.982+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:00:34.990+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:00:59.999+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:01:25.006+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:01:50.013+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:02:15.022+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:02:40.030+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:03:05.037+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:03:30.044+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:03:55.053+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:04:20.060+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:04:45.067+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:05:10.074+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:05:35.080+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:06:00.086+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:06:25.089+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:06:50.096+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:07:15.103+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:07:40.110+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:08:05.118+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:08:30.126+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:08:55.135+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:09:20.143+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:09:45.150+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:10:10.156+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:10:35.155+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:11:00.159+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:11:25.165+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:11:50.173+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:12:15.181+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:12:40.189+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:13:05.195+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:13:30.204+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:13:55.210+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:14:20.218+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:14:45.225+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:15:10.234+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:15:35.242+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:16:00.250+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:16:25.260+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:16:50.268+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:17:15.276+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:17:40.285+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:18:05.291+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:18:30.301+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:18:55.310+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:19:20.313+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:19:45.318+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:20:10.325+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:20:35.333+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:21:00.342+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:21:25.350+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:21:50.359+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:22:15.367+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:22:40.373+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:23:05.382+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:23:30.389+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:23:55.395+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:24:20.401+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:24:45.408+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:25:10.414+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:25:35.421+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:26:00.429+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:26:25.437+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:26:50.445+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:27:15.451+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:27:40.458+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:28:05.466+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:28:30.474+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:28:55.481+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:29:20.490+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:29:45.498+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:30:10.505+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:30:35.524+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:31:00.534+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:31:25.542+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:31:50.550+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:32:15.556+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:32:40.561+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:33:05.564+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:33:30.570+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:33:55.579+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:34:20.583+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:34:45.592+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:35:10.599+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:35:35.606+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:36:00.613+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:36:25.621+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:36:50.629+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:37:15.636+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:37:40.645+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:38:05.654+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:38:30.663+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:38:55.670+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:39:20.680+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:39:45.685+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:40:10.695+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:40:35.702+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:41:00.708+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:41:25.717+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:41:50.724+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:42:15.733+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:42:40.741+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:43:30.578+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:43:55.583+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:44:20.589+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:44:45.596+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:45:10.606+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:45:35.614+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:46:00.622+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:46:25.625+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:46:50.633+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:47:15.640+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:47:40.648+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:48:05.656+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T08:48:55.528+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:04:34.296+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:04:59.335+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:20:28.471+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:20:53.479+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:21:18.489+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:21:43.497+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:22:08.502+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:22:33.510+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:22:58.519+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:23:23.527+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:23:48.536+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:24:13.543+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:24:38.552+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:25:03.562+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:25:28.569+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:25:53.577+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:26:18.583+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:26:43.591+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:27:08.600+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:27:33.606+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:27:58.614+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:28:23.624+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:28:48.631+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:29:13.640+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:29:38.664+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:30:03.695+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:30:28.703+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:30:53.709+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:31:18.717+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:31:43.727+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:32:08.735+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:32:33.744+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:32:58.753+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:33:23.759+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:33:48.768+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:34:13.775+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:34:38.785+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:35:03.791+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:35:28.801+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:35:53.809+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:36:18.818+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:36:43.827+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:37:08.835+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:37:33.845+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:37:58.853+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:38:23.863+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:38:48.871+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:39:13.879+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:39:38.887+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:40:03.897+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:40:28.905+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:40:53.915+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:41:18.921+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:41:43.930+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:42:08.938+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:42:33.948+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:42:58.955+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:43:23.964+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:43:48.967+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:44:13.971+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:44:38.977+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:45:03.984+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:45:28.994+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:45:54.002+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:46:19.011+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:46:44.020+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:47:09.030+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:47:34.037+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:47:59.044+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:48:24.054+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:48:49.062+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:49:14.070+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:49:39.079+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:50:04.085+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:50:29.095+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:50:54.100+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:51:19.111+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:51:44.122+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:52:09.130+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:52:34.140+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:52:59.149+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:53:24.158+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:53:49.165+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:54:14.173+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:54:39.182+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:55:04.191+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:55:29.197+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:55:54.207+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:56:19.217+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:56:44.225+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:57:09.235+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:57:34.239+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:57:59.242+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:58:24.250+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:58:49.260+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:59:14.265+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T09:59:39.272+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:00:04.279+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:00:29.289+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:00:54.297+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:01:19.305+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:01:44.314+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:02:09.322+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:02:34.331+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:02:59.339+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:03:24.347+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:03:49.356+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:04:14.362+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:04:39.370+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:05:04.378+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:05:29.386+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:05:54.396+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:06:19.404+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:06:44.303+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:07:09.313+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:07:34.322+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:07:59.331+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:08:24.340+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:08:49.348+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:09:14.356+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:09:39.364+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:10:04.371+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:10:29.377+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:10:54.384+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:11:19.391+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:11:44.394+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:12:09.400+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:12:34.408+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:12:59.415+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:13:24.424+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:13:49.433+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:14:14.440+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:14:39.447+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:15:04.454+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:15:29.461+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:15:54.469+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:16:19.476+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:16:44.485+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:17:09.493+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:17:34.499+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:17:59.507+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:18:24.516+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:18:49.525+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:19:14.532+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:19:39.541+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:20:04.548+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:20:29.557+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:20:54.566+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:21:19.574+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:21:44.588+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:22:09.631+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:22:59.530+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:23:24.547+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:23:49.559+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:24:14.568+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:24:39.577+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:25:04.582+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:25:29.588+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:25:54.596+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:26:19.605+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:26:44.613+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:27:09.623+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:27:34.631+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:28:24.502+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:28:49.510+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:44:37.192+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T10:45:02.192+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:00:52.270+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:01:17.279+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:01:42.289+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:02:07.296+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:02:32.303+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:02:57.312+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:03:22.321+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:03:47.329+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:04:12.338+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:04:37.347+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:05:02.356+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:05:27.364+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:05:52.371+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:06:17.380+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:06:42.386+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:07:07.394+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:07:32.400+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:07:57.408+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:08:22.416+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:08:47.424+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:09:12.427+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:09:37.434+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:10:02.443+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:10:27.452+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:10:52.459+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:11:17.469+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:11:42.478+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:12:07.486+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:12:32.493+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:12:57.499+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:13:22.507+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:13:47.515+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:14:12.521+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:14:37.530+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:15:02.537+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:15:27.546+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:15:52.555+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:16:17.564+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:16:42.572+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:17:07.581+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:17:32.585+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:17:57.593+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:18:22.600+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:18:47.610+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:19:12.618+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:19:37.624+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:20:02.632+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:20:27.642+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:20:52.649+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:21:17.658+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:21:42.668+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:22:07.607+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:22:32.611+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:22:57.619+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:23:22.627+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:23:47.637+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:24:12.645+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:24:37.653+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:25:02.662+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:25:27.669+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:25:52.675+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:26:17.681+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:26:42.689+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:27:07.696+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:27:32.703+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:27:57.710+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:28:22.718+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:28:47.727+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:29:12.736+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:29:37.743+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:30:02.751+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:30:27.758+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:30:52.767+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:31:17.776+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:31:42.784+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:32:07.791+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:32:32.800+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:32:57.806+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:33:22.815+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:33:47.823+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:34:12.828+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:34:37.836+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:35:02.842+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:35:27.844+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:35:52.851+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:36:17.855+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:36:42.862+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:37:07.871+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:37:32.880+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:37:57.887+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:38:22.892+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:38:47.901+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:39:12.905+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:39:37.912+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:40:02.918+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:40:27.926+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:40:52.916+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:41:17.916+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:41:42.922+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:42:07.930+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:42:32.939+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:42:57.946+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:43:22.954+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:43:47.960+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:44:12.965+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:44:37.973+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:45:02.981+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:45:27.988+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:45:52.997+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:46:18.003+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:46:43.008+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:47:08.017+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:47:33.025+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:47:58.032+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:48:23.041+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:48:48.049+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:49:13.052+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:49:38.057+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:50:03.062+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:50:28.071+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:50:53.079+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:51:18.087+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:51:43.093+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:52:08.099+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:52:33.106+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:52:58.115+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:53:23.122+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:53:48.129+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:54:13.136+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:54:38.144+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:55:03.151+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:55:28.159+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:55:53.165+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:56:18.172+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:56:43.179+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:57:08.186+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:57:33.193+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:57:58.202+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:58:23.208+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:58:48.215+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:59:13.222+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T11:59:38.228+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:00:03.237+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:00:28.243+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:00:53.335+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:01:18.345+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:01:43.354+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:02:08.362+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:02:33.367+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:02:58.372+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:03:23.381+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:03:48.389+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:04:13.393+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:04:38.400+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:05:03.407+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:05:28.415+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:05:53.423+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:06:18.430+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:06:43.437+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:07:08.443+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:07:33.450+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:07:58.459+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:08:23.463+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:08:48.472+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:09:13.481+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:09:38.487+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:10:03.494+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:10:28.499+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:10:53.507+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:11:18.512+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:11:43.519+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:12:08.527+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:12:33.534+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:12:58.538+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:13:23.545+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:13:48.550+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:14:13.558+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:14:38.565+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:15:03.572+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:15:28.577+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:15:53.584+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:16:18.590+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:16:43.593+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:17:08.602+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:17:33.606+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:17:58.611+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:18:23.614+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:18:48.617+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:19:13.623+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:19:38.626+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:20:03.633+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:20:28.639+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:20:53.650+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:21:18.664+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:21:43.673+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:22:08.681+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:22:33.690+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:22:58.699+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:23:23.706+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:23:48.712+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:24:13.717+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:24:38.722+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:25:03.729+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:25:28.736+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:25:53.742+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:26:18.749+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:26:43.757+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:27:08.762+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:27:33.771+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:27:58.779+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:28:23.786+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:28:48.793+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:29:13.801+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:29:38.809+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:30:03.817+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:30:28.824+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:30:53.831+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:31:18.836+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:31:43.842+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:32:08.847+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:32:33.853+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:32:58.859+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:33:23.865+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:33:48.871+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:34:13.873+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:34:38.877+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:35:03.881+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:35:28.887+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:35:53.831+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:36:18.837+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:36:43.845+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:37:08.853+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:37:33.858+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:37:58.864+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:38:23.872+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:38:48.881+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:39:13.886+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:39:38.891+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:40:03.897+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:40:28.905+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:40:53.909+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:41:18.914+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:41:43.921+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:42:08.927+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:42:33.933+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:42:58.941+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:43:23.948+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:43:48.957+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:44:13.963+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:44:38.971+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:45:03.978+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:45:28.985+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:45:53.993+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:46:19.000+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:46:44.005+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:47:09.012+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:47:34.018+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:47:59.023+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:48:24.031+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:48:49.037+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:49:14.043+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:49:39.046+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:50:04.048+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:50:29.053+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:50:54.060+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:51:19.068+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:51:44.076+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:52:09.084+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:52:34.088+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:52:59.095+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:53:24.100+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:53:49.107+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:54:14.115+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:54:39.122+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:55:04.128+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:55:29.135+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:55:54.140+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:56:19.148+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:56:44.153+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:57:09.160+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:57:34.168+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:57:59.171+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:58:24.179+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:58:49.187+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:59:14.193+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T12:59:39.201+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T13:00:04.199+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T13:00:29.201+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T13:00:54.204+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T13:01:19.208+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T13:01:44.214+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T13:02:09.218+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T13:02:34.223+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T13:02:59.227+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T13:03:24.232+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T13:03:49.237+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T13:04:14.241+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T13:04:39.244+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T13:05:04.248+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T13:05:29.253+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T13:05:54.256+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T13:06:19.262+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T13:06:44.267+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T13:07:09.273+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T13:07:34.274+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T13:07:59.277+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T13:08:24.281+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T13:08:49.286+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T13:09:14.289+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T13:09:39.294+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T13:10:04.299+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T13:10:29.304+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T13:10:54.309+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T13:11:19.314+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T13:11:44.319+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T13:12:09.323+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T13:12:34.328+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T13:12:59.336+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T13:13:24.343+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T13:13:49.353+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T13:14:14.361+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T13:14:39.368+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T13:15:04.476+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T13:15:29.483+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T13:15:54.488+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T13:16:19.496+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T13:16:44.506+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T13:17:09.513+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T13:17:34.520+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T13:17:59.530+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T13:18:24.540+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T13:34:14.512+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T13:34:39.510+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T13:50:14.591+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T13:50:39.612+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:06:29.658+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:06:54.659+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:07:19.667+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:07:44.675+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:08:09.681+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:08:34.686+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:08:59.691+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:09:24.699+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:09:49.707+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:10:14.714+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:10:39.718+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:11:04.725+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:11:29.734+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:11:54.742+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:12:19.752+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:12:44.760+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:13:09.767+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:13:34.776+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:13:59.783+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:14:24.791+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:14:49.801+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:15:14.809+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:15:39.815+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:16:04.825+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:16:29.832+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:16:54.841+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:17:19.851+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:17:44.861+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:18:09.870+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:18:34.878+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:18:59.884+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:19:24.893+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:19:49.902+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:20:14.911+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:20:39.919+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:21:04.926+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:21:29.932+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:21:54.936+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:22:19.941+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:22:44.951+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:23:09.959+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:23:34.968+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:23:59.977+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:24:24.978+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:24:49.985+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:25:14.994+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:25:40.002+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:26:05.009+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:26:30.018+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:26:55.026+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:27:20.034+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:27:45.042+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:28:10.051+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:28:35.059+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:29:00.066+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:29:25.072+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:29:50.080+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:30:15.086+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:30:40.094+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:31:05.103+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:31:30.110+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:31:55.119+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:32:20.127+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:32:45.136+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:33:10.144+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:33:35.151+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:34:00.159+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:34:25.166+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:34:50.169+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:35:15.174+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:35:40.180+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:36:05.189+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:36:30.196+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:36:55.203+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:37:20.210+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:37:45.218+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:38:10.228+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:38:35.237+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:39:00.244+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:39:25.250+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:39:50.258+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:40:15.266+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:40:40.274+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:41:05.280+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:41:30.288+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:41:55.294+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:42:20.303+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:42:45.311+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:43:10.317+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:43:35.326+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:44:00.205+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:44:25.210+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:44:50.215+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:45:15.219+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:45:40.223+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:46:05.228+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:46:30.233+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:46:55.238+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:47:20.243+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:47:45.248+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:48:10.252+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:48:35.257+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:49:00.262+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:49:25.268+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:49:50.272+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:50:15.274+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:50:40.276+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:51:05.279+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:51:30.284+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:51:55.289+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:52:20.293+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:52:45.298+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:53:10.303+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:53:35.307+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:54:00.312+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:54:25.319+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:54:50.326+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:55:15.334+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:55:40.340+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:56:05.346+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:56:30.355+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:56:55.362+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:57:20.371+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:57:45.377+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:58:10.385+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:58:35.393+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:59:00.400+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:59:25.407+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T14:59:50.422+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:00:15.432+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:00:40.439+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:03:05.644+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:03:30.649+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:03:55.654+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:04:20.659+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:04:45.663+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:05:10.668+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:05:35.673+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:06:00.677+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:06:25.682+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:06:50.686+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:07:15.691+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:07:40.696+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:08:05.702+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:08:30.704+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:08:55.709+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:09:20.716+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:09:45.723+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:10:10.730+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:10:35.739+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:11:00.745+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:11:25.752+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:11:50.759+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:12:15.765+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:12:40.770+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:13:05.777+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:13:30.785+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:13:55.792+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:15:36.499+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:16:01.504+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:16:26.509+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:16:51.515+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:17:16.520+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:17:41.525+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:18:06.530+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:18:31.534+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:18:56.573+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:19:21.588+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:19:46.596+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:20:11.601+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:20:36.606+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:21:01.612+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:21:26.618+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:21:51.623+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:22:16.628+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:22:41.633+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:23:06.639+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:23:31.644+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:23:56.650+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:24:21.656+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:24:46.661+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:25:11.666+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:25:36.672+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:26:01.677+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:26:26.681+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:26:51.683+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:27:16.687+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:27:41.692+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:28:06.696+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:28:31.700+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:28:56.705+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:29:21.710+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:29:46.714+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:30:11.720+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:30:36.726+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:31:01.731+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:31:26.738+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:31:51.743+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:32:16.749+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:32:41.753+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:33:06.757+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:33:31.762+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:33:56.768+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:34:21.783+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:34:46.820+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:35:11.831+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:35:36.837+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:36:01.842+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:36:26.848+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:36:51.854+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:37:16.859+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:37:41.864+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:38:06.870+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:38:31.874+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:38:56.878+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:39:21.883+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:39:46.889+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:40:11.894+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:40:36.900+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:41:01.906+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:41:26.912+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:41:51.918+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:42:16.923+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:42:41.929+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:43:06.934+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:43:31.939+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:43:56.945+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:44:21.951+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:44:46.956+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:45:11.962+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:45:36.968+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:46:01.973+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:46:26.978+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:46:51.982+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:47:16.984+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:47:41.988+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:48:06.994+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:48:31.998+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:48:57.003+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:49:22.008+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:49:47.039+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:50:12.051+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:50:37.058+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:51:02.065+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:51:27.070+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:51:52.076+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:52:17.082+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:52:42.087+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:53:07.094+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:53:32.100+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:53:57.105+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:54:22.110+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:54:47.116+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:55:12.122+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:55:37.127+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:56:02.132+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:56:27.138+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:56:52.145+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:57:17.152+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:57:42.158+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:58:07.164+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:58:32.169+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:58:57.173+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:59:22.179+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T15:59:47.184+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:00:12.190+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:00:37.195+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:01:02.201+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:01:27.207+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:01:52.211+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:02:17.216+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:02:42.222+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:03:07.227+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:03:32.234+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:03:57.240+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:04:22.246+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:04:47.254+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:05:12.261+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:05:37.267+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:06:02.273+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:06:27.278+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:06:52.282+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:07:17.286+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:07:42.289+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:08:07.294+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:08:32.299+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:08:57.304+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:09:22.310+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:09:47.315+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:10:12.321+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:10:37.327+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:11:02.333+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:11:27.340+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:11:52.345+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:12:17.350+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:12:42.356+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:13:07.362+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:13:32.367+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:13:57.374+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:14:22.380+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:14:47.386+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:15:12.391+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:15:37.397+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:16:02.402+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:16:27.406+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:16:52.411+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:17:17.417+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:17:42.424+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:18:07.430+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:18:32.435+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:18:57.441+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:19:22.447+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:19:47.352+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:20:12.358+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:20:37.363+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:21:02.368+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:21:27.373+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:21:52.379+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:22:17.384+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:22:42.389+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:23:07.395+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:23:32.400+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:23:57.406+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:24:22.412+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:24:47.418+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:25:12.423+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:25:37.428+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:26:02.433+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:26:27.438+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:26:52.441+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:27:17.445+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:27:42.451+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:28:07.460+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:28:32.467+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:28:57.477+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:29:22.482+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:29:47.489+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:30:12.498+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:30:37.506+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:31:02.515+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:31:27.524+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:31:52.531+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:32:17.539+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:32:42.559+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:48:32.641+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:48:57.684+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:49:22.718+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:49:47.731+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:50:12.740+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:50:37.748+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:51:02.758+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:51:27.766+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:51:52.776+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:52:17.783+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:52:42.790+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:53:07.800+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:53:32.808+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:53:57.817+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:54:22.824+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:54:47.834+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:55:12.842+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:55:37.848+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:56:02.851+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:56:27.856+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:56:52.862+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:57:17.870+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:57:42.878+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:58:07.888+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:58:32.897+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:58:57.904+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:59:22.910+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T16:59:47.914+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:00:12.922+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:00:37.929+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:01:02.937+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:01:27.944+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:01:52.952+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:02:17.958+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:02:42.967+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:03:07.975+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:03:32.982+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:03:57.990+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:04:22.933+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:04:47.942+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:05:12.950+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:05:37.960+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:06:02.966+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:06:27.973+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:06:52.980+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:07:17.988+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:07:42.997+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:08:08.004+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:08:33.014+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:08:58.022+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:09:23.031+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:09:48.038+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:10:13.043+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:10:38.049+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:11:03.047+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:11:28.052+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:11:53.057+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:12:18.063+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:12:43.068+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:13:08.074+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:13:33.079+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:13:58.085+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:14:23.090+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:14:48.096+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:15:13.101+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:15:38.105+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:16:03.111+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:16:28.118+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:16:53.125+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:17:18.133+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:17:43.141+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:18:08.149+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:18:33.157+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:18:58.164+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:19:23.173+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:19:48.182+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:20:13.216+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:20:38.233+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:21:03.242+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:21:28.249+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:21:53.255+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:22:18.260+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:22:43.265+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:23:08.269+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:23:33.274+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:23:58.281+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:24:23.286+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:24:48.292+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:25:13.297+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:25:38.303+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T17:41:38.429+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T17:42:03.441+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T17:57:27.688+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T18:13:28.510+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:13:43.500+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T18:29:30.479+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:29:55.474+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:31:04.929+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:31:29.935+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:31:54.940+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:32:19.945+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:32:44.949+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:33:09.955+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:33:34.960+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:33:59.965+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:34:24.971+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:34:49.976+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:35:14.982+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:35:39.987+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:36:04.992+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:36:29.998+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:36:55.003+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:37:20.008+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:37:45.015+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:38:10.022+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:38:35.030+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:39:00.035+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:39:25.041+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:39:50.046+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:40:15.051+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:40:40.055+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:41:05.059+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:41:30.065+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:41:55.071+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:42:20.076+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:42:45.081+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:43:10.087+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:43:35.092+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:44:00.098+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:44:25.104+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:44:50.222+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:45:15.228+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:45:40.234+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:46:05.237+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:46:30.240+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:46:55.245+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:47:20.251+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:47:45.257+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:48:10.265+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:48:35.272+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:49:00.281+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:49:25.288+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:49:50.295+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:50:15.300+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:50:40.308+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:51:05.317+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:51:30.325+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:51:55.334+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:52:20.344+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T18:52:45.352+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-13T19:08:25.716+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: operation timed out\"","level":"error"}
+{"@timestamp":"2025-01-13T19:08:40.722+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T19:09:05.729+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T19:13:35.195+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T19:14:00.202+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T19:18:38.263+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T19:19:03.271+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T19:23:41.287+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T19:24:06.305+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T19:28:44.301+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T19:29:09.310+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T19:33:32.179+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T19:33:57.188+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T19:37:28.246+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T19:37:53.255+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T19:46:20.419+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T19:46:45.437+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T19:47:10.442+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T19:47:35.446+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T19:48:00.452+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T20:03:50.309+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T20:19:40.294+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T20:20:05.301+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T20:35:55.262+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T20:36:20.248+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T20:36:45.251+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T20:52:30.218+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T20:52:55.225+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:03:57.052+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:04:22.054+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:04:47.059+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:05:12.062+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:05:37.068+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:06:02.073+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:06:27.078+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:06:52.083+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:07:17.088+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:07:42.092+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:08:07.098+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:08:32.103+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:08:57.107+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:09:22.109+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:09:47.115+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:10:12.118+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:10:37.123+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:11:02.127+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:11:27.133+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:11:52.138+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:12:17.143+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:12:42.148+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:13:07.152+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:13:32.157+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:13:57.162+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:14:22.167+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:14:47.171+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:15:12.177+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:15:37.182+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:16:02.186+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:16:27.187+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:16:52.192+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:17:17.197+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:17:42.203+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:18:07.206+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:18:32.210+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:18:57.214+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:19:22.219+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:19:47.224+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:20:12.229+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:20:37.234+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:21:02.237+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:21:27.242+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:21:52.247+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:22:17.251+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:22:42.255+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:23:07.260+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:23:32.265+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:23:57.270+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:24:22.274+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:24:47.414+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:25:12.419+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:25:37.423+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:26:02.429+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:26:27.435+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:26:52.439+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:27:17.445+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:27:42.450+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:28:07.455+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:28:32.458+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:28:57.464+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:29:22.470+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:29:47.475+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:30:12.480+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:30:37.486+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:31:02.492+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:31:27.497+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:31:52.503+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:32:17.509+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:32:42.514+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:33:07.520+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:33:32.526+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:33:57.531+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:34:22.536+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:34:47.541+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:35:12.546+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:35:37.552+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:36:02.555+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:36:27.558+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:36:52.564+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:37:17.569+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:37:42.575+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:38:07.581+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:38:32.589+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:38:57.598+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:39:22.605+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:39:47.613+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:40:12.622+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:40:37.629+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:41:02.636+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:41:27.644+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:41:52.651+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:42:17.659+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:42:42.665+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:43:07.674+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:43:32.682+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:43:57.690+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:44:22.699+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:44:47.707+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:45:12.713+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:45:37.713+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:46:02.717+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:46:27.722+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:46:52.728+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:47:17.733+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:47:42.738+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:48:07.743+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:48:32.748+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:48:57.752+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:49:22.758+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:49:47.770+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:50:12.775+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:50:37.781+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:51:02.787+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:51:27.792+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:51:52.795+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:52:17.798+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:52:42.803+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:53:07.808+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:53:32.814+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:53:57.819+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:54:22.823+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:54:47.829+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:55:12.835+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:55:37.841+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:56:02.846+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:56:27.851+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:56:52.856+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:57:17.861+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:57:42.867+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:58:07.873+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:58:32.879+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:58:57.884+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:59:22.889+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T21:59:47.895+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:00:12.900+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:00:37.907+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:01:02.911+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:01:27.907+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:01:52.904+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:02:17.907+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:02:42.912+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:03:07.915+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:03:32.921+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:03:57.925+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:04:22.930+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:04:47.935+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:05:12.938+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:05:37.946+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:06:02.951+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:06:27.956+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:06:52.961+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:07:17.966+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:07:42.973+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:08:07.978+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:08:32.983+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:08:57.988+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:09:22.993+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:09:47.999+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:10:13.003+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:10:38.008+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:11:03.013+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:11:28.018+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:11:53.020+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:12:18.023+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:12:43.028+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:13:08.032+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:13:33.038+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:13:58.042+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:14:22.992+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:14:48.000+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:15:13.008+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:15:38.017+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:16:03.025+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:16:28.034+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:16:53.039+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:17:18.047+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:17:43.055+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:18:08.063+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:18:33.073+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:18:58.082+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:19:47.962+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:20:12.971+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:36:03.004+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:36:28.014+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:36:53.022+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:48:23.538+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:48:48.543+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:49:13.548+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:49:38.554+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:50:03.560+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:50:28.566+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:50:53.572+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:51:18.578+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:51:43.583+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:52:08.589+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:52:33.595+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:52:58.600+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:53:23.605+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:53:48.612+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:54:13.618+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:54:38.625+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:55:03.634+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:55:28.642+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:55:53.647+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:56:18.654+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:56:43.662+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:57:08.671+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:57:33.676+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:57:58.683+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:58:23.689+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:58:48.697+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:59:13.715+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T22:59:38.729+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:00:03.736+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:00:28.745+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:00:53.755+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:01:18.763+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:01:43.770+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:02:08.777+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:02:33.786+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:02:58.794+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:03:23.812+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:03:48.841+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:04:38.781+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:05:03.790+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:20:53.830+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:21:18.827+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:21:43.831+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:22:08.836+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:22:33.843+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:22:58.853+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:23:23.860+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:23:48.868+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:24:13.872+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:24:38.879+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:25:03.887+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:25:28.894+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:25:53.902+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:26:18.911+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:26:43.935+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:27:08.954+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:27:33.962+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:27:58.969+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:28:23.976+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:28:48.981+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:29:13.987+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:29:38.992+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:30:03.998+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:30:29.004+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:30:54.009+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:31:19.015+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:31:44.021+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:32:09.028+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:32:34.034+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:32:59.039+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:33:24.045+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:33:49.052+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:34:14.057+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:34:39.062+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:35:04.067+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:35:29.072+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:35:54.078+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:36:19.084+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:36:44.090+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:37:09.095+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:37:34.101+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:37:59.106+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:38:24.111+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:38:49.117+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:39:14.122+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:39:39.128+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:40:04.134+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:40:29.139+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:40:54.145+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:41:19.151+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:41:44.158+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:42:09.186+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:42:34.196+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:42:59.201+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:43:24.207+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:43:49.212+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:44:14.217+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:44:39.223+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:45:04.230+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:45:29.235+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:45:54.241+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:46:19.246+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:46:44.251+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:47:09.257+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:47:34.263+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:47:59.269+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:48:24.274+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:48:49.278+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:49:14.283+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:49:39.289+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:50:04.296+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:50:29.300+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:50:54.304+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:51:19.310+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:51:44.316+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:52:09.322+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:52:34.328+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:52:59.334+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:53:24.340+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:53:49.347+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:54:14.352+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:54:39.358+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:55:04.363+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:55:29.369+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:55:54.374+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:56:19.380+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:56:44.385+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:57:09.392+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:57:34.396+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:57:59.403+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:58:24.409+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:58:49.415+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:59:14.421+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-13T23:59:39.427+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}

+ 2757 - 0
app/mq/kafka/logs/error.log-2025-01-14

@@ -0,0 +1,2757 @@
+{"@timestamp":"2025-01-14T00:00:04.433+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:00:29.438+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:00:54.445+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:01:19.450+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:01:44.456+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:02:09.461+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:02:34.467+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:02:59.470+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:03:24.473+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:03:49.477+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:04:14.483+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:04:39.489+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:05:04.495+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:05:29.501+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:05:54.506+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:06:19.499+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:06:44.488+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:07:09.490+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:07:34.495+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:07:59.501+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:08:24.507+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:08:49.513+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:09:14.519+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:09:39.526+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:10:04.531+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:10:29.537+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:10:54.542+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:11:19.549+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:11:44.554+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:12:09.560+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:12:34.565+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:12:59.570+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:13:24.577+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:13:49.583+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:14:14.589+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:14:39.594+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:15:04.600+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:15:29.606+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:15:54.612+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:16:19.617+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:16:44.623+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:17:09.629+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:17:34.634+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:17:59.640+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:18:24.647+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:18:49.653+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:19:14.658+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:19:39.664+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:20:04.670+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:20:29.676+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:20:54.682+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:21:19.688+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:21:44.694+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:22:09.698+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:22:34.733+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:22:59.743+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:23:24.748+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:23:49.754+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:24:14.760+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:24:39.765+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:25:04.770+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:25:29.776+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:25:54.781+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:26:19.788+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:26:44.794+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:27:09.799+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:27:34.805+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:27:59.810+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:28:24.814+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:28:49.821+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:29:14.825+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:29:39.830+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:30:04.835+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:30:29.841+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:30:54.847+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:31:19.852+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:31:44.858+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:32:09.864+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:32:34.871+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:32:59.877+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:33:24.883+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:33:49.889+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:34:14.895+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:34:39.902+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:35:04.907+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:35:29.913+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:35:54.919+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:36:19.926+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:36:44.931+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:37:09.937+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:37:34.943+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:37:59.950+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:38:24.956+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:38:49.963+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:39:14.969+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:39:39.975+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:40:04.982+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:40:29.987+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:40:54.994+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:41:20.005+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:41:45.012+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:42:10.016+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:42:35.019+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:43:00.024+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:43:25.030+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:43:50.034+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:44:15.040+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:44:40.045+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:45:05.052+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:45:30.057+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:45:55.063+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:46:20.069+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:46:45.075+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:47:10.082+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:47:35.092+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:48:00.099+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:48:25.102+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:48:50.107+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:49:15.113+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:49:40.119+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:50:05.125+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:50:30.132+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:50:55.138+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:51:20.144+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:51:45.149+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:52:10.154+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:52:35.160+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:53:00.166+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:53:25.172+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:53:50.179+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:54:15.184+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:54:40.189+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:55:05.194+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:55:30.201+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:55:55.207+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:56:20.212+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:56:45.218+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:57:10.223+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:57:35.229+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:58:00.240+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:58:25.247+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:58:50.252+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:59:15.258+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T00:59:40.264+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:00:05.270+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:00:30.275+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:00:55.280+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:01:20.285+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:01:45.288+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:02:10.291+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:02:35.296+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:03:00.302+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:03:25.309+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:03:50.314+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:04:15.319+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:04:40.324+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:05:05.329+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:05:30.335+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:05:55.342+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:06:20.347+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:06:45.352+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:07:10.358+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:07:35.363+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:08:00.368+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:08:25.373+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:08:50.378+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:09:15.382+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:09:40.389+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:10:05.394+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:10:30.400+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:10:55.406+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:11:20.411+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:11:45.409+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:12:10.413+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:12:35.419+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:13:00.423+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:13:25.427+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:13:50.432+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:14:15.437+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:14:40.443+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:15:05.449+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:15:30.455+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:15:55.461+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:16:20.467+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:16:45.473+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:17:10.479+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:17:35.485+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:18:00.491+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:18:25.497+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:18:50.503+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:19:15.510+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:19:40.516+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:20:05.520+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:20:30.525+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:20:55.530+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:21:20.535+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:21:45.539+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:22:10.545+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:22:35.551+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:23:00.553+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:23:25.558+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:23:50.563+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:24:15.569+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:24:40.574+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:25:05.579+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:25:30.586+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:25:55.592+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:26:20.598+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:26:45.480+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:27:10.486+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:27:35.490+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:28:00.495+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:28:25.500+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:28:50.505+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:29:15.510+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:29:40.515+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:30:05.520+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:30:30.524+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:30:55.528+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:31:20.532+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:31:45.537+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:32:10.542+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:32:35.548+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:33:00.553+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:33:25.558+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:33:50.562+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:34:15.568+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:34:40.573+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:35:05.578+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:35:30.582+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:35:55.587+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:36:20.593+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:36:45.598+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:37:10.603+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:37:35.607+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:38:00.610+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:38:25.614+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:38:50.618+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:39:15.622+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:39:40.628+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:40:05.632+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:40:30.638+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:40:55.643+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:41:20.647+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:41:45.651+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:42:10.656+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:42:35.661+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:43:00.666+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:43:25.672+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:43:50.677+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:44:15.679+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:44:40.682+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:45:05.686+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:45:30.690+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:45:55.695+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:46:20.699+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:46:45.704+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:47:10.710+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:47:35.715+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:48:00.719+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:48:25.725+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:48:50.730+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:49:15.735+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:49:40.748+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:50:05.762+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:50:30.768+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:50:55.774+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:51:20.779+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:51:45.784+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:52:10.793+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:52:35.796+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:53:00.800+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:53:25.805+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:53:50.809+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:54:15.814+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:54:40.820+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:55:05.824+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:55:30.830+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:55:55.835+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:56:20.841+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:56:45.846+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:57:10.851+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:57:35.856+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:58:00.862+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:58:25.866+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:58:50.870+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:59:15.874+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T01:59:40.879+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:00:05.884+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:00:30.889+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:00:55.895+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:01:20.900+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:01:45.905+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:02:10.910+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:02:35.916+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:03:00.921+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:03:25.926+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:03:50.931+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:04:15.936+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:04:40.940+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:05:05.942+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:05:30.946+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:05:55.951+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:06:20.968+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:06:45.975+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:07:10.981+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:07:35.986+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:08:00.990+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:08:25.995+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:08:51.000+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:09:16.005+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:09:41.010+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:10:06.015+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:10:31.020+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:10:56.024+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:11:21.029+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:11:46.032+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:12:11.037+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:12:36.042+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:13:01.047+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:13:26.052+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:13:51.056+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:14:16.061+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:14:41.067+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:15:06.072+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:15:31.078+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:15:56.083+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:16:21.089+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:16:46.094+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:17:11.099+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:17:36.105+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:18:01.111+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:18:26.116+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:18:51.122+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:19:16.127+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:19:41.132+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:20:06.137+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:20:31.142+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:20:56.147+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:21:21.171+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:21:46.183+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:22:11.188+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:22:36.194+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:23:01.197+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:23:26.202+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:23:51.209+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:24:16.214+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:24:41.218+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:25:06.222+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:25:31.230+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:25:56.235+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:26:21.238+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:26:46.241+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:27:11.245+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:27:36.250+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:28:01.254+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:28:26.260+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:28:51.264+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:29:16.270+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:29:41.275+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:30:06.280+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:30:31.284+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:30:56.290+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:31:21.295+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:31:46.300+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:32:11.307+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:32:36.312+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:33:01.317+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:33:26.322+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:33:51.326+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:34:16.331+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:34:41.334+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:35:06.338+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:35:31.344+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:35:56.350+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:36:21.356+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:36:46.362+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:37:11.368+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:37:36.374+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:38:01.378+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:38:26.384+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:38:51.390+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:39:16.395+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:39:41.400+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:40:06.405+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:40:31.410+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:40:56.415+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:41:21.420+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:41:46.427+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:42:11.432+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:42:36.437+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:43:01.443+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:43:26.449+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:43:51.455+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:44:16.460+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:44:41.466+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:45:06.471+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:45:31.476+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:45:56.482+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:46:21.487+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:46:46.492+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:47:11.495+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T02:47:36.498+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T02:48:01.502+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T02:48:26.506+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T02:48:51.510+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T02:49:16.514+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T02:49:41.519+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T02:50:06.525+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T02:50:31.530+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T02:50:56.536+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T02:51:21.542+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T02:51:46.547+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T02:52:11.552+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T02:52:36.558+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T02:53:01.564+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T02:53:26.570+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T02:53:51.575+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T02:54:16.581+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T02:54:41.587+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T02:55:06.591+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T02:55:31.596+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T02:55:56.601+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T02:56:21.606+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T02:56:46.610+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T02:57:11.616+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T02:57:36.621+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T02:58:01.626+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T02:58:26.615+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T02:58:51.614+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T02:59:16.618+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T02:59:41.622+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:00:06.627+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:00:31.631+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:00:56.638+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:01:21.643+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:01:46.648+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:02:11.653+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:02:36.659+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:03:01.665+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:03:26.670+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:03:51.676+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:04:16.681+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:04:41.687+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:05:06.693+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:05:31.697+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:05:56.702+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:06:21.707+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:06:46.713+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:07:11.718+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:07:36.723+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:08:01.726+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:08:26.728+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:08:51.732+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:09:16.737+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:09:41.743+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:10:06.747+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:10:31.753+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:10:56.756+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:11:21.761+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:11:46.765+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:12:11.769+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:12:36.774+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:13:01.780+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:13:26.788+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:13:51.796+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:14:16.803+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:14:41.808+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:15:06.814+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:15:31.818+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:15:56.822+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:16:21.828+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:16:46.832+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:17:11.836+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:17:36.842+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:18:01.847+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:18:26.853+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:18:51.858+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:19:16.863+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:19:41.868+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:20:06.873+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:20:31.879+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:20:56.884+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:21:21.889+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:21:46.894+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:22:11.899+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:22:36.904+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:23:01.909+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:23:26.914+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:23:51.919+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:24:16.925+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:24:41.930+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:25:06.935+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:25:31.941+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:25:56.947+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:26:21.952+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:26:46.957+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:27:11.962+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:27:36.967+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:28:01.972+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:28:26.976+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:28:51.981+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:29:16.986+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:29:41.867+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:30:06.871+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:30:31.875+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:30:56.880+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:31:21.885+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:31:46.890+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:32:11.894+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:32:36.899+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:33:01.904+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:33:26.907+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:33:51.913+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:34:16.919+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:34:41.924+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:35:06.928+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:35:31.932+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:35:56.936+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:36:21.940+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:36:46.945+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:37:11.949+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:37:36.954+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:38:01.959+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:38:26.964+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:38:51.969+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:39:16.975+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:39:41.979+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:40:06.983+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:40:31.987+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:40:56.992+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:41:21.997+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:41:47.001+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:42:12.005+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:42:37.010+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:43:02.014+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:43:27.019+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:43:52.024+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:44:17.029+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:44:42.033+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:45:07.038+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:45:32.043+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:45:57.047+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:46:21.973+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:46:46.978+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:47:11.982+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:47:36.986+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:48:01.991+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:48:26.995+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:48:52.000+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:49:17.003+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:49:42.007+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:50:07.010+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:50:32.012+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:50:57.015+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:51:22.019+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:51:47.023+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:52:12.027+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:52:37.031+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:53:02.035+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:53:27.039+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:53:52.042+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:54:17.047+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:54:42.050+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:55:07.054+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:55:32.058+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:55:57.061+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:56:22.066+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:56:47.069+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:57:12.074+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:57:37.078+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:58:02.082+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:58:27.087+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:58:52.092+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:59:17.096+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T03:59:42.100+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:00:07.105+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:00:32.110+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:00:57.114+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:01:22.119+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:01:47.122+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:02:12.127+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:02:37.132+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:03:02.135+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:03:27.139+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:03:52.143+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:04:17.147+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:04:42.151+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:05:07.156+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:05:32.160+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:05:57.164+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:06:22.168+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:06:47.173+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:07:12.177+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:07:37.180+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:08:02.185+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:08:27.244+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:08:52.247+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:09:17.252+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:09:42.255+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:10:07.260+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:10:32.265+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:10:57.270+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:11:22.271+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:11:47.273+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:12:12.276+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:12:37.281+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:13:02.284+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:13:27.289+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:13:52.294+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:14:17.298+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:14:42.303+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:15:07.307+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:15:32.311+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:15:57.315+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:16:22.320+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:16:47.325+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:17:12.330+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:17:37.334+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:18:02.338+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:18:27.343+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:18:52.347+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:19:17.352+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:19:42.357+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:20:07.361+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:20:32.366+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:20:57.370+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:21:22.373+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:21:47.378+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:22:12.383+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:22:37.389+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:23:02.392+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:23:27.395+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:23:52.488+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:24:17.492+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:24:42.497+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:25:07.502+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:25:32.508+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:25:57.513+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:26:22.517+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:26:47.522+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:27:12.527+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:27:37.531+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:28:02.536+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:28:27.542+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:28:52.545+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:29:17.550+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:29:42.554+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:30:07.558+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:30:32.563+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:30:57.568+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:31:22.573+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:31:47.578+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:32:12.583+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:32:37.587+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:33:02.590+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:33:27.593+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:33:52.597+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:34:17.602+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:34:42.608+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:35:07.613+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:35:32.619+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:35:57.624+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:36:22.629+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:36:47.635+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:37:12.641+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:37:37.646+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:38:02.652+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:38:27.656+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:38:52.661+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:39:17.666+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:39:42.672+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:40:07.703+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:40:32.714+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:40:57.721+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:41:22.727+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:41:47.732+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:42:12.737+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:42:37.743+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:43:02.748+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:43:27.754+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:43:52.759+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:44:17.764+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:44:42.769+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:45:07.774+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:45:32.780+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:45:57.785+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:46:22.791+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:46:47.795+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:47:12.798+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:47:37.803+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:48:02.808+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-14T04:48:17.812+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T04:48:42.817+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T04:49:07.821+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T04:49:32.827+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T04:49:57.831+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T04:50:22.836+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T04:50:47.841+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T04:51:12.845+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T04:51:37.850+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T04:52:02.854+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T04:52:27.858+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T04:52:52.863+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T04:53:17.868+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T04:53:42.871+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T04:54:07.875+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T04:54:32.880+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T04:54:57.890+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T04:55:22.839+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T05:11:12.561+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T05:11:37.570+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T05:27:16.151+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T05:27:41.162+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T05:28:06.170+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T05:28:31.177+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T05:45:46.535+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T05:46:11.541+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T06:01:44.599+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T06:02:09.608+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T06:17:44.631+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T06:18:09.638+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T06:33:59.662+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T06:34:24.672+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T06:34:49.677+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T06:35:14.686+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T06:35:39.695+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T06:36:04.705+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T06:36:29.713+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T06:36:54.720+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T06:52:44.873+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T06:55:48.144+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T06:56:13.151+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:11:42.167+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:12:07.138+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:12:32.138+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:12:57.146+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:13:22.148+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:13:47.153+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:14:12.161+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:14:37.169+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:15:02.178+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:15:27.186+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:15:52.196+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:16:17.206+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:16:42.215+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:17:07.222+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:17:32.229+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:17:57.239+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:18:22.246+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:18:47.252+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:19:12.259+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:19:37.269+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:20:02.278+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:20:27.286+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:20:52.295+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:21:17.302+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:21:42.311+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:22:07.318+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:22:32.326+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:22:57.335+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:23:22.343+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:23:47.350+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:24:12.359+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:24:37.367+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:25:02.375+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:25:27.383+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:25:52.391+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:26:17.396+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:26:42.400+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:27:07.408+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:27:32.418+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:27:57.427+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:28:22.434+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:28:47.441+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:29:12.449+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:29:37.456+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:30:02.466+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:30:27.475+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:30:52.483+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:31:17.493+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:31:42.500+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:32:07.509+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:32:32.517+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:32:57.527+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:33:22.536+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:33:47.542+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:34:12.551+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:34:37.559+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:35:02.566+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:35:27.574+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:35:52.578+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:36:17.586+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:36:42.594+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:37:07.602+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:37:32.610+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:37:57.617+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:38:22.626+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:38:47.636+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:39:12.643+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:39:37.647+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:40:02.654+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:40:27.659+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:40:52.665+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:41:17.673+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:41:42.681+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:42:07.687+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:42:32.697+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:42:57.705+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:43:22.714+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:43:47.720+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:44:12.729+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:44:37.737+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:45:02.744+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:45:27.751+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:45:52.757+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:46:17.765+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:46:42.774+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:47:07.783+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:47:32.787+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:47:57.792+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:48:22.799+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:48:47.806+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:49:12.814+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:49:37.824+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:50:02.832+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:50:27.842+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:50:52.850+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:51:17.858+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:51:42.865+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:52:07.871+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:52:32.879+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:52:57.886+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:53:22.890+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:53:47.893+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:54:12.902+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:54:37.911+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:55:02.921+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:55:27.929+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:55:52.938+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:56:17.948+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:56:42.958+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:57:07.965+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:57:32.974+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:57:57.983+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:58:22.991+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:58:48.001+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:59:13.011+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T07:59:38.017+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T08:00:03.024+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T08:00:28.032+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T08:00:53.040+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T08:01:18.048+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T08:01:43.058+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T08:02:08.067+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T08:02:33.075+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T08:02:58.082+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T08:03:23.079+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T08:03:48.085+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T08:04:13.094+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T08:04:38.101+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T08:05:03.110+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T08:05:28.118+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T08:05:53.121+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T08:06:18.127+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T08:06:43.136+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T08:07:08.141+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T08:07:33.150+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T08:07:58.157+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T08:08:23.165+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T08:08:48.172+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T08:09:13.179+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T08:09:38.189+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T08:10:03.194+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T08:10:28.204+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T08:10:53.211+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T08:11:18.217+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T08:11:43.225+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T08:12:33.132+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T08:12:58.146+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T08:28:46.706+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T08:29:11.715+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T08:44:58.709+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T08:45:23.720+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T08:45:48.731+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T08:46:13.738+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T08:46:38.748+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T08:47:03.756+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T08:47:28.763+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T08:47:53.774+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T08:48:18.783+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T08:48:43.793+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T08:49:08.802+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T08:57:10.684+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T08:57:35.688+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T08:58:00.691+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T08:58:25.696+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T08:58:50.705+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T08:59:15.713+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T08:59:40.719+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:00:05.728+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:00:30.736+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:00:55.746+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:01:20.754+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:01:45.762+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:02:10.769+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:02:35.778+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:03:00.786+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:03:25.793+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:03:50.803+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:04:15.813+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:04:40.821+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:05:05.830+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:05:30.840+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:05:55.849+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:06:20.857+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:06:45.864+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:07:10.869+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:07:35.878+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:08:00.886+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:08:25.894+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:08:50.903+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:09:15.912+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:09:40.920+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:10:05.930+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:10:30.938+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:10:55.947+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:11:20.953+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:11:45.958+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:12:10.965+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:12:35.970+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:13:00.978+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:13:25.988+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:13:50.992+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:14:15.996+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:14:41.004+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:15:06.011+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:15:31.020+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:15:56.027+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:16:21.037+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:16:46.046+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:17:11.056+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:17:36.066+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:18:01.075+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:18:26.083+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:18:51.091+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:19:16.099+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:19:41.107+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:20:06.117+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:20:31.124+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:20:56.134+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:21:21.139+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:21:46.148+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:22:11.156+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:22:36.165+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:23:01.173+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:23:26.180+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:23:51.189+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:24:16.194+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:24:41.201+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:25:06.204+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:25:31.209+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:25:56.217+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:26:21.223+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:26:46.230+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:27:11.238+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:27:36.247+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:28:01.253+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:28:26.261+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:28:51.271+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:29:16.279+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:29:41.286+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:30:06.294+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:30:31.303+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:30:56.311+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:31:21.319+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:31:46.329+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:32:11.337+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:32:36.344+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:33:01.351+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:33:26.357+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:33:51.367+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:34:16.374+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:34:41.381+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:35:06.389+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:35:31.397+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:35:56.403+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:36:21.412+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:36:46.420+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:37:11.428+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:37:36.437+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:38:01.445+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:38:26.458+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:38:51.467+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:39:16.471+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:39:41.476+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:40:06.485+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:40:31.493+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:40:56.502+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:41:21.512+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:41:46.521+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:42:11.529+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:42:36.539+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:43:01.549+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:43:26.557+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:43:51.566+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:44:16.572+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:44:41.580+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:45:06.588+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:45:31.598+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:45:56.607+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:46:21.617+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:46:46.626+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:47:11.634+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:47:36.642+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:48:01.649+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:48:26.659+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:48:51.667+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:49:16.675+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:49:41.685+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:50:06.694+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:50:31.700+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:50:56.709+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:51:21.718+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:51:46.724+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:52:11.730+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:52:36.735+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:53:01.743+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:53:26.750+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:53:51.758+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:54:16.767+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:54:41.777+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:55:06.787+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:55:31.795+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:55:56.803+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:56:21.811+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:56:46.818+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:57:11.828+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:57:36.835+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:58:01.844+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:58:26.852+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:58:51.861+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T09:59:16.870+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T10:00:06.732+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T10:00:31.737+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T10:16:21.708+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T10:16:46.718+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T10:32:36.659+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T10:33:01.665+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T10:33:26.670+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T10:49:16.713+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T10:49:41.712+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T10:50:06.716+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T10:50:31.724+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T10:50:56.730+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T10:51:21.739+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T10:51:46.745+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T10:52:11.751+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T10:52:36.758+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T10:53:01.764+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T10:53:26.772+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T10:53:51.779+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T10:54:16.787+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T10:54:41.794+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T10:55:06.804+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T10:55:31.822+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T10:55:56.848+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T10:56:21.858+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T10:56:46.867+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T10:57:11.875+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T10:57:36.883+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T10:58:01.891+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T10:58:26.897+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T10:58:51.905+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T10:59:16.913+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T10:59:41.922+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:00:06.929+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:00:31.939+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:00:56.945+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:01:21.953+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:01:46.962+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:02:11.968+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:02:36.978+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:03:01.986+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:03:26.995+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:03:52.004+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:04:17.013+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:04:42.018+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:05:07.023+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:05:32.029+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:05:57.036+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:06:22.044+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:06:47.053+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:07:12.060+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:07:37.069+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:08:02.076+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:08:27.083+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:08:52.090+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:09:17.098+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:09:42.105+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:10:07.113+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:10:32.121+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:10:57.128+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:11:22.133+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:11:47.140+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:12:12.026+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:12:37.034+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:13:02.041+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:13:27.049+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:13:52.059+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:14:17.064+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:14:42.074+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:15:07.081+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:15:32.087+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:15:57.094+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:16:22.098+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:16:47.106+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:17:12.113+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:17:37.120+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:18:02.123+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:18:27.127+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:18:52.136+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:19:17.141+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:19:42.149+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:20:07.156+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:20:32.163+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:20:57.170+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:21:22.178+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:21:47.186+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:22:12.192+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:22:37.200+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:23:02.208+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:23:27.217+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:23:52.226+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:24:17.230+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:24:42.237+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:25:07.246+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:25:32.254+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:25:57.263+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:26:22.272+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:26:47.280+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:27:12.287+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:27:37.296+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:28:02.305+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:28:27.312+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:28:52.318+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:29:17.325+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:29:42.334+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:30:07.341+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:30:32.342+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:30:57.346+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:31:22.355+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:31:47.361+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:32:12.369+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:32:37.377+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:33:02.385+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:33:27.393+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:33:52.402+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:34:17.410+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:34:42.416+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:35:07.425+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:35:32.430+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:35:57.435+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:36:22.444+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:36:47.590+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:37:12.599+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:37:37.608+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:38:02.617+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:38:27.626+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:38:52.632+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:39:17.640+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:39:42.649+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:40:07.656+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:40:32.664+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:40:57.671+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:41:22.678+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:41:47.688+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:42:12.695+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:42:37.704+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:43:02.710+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:43:27.713+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:43:52.719+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:44:17.728+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:44:42.736+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:45:07.746+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:45:32.755+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:45:57.759+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:46:22.820+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:46:47.825+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:47:12.830+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:47:37.835+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:48:02.841+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:48:27.845+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:48:52.851+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:49:17.857+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:49:42.861+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:50:07.867+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:50:32.873+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:50:57.878+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:51:22.882+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:51:47.888+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:52:12.893+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:52:37.898+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:53:02.903+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:53:27.908+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:53:52.912+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:54:17.917+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:54:42.923+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:55:07.928+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:55:32.934+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:55:57.939+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:56:22.944+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:56:47.950+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:57:12.955+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:57:37.960+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:58:02.964+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:58:27.970+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:58:52.974+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:59:17.979+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T11:59:42.984+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:00:07.990+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:00:32.995+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:00:57.999+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:01:23.004+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:01:48.010+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:02:13.012+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:02:38.016+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:03:03.021+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:03:28.027+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:03:53.034+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:04:18.039+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:04:43.044+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:05:08.049+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:05:33.055+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:05:58.059+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:06:23.065+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:06:48.071+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:07:13.076+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:07:38.082+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:08:03.087+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:08:28.093+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:08:53.098+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:09:18.102+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:09:43.107+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:10:08.113+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:10:33.118+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:10:58.123+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:11:23.129+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:11:48.133+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:12:13.138+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:12:38.142+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:13:03.146+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:13:28.152+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:13:53.157+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:14:18.161+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:14:43.166+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:15:08.171+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:15:33.176+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:15:58.182+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:16:23.186+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:16:48.208+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:17:13.218+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:17:38.225+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:18:03.231+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:18:28.237+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:18:53.242+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:19:18.247+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:19:43.253+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:20:08.259+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:20:33.264+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:20:58.269+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:21:23.275+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:21:48.280+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:22:13.284+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:22:38.287+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:23:03.291+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:23:28.297+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:23:53.302+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:24:18.306+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:24:43.311+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:25:08.316+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:25:33.322+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:25:58.329+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:26:23.334+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:26:48.339+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:27:13.345+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:27:38.350+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:28:03.355+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:28:28.361+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:28:53.366+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:29:18.371+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:29:43.377+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:30:08.382+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:30:33.388+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:30:58.394+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:31:23.399+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:31:48.405+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:32:13.422+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:32:38.438+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:33:03.445+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:33:28.451+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:33:53.456+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:34:18.462+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:34:43.467+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:35:08.473+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:35:33.480+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:35:58.485+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:36:23.492+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:36:48.497+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:37:13.503+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:37:38.508+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:38:03.514+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:38:28.520+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:38:53.526+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:39:18.531+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:39:43.537+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:40:08.544+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:40:33.550+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:40:58.556+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:41:23.561+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:41:48.565+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:42:13.568+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:42:38.572+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:43:03.577+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:43:28.582+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:43:53.587+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:44:18.593+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:44:43.599+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:45:08.607+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:45:33.617+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:45:58.626+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:46:23.636+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:46:48.644+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:47:13.654+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:47:38.676+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:48:03.689+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:48:28.699+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:48:53.708+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:49:18.715+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T12:49:43.724+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T13:05:33.710+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T13:05:58.695+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T13:06:23.696+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T13:21:47.650+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T13:22:12.658+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T13:38:02.719+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T13:38:27.731+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T13:38:52.741+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T13:39:25.932+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T13:55:15.840+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T13:55:40.848+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T13:56:05.851+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T13:56:30.858+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T13:56:55.864+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T13:57:20.866+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T13:57:45.870+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T13:58:10.878+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T13:58:35.886+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T13:59:00.893+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T13:59:25.899+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T13:59:50.904+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:00:15.912+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:00:40.920+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:01:05.927+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:01:30.933+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:01:55.938+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:02:20.943+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:02:45.950+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:03:10.958+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:03:35.963+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:04:00.970+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:04:25.976+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:04:50.982+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:05:15.987+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:05:40.992+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:06:05.997+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:06:31.003+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:06:56.010+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:07:21.014+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:07:46.021+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:08:11.028+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:08:36.036+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:09:01.042+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:09:26.047+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:09:51.054+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:10:16.060+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:10:41.067+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:11:06.075+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:11:31.080+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:11:56.086+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:12:21.092+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:12:46.106+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:13:11.126+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:13:36.137+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:14:01.144+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:14:26.152+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:14:51.159+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:15:16.166+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:15:41.171+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:16:06.177+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:16:31.184+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:16:56.192+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:17:21.200+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:17:46.208+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:18:11.214+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:18:36.222+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:19:01.229+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:19:26.237+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:19:51.244+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:20:16.251+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:20:41.258+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:21:06.263+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:21:31.271+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:21:56.278+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:22:21.286+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:22:46.292+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:23:11.297+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:23:36.304+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:24:01.310+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:24:26.319+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:24:51.326+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:25:16.333+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:25:41.342+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:26:06.348+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:26:31.356+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:26:56.361+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:27:21.362+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:27:46.366+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:28:11.371+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:28:36.378+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:29:01.385+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:29:26.388+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:29:51.393+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:30:16.397+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:30:41.402+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:31:06.409+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:31:31.416+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:31:56.422+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:32:21.430+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:32:46.437+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:33:11.444+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:33:36.452+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:34:01.459+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:34:26.464+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:34:51.470+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:35:16.478+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:35:41.485+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:36:06.492+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:36:31.500+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:36:56.509+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:37:21.516+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:37:46.524+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:38:11.532+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:38:36.538+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:39:01.545+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:39:26.552+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:39:51.558+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:40:16.564+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:40:41.572+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:41:06.580+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:41:31.587+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:41:56.594+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:42:21.596+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:42:46.600+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:43:11.604+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:43:36.608+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:44:01.616+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:44:26.636+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:44:51.648+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:45:16.655+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:45:41.661+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:46:06.669+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:46:31.676+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:46:56.684+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:47:21.693+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:47:46.699+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:48:11.706+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:48:36.713+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:49:01.721+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:49:26.728+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:49:51.736+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:50:16.743+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:50:41.752+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:51:06.759+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:51:31.766+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:51:56.773+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:52:21.779+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:52:46.785+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:53:11.792+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:53:36.799+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:54:01.807+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:54:26.814+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:54:51.821+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:55:16.828+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:56:06.753+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:56:31.761+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:56:56.767+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:57:21.769+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:57:46.772+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:58:11.778+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:58:36.786+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:59:01.831+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:59:26.847+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T14:59:51.857+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:00:16.863+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:00:41.872+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:01:06.880+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:01:31.889+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:01:56.897+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:02:21.901+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:02:46.907+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:03:11.913+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:03:36.919+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:04:01.925+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:04:26.933+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:04:51.942+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:05:16.948+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:05:41.954+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:06:06.963+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:06:31.970+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:06:56.979+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:07:21.988+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:07:46.994+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:08:12.001+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:08:37.009+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:09:02.016+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:09:27.025+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:09:52.032+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:10:17.038+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:10:42.046+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:11:07.054+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:11:32.062+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:11:57.069+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:12:22.071+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:12:47.075+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:13:12.081+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:13:37.088+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:14:02.097+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:14:27.105+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:14:52.125+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:15:17.141+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:15:42.152+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:16:07.161+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:16:32.168+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:16:57.177+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:17:22.186+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:17:47.194+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:18:12.201+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:18:37.208+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:19:02.215+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:19:27.221+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:19:52.226+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:20:17.235+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:20:42.240+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:21:07.247+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:21:32.253+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:21:57.261+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:22:22.270+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:22:47.276+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:23:12.284+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:23:37.292+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:24:02.300+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:24:27.308+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:24:52.315+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:25:17.320+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:25:42.326+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:26:07.334+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:26:32.340+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:26:57.348+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:27:22.352+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:27:47.354+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:28:12.360+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:28:37.367+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:29:02.372+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:29:27.379+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:29:52.388+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:30:17.395+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:30:42.415+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:31:07.429+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:31:32.436+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:31:57.444+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:32:22.451+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:32:47.458+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:33:12.467+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:33:37.472+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:34:02.478+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:34:27.483+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:34:52.492+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:35:17.499+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:35:42.506+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:36:07.515+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:36:32.522+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:36:57.531+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:37:22.536+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:37:47.540+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:38:12.548+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:38:37.555+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:39:02.563+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:39:27.571+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:39:52.578+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:40:17.586+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:40:42.595+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:41:07.600+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:41:32.608+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:41:57.617+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:42:22.624+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:42:47.633+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:43:12.636+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:43:37.639+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:44:02.646+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:44:27.653+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:44:52.662+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:45:17.669+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:45:42.599+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:46:07.607+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:46:32.615+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:46:57.621+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:47:22.628+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:47:47.635+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:48:12.643+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:48:37.650+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:49:02.657+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:49:27.666+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:49:52.671+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:50:17.678+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:50:42.686+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:51:07.695+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:51:32.703+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:51:57.711+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:52:22.719+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:52:47.723+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:53:12.728+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:53:37.735+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:54:02.741+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:54:27.750+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:54:52.758+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:55:17.766+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:55:42.772+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:56:32.694+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:56:57.716+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:57:22.726+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:57:47.733+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:58:12.740+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:58:37.742+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:59:02.745+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:59:27.751+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T15:59:52.757+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:00:17.763+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:00:42.768+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:01:07.776+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:01:32.783+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:01:57.791+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:02:22.797+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:02:47.802+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:03:12.810+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:03:37.818+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:04:02.826+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:04:27.832+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:04:52.839+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:05:17.845+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:05:42.854+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:06:07.862+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:06:32.869+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:06:57.877+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:07:22.896+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:07:47.909+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:08:12.919+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:08:37.924+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:09:02.931+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:09:27.939+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:09:52.948+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:10:17.956+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:10:42.963+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:11:07.968+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:11:32.977+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:11:57.983+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:12:22.992+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:12:47.999+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:13:13.008+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:13:38.013+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:14:03.016+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:14:28.022+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:14:53.031+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:15:18.038+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:15:43.047+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:16:08.055+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:16:33.063+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:16:58.072+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:17:23.077+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:17:48.082+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:18:13.091+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:18:38.095+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:19:03.102+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:19:28.110+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:19:53.118+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:20:18.127+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:20:43.133+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:21:08.142+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:21:33.148+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:21:58.155+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:22:23.164+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:22:48.171+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:23:13.177+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:23:38.181+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:24:03.188+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:24:28.196+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:24:53.204+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:25:18.212+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:25:43.220+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:26:08.229+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:26:33.237+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:26:58.245+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:27:23.251+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:27:48.259+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:28:13.263+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:28:38.269+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:29:03.271+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:29:28.274+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:29:53.282+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:30:18.289+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:30:43.296+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:31:08.304+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:31:33.311+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:31:58.319+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:32:23.321+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:32:48.330+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:33:13.338+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:33:38.346+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:34:03.354+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:34:28.361+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:34:53.366+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:35:18.371+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:35:43.378+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:36:08.384+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:36:33.393+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:36:58.400+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:37:23.407+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:37:48.414+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:38:13.419+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:38:38.428+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:39:03.436+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:39:28.442+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:39:53.449+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:40:18.455+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:40:43.463+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:41:08.471+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:41:33.478+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:41:58.486+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:42:23.495+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:42:48.503+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:43:13.511+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:43:38.517+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:44:03.524+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:44:28.527+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:44:53.530+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:45:18.537+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:45:43.545+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:46:08.550+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:46:33.559+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:46:58.565+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:47:23.574+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:47:48.583+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:48:13.589+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:48:38.598+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:49:03.506+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:49:28.513+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:49:53.520+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:50:18.527+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:50:43.532+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:51:08.540+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:51:33.548+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:51:58.552+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:52:23.560+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:52:48.568+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:53:13.576+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:53:38.584+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:54:03.592+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:54:28.598+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:54:53.605+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:55:18.611+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:55:43.619+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:56:08.627+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:56:33.634+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:57:23.636+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:57:48.644+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:58:13.651+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:58:38.658+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:59:03.665+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:59:28.668+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T16:59:53.671+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:00:18.678+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:00:43.685+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:01:08.692+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:01:33.698+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:01:58.703+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:02:23.710+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:02:48.717+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:03:13.724+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:03:38.733+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:04:03.742+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:04:28.751+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:04:53.759+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:05:18.765+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:05:43.772+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:06:08.780+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:06:33.789+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:06:58.796+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:07:23.802+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:07:48.810+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:08:13.816+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:08:38.823+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:09:03.831+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:09:28.836+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:09:53.843+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:10:18.850+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:10:43.856+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:11:08.864+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:11:33.872+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:11:58.880+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:12:23.887+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:12:48.895+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:13:13.902+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:13:38.909+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:14:03.917+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:14:28.923+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:14:53.943+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:15:18.956+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:15:43.967+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:16:08.974+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:16:33.983+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:16:58.992+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:17:23.998+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:17:49.002+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:18:14.010+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:18:39.017+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:19:04.025+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:19:29.031+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:19:54.036+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:20:19.045+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:20:44.053+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:21:09.061+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:21:34.069+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:21:59.077+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:22:24.084+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:22:49.090+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:23:14.097+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:23:39.104+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:24:04.111+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:24:29.116+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:24:54.126+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:25:19.134+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:25:44.141+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:26:09.148+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:26:34.156+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:26:59.164+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:27:24.171+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:27:49.178+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:28:14.187+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:28:39.193+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:29:04.201+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:29:29.207+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:29:54.212+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:30:19.215+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:30:44.218+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:31:09.225+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:31:34.232+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:31:59.239+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:32:24.247+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:32:49.254+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:33:14.262+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:33:39.270+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:34:04.277+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:34:29.284+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:34:54.290+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:35:19.296+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:35:44.305+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:36:09.311+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:36:34.320+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:36:59.329+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:37:24.333+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:37:49.334+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:38:14.340+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:38:39.347+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:39:04.355+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:39:29.363+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:39:54.372+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:40:19.381+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:40:44.388+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:41:09.398+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:41:34.407+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:41:59.416+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:42:24.423+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:42:49.430+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:43:14.439+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:43:39.446+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:44:04.455+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:44:29.462+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:44:54.466+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:45:19.471+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:45:44.478+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:46:09.485+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:46:34.493+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:46:59.502+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:47:24.509+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:47:49.516+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:48:14.524+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:48:39.532+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:49:04.538+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:49:29.545+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:49:54.554+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:50:19.562+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:50:44.568+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:51:09.575+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:51:34.583+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:51:59.592+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:52:24.599+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:52:49.539+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:53:14.543+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:53:39.552+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:54:04.559+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:54:29.567+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:54:54.572+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:55:19.580+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:55:44.588+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:56:09.597+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:56:34.604+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:56:59.612+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:57:49.482+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:58:14.471+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:58:39.475+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:59:04.482+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:59:29.489+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T17:59:54.491+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:00:19.500+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:00:44.506+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:01:09.514+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:01:34.520+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:01:59.528+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:02:24.534+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:02:49.542+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:03:14.550+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:03:39.557+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:04:04.564+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:04:29.571+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:04:54.579+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:05:19.585+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:05:44.592+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:06:09.599+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:06:34.604+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:06:59.613+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:07:24.617+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:07:49.626+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:08:14.632+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:08:39.639+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:09:04.644+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:09:29.649+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:09:54.657+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:10:19.666+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:10:44.672+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:11:09.679+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:11:34.686+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:11:59.693+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:12:24.699+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:12:49.705+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:13:14.713+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:13:39.719+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:14:04.725+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:14:29.731+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:14:54.734+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:15:19.737+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:15:44.744+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:16:09.752+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:16:34.760+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:16:59.768+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:17:24.777+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:17:49.783+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:18:14.806+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:18:39.822+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:19:04.832+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:19:29.840+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:19:54.847+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:20:19.854+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:20:44.860+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:21:09.869+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:21:34.874+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:21:59.883+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:22:24.888+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:22:49.896+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:23:14.903+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:23:39.911+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:24:04.917+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:24:29.922+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:24:54.927+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:25:19.933+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:25:44.939+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:26:09.946+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:26:34.954+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:26:59.958+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:27:24.967+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:27:49.973+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:28:14.978+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:28:39.985+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:29:04.993+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:29:30.002+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:29:55.006+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:30:20.009+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:30:45.016+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:31:10.021+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:31:35.028+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:32:00.033+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:32:25.042+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:32:50.050+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:33:15.057+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:33:40.068+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:34:05.076+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:34:30.081+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:34:55.089+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:35:20.098+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:35:45.106+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:36:10.114+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:36:35.122+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:37:00.130+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:37:25.138+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:37:50.145+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:38:15.154+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:38:40.162+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:39:05.169+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:39:30.176+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:39:55.183+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:40:20.191+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:40:45.196+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:41:10.204+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:41:35.212+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:42:00.219+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:42:25.225+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:42:50.234+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:43:15.241+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:43:40.249+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:44:05.256+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:44:30.259+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:44:55.261+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:45:20.264+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:45:45.272+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:46:10.281+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:46:35.289+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:47:00.298+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:47:25.306+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:47:50.312+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:48:15.318+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:48:40.272+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:49:05.278+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:49:30.283+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:49:55.290+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:50:20.295+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:50:45.299+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:51:10.305+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:51:35.314+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:52:00.322+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:52:25.329+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:52:50.336+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:53:15.344+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:53:40.350+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:54:05.358+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:54:30.366+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:54:55.373+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:55:20.379+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:55:45.386+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:56:10.394+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:56:35.402+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:57:00.407+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:57:25.413+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:57:50.421+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:58:40.398+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:59:05.405+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:59:30.413+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T18:59:55.418+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:00:20.420+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:00:45.423+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:01:10.429+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:01:35.438+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:02:00.446+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:02:25.453+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:02:50.459+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:03:15.465+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:03:40.471+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:04:05.480+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:04:30.488+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:04:55.496+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:05:20.504+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:05:45.511+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:06:10.519+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:06:35.524+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:07:00.529+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:07:25.537+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:07:50.543+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:08:15.552+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:08:40.557+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:09:05.565+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:09:30.570+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:09:55.578+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:10:20.586+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:10:45.590+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:11:10.599+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:11:35.605+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:12:00.613+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:12:25.620+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:12:50.627+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:13:15.635+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:13:40.641+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:14:05.649+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:14:30.656+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:14:55.662+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:15:20.670+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:15:45.677+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:16:10.679+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:16:35.684+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:17:00.686+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:17:25.693+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:17:50.702+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:18:15.710+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:18:40.717+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:19:05.735+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:19:30.747+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:19:55.755+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:20:20.763+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:20:45.770+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:21:10.778+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:21:35.784+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:22:00.790+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:22:25.795+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:22:50.804+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:23:15.812+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:23:40.818+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:24:05.827+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:24:30.834+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:24:55.843+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:25:20.849+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:25:45.858+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:26:10.867+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:26:35.874+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:27:00.880+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:27:25.887+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:27:50.894+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:28:15.902+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:28:40.910+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:29:05.919+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:29:30.924+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:29:55.932+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:30:20.942+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:30:45.949+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:31:10.952+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:31:35.955+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:32:00.963+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:32:25.971+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:32:50.977+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:33:15.986+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:33:40.992+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:34:06.001+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:34:31.010+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:34:56.016+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:35:21.023+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:35:46.033+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:36:11.040+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:36:36.048+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:37:01.054+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:37:26.060+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:37:51.068+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:38:16.076+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:38:41.083+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:39:06.092+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:39:31.100+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:39:56.108+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:40:21.115+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:40:46.119+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:41:11.127+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:41:36.136+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:42:01.142+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:42:26.147+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:42:51.152+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:43:16.161+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:43:41.170+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:44:06.177+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:44:31.185+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:44:56.194+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:45:21.203+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:45:46.209+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:46:11.211+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:46:36.136+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:47:01.141+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:47:26.145+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:47:51.150+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:48:16.158+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:48:41.167+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:49:06.174+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:49:31.179+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:49:56.186+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:50:21.194+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:50:46.203+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:51:11.211+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:51:36.219+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:52:01.227+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:52:26.234+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:52:51.240+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:53:16.248+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:53:41.253+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:54:06.262+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:54:31.270+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:54:56.277+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:55:21.285+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:55:46.291+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:56:11.300+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:56:36.306+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:57:01.314+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:57:26.321+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:57:51.329+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:58:16.336+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:59:06.267+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:59:31.175+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T19:59:56.182+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:00:21.189+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:00:46.195+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:01:11.203+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:01:36.206+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:02:01.209+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:02:26.217+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:02:51.222+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:03:16.228+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:03:41.236+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:04:06.242+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:04:31.249+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:04:56.256+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:05:21.264+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:05:46.267+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:06:11.274+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:06:36.282+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:07:01.289+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:07:26.295+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:07:51.302+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:08:16.310+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:08:41.319+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:09:06.327+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:09:31.331+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:09:56.338+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:10:21.345+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:10:46.352+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:11:11.358+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:11:36.365+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:12:01.373+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:12:26.379+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:12:51.386+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:13:16.391+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:13:41.399+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:14:06.405+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:14:31.410+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:14:56.418+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:15:21.426+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:15:46.433+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:16:11.435+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:16:36.438+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:17:01.442+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:17:26.449+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:17:51.453+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:18:16.461+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:18:41.467+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:19:06.472+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:19:31.479+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:19:56.484+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:20:21.491+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:20:46.497+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:21:11.503+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:21:36.508+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:22:01.515+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:22:26.521+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:22:51.528+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:23:16.534+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:23:41.541+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:24:06.548+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:24:31.555+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:24:56.562+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:25:21.569+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:25:46.576+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:26:11.580+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:26:36.589+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:27:01.595+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:27:26.604+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:27:51.612+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:28:16.617+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:28:41.624+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:29:06.631+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:29:31.636+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:29:56.641+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:30:21.649+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:30:46.654+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:31:11.661+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:31:36.662+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:32:01.664+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:32:26.672+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:32:51.819+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:33:16.827+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:33:41.834+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:34:06.840+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:34:31.848+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:34:56.856+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:35:21.864+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:35:46.871+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:36:11.878+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:36:36.887+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:37:01.896+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:37:26.903+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:37:51.911+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:38:16.919+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:38:41.924+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:39:06.931+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:39:31.939+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:39:56.946+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:40:21.955+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:40:46.961+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:41:11.967+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:41:36.975+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:42:01.982+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:42:26.989+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:42:51.997+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:43:17.005+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:43:42.013+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:44:07.020+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:44:32.028+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:44:57.034+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:45:22.041+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:45:47.050+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:46:12.053+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:46:37.057+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:47:02.064+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:47:27.071+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:47:52.080+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:48:17.074+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:48:42.074+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:49:07.078+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:49:32.085+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:49:57.091+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:50:22.098+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:50:47.106+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:51:12.112+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:51:37.118+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:52:02.125+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:52:27.132+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:52:52.141+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:53:17.148+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:53:42.156+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:54:07.164+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:54:32.171+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:54:57.180+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:55:22.187+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:55:47.194+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:56:12.202+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:56:37.210+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:57:02.217+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:57:27.224+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:57:52.231+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:58:17.240+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:58:42.247+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:59:07.254+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T20:59:57.187+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:00:22.194+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:00:47.199+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:01:12.203+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:01:37.206+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:02:02.209+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:02:27.217+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:02:52.225+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:03:17.232+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:03:42.240+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:04:07.248+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:04:32.257+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:04:57.264+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:05:22.270+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:05:47.277+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:06:12.283+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:06:37.290+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:07:02.297+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:07:27.302+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:07:52.309+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:08:17.317+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:08:42.326+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:09:07.335+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:09:32.343+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:09:57.352+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:10:22.359+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:10:47.368+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:11:12.377+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:11:37.386+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:12:02.391+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:12:27.399+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:12:52.475+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:13:17.483+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:13:42.491+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:14:07.501+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:14:32.505+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:14:57.511+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:15:22.518+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:15:47.523+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:16:12.526+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:16:37.533+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:17:02.541+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:17:27.550+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:17:52.559+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:18:17.567+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:18:42.576+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:19:07.584+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:19:32.593+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:19:57.602+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:20:22.610+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:20:47.618+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:21:12.624+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:21:37.632+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:22:02.640+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:22:27.646+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:22:52.654+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:23:17.660+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:23:42.666+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:24:07.673+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:24:32.680+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:24:57.686+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:25:22.693+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:25:47.701+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:26:12.706+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:26:37.712+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:27:02.717+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:27:27.726+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:27:52.734+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:28:17.743+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:28:42.749+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:29:07.757+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:29:32.765+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:29:57.772+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:30:22.781+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:30:47.784+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:31:12.787+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:31:37.791+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:32:02.798+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:32:27.801+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:32:52.807+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:33:17.814+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:33:42.820+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:34:07.826+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:34:32.736+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:34:57.744+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:35:22.751+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:35:47.757+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:36:12.763+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:36:37.768+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:37:02.776+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:37:27.783+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:37:52.791+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:38:17.798+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:38:42.805+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:39:07.812+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:39:32.820+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:39:57.824+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:40:22.833+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:40:47.840+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:41:12.848+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:41:37.856+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:42:02.864+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:42:27.873+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:42:52.881+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:43:17.888+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:43:42.895+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:44:07.901+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:44:32.907+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:44:57.914+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:45:22.920+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:45:47.927+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:46:12.934+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:46:37.936+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:47:02.941+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:47:27.948+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:47:52.952+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:48:17.961+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:48:42.968+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:49:07.971+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:49:32.979+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:49:57.988+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:50:22.990+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:50:47.993+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:51:12.997+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:51:38.005+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:52:03.012+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:52:28.020+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:52:53.025+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:53:18.034+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:53:43.040+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:54:08.045+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:54:33.050+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:54:58.056+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:55:23.062+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:55:48.068+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:56:13.076+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:56:38.082+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:57:03.089+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:57:28.094+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:57:53.102+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:58:18.109+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:58:43.116+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:59:08.123+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:59:33.128+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T21:59:58.137+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:15:48.161+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:16:13.163+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:16:38.197+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:17:03.213+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:17:28.217+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:17:53.219+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:18:18.223+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:18:43.230+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:19:08.235+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:19:33.240+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:19:58.246+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:20:23.252+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:20:48.259+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:21:13.264+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:21:38.270+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:22:03.275+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:22:28.280+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:22:53.286+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:23:18.291+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:23:43.297+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:24:08.302+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:24:33.309+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:24:58.315+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:25:23.320+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:25:48.324+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:26:13.330+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:26:38.335+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:27:03.341+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:27:28.346+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:27:53.352+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:28:18.358+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:28:43.361+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:29:08.366+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:29:33.369+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:29:58.373+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:30:23.378+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:30:48.383+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:31:13.387+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:31:38.390+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:32:03.394+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:32:28.399+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:32:53.404+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:33:18.409+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:33:43.415+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:34:08.420+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:34:33.426+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:34:58.431+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:35:23.436+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:35:48.441+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:36:13.446+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:36:38.452+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:37:03.455+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:37:28.458+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:37:53.460+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:38:18.465+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:38:43.471+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:39:08.475+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:39:33.481+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:39:58.486+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:40:23.491+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:40:48.497+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:41:13.503+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:41:38.509+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:42:03.514+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:42:28.519+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:42:53.524+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:43:18.529+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:43:43.534+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:44:08.538+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:44:33.543+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:44:58.547+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:45:23.552+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:45:48.557+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:46:13.563+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:46:38.569+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:47:03.573+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:47:28.579+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:47:53.581+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:48:18.583+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:48:43.587+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:49:08.591+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:49:33.596+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:49:58.601+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:50:23.607+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:50:48.613+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:51:13.617+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:51:38.623+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:52:03.627+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:52:28.632+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:52:53.636+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:53:18.640+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:53:43.646+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:54:08.652+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:54:33.657+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:54:58.662+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:55:23.667+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:55:48.673+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:56:13.678+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:56:38.683+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:57:03.688+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:57:28.691+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:57:53.693+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:58:18.697+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:58:43.701+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:59:08.705+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:59:33.709+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T22:59:58.715+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:00:23.720+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:00:48.726+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:01:13.731+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:01:38.736+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:02:03.740+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:02:28.746+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:02:53.750+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:03:18.755+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:03:43.761+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:04:08.766+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:04:33.771+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:04:58.776+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:05:23.781+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:05:48.786+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:06:13.791+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:06:38.796+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:07:03.803+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:07:28.808+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:07:53.813+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:08:18.818+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:08:43.822+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:09:08.889+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:09:33.894+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:09:58.899+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:10:23.905+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:10:48.911+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:11:13.915+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:11:38.921+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:12:03.926+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:12:28.931+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:12:53.937+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:13:18.942+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:13:43.948+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:14:08.953+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:14:33.958+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:14:58.964+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:15:23.969+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:15:48.975+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:16:13.980+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:16:38.986+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:17:03.991+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:17:28.996+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:17:54.000+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:18:19.003+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:18:44.008+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:19:09.013+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:19:34.016+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:19:59.022+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:20:24.027+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:20:49.031+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:21:14.036+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:21:39.041+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:22:04.045+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:22:29.051+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:22:54.056+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:23:19.062+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:23:44.066+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:24:09.069+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:24:34.075+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:24:59.081+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:25:24.087+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:25:49.091+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:26:14.096+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:26:39.101+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:27:04.106+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:27:29.112+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:27:54.117+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:28:19.124+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:28:44.130+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:29:09.135+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:29:34.140+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:29:59.145+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:30:24.151+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:30:49.156+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:31:14.161+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:31:39.167+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:32:04.172+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:32:29.178+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:32:54.183+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:33:09.187+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:33:34.193+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:33:59.199+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:34:24.205+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:34:49.209+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:35:14.214+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:35:39.220+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:36:04.224+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:36:29.229+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:36:54.234+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:37:19.240+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:37:44.246+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:38:09.252+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:38:34.255+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:38:59.257+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:39:24.261+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:39:49.266+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:40:14.270+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:40:39.276+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:41:04.281+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:41:29.288+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:41:54.306+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:42:19.311+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:42:44.316+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:43:09.320+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:43:34.326+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:43:59.330+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:44:24.335+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:44:49.341+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:45:14.345+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:45:39.349+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:46:04.420+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:46:29.427+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:46:54.433+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:47:19.439+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:47:44.444+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:48:09.450+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:48:34.455+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:48:59.461+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:49:24.466+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:49:49.471+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:50:14.475+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:50:39.480+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:51:04.486+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:51:29.490+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:51:54.497+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:52:19.503+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:52:44.509+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:53:09.515+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:53:34.520+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:53:59.526+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:54:24.531+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:54:49.536+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:55:14.541+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:55:39.547+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:56:04.553+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:56:29.560+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:56:54.565+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:57:19.571+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:57:44.577+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:58:09.583+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:58:34.587+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:58:59.590+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:59:24.595+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-14T23:59:49.599+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}

+ 2469 - 0
app/mq/kafka/logs/error.log-2025-01-15

@@ -0,0 +1,2469 @@
+{"@timestamp":"2025-01-15T00:00:14.604+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:00:39.609+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:01:04.615+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:01:29.621+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:01:54.625+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:02:19.631+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:02:44.637+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:03:09.641+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:03:34.646+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:03:59.651+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:04:24.656+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:04:49.661+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:05:14.667+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:05:39.672+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:06:04.679+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:06:29.685+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:06:54.690+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:07:19.695+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:07:44.698+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:08:09.704+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:08:34.709+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:08:59.715+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:09:24.721+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:09:49.726+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:10:14.732+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:10:39.737+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:11:04.743+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:11:29.749+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:11:54.754+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:12:19.761+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:12:44.766+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:13:09.772+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:13:34.776+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:13:59.782+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:14:24.785+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:14:49.792+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:15:14.797+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:15:39.803+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:16:04.809+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:16:29.815+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:16:54.820+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:17:19.826+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:17:44.830+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:18:09.835+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:18:34.842+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:18:59.847+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:19:24.853+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:19:49.858+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:20:14.860+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:20:39.862+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:21:04.866+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:21:29.869+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:21:54.874+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:22:19.879+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:22:44.885+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:23:09.890+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:23:34.897+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:23:59.900+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:24:24.906+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:24:49.912+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:25:14.918+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:25:39.923+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:26:04.929+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:26:29.936+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:26:54.942+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:27:19.948+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:27:44.953+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:28:09.958+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:28:34.964+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:28:59.969+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:29:24.975+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:29:49.979+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:30:14.984+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:30:39.990+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:31:04.998+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:31:30.006+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:31:55.015+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:32:20.024+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:32:45.030+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:33:10.028+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:33:35.017+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:34:00.023+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:34:25.032+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:34:50.040+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:35:15.050+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:35:40.059+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:36:05.067+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:36:30.077+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:36:55.087+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:37:20.093+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:37:45.096+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:38:10.101+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:38:35.107+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:39:00.113+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:39:25.119+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:39:50.125+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:40:15.130+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:40:40.137+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:41:05.143+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:41:30.149+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:41:55.155+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:42:20.160+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:42:45.165+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:43:10.171+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:43:35.176+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:44:00.182+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:44:25.189+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:44:50.194+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:45:15.198+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:45:40.204+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:46:05.211+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:46:30.218+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:46:55.222+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:47:20.228+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:47:45.234+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:48:10.243+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:48:35.177+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:49:00.183+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:49:25.189+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:49:50.194+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:50:15.199+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:50:40.205+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:51:05.211+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:51:30.219+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:51:55.227+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:52:20.237+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:52:45.247+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:53:10.257+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:53:35.265+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:54:00.271+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:54:25.278+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:54:50.282+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:55:15.289+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:55:40.298+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:56:05.308+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:56:30.318+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:56:55.323+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:57:20.330+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:57:45.337+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:58:10.413+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:58:35.423+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:59:00.433+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:59:25.441+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T00:59:50.450+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:00:15.458+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:00:40.468+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:01:05.478+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:01:30.488+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:01:55.496+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:02:20.506+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:02:45.517+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:03:35.355+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:04:00.364+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:19:50.420+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:32:13.483+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:32:38.488+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:33:03.494+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:33:28.500+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:33:53.505+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:34:18.511+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:34:43.516+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:35:08.521+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:35:33.528+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:35:58.530+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:36:23.534+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:36:48.539+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:37:13.545+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:37:38.550+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:38:03.562+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:38:28.567+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:38:53.572+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:39:18.578+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:39:43.584+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:40:08.590+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:40:33.596+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:40:58.602+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:41:23.608+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:41:48.613+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:42:13.619+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:42:38.624+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:43:03.628+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:43:28.631+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:43:53.636+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:44:18.642+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:44:43.648+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:45:08.654+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:45:33.659+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:45:58.664+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:46:23.669+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:46:48.674+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:47:13.680+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:47:38.685+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:48:03.690+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:48:28.697+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:48:53.703+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:49:18.708+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:49:43.714+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:50:08.719+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:50:33.726+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:50:58.730+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:51:23.734+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:51:48.741+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:52:13.747+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:52:38.752+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:53:03.758+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:53:28.765+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:53:53.771+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:54:18.777+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:54:43.782+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:55:08.788+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:55:33.790+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:55:58.795+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:56:23.800+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:56:48.806+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:57:13.812+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:57:38.819+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:58:03.824+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:58:28.830+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:58:53.834+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:59:18.839+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T01:59:43.844+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:00:08.853+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:00:33.863+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:00:58.873+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:01:23.883+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:01:48.889+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:02:13.899+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:02:38.909+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:03:03.914+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:03:28.920+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:03:53.929+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:04:18.938+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:04:43.945+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:05:08.951+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:05:33.956+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:05:58.964+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:06:23.971+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:06:48.981+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:07:13.990+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:07:38.999+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:08:04.008+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:08:29.015+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:08:54.021+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:09:19.027+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:09:44.033+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:10:09.039+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:10:34.041+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:10:59.044+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:11:24.049+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:11:48.974+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:12:13.979+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:12:38.985+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:13:03.989+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:13:28.994+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:13:54.000+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:14:19.004+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:14:44.010+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:15:09.016+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:15:34.022+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:15:59.026+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:16:24.032+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:16:49.037+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:17:14.042+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:17:39.047+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:18:04.051+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:18:29.055+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:18:54.060+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:19:19.065+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:19:44.070+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:20:09.074+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:20:34.080+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:20:59.085+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:21:24.090+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:21:49.094+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:22:14.099+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:22:39.105+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:23:04.110+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:23:29.115+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:23:54.121+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:24:19.126+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:24:44.130+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:25:09.135+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:25:34.141+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:25:59.145+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:26:24.150+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:26:49.154+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:27:14.160+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:27:39.165+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:28:04.170+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:28:29.175+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:28:54.180+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:29:19.185+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:29:44.191+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:30:09.196+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:30:34.200+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:30:59.203+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:31:24.206+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:31:49.212+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:32:14.218+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:32:39.223+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:33:04.227+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:33:29.232+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:33:54.237+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:34:19.242+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:34:44.247+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:35:09.251+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:35:34.256+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:35:59.261+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:36:24.268+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:36:49.281+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:37:14.287+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:37:39.292+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:38:04.297+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:38:29.302+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:38:54.307+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:39:19.313+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:39:44.319+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:40:09.324+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:40:34.328+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:40:59.333+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:41:24.338+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:41:49.344+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:42:14.349+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:42:39.353+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:43:04.359+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:43:29.364+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:43:54.368+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:44:19.374+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:44:44.379+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:45:09.385+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:45:34.390+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:45:59.395+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:46:24.400+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:46:49.405+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:47:14.409+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:47:39.415+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:48:04.421+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:48:29.427+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:48:54.432+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:49:19.438+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:49:44.442+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:50:09.448+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:50:34.452+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:50:59.454+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:51:24.457+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:51:49.462+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:52:14.468+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:52:39.453+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:53:04.438+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:53:29.439+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:53:54.443+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:54:19.449+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:54:44.454+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:55:09.459+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:55:34.476+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:55:59.493+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:56:24.502+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:56:49.510+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:57:14.519+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:57:39.526+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:58:04.532+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:58:29.542+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:58:54.550+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:59:19.559+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T02:59:44.567+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T03:00:09.576+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T03:00:59.374+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T03:01:24.381+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T03:17:11.427+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T03:17:36.416+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T03:18:01.420+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T03:18:26.427+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T03:18:51.436+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T03:19:16.445+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T03:19:41.452+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T03:20:06.457+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T03:20:31.461+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T03:36:09.606+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T03:36:34.606+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T03:36:59.610+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T03:37:24.617+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T03:37:49.622+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T03:38:14.631+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T03:38:39.639+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T03:39:04.647+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T03:39:29.653+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T03:39:54.659+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T03:40:19.668+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T03:40:44.677+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T03:41:34.577+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T03:41:59.585+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T03:57:46.590+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T03:58:11.588+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:13:34.458+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:13:59.503+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:14:24.522+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:14:49.532+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:15:14.539+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:15:39.548+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:16:04.557+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:16:29.566+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:16:54.572+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:17:19.580+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:17:44.588+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:18:09.597+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:18:34.601+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:18:59.619+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:19:24.631+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:19:49.642+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:20:14.651+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:20:39.658+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:21:04.666+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:21:29.672+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:21:54.682+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:22:19.688+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:22:44.695+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:23:09.704+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:23:34.710+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:23:59.716+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:24:24.726+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:24:49.733+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:25:14.740+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:25:39.748+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:26:04.754+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:26:29.763+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:26:54.771+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:27:19.780+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:27:44.787+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:28:09.795+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:28:34.804+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:28:59.807+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:29:24.810+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:29:49.818+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:30:14.825+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:30:39.834+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:31:04.843+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:31:29.852+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:31:54.860+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:32:19.863+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:32:44.869+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:33:09.878+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:33:34.885+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:33:59.894+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:34:24.901+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:34:49.909+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:35:14.917+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:35:39.922+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:36:04.931+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:36:29.935+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:36:54.942+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:37:19.948+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:37:44.955+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:38:09.962+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:38:34.971+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:38:59.980+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:39:24.988+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:39:49.997+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:40:15.007+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:40:40.015+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:41:05.024+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:41:30.031+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:41:55.038+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:42:20.047+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:42:45.056+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:43:10.061+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:43:35.064+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:44:00.070+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:44:25.077+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:44:50.084+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:45:15.091+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:45:40.094+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:46:05.099+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:46:30.104+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:46:55.113+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:47:20.122+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:47:45.130+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:48:10.135+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:48:35.139+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:49:00.147+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:49:25.154+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:49:50.163+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:50:15.172+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:50:40.178+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:51:05.187+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:51:30.194+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:51:55.201+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:52:20.207+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:52:45.216+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:53:10.223+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:53:35.231+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:54:00.238+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:54:25.244+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:54:50.253+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:55:15.261+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:55:40.269+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:56:05.276+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:56:30.284+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:56:55.293+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:57:20.299+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:57:45.305+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:58:10.314+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:58:35.322+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:59:00.331+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:59:25.334+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T04:59:50.338+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:00:15.342+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:00:40.351+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:01:05.359+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:01:30.366+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:01:55.375+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:02:20.383+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:02:45.390+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:03:10.398+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:03:35.407+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:04:00.414+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:04:25.420+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:04:50.427+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:05:15.436+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:05:40.441+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:06:05.450+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:06:30.457+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:06:55.465+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:07:20.472+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:07:45.541+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:08:10.549+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:08:35.558+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:09:00.567+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:09:25.575+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:09:50.583+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:10:15.590+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:10:40.598+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:11:05.608+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:11:30.614+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:11:55.624+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:12:20.630+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:12:45.634+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:13:10.639+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:13:35.647+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:14:00.654+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:14:25.661+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:14:50.666+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:15:15.676+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:15:40.685+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:16:05.693+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:16:30.702+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:17:20.560+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:17:45.558+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:18:10.563+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:18:35.568+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:19:00.576+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:19:25.584+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:19:50.592+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:20:15.599+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:20:40.607+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:21:05.617+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:21:30.626+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:21:55.632+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:22:45.521+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:23:10.530+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:38:43.629+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:39:08.637+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:54:54.700+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:55:19.730+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:55:44.745+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:56:09.755+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:56:34.765+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:56:59.769+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:57:24.776+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:57:49.784+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:58:14.793+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:58:39.801+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:59:04.811+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:59:29.820+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T05:59:54.826+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:00:19.835+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:00:44.842+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:01:09.850+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:01:34.855+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:01:59.862+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:02:24.871+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:02:49.878+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:03:14.887+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:03:39.894+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:04:04.904+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:04:29.911+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:04:54.921+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:05:19.929+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:05:44.938+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:06:09.946+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:06:34.954+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:06:59.961+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:07:24.970+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:07:49.979+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:08:14.989+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:08:39.997+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:09:05.007+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:09:30.013+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:09:55.023+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:10:20.029+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:10:45.035+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:11:10.044+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:11:35.050+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:12:00.059+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:12:25.064+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:12:50.072+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:13:15.082+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:13:40.089+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:14:05.094+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:14:30.104+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:14:55.114+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:15:20.121+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:15:45.130+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:16:10.138+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:16:35.148+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:17:00.157+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:17:25.166+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:17:50.175+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:18:15.184+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:18:40.192+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:19:05.201+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:19:30.210+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:19:55.220+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:20:20.228+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:20:45.235+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:21:10.242+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:21:35.250+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:22:00.260+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:22:25.268+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:22:50.278+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:23:15.286+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:23:40.291+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:24:05.227+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:24:30.234+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:24:55.239+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:25:20.248+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:25:45.256+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:26:10.262+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:26:35.267+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:27:00.276+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:27:25.284+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:27:50.291+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:28:15.300+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:28:40.310+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:29:05.319+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:29:30.327+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:29:55.333+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:30:20.343+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:30:45.352+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:31:10.357+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:31:35.367+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:32:00.376+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:32:25.385+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:32:50.393+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:33:15.402+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:33:40.411+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:34:05.418+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:34:30.426+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:34:55.435+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:35:20.443+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:35:45.450+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:36:10.457+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:36:35.466+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:37:00.471+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:37:25.476+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:37:50.484+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:38:15.493+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:38:40.500+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:39:05.509+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:39:30.517+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:39:55.504+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:40:20.495+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:40:45.501+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:41:10.510+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:41:35.518+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:42:00.527+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:42:25.534+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:42:50.543+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:43:15.552+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:43:40.559+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:44:05.568+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:44:30.578+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:44:55.585+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:45:20.591+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:45:45.598+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:46:10.607+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:46:35.617+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:47:00.625+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:47:25.633+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:47:50.642+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:48:15.649+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:48:40.658+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:49:05.667+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:49:30.676+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:49:55.679+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:50:20.684+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:50:45.693+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:51:10.699+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:51:35.707+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:52:00.715+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:52:25.723+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:52:50.733+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:53:15.741+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:53:40.751+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:54:05.760+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:54:30.768+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:54:55.775+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:55:20.800+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:55:45.814+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:56:10.825+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:56:35.835+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:57:00.843+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:57:50.745+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:58:15.751+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:58:40.759+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:59:05.766+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:59:30.776+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T06:59:55.786+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:00:20.793+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:00:45.802+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:01:10.811+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:01:35.819+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:02:00.828+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:02:25.837+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:03:15.690+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:03:40.693+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:19:30.826+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:19:55.834+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:35:42.240+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:36:07.249+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:36:32.255+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:36:57.263+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:37:22.271+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:37:47.280+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:38:12.290+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:38:37.298+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:39:02.306+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:39:27.311+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:39:52.317+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:40:17.326+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:40:42.335+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:41:07.344+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:41:32.353+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:41:57.362+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:42:22.370+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:42:47.378+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:43:12.388+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:43:37.397+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:44:02.405+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:44:27.412+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:44:52.420+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:45:17.428+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:45:42.436+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:46:07.444+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:46:32.451+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:46:57.460+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:47:22.463+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:47:47.468+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:48:12.476+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:48:37.481+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:49:02.489+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:49:27.498+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:49:52.505+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:50:17.509+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:50:42.519+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:51:07.526+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:51:32.533+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:51:57.541+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:52:22.550+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:52:47.559+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:53:12.565+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:53:37.574+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:54:02.580+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:54:27.588+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:54:52.606+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:55:17.619+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:55:42.630+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:56:07.639+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:56:32.647+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:56:57.653+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:57:22.663+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:57:47.672+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:58:12.680+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:58:37.687+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:59:02.694+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:59:27.702+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T07:59:52.712+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:00:17.721+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:00:42.728+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:01:07.731+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:01:32.736+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:01:57.746+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:02:22.755+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:02:47.764+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:03:12.774+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:03:37.783+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:04:02.792+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:04:27.800+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:04:52.810+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:05:17.818+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:05:42.828+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:06:07.837+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:06:32.846+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:06:57.854+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:07:22.863+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:07:47.873+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:08:12.882+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:08:37.891+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:09:02.899+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:09:27.908+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:09:52.915+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:10:17.921+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:10:42.929+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:11:07.939+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:11:32.941+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:11:57.947+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:12:22.954+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:12:47.963+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:13:12.968+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:13:37.970+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:14:02.973+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:14:27.982+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:14:52.991+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:15:17.999+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:15:43.008+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:16:08.015+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:16:33.021+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:16:58.030+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:17:23.040+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:17:48.050+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:18:13.057+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:18:38.066+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:19:03.074+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:19:28.083+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:19:53.093+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:20:18.101+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:20:43.110+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:21:08.119+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:21:33.126+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:21:58.135+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:22:23.143+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:22:48.151+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:23:13.160+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:23:38.168+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:24:03.176+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:24:28.185+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:24:53.193+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:25:18.202+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:25:43.210+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:26:08.216+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:26:33.130+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:26:58.138+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:27:23.145+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:27:48.155+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:28:13.162+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:28:38.170+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:29:03.175+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:29:28.182+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:29:53.191+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:30:18.197+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:30:43.203+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:31:08.209+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:31:33.216+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:31:58.224+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:32:23.233+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:32:48.242+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:33:13.249+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:33:38.257+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:34:03.266+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:34:28.273+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:34:53.282+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:35:18.291+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:35:43.299+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:36:08.305+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:36:33.312+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:36:58.320+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:37:48.308+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:38:13.318+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:38:38.327+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:39:03.336+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:39:28.342+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:39:53.345+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:40:18.351+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:40:43.357+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:41:08.365+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:41:33.374+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:41:58.382+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:42:23.391+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:43:13.274+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:43:38.284+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T08:56:45.200+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T09:12:35.118+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T09:13:00.124+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T09:13:25.132+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T09:13:50.140+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T09:14:15.148+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T09:14:40.156+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T09:15:05.161+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T09:15:30.168+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T09:15:55.176+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T09:16:20.185+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T09:16:45.191+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T09:17:10.199+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T09:17:35.207+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T09:18:00.215+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T09:18:25.224+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T09:18:50.231+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T09:19:15.240+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T09:19:40.249+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T09:20:05.256+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T09:20:30.263+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T09:20:55.271+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T09:21:10.273+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:21:35.278+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:22:00.286+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:22:25.294+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:22:50.301+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:23:15.308+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:23:40.316+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:24:05.324+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:24:30.333+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:24:55.339+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:25:20.346+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:25:45.356+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:26:10.363+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:26:35.371+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:27:00.379+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:27:25.384+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:27:50.392+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:28:15.400+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:28:40.406+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:29:05.413+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:29:30.421+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:29:55.430+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:30:20.436+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:30:45.445+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:31:10.454+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:31:35.459+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:32:00.464+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:32:25.471+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:32:50.480+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:33:15.488+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:33:40.495+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:34:05.504+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:34:30.508+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:34:55.512+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:35:20.518+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:35:45.527+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:36:10.536+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:36:35.544+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:37:00.550+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:37:25.558+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:37:50.564+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:38:15.571+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:38:40.580+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:39:05.588+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:39:30.596+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:39:55.603+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:40:20.611+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:40:45.618+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:41:10.627+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:41:35.636+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:42:00.729+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:42:25.737+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:42:50.743+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:43:15.751+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:43:40.761+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:44:05.771+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:44:30.779+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:44:55.788+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:45:20.797+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:45:45.807+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:46:10.817+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:46:35.824+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:47:00.831+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:47:25.834+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:47:50.838+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:48:15.845+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:48:40.854+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:49:05.863+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:49:30.872+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:49:55.880+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:50:20.887+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:50:45.894+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:51:10.902+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:51:35.910+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:52:00.919+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:52:25.927+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:52:50.937+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:53:15.943+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:53:40.950+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:54:05.957+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:54:30.964+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:54:55.971+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:55:20.981+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:55:45.989+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:56:10.997+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:56:36.006+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:57:01.013+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:57:26.022+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:57:51.029+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:58:16.037+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:58:41.046+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:59:06.055+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:59:31.062+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T09:59:56.072+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:00:21.080+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:00:46.084+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:01:11.089+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:01:36.095+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:02:01.101+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:02:26.111+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:02:51.119+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:03:16.128+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:03:41.133+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:04:06.140+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:04:31.093+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:04:56.101+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:05:21.106+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:05:46.115+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:06:11.122+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:06:36.129+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:07:01.135+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:07:26.144+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:07:51.152+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:08:16.158+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:08:41.164+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:09:06.170+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:09:31.178+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:09:56.187+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:10:21.194+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:10:46.201+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:11:11.208+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:11:36.214+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:12:01.220+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:12:26.229+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:12:51.237+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:13:16.244+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:13:41.251+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:14:06.260+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:14:56.169+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:15:21.170+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:15:46.177+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:16:11.186+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:16:36.195+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:17:01.203+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:17:26.211+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:17:51.218+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:18:16.225+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:18:41.233+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:19:06.242+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:19:31.248+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:20:21.118+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:20:46.125+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:36:36.268+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:37:01.277+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:37:26.286+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:37:51.295+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:38:16.303+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:38:41.313+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:39:06.323+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:39:31.332+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:39:56.341+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:40:21.348+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:40:46.357+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:41:11.363+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:41:36.370+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:42:01.378+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:42:26.387+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:42:51.396+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:43:16.405+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:43:41.409+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:44:06.412+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:44:31.419+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:44:56.427+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:45:21.435+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:45:46.443+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:46:11.453+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:46:36.462+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:47:01.470+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:47:26.479+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:47:51.487+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:48:16.497+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:48:41.505+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:49:06.514+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:49:31.522+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:49:56.530+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:50:21.537+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:50:46.544+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:51:11.550+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:51:36.560+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:52:01.568+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:52:26.577+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:52:51.586+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:53:16.593+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:53:41.603+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:54:06.610+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:54:31.618+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:54:56.623+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:55:21.632+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:55:46.641+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:56:11.647+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:56:36.654+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:57:01.658+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:57:26.662+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:57:51.671+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:58:16.678+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:58:41.686+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:59:06.694+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:59:31.703+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T10:59:56.711+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:00:21.720+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:00:46.727+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:01:11.735+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:01:36.744+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:02:01.753+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:02:26.761+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:02:51.772+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:03:16.785+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:03:41.795+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:04:06.803+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:04:31.811+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:04:56.820+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:05:21.830+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:05:46.839+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:06:11.847+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:06:36.857+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:07:01.864+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:07:26.874+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:07:51.882+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:08:16.888+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:08:41.897+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:09:06.904+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:09:31.912+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:09:56.917+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:10:21.921+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:10:46.925+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:11:11.932+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:11:36.942+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:12:01.951+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:12:26.961+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:12:51.969+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:13:16.979+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:13:41.987+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:14:06.996+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:14:32.004+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:14:57.010+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:15:22.021+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:15:47.033+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:16:12.040+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:16:37.045+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:17:02.050+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:17:27.054+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:17:52.058+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:18:17.063+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:18:42.067+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:19:07.070+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:19:32.075+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:19:57.080+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:20:22.084+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:20:47.088+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:21:12.094+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:21:37.098+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:22:02.104+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:22:27.109+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:22:52.115+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:23:17.120+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:23:42.126+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:24:07.131+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:24:32.137+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:24:57.143+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:25:22.147+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:25:47.152+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:26:12.158+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:26:37.162+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:27:02.167+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:27:27.173+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:27:52.178+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:28:17.181+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:28:42.184+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:29:07.189+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:29:32.193+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:29:57.198+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:30:22.204+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:30:47.209+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:31:12.214+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:31:37.220+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:32:02.226+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:32:27.231+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:32:52.238+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:33:17.243+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:33:42.249+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:34:07.254+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:34:32.259+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:34:57.265+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:35:22.271+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:35:47.277+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:36:12.282+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:36:37.287+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:37:02.293+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:37:27.298+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:37:52.303+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:38:17.309+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:38:42.315+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:39:07.321+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:39:32.326+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:39:57.330+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:40:22.336+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:40:47.341+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:41:12.347+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:41:37.353+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:42:02.359+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:42:27.367+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:42:52.377+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:43:17.385+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:43:42.394+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:44:07.404+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:44:32.410+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:44:57.420+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:45:22.430+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:45:47.435+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:46:12.439+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:46:37.446+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:47:02.322+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:47:27.331+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:47:52.335+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:48:17.329+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:48:42.332+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:49:07.338+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:49:32.345+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:49:57.354+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:50:22.362+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:50:47.369+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:51:12.377+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:51:37.384+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:52:02.392+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:52:52.295+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:57:07.124+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:57:32.128+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:57:57.133+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:58:22.138+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:58:47.142+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:59:12.147+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T11:59:37.152+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T12:00:02.156+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T12:00:27.161+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T12:00:52.166+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T12:01:17.171+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T12:01:42.176+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T12:02:07.180+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T12:02:32.184+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T12:02:57.189+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T12:03:22.200+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T12:03:47.207+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T12:04:12.212+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T12:04:37.218+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T12:05:02.222+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T12:05:27.227+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T12:05:52.232+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T12:06:17.234+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T12:06:42.236+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T12:07:07.239+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T12:07:32.243+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T12:07:57.248+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T12:08:22.253+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T12:08:47.258+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T12:09:12.263+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T12:09:37.269+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T12:10:02.273+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T12:10:27.280+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T12:10:52.289+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T12:11:17.298+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T12:11:42.304+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T12:12:07.311+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T12:12:32.320+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T12:12:57.326+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T12:13:22.331+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T12:13:47.338+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T12:14:12.346+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T12:14:37.355+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T12:15:02.362+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T12:15:27.369+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T12:15:52.377+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T12:31:34.856+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T12:31:59.863+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T12:32:24.872+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T12:42:46.513+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T12:58:36.656+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T12:59:01.691+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:14:51.643+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:15:16.651+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:15:41.661+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:16:06.670+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:16:31.675+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:16:56.679+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:17:21.684+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:17:46.687+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:18:11.694+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:18:36.701+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:19:01.708+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:19:26.717+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:19:51.723+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:20:16.731+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:20:41.739+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:21:06.746+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:21:31.755+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:21:56.763+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:22:21.771+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:22:46.780+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:23:11.788+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:23:36.798+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:24:01.805+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:24:26.812+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:24:51.820+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:25:16.828+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:25:41.836+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:26:06.844+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:26:31.853+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:26:56.861+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:27:21.869+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:27:46.877+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:28:11.885+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:28:36.893+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:29:01.901+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:29:26.909+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:29:51.917+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:30:16.919+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:30:41.922+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:31:06.926+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:31:31.932+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:31:56.938+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:32:21.947+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:32:46.956+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:33:11.987+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:33:37.007+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:34:02.018+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:34:27.025+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:34:52.035+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:35:17.042+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:35:42.052+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:36:07.058+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:36:32.067+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:36:57.076+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:37:22.084+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:37:47.092+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:38:12.099+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:38:37.108+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:39:02.118+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:39:27.125+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:39:52.134+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:40:17.141+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:40:42.149+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:41:07.157+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:41:32.165+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:41:57.171+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:42:22.180+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:42:47.188+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:43:12.196+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:43:37.203+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:44:02.207+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:44:27.213+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:44:52.222+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:45:17.228+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:45:42.236+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:46:07.244+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:46:32.252+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:46:57.258+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:47:22.267+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:47:47.277+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:48:12.284+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:48:37.293+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:49:02.300+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:49:27.308+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:49:52.212+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:50:17.219+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:50:42.225+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:51:07.233+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:51:32.240+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:51:57.249+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:52:22.258+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:52:47.265+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:53:12.272+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:53:37.278+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:54:02.285+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:54:27.289+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:54:52.295+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:55:17.302+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:55:42.310+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:56:07.318+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:56:32.326+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:56:57.333+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:57:22.339+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:57:47.343+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:58:12.350+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:58:37.359+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:59:02.368+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:59:27.373+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T13:59:52.381+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:00:17.389+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:00:42.396+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:01:07.400+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:01:32.406+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:01:57.412+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:02:22.421+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:02:47.427+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:03:12.438+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:03:37.444+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:04:02.451+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:04:27.457+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:04:52.466+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:05:17.472+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:05:42.478+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:06:07.487+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:06:32.496+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:06:57.504+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:07:22.513+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:07:47.521+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:08:12.530+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:08:37.538+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:09:02.544+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:09:27.553+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:09:52.562+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:10:17.568+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:10:42.572+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:11:07.576+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:11:32.583+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:11:57.591+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:12:22.599+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:12:47.602+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:13:12.608+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:13:37.614+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:14:02.621+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:14:27.628+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:14:52.635+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:15:17.691+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:15:42.698+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:16:32.631+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:16:57.656+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:32:47.657+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:33:12.666+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:49:02.647+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:49:27.655+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:49:52.665+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:50:17.674+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:50:42.684+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:51:07.688+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:51:32.693+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:51:57.698+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:52:22.704+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:52:47.708+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:53:12.713+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:53:37.718+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:54:02.722+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:54:27.728+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:54:52.732+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:55:17.736+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:55:42.741+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:56:07.746+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:56:32.802+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:56:57.807+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:57:22.813+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:57:47.816+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:58:12.819+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T14:58:37.821+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T14:59:02.825+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T14:59:27.828+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T14:59:52.834+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:00:17.839+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:00:42.845+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:01:07.850+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:01:32.856+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:01:57.861+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:02:22.866+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:02:47.871+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:03:12.875+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:03:37.881+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:04:02.886+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:04:27.890+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:04:52.894+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:05:17.898+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:05:42.901+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:06:07.904+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:06:32.909+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:06:57.913+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:07:22.919+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:07:47.923+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:08:12.929+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:08:37.933+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:09:02.939+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:09:27.944+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:09:52.950+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:10:17.956+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:10:42.960+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:11:07.966+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:11:32.971+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:11:57.921+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:12:22.925+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:12:47.931+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:13:12.935+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:13:37.940+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:14:02.944+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:14:27.950+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:14:52.953+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:15:17.958+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:15:42.963+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:16:07.968+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:16:32.973+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:16:57.978+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:17:22.984+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:17:47.989+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:18:12.995+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:18:37.999+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:19:03.001+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:19:28.004+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:19:53.009+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:20:18.013+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:20:43.022+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:21:08.027+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:21:33.032+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:21:58.037+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:22:23.042+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:22:48.045+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:23:13.049+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:23:38.054+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:24:03.059+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:24:28.065+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:24:53.070+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:25:18.075+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:25:43.080+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:26:08.085+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:26:33.089+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:26:58.095+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:27:23.098+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:27:48.103+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:28:13.108+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:28:38.114+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:29:03.119+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:29:28.124+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:29:53.129+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:30:18.133+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:30:43.138+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:31:08.143+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:31:33.148+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:31:58.153+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:32:23.156+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:32:48.161+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:33:13.165+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:33:38.171+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:34:03.176+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:34:28.091+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:34:53.095+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:35:18.100+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:35:43.104+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:36:08.108+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:36:33.113+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:36:58.117+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:37:23.122+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:37:48.127+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:38:13.131+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:38:38.133+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:39:03.135+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:39:28.139+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:39:53.143+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:40:18.147+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:40:43.152+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:41:08.156+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:41:33.161+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:41:58.165+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:42:23.169+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:42:48.173+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:43:13.178+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:43:38.183+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:44:03.188+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:44:28.192+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:44:53.197+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:45:18.202+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:45:43.206+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:46:08.213+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:46:33.218+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:46:58.224+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:47:23.228+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:47:48.233+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:48:13.238+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:48:38.242+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:49:03.247+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:49:28.251+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:49:53.256+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:50:18.261+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:50:43.265+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:51:08.270+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:51:33.275+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:51:58.280+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:52:23.284+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:52:48.288+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:53:13.293+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:53:38.297+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:54:03.300+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:54:28.305+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:54:53.309+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:55:18.314+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:55:43.318+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:56:08.323+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:56:33.330+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:56:58.335+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:57:23.339+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:57:48.341+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:58:13.350+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:58:38.356+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:59:03.361+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:59:28.365+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T15:59:53.370+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:00:18.373+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:00:43.377+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:01:08.381+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:01:33.384+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:01:58.390+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:02:23.394+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:02:48.400+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:03:13.405+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:03:38.408+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:04:03.413+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:04:28.418+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:04:53.423+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:05:18.428+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:05:43.432+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:06:08.436+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:06:33.442+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:06:58.446+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:07:23.451+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:07:48.457+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:08:13.465+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:08:38.473+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:09:03.480+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:09:28.489+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:09:53.498+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:10:18.507+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:10:43.516+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:11:08.522+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:11:33.531+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:11:58.539+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:12:23.548+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:12:48.555+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:13:13.625+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:13:38.632+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:14:03.636+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:29:53.610+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:30:18.587+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:30:43.589+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:36:02.451+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:36:27.456+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:36:52.461+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:37:17.465+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:37:42.469+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:38:07.475+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:38:32.480+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:38:57.484+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:39:22.489+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:39:47.493+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:40:12.497+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:40:37.502+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:41:02.507+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:41:27.512+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:41:52.517+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:42:17.522+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:42:42.527+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:43:07.531+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:43:32.536+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:43:57.541+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:44:22.546+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:44:47.551+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:45:12.556+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:45:37.560+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:46:02.565+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:46:27.570+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:46:52.575+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:47:17.580+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:47:42.584+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:48:07.589+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:48:32.593+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:48:57.598+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:49:22.603+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:49:47.610+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:50:12.617+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:50:37.626+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:51:02.632+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:51:27.639+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:51:52.641+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:52:17.648+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:52:42.656+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:53:07.665+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:53:32.671+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:53:57.677+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:54:22.684+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:54:47.712+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:55:12.743+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:55:37.754+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:56:02.762+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:56:27.767+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:56:52.772+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:57:17.776+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:57:42.782+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:58:07.787+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:58:32.793+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:58:57.797+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:59:22.802+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T16:59:47.807+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:00:12.812+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:00:37.818+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:01:02.823+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:01:27.826+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:01:52.831+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:02:17.836+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:02:42.841+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:03:07.846+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:03:32.851+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:03:57.857+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:04:22.862+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:04:47.866+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:05:12.871+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:05:37.876+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:06:02.882+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:06:27.886+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:06:52.891+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:07:17.895+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:07:42.901+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:08:07.906+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:08:32.911+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:08:57.915+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:09:22.917+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:09:47.921+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:10:12.927+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:10:37.932+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:11:02.937+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:11:27.942+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:11:52.947+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:12:17.952+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:12:42.955+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:13:07.959+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:13:32.964+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:13:57.969+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:14:22.975+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:14:47.980+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:15:12.985+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:15:37.989+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:16:02.996+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:16:28.006+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:16:53.014+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:17:18.022+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:17:43.030+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:18:08.038+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:18:33.046+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:18:58.055+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:19:23.061+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:19:48.067+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:20:13.075+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:20:38.083+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:21:03.173+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:21:28.177+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:36:55.424+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:37:20.434+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:37:45.443+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:53:35.548+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T17:54:00.558+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:09:45.103+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:25:08.102+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:25:33.110+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:25:58.119+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:26:23.124+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:26:48.132+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:27:13.142+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:27:38.149+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:28:03.158+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:28:28.166+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:28:53.175+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:29:18.182+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:29:43.190+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:30:08.199+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:30:33.207+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:30:58.215+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:31:23.222+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:31:48.230+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:32:13.239+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:32:38.248+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:33:03.257+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:33:28.265+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:33:53.274+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:34:18.280+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:34:43.285+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:35:08.294+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:35:33.302+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:35:58.311+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:36:23.317+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:36:48.320+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:37:13.328+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:37:38.337+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:38:03.340+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:38:28.349+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:38:53.355+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:39:18.362+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:39:43.368+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:40:08.375+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:40:33.381+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:40:58.385+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:41:23.390+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:41:48.399+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:42:13.406+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:42:38.414+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:43:03.422+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:43:28.430+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:43:53.438+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:44:18.444+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:44:43.450+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:45:08.457+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:45:33.464+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:45:58.473+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:46:23.482+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:46:48.489+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:47:13.495+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:47:38.502+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:48:03.509+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:48:28.518+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:48:53.526+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:49:18.534+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:49:43.542+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:50:08.547+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:50:33.551+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:50:58.560+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:51:23.568+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:51:48.576+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:52:13.584+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:52:38.588+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:53:03.596+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:53:28.603+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:53:53.612+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:54:18.620+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:54:43.627+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:55:08.637+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:55:33.644+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:55:58.652+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:56:23.661+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:56:48.670+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:57:13.676+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:57:38.682+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:58:03.690+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:58:28.697+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:58:53.705+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:59:18.712+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T18:59:43.720+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:00:08.724+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:00:33.731+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:00:58.740+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:01:23.746+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:01:48.754+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:02:13.759+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:02:38.766+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:03:03.775+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:03:28.780+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:03:53.783+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:04:18.791+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:04:43.800+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:05:08.804+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:05:33.809+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:05:58.816+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:06:23.821+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:06:48.826+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:07:13.831+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:07:38.836+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:08:03.841+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:08:28.846+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:08:53.852+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:09:18.857+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:09:43.863+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:10:08.868+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:10:33.873+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:10:58.878+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:11:23.882+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:11:48.887+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:12:13.891+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:12:38.896+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:13:03.900+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:13:28.905+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:13:53.911+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:14:18.916+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:14:43.921+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:15:08.927+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:15:33.931+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:15:58.936+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:16:23.943+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:16:48.947+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:17:13.952+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:17:38.957+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:18:03.962+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:18:28.967+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:18:53.971+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:19:18.974+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:19:43.979+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:20:08.997+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:20:34.014+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:20:59.022+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:21:24.028+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:21:49.032+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:22:14.036+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:22:39.038+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:23:04.041+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:23:29.045+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:23:54.048+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:24:19.051+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:24:44.054+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:25:09.059+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:25:34.062+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:25:59.066+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:26:24.071+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:26:49.074+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:27:14.078+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:27:39.082+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:28:04.086+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:28:29.090+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:28:54.094+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:29:19.100+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:29:44.105+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:30:09.110+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:30:34.115+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:30:59.119+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:31:24.124+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:31:49.129+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:32:14.134+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:32:39.139+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:33:04.144+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:33:29.149+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:33:54.155+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:34:19.160+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:34:44.166+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:35:09.078+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:35:34.082+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:35:59.086+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:36:24.090+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:36:49.094+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:37:14.098+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:37:39.101+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:38:04.105+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:38:29.110+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:38:54.114+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:39:19.119+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:39:44.123+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:40:09.128+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:40:34.132+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:40:59.137+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:41:24.141+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:41:49.145+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:42:14.150+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:42:39.154+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:43:04.162+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:43:29.165+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:43:54.166+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:44:19.167+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:44:44.170+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:45:09.174+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:45:34.178+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:45:59.182+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:46:24.185+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:46:49.188+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:47:14.193+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:47:39.198+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:48:04.202+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:48:29.205+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:48:54.211+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:49:19.216+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:49:44.221+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:50:09.293+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:50:34.297+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:50:59.303+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:51:24.309+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:51:49.314+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:52:14.316+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:52:39.321+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:53:04.326+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:53:29.330+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:53:54.336+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:54:19.340+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:54:44.345+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:55:09.350+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:55:34.354+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:55:59.359+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:56:24.365+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:56:49.369+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:57:14.373+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:57:39.379+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:58:04.383+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:58:29.387+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:58:54.392+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:59:19.396+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T19:59:44.401+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:00:09.407+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:00:34.411+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:00:59.417+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:01:24.422+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:01:49.427+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:02:14.433+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:02:39.438+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:03:04.443+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:03:29.448+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:03:54.454+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:04:19.456+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:04:44.458+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:05:09.460+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:05:34.393+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:05:59.397+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:06:24.402+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:06:49.406+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:07:14.411+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:07:39.415+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:08:04.419+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:08:29.424+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:08:54.428+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:09:19.433+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:09:44.437+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:10:09.442+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:10:34.446+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:10:59.451+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:11:24.455+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:11:49.462+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:12:14.471+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:12:39.479+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:13:04.487+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:13:29.496+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:13:54.504+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:14:19.512+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:14:44.519+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:15:09.526+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:15:34.535+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:15:59.541+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:16:24.548+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:16:49.653+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:17:14.658+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:17:39.668+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:18:04.676+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:18:29.683+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:18:54.690+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:19:19.699+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:19:44.706+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:20:09.709+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:20:34.714+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:20:59.721+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:21:24.729+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:22:14.632+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:22:39.641+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:38:10.336+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:38:35.344+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:39:00.352+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:39:25.361+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:39:50.369+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:40:15.377+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:40:40.385+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:41:05.391+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:41:30.401+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:41:55.406+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:42:20.414+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:42:45.421+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:43:10.429+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:43:35.435+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:44:00.441+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:44:25.449+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:44:50.454+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:45:15.463+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:45:40.471+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:46:05.476+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:46:30.484+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:46:55.492+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:47:20.500+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:47:45.505+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:48:10.512+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:48:35.524+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:49:00.533+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:49:25.536+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:49:50.543+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:50:15.552+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:50:40.559+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:51:05.565+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:51:30.573+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:51:55.579+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:52:20.588+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:52:45.595+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:53:10.603+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:53:35.608+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:54:00.616+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:54:25.622+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:54:50.629+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:55:15.633+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:55:40.641+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:56:05.649+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:56:30.655+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:56:55.664+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:57:20.672+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:57:45.680+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:58:10.688+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:58:35.697+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:59:00.705+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:59:25.712+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T20:59:50.718+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:00:15.727+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:00:40.736+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:01:05.744+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:01:30.753+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:01:55.762+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:02:20.769+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:02:45.777+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:03:10.783+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:03:35.786+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:04:00.791+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:04:25.798+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:04:50.805+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:05:15.815+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:05:40.824+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:06:05.833+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:06:30.841+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:06:55.847+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:07:20.854+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:07:45.864+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:08:10.872+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:08:35.880+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:09:00.890+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:09:25.898+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:09:50.904+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:10:15.913+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:10:40.922+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:11:05.930+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:11:30.941+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:11:55.950+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:12:20.958+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:12:45.968+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:13:10.977+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:13:36.105+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:14:01.115+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:14:26.120+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:14:51.127+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:15:16.137+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:15:41.145+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:16:06.153+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:16:31.158+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:16:56.164+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:17:21.173+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:17:46.183+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:18:11.193+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:18:36.203+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:19:01.212+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:19:26.218+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:19:51.226+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:20:16.236+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:20:41.241+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:21:06.251+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:21:31.260+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:21:56.268+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:22:21.278+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:22:46.287+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:23:11.294+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:23:36.305+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:24:01.316+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:24:26.324+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:24:51.332+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:25:16.342+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:25:41.350+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:26:06.359+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:26:31.366+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:26:56.375+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:27:21.381+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:27:46.389+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:28:11.398+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:28:36.408+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:29:01.418+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:29:26.423+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:29:51.427+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:30:16.433+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:30:41.440+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:31:06.449+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:31:31.458+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:31:56.467+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:32:21.458+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:32:46.454+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:33:11.461+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:33:36.467+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:34:01.471+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:34:26.480+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:34:51.490+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:35:16.497+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:35:41.504+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:36:06.512+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:36:31.518+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:36:56.527+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:37:21.535+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:37:46.545+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:38:11.553+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:54:01.759+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:54:26.773+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:54:51.784+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:55:16.792+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:55:41.803+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:56:06.809+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:56:31.817+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:56:56.826+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:57:21.841+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:57:46.849+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:58:11.856+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:58:36.863+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:59:01.872+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:59:26.881+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T21:59:51.888+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:00:16.896+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:00:41.904+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:01:06.911+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:01:31.920+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:01:56.927+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:02:21.936+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:02:46.944+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:03:11.954+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:03:36.960+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:04:01.969+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:04:26.979+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:04:51.987+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:05:16.996+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:05:42.005+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:06:07.015+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:06:32.024+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:06:57.030+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:07:22.033+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:07:47.040+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:08:12.049+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:08:37.056+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:09:02.062+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:09:27.073+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:09:52.079+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:10:17.087+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:10:42.095+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:11:07.104+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:11:32.112+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:11:57.118+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:12:22.125+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:12:47.134+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:13:12.143+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:13:37.151+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:14:02.158+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:14:27.167+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:14:52.176+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:15:17.185+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:15:42.195+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:16:07.203+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:16:32.210+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:16:57.218+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:17:22.226+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:17:47.233+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:18:12.241+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:18:37.250+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:19:02.259+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:19:27.267+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:19:52.277+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:20:17.287+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:20:42.295+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:21:07.300+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:21:32.305+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:21:57.314+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:22:22.319+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:22:47.327+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:23:12.335+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:23:37.344+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:24:02.351+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:24:27.358+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:24:52.367+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:25:17.377+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:25:42.386+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:26:07.392+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:26:32.398+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:26:57.408+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:27:22.418+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:27:47.427+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:28:12.435+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:28:37.445+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:29:02.453+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:29:27.461+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:29:52.470+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:30:17.476+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:30:42.486+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:31:07.495+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:31:32.503+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:31:57.511+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:32:22.520+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:32:47.526+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:33:12.535+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:33:37.544+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:34:02.552+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:34:27.559+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:34:52.564+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:35:17.571+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:35:42.579+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:36:07.587+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:36:32.594+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:36:57.602+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:37:22.610+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:37:47.618+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:38:12.624+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:38:37.631+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:39:02.639+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:39:27.647+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:39:52.652+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:40:17.659+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:40:42.667+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:41:07.675+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:41:32.685+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:41:57.696+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:42:22.704+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:42:47.712+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:43:12.720+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:43:37.727+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:44:02.735+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:44:27.743+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:44:52.752+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:45:17.762+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:45:42.769+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:46:07.777+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:46:32.786+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:46:57.794+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:47:22.803+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:47:47.812+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:48:12.819+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:48:37.826+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:49:02.832+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:49:27.840+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:49:52.849+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:50:17.856+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:50:42.866+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:51:07.873+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:51:32.881+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:51:57.889+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:52:22.899+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:52:47.904+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:53:12.915+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:53:37.923+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:54:02.931+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:54:27.940+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:54:52.945+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:55:17.954+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T22:55:42.964+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T23:06:18.438+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T23:06:43.433+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T23:07:08.438+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T23:07:33.443+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T23:07:58.449+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T23:08:23.455+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T23:08:48.460+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T23:09:13.466+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T23:09:38.479+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T23:10:03.485+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T23:10:28.490+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T23:10:53.495+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T23:11:18.502+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T23:11:43.506+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T23:12:08.511+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T23:12:33.517+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T23:12:58.523+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T23:13:23.528+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T23:13:48.535+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T23:14:13.541+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T23:14:38.545+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-15T23:14:53.548+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:15:18.552+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:15:43.556+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:16:08.561+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:16:33.565+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:16:58.570+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:17:23.577+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:17:48.583+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:18:13.589+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:18:38.595+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:19:03.601+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:19:28.607+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:19:53.613+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:20:18.619+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:20:43.626+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:21:08.631+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:21:33.637+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:21:58.642+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:22:23.571+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:22:48.576+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:23:13.582+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:23:38.588+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:24:03.591+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:24:28.595+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:24:53.601+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:25:18.607+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:25:43.611+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:26:08.617+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:26:33.622+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:26:58.628+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:27:23.632+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:27:48.637+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:28:13.641+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:28:38.647+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:29:03.652+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:29:28.658+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:29:53.664+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:30:18.670+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:30:43.675+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:31:08.681+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:31:33.687+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:31:58.692+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:32:23.698+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:32:48.704+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:33:13.709+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:33:38.715+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:34:03.721+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:34:28.729+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:34:53.731+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:35:18.734+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:35:43.738+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:36:08.742+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:36:33.748+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:36:58.753+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:37:23.758+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:37:48.763+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:38:13.768+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:38:38.774+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:39:03.780+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:39:28.784+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:39:53.789+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:40:18.794+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:40:43.800+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:41:08.807+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:41:33.812+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:41:58.817+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:42:23.823+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:42:48.829+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:43:13.836+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:43:38.842+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:44:03.848+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:44:28.853+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:44:53.858+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:45:18.864+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:45:43.869+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:46:08.874+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:46:33.880+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:46:58.886+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:47:23.891+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:47:48.897+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:48:13.902+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:48:38.907+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:49:03.913+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:49:28.920+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:49:53.926+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:50:18.931+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:50:43.936+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:51:08.943+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:51:33.947+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:51:58.950+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:52:23.955+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:52:48.961+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:53:13.968+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:53:38.972+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:54:03.977+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:54:28.982+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:54:53.987+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:55:18.990+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:55:43.994+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:56:08.999+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:56:34.004+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:56:59.009+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:57:24.014+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:57:49.018+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:58:14.022+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:58:39.028+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:59:04.034+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:59:29.038+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-15T23:59:54.044+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}

+ 2242 - 0
app/mq/kafka/logs/error.log-2025-01-16

@@ -0,0 +1,2242 @@
+{"@timestamp":"2025-01-16T00:00:19.050+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:00:44.056+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:01:09.063+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:01:34.069+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:01:59.074+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:02:24.079+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:02:49.085+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:03:14.092+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:03:39.098+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:04:04.103+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:04:29.109+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:04:54.115+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:05:19.121+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:05:44.126+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:06:09.132+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:06:34.137+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:06:59.143+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:07:24.148+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:07:49.060+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:08:14.066+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:08:39.071+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:09:04.076+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:09:29.082+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:09:54.087+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:10:19.092+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:10:44.098+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:11:09.103+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:11:34.108+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:11:59.114+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:12:24.119+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:12:49.123+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:13:14.127+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:13:39.133+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:14:04.138+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:14:29.142+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:14:54.145+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:15:19.148+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:15:44.153+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:16:09.158+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:16:34.162+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:16:59.167+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:17:24.172+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:17:49.176+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:18:14.181+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:18:39.187+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:19:04.192+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:19:29.197+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:19:54.202+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:20:19.207+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:20:44.212+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:21:09.217+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:21:34.223+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:21:59.228+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:22:24.233+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:22:49.239+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:23:14.243+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:23:39.248+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:24:04.254+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:24:29.259+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:24:54.264+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:25:19.269+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:25:44.275+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:26:09.280+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:26:34.286+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:26:59.291+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:27:24.296+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:27:49.301+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:28:14.307+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:28:39.313+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:29:04.318+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:29:29.324+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:29:54.329+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:30:19.333+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:30:44.338+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:31:09.343+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:31:34.348+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:31:59.353+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:32:24.359+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:32:49.364+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:33:14.369+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:33:39.374+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:34:04.379+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:34:29.380+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:34:54.383+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:35:19.386+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:35:44.391+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:36:09.395+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:36:34.400+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:36:59.406+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:37:24.410+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:37:49.416+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:38:14.421+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:38:39.427+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:39:04.432+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:39:29.437+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:39:54.442+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:40:19.446+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:40:44.452+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:41:09.457+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:41:34.463+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:41:59.467+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:42:24.472+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:42:49.477+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:43:14.482+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:43:39.488+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:44:04.493+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:44:29.497+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:44:54.501+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:45:19.507+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:45:44.512+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:46:09.517+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:46:34.522+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:46:59.528+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:47:24.532+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:47:49.538+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:48:14.543+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:48:39.547+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:49:04.552+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:49:29.558+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:49:54.562+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:50:19.567+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:50:44.572+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:51:09.578+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:51:34.583+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:51:59.588+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:52:24.593+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:52:49.599+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:53:14.604+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:53:39.609+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:54:04.614+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:54:29.617+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:54:54.620+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:55:19.623+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:55:44.627+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:56:09.631+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:56:34.635+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:56:59.638+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:57:24.643+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:57:49.649+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:58:14.653+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:58:39.657+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:59:04.662+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:59:29.666+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T00:59:54.672+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:00:19.677+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:00:44.682+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:01:09.687+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:01:34.691+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:01:59.696+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:02:24.701+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:02:49.706+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:03:14.712+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:03:39.718+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:04:04.723+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:04:29.728+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:04:54.734+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:05:19.741+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:05:44.745+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:06:09.750+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:06:34.755+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:06:59.761+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:07:24.766+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:07:49.771+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:08:14.777+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:08:39.782+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:09:04.786+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:09:29.791+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:09:54.795+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:10:19.801+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:10:44.805+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:11:09.811+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:11:34.816+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:11:59.821+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:12:24.827+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:12:49.832+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:13:14.837+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:13:39.842+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:14:04.847+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:14:29.853+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:14:54.855+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:15:19.858+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:15:44.863+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:16:09.868+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:16:34.872+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:16:59.877+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:17:24.883+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:17:49.888+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:18:14.893+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:18:39.898+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:19:04.904+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:19:29.909+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:19:54.913+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:20:19.918+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:20:44.923+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:21:09.929+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:21:34.934+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:21:59.938+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:22:24.944+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:22:49.948+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:23:14.953+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:23:39.958+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:24:04.964+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:24:29.969+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:24:54.974+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:25:19.979+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:25:44.984+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:26:09.990+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:26:34.995+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:27:00.001+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:27:25.006+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:27:50.012+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:28:15.016+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:28:40.021+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:29:05.025+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:29:30.030+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:29:55.036+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:30:20.041+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:30:45.046+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:31:10.052+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:31:35.057+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:32:00.063+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:32:25.067+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:32:50.072+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:33:15.077+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:33:40.082+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:34:05.088+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:34:30.091+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:34:55.093+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:35:20.096+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:35:45.101+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:36:10.106+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:36:35.111+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:37:00.116+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:37:25.121+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:37:50.126+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:38:15.131+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:38:40.137+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:39:05.142+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:39:30.146+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:39:55.152+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:40:20.157+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:40:45.162+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:41:10.167+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:41:35.172+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:42:00.177+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:42:25.182+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:42:50.188+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:43:15.193+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:43:40.198+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:44:05.203+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:44:30.208+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:44:55.213+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:45:20.219+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:45:45.224+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:46:10.230+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:46:35.235+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:47:00.239+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:47:25.244+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:47:50.250+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:48:15.256+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:48:40.261+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:49:05.267+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:49:30.273+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:49:55.277+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:50:20.280+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:50:45.285+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:51:10.288+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:51:35.294+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:52:00.299+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:52:25.304+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:52:50.309+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:53:15.315+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:53:40.320+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:54:05.325+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:54:30.329+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:54:55.331+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:55:20.335+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T01:55:45.340+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:12:44.263+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:13:09.272+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:13:34.279+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:13:59.289+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:14:24.297+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:14:49.307+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:15:14.316+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:15:39.326+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:16:04.335+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:32:26.487+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:32:51.493+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:33:16.503+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:33:41.513+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:34:06.521+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:34:31.529+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:34:56.538+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:35:21.546+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:35:46.556+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:36:11.564+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:36:36.574+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:37:01.582+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:37:26.592+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:37:51.602+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:38:16.611+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:38:41.619+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:39:06.629+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:39:31.638+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:39:56.644+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:40:21.647+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:40:46.653+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:41:11.663+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:41:36.670+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:42:01.679+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:42:26.688+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:42:51.695+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:43:16.704+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:43:41.712+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:44:06.720+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:44:31.729+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:44:56.735+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:45:21.739+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:45:46.745+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:46:11.754+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:46:36.759+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:47:01.766+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:47:26.772+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:47:51.784+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:48:16.791+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:48:41.799+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:49:06.805+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:49:31.812+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:49:56.820+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:50:21.829+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:50:46.838+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:51:11.848+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:51:36.855+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:52:01.861+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:52:26.870+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:52:51.880+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:53:16.888+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:53:41.894+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:54:06.898+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:54:31.904+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:54:56.910+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:55:21.919+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:55:46.925+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:56:11.934+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:56:36.941+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:57:01.949+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:57:26.957+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:57:51.966+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:58:16.971+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:58:41.979+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:59:06.989+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:59:31.996+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T02:59:57.005+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:00:22.012+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:00:47.018+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:01:12.024+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:01:37.032+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:02:02.041+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:02:27.048+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:02:52.057+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:03:17.067+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:03:42.075+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:04:07.085+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:04:32.092+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:04:57.099+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:05:22.107+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:05:47.116+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:06:12.126+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:06:37.134+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:07:02.143+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:07:27.146+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:07:52.152+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:08:17.161+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:08:42.169+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:09:07.176+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:09:32.183+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:09:57.191+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:10:22.200+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:10:47.206+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:11:12.216+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:11:37.224+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:12:02.232+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:12:27.239+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:12:52.248+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:13:17.256+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:13:42.266+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:14:07.272+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:14:32.281+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:14:57.291+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:15:22.299+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:15:47.306+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:16:12.314+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:16:37.316+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:17:02.322+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:17:27.331+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:17:52.337+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:18:17.344+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:18:42.353+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:19:07.362+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:19:32.370+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:19:57.380+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:20:22.388+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:20:47.391+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:21:12.397+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:21:37.403+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:22:02.413+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:22:27.420+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:22:52.429+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:23:17.436+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:23:42.445+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:24:07.453+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:24:32.463+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:24:57.470+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:25:22.480+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:25:47.487+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:26:12.494+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:26:37.503+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:27:02.513+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:27:27.520+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:27:52.529+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:28:17.535+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:28:42.543+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:29:07.553+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:29:32.561+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:29:57.568+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:30:22.577+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:30:47.586+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:31:12.594+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:31:37.604+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:32:02.612+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:32:27.616+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:32:52.619+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:33:17.628+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:33:42.630+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:34:07.634+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:34:32.642+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:34:57.651+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:35:22.660+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:35:47.669+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:36:12.676+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:36:37.684+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:37:02.692+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:37:27.701+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:37:52.709+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:38:17.717+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:38:42.727+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:39:07.735+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:39:32.743+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:39:57.751+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:40:22.761+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:40:47.768+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:41:12.776+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:41:37.786+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:42:02.792+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:42:27.800+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:56:58.412+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T03:57:23.419+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T04:13:04.417+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T04:13:29.403+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:13:54.409+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:14:19.414+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:14:44.422+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:15:09.427+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:15:34.436+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:15:59.439+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:16:24.447+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:16:49.452+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:17:14.458+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:17:39.465+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:18:04.472+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:18:29.481+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:18:54.485+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:19:19.492+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:19:44.500+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:20:09.506+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:20:34.513+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:20:59.522+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:21:24.529+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:21:49.550+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:22:14.572+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:22:39.584+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:23:04.594+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:23:29.603+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:23:54.610+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:24:19.620+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:24:44.629+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:25:09.638+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:25:34.646+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:25:59.652+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:26:24.657+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:26:49.665+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:27:14.671+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:27:39.679+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:28:04.688+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:28:29.696+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:28:54.706+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:29:19.715+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:29:44.717+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:30:09.721+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:30:34.729+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:30:59.739+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:31:24.748+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:31:49.754+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:32:14.762+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:32:39.770+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:33:04.780+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:33:29.789+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:33:54.797+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:34:19.804+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:34:44.813+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:35:09.821+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:35:34.829+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:35:59.837+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:36:24.847+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:36:49.861+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:37:14.878+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:37:39.890+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:38:04.900+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:38:29.909+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:38:54.916+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:39:19.925+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:39:44.934+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:40:09.944+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:40:34.953+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:40:59.962+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:41:24.970+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:41:49.976+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:42:14.984+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:42:39.988+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:43:04.995+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:43:30.003+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:43:55.009+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:44:20.018+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:44:45.024+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:45:10.031+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:45:35.040+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:46:00.048+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:46:25.055+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:46:50.063+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:47:15.073+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:47:40.081+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:48:05.088+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:48:30.095+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:48:55.102+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:49:20.109+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:49:45.116+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:50:10.123+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:50:35.131+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:51:00.137+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:51:25.147+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:51:50.156+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:52:15.165+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:52:40.174+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:53:05.182+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:53:30.190+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:53:55.200+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:54:20.207+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:54:45.216+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:55:10.223+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:55:35.231+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:56:00.237+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:56:25.240+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:56:50.247+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:57:15.255+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:57:40.264+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:58:05.271+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:58:30.278+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:58:55.286+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:59:20.293+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T04:59:45.301+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T05:00:10.309+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T05:00:35.316+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T05:01:00.324+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T05:01:25.334+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T05:01:50.342+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T05:02:15.346+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T05:02:40.354+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T05:03:05.362+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T05:03:30.369+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T05:03:55.377+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T05:04:20.382+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T05:04:45.389+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T05:05:10.397+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T05:05:35.405+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T05:06:00.412+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T05:06:25.418+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T05:06:50.427+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T05:07:15.434+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T05:07:40.443+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T05:08:05.447+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T05:08:30.320+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T05:08:55.329+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T05:09:20.336+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T05:09:45.344+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T05:10:10.351+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T05:10:35.353+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T05:11:00.359+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T05:11:25.368+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T05:11:50.376+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T05:12:15.383+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T05:12:40.390+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T05:13:05.396+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T05:13:30.401+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T05:13:55.409+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T05:14:20.417+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T05:30:40.998+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T05:31:06.005+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T05:46:38.853+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T05:47:03.761+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T05:57:52.789+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: operation timed out\"","level":"error"}
+{"@timestamp":"2025-01-16T05:58:07.795+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T05:58:32.802+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:14:37.889+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:15:02.896+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:15:27.902+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:15:52.912+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:16:17.919+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:16:42.924+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:17:07.932+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:17:32.940+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:17:57.945+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:18:22.955+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:18:47.963+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:19:12.970+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:19:37.974+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:20:02.983+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:20:27.989+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:20:52.993+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:21:17.999+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:21:43.005+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:22:08.013+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:22:33.020+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:22:58.028+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:23:23.037+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:23:48.044+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:24:13.051+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:24:38.060+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:25:03.066+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:25:28.075+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:25:53.084+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:26:18.092+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:26:43.101+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:27:08.109+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:27:33.116+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:27:58.124+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:28:23.131+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:28:48.139+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:29:13.147+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:29:38.151+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:30:03.158+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:30:28.167+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:30:53.176+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:31:18.185+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:31:43.192+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:32:08.200+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:32:33.207+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:32:58.216+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:33:23.225+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:33:48.231+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:34:13.233+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:34:38.236+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:35:03.241+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:35:28.249+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:35:53.257+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:36:18.265+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:36:43.272+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:37:08.277+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:37:33.285+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:37:58.292+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:38:23.301+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:38:48.309+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:39:13.317+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:39:38.326+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:40:03.335+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:40:28.344+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:40:53.352+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:41:18.359+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:41:43.366+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:42:08.376+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:42:33.383+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:42:58.390+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:43:23.398+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:43:48.406+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:44:13.413+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:44:38.421+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:45:03.429+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:45:28.437+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:45:53.447+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:46:18.456+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:46:43.466+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:47:08.473+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:47:33.475+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:47:58.479+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:48:23.486+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:48:48.492+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:49:13.500+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:49:38.506+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:50:03.513+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:50:28.521+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:50:53.526+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:51:18.535+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:51:43.542+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:52:08.551+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:52:33.560+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:52:58.567+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:53:23.576+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:53:48.580+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:54:13.589+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:54:38.597+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:55:03.604+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:55:28.612+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:55:53.621+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:56:18.630+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:56:43.638+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:57:08.647+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:57:33.655+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:57:58.671+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:58:23.703+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:58:48.717+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:59:13.727+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T06:59:38.734+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T07:00:03.742+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T07:00:28.751+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T07:00:53.757+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T07:01:18.761+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T07:01:43.768+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T07:02:08.776+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T07:02:33.785+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T07:02:58.793+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T07:03:23.800+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T07:03:48.807+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T07:04:13.815+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T07:04:38.824+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T07:05:03.832+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T07:05:28.840+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T07:05:53.847+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T07:06:18.854+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T07:06:43.862+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T07:07:08.869+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T07:07:33.877+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T07:07:58.884+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T07:08:23.893+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T07:08:48.902+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T07:09:13.911+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T07:09:38.917+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T07:10:03.925+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T07:10:28.934+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T07:10:53.941+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T07:11:18.947+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T07:11:43.953+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T07:12:08.959+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T07:12:33.965+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T07:12:58.974+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T07:13:23.981+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T07:13:49.002+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T07:14:14.024+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T07:14:39.031+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T07:31:32.277+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T07:31:57.283+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T07:47:17.701+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T07:47:42.711+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T07:59:04.676+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T07:59:29.683+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T07:59:54.691+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:00:19.699+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:00:44.705+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:01:09.715+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:01:34.723+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:01:59.729+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:02:24.737+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:02:49.746+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:03:14.753+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:03:39.760+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:04:04.770+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:04:29.779+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:04:54.787+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:05:19.795+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:05:44.803+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:06:09.809+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:06:34.819+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:06:59.826+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:07:24.832+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:07:49.840+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:08:14.849+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:08:39.858+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:09:04.866+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:09:29.875+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:09:54.881+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:10:19.886+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:10:44.894+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:11:09.902+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:11:34.906+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:11:59.915+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:12:24.925+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:12:49.931+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:13:14.941+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:13:39.948+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:14:04.958+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:14:29.966+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:14:54.946+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:15:19.943+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:15:44.950+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:16:09.958+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:16:34.964+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:16:59.971+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:17:24.979+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:17:49.988+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:18:14.994+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:18:40.004+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:19:05.013+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:19:30.019+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:19:55.027+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:20:20.036+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:20:45.043+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:21:10.049+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:21:35.056+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:22:00.065+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:22:25.073+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:22:50.080+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:23:15.086+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:23:40.089+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:24:05.095+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:24:30.101+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:24:55.107+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:25:20.113+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:25:45.121+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:26:10.128+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:26:35.135+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:27:00.145+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:27:25.154+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:27:50.161+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:28:15.169+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:28:40.178+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:29:05.187+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:29:30.196+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:29:55.209+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:30:20.229+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:30:45.240+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:31:10.250+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:31:35.258+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:32:00.265+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:32:25.275+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:32:50.281+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:33:15.291+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:33:40.298+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:34:05.306+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:34:30.314+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:34:55.323+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:35:20.330+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:35:45.338+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:36:10.345+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:36:35.347+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:37:00.350+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:37:25.356+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:37:50.363+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:38:15.369+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:38:40.376+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:39:05.384+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:39:30.391+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:39:55.397+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:40:20.404+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:40:45.412+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:41:10.419+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:41:35.427+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:42:00.435+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:42:25.440+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:42:50.448+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:43:15.458+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:43:40.466+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:44:05.473+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:44:30.482+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:44:55.493+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:45:20.510+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:45:45.521+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:46:10.530+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:46:35.539+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:47:00.547+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:47:25.553+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:47:50.562+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:48:15.570+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:48:40.578+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:49:05.585+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:49:30.593+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:49:55.603+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:50:20.608+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:50:45.611+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:51:10.617+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:51:35.621+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:52:00.625+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:52:25.635+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:52:50.643+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:53:15.652+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:53:40.658+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:54:05.664+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:54:30.672+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:54:55.682+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:55:20.689+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:55:45.698+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:56:10.705+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:56:35.713+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:57:00.721+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:57:25.729+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:57:50.738+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:58:15.746+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:58:40.754+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:59:05.763+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T08:59:30.772+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T09:15:56.245+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T09:16:21.260+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T09:33:39.204+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T09:34:04.211+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T09:50:26.369+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T09:50:51.378+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T09:59:59.364+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:00:24.372+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:00:49.378+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:01:14.382+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:01:39.384+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:02:04.388+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:02:29.394+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:02:54.398+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:03:19.406+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:03:44.413+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:04:09.421+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:04:34.428+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:04:59.435+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:05:24.439+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:05:49.445+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:06:14.451+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:06:39.459+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:07:04.467+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:07:29.474+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:07:54.482+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:08:19.489+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:08:44.496+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:09:09.503+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:09:34.509+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:09:59.516+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:10:24.523+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:10:49.531+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:11:14.537+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:11:39.542+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:12:04.549+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:12:29.558+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:12:54.565+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:13:19.571+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:13:44.577+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:14:09.585+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:14:34.593+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:14:59.598+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:15:24.603+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:15:49.608+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:16:14.614+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:16:39.616+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:17:04.621+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:17:29.629+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:17:54.638+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:18:19.642+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:18:44.647+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:19:09.653+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:19:34.660+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:19:59.665+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:20:24.673+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:20:49.793+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:21:14.801+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:21:39.808+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:22:04.815+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:22:29.819+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:22:54.826+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:23:19.831+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:23:44.838+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:24:09.846+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:24:34.854+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:24:59.861+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:25:24.868+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:25:49.874+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:26:14.880+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:26:39.888+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:27:04.897+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:27:29.904+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:27:54.913+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:28:19.919+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:28:44.926+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:29:09.933+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:29:34.942+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:29:59.949+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:30:24.956+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:30:49.963+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:31:14.969+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:31:39.973+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:32:04.977+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:32:29.984+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:32:54.991+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:33:19.999+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:33:45.007+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:34:10.014+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:34:35.020+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:35:00.026+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:35:25.033+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:35:50.098+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:36:15.107+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:36:40.116+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:37:05.123+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:37:30.132+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:37:55.139+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:38:20.142+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:38:45.151+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:39:10.160+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:39:35.167+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:40:00.176+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:40:25.183+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:40:50.190+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:41:15.199+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:41:40.206+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:42:05.212+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:42:30.219+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:42:55.227+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:43:20.236+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:43:45.242+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:44:10.251+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:44:35.256+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:45:00.262+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:45:25.270+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:45:50.275+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:46:15.283+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:46:40.287+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:47:05.292+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:47:30.299+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:47:55.305+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:48:20.311+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:48:45.319+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:49:10.327+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:49:35.333+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:50:00.339+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:50:25.346+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:50:50.355+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:51:15.363+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:51:40.370+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:52:05.383+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:52:30.391+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:52:55.397+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:53:20.406+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:53:45.415+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:54:10.424+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:54:35.429+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:55:00.436+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:55:25.443+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:55:50.452+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:56:15.461+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:56:40.466+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:57:05.474+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:57:30.484+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:57:55.489+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:58:20.495+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:58:45.502+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:59:10.510+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T10:59:35.518+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:00:00.525+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:00:25.533+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:00:50.540+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:01:15.547+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:01:40.552+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:02:05.556+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:02:30.564+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:02:55.574+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:03:20.584+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:03:45.592+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:04:10.602+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:04:35.612+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:05:00.620+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:05:25.628+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:05:50.638+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:06:15.647+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:06:40.657+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:07:05.666+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:07:30.676+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:07:55.552+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:08:20.559+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:08:45.566+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:09:10.573+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:09:35.582+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:10:00.589+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:10:25.597+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:10:50.604+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:11:15.611+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:11:40.617+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:12:05.622+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:12:30.630+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:12:55.637+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:13:20.645+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:13:45.654+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:14:10.663+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:14:35.668+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:15:00.670+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:15:25.675+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:15:50.683+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:16:15.692+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:16:40.698+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:17:05.704+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:17:30.711+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:17:55.717+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:18:20.724+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:18:45.732+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:19:10.739+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:19:35.748+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:20:00.754+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:20:25.760+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:20:50.768+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:21:15.774+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:21:40.781+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:22:05.789+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:22:30.797+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:22:55.856+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:23:20.865+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:23:45.873+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:24:10.882+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:24:35.889+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:25:00.899+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:25:25.907+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:25:50.913+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:26:15.921+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:26:40.931+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:27:05.939+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:27:30.947+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:27:55.955+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:28:20.962+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:28:45.964+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:29:10.969+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:29:35.978+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:30:00.987+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:30:25.995+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:30:51.003+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:31:16.011+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:31:41.017+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:32:06.025+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:32:31.032+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:32:56.042+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:33:21.052+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:33:46.058+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:34:11.067+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:34:36.073+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:35:01.083+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:35:26.092+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:35:51.100+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:36:16.106+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:36:41.115+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:37:06.124+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:37:31.129+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:37:56.138+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:38:21.147+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:38:46.157+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:39:11.165+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:39:36.174+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:40:01.180+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:40:26.189+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:40:51.197+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:41:16.202+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:41:41.209+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:42:06.212+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:42:31.218+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:42:56.228+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:43:21.234+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:43:46.243+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:44:11.252+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:44:36.261+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:45:01.270+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:45:26.278+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:45:51.282+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:46:16.292+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:46:41.298+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:47:06.306+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:47:31.315+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:47:56.323+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:48:21.330+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:48:46.338+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:49:11.346+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:49:36.354+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:50:01.363+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:50:26.373+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:50:51.380+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:51:16.388+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:51:41.397+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:52:06.407+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:52:31.415+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:52:56.424+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:53:21.430+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:53:46.438+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:54:11.445+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:54:36.437+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-16T11:54:51.437+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T11:55:16.440+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T11:55:41.446+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T11:56:06.451+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T11:56:31.457+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T11:56:56.462+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T11:57:21.470+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T11:57:46.478+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T11:58:11.485+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T11:58:36.494+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T11:59:01.503+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T11:59:26.506+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T11:59:51.512+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:00:16.518+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:00:41.526+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:01:06.531+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:01:31.540+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:01:56.549+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:02:21.555+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:02:46.564+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:03:11.572+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:03:36.579+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:04:01.587+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:04:26.597+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:04:51.601+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:05:16.608+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:05:41.613+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:06:06.620+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:12:23.356+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:12:48.362+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:13:13.367+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:13:38.373+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:14:03.378+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:14:28.384+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:14:53.390+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:15:18.394+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:15:43.400+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:16:08.406+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:16:33.409+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:16:58.412+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:17:23.416+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:17:48.421+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:18:13.426+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:18:38.432+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:19:03.438+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:19:28.452+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:19:53.464+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:20:18.472+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:20:43.478+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:21:08.484+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:21:33.490+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:21:58.496+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:22:23.502+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:22:48.509+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:23:13.513+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:23:38.517+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:24:03.522+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:24:28.526+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:24:53.531+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:25:18.536+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:25:43.541+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:26:08.547+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:26:33.553+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:26:58.558+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:27:23.562+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:27:48.568+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:28:13.574+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:28:38.580+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:29:03.585+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:29:28.589+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:29:53.595+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:30:18.600+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:30:43.606+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:31:08.611+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:31:33.618+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:31:58.623+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:32:23.630+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:32:48.635+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:33:13.640+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:33:38.645+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:34:03.651+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:34:28.656+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:34:53.662+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:35:18.668+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:35:43.667+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:36:08.671+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:36:33.675+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:36:58.678+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:37:23.683+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:37:48.686+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:38:13.691+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:38:38.694+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:39:03.699+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:39:28.704+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:39:53.710+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:40:18.715+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:40:43.721+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:41:08.726+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:41:33.738+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:41:58.744+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:42:23.749+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:42:48.755+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:43:13.761+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:43:38.766+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:44:03.772+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:44:28.777+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:44:53.783+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:45:18.787+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:45:43.793+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:46:08.799+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:46:33.803+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:46:58.808+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:47:23.815+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:47:48.820+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:48:13.825+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:48:38.831+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:49:03.837+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:49:28.843+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:49:53.849+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:50:18.788+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:50:43.794+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:51:08.800+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:51:33.805+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:51:58.811+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:52:23.816+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:52:48.821+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:53:13.826+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:53:38.831+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:54:03.836+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:54:28.841+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:54:53.847+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:55:18.852+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:55:43.857+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:56:08.859+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:56:33.863+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:56:58.867+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:57:23.873+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:57:48.878+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:58:13.883+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:58:38.894+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:59:03.900+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:59:28.904+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T12:59:53.909+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:00:18.914+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:00:43.918+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:01:08.924+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:01:33.928+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:01:58.933+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:02:23.939+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:02:48.943+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:03:13.948+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:03:38.953+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:04:03.958+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:04:28.963+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:04:53.968+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:05:18.973+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:05:43.978+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:06:08.983+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:06:33.988+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:06:58.994+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:07:23.999+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:07:49.004+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:08:14.009+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:08:39.014+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:09:04.018+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:09:29.024+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:09:54.029+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:10:19.035+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:10:44.039+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:11:09.043+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:11:34.047+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:11:59.053+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:12:24.057+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:12:49.063+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:13:14.068+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:13:39.072+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:14:04.077+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:14:29.081+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:14:54.087+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:15:19.092+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:15:44.096+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:16:09.099+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:16:34.102+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:16:59.106+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:17:24.112+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:17:49.117+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:18:14.122+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:18:39.127+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:19:04.132+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:19:29.138+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:19:54.143+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:20:19.148+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:20:44.239+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:21:09.245+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:21:34.251+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:21:59.260+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:22:24.267+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:22:49.276+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:23:14.284+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:23:39.292+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:24:04.300+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:24:29.309+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:24:54.315+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:25:19.323+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:25:44.333+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:26:09.340+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:26:34.349+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:26:59.360+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:27:24.370+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:43:14.428+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:43:39.427+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:44:04.432+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T13:59:43.280+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T14:06:05.385+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T14:06:30.388+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T14:06:55.394+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T14:07:20.400+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T14:07:45.404+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T14:08:10.410+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T14:08:35.412+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T14:09:00.416+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T14:09:25.421+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T14:09:50.426+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T14:10:15.432+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T14:10:40.437+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T14:11:05.442+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T14:11:30.447+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T14:11:55.452+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T14:12:20.459+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T14:12:45.467+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T14:13:10.474+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T14:13:35.476+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T14:14:00.483+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T14:14:25.490+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T14:14:50.497+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T14:15:15.505+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T14:15:40.514+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T14:16:05.524+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T14:16:30.530+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T14:16:55.538+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T14:32:36.467+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T14:33:01.476+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T14:48:51.482+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T14:49:16.480+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T14:53:35.670+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T14:54:00.673+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T14:54:25.679+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T14:54:50.685+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T14:55:15.691+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T14:55:40.696+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T14:56:05.701+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T14:56:30.707+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T14:56:55.720+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T14:57:20.730+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T14:57:45.735+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T14:58:10.741+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T14:58:35.746+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T14:59:00.752+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T14:59:25.758+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T14:59:50.761+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:00:15.764+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:00:40.769+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:01:05.774+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:01:30.780+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:01:55.786+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:02:20.791+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:02:45.796+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:03:10.800+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:03:35.807+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:04:00.811+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:04:25.817+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:04:50.821+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:05:15.825+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:05:40.831+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:06:05.836+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:06:30.841+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:06:55.846+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:07:20.851+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:07:45.857+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:08:10.862+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:08:35.867+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:09:00.873+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:09:25.877+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:09:50.883+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:10:15.890+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:10:40.896+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:11:05.901+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:11:30.906+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:11:55.926+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:12:20.943+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:12:45.951+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:13:10.959+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:13:35.964+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:14:00.970+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:14:25.974+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:14:50.980+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:15:15.987+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:15:40.993+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:16:05.999+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:16:31.005+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:16:56.011+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:17:21.017+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:17:46.023+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:18:11.033+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:18:36.042+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:19:01.045+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:19:26.051+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:19:51.059+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:20:16.068+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:20:41.078+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:21:06.085+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:21:31.094+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:21:56.105+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:22:21.113+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:22:46.121+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:23:11.127+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:23:36.133+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:24:01.139+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:24:26.144+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:24:51.150+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:25:16.157+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:25:41.162+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:26:06.167+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:26:31.172+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:26:56.179+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:27:21.185+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:27:46.190+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:28:11.199+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:28:36.204+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:29:01.211+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:29:26.217+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:29:51.222+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:30:16.229+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:30:41.234+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:31:06.240+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:31:31.245+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:31:56.251+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:32:21.256+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:32:46.262+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:33:11.268+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:33:36.238+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:34:01.238+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:34:26.244+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:34:51.249+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:35:16.253+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:35:41.256+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:36:06.261+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:36:31.266+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:36:56.270+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:37:21.275+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:37:46.281+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:38:11.285+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:38:36.289+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:39:01.295+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:39:26.300+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:39:51.305+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:40:16.309+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:40:41.315+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:41:06.320+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:41:31.325+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:41:56.330+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:42:21.335+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:42:46.341+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:43:11.347+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:43:36.352+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:44:01.358+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:44:26.363+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:44:51.369+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:45:16.373+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:45:41.378+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:46:06.383+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:46:31.389+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:46:56.394+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:47:21.399+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:47:46.403+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:48:11.408+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:48:36.403+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:49:01.406+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:49:26.411+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:49:51.416+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:50:16.421+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:50:41.427+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:51:06.431+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:51:31.437+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:51:56.442+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:52:21.452+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:52:46.461+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:53:11.470+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:53:36.479+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:54:01.488+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:54:26.490+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:54:51.494+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:55:16.500+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:55:41.509+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:56:06.518+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:56:31.525+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:56:56.534+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T15:57:21.541+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:13:02.473+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:13:27.482+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:27:49.785+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:28:14.815+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:28:39.824+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:29:04.829+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:29:29.834+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:29:54.839+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:30:19.844+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:30:44.849+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:31:09.855+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:31:34.860+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:31:59.865+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:32:24.871+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:32:49.876+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:33:14.881+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:33:39.885+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:34:04.889+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:34:29.893+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:34:54.898+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:35:19.902+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:35:44.906+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:36:09.911+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:36:34.916+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:36:59.921+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:37:24.926+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:37:49.931+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:38:14.936+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:38:39.941+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:39:04.944+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:39:29.948+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:39:54.952+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:40:19.957+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:40:44.963+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:41:09.967+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:41:34.971+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:41:59.974+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:42:24.977+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:42:49.881+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:43:14.886+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:43:39.891+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:44:04.895+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:44:29.899+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:44:54.904+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:45:19.907+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:45:44.912+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:46:09.916+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:46:34.921+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:46:59.926+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:47:24.930+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:47:49.935+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:48:14.940+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:48:39.945+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:49:04.949+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:49:29.954+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:49:54.958+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:50:19.963+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:50:44.967+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:51:09.972+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:51:34.976+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:51:59.981+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:52:24.985+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:52:49.990+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:53:14.995+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:53:39.999+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:54:05.003+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:54:30.008+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:54:55.013+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:55:20.019+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:55:45.026+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:56:10.035+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:56:35.041+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:57:00.048+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:57:25.057+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:57:50.062+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:58:15.067+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:58:40.073+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:59:05.107+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:59:30.132+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T16:59:55.140+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T17:15:27.007+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T17:15:52.047+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T17:31:42.090+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T17:32:07.126+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T17:32:32.138+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T17:48:22.130+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T17:48:47.137+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T17:56:57.092+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T17:57:22.097+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T17:57:47.103+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T17:58:12.108+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T17:58:37.114+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T17:59:02.119+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T17:59:27.124+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T17:59:52.129+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T18:00:17.134+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T18:00:42.140+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T18:01:07.145+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T18:01:32.149+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T18:01:57.154+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T18:02:22.159+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T18:02:47.165+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T18:03:12.170+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T18:03:37.174+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T18:04:02.180+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T18:04:27.185+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T18:04:52.190+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T18:05:17.195+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T18:05:42.200+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T18:06:07.206+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T18:06:32.211+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T18:06:57.216+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T18:07:22.222+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T18:07:47.230+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T18:08:12.238+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T18:08:37.246+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T18:09:02.252+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T18:09:27.260+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T18:09:52.266+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T18:10:17.270+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T18:10:42.276+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T18:11:07.283+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T18:11:32.293+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T18:11:57.424+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T18:12:22.433+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T18:12:47.476+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T18:28:37.550+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T18:29:02.558+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T18:44:42.717+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T18:45:07.706+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:00:57.739+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:01:22.759+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:17:12.781+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:17:37.791+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:18:02.801+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:18:27.809+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:18:52.817+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:19:17.823+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:19:42.831+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:20:07.841+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:20:32.848+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:20:57.856+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:21:22.864+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:21:47.872+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:22:12.880+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:22:37.888+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:23:02.897+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:23:27.906+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:23:52.913+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:24:17.920+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:24:42.925+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:25:07.929+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:25:32.939+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:25:57.948+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:26:22.955+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:26:47.964+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:27:12.973+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:27:37.978+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:28:02.988+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:28:27.997+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:28:53.004+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:29:18.012+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:29:43.022+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:30:08.031+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:30:33.039+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:30:58.047+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:31:23.057+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:31:48.064+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:32:13.071+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:32:38.080+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:33:03.087+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:33:28.096+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:33:53.104+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:34:18.112+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:34:43.119+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:35:08.070+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:35:33.077+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:35:58.085+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:36:23.095+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:36:48.105+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:37:13.113+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:37:38.120+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:38:03.128+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:38:28.131+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:38:53.138+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:39:18.144+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:39:43.150+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:40:08.158+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:40:33.164+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:40:58.170+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:41:23.178+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:41:48.186+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:42:13.194+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:42:38.201+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:43:03.208+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:43:28.215+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:43:53.224+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:44:18.230+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:44:43.235+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:45:08.244+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:45:33.250+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:45:58.259+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:46:23.265+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:46:48.275+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:47:13.283+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:47:38.289+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:48:03.297+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:48:28.305+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:48:53.312+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:49:18.319+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:49:43.328+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:50:08.335+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:50:33.345+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:50:58.351+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:51:23.360+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:51:48.368+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:52:13.378+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:52:38.383+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:53:03.388+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:53:28.395+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:53:53.403+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:54:18.409+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:54:43.417+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:55:08.426+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:55:33.435+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:55:58.439+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:56:23.447+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:56:48.454+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:57:13.464+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:57:38.474+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:58:03.481+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:58:28.489+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:58:53.497+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:59:18.507+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T19:59:43.517+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:00:08.525+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:00:33.534+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:00:58.542+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:01:23.552+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:01:48.560+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:02:13.570+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:02:38.577+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:03:03.585+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:03:28.594+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:03:53.601+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:04:18.611+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:04:43.620+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:05:08.626+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:05:33.528+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:05:58.531+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:06:23.536+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:06:48.545+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:07:13.551+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:07:38.558+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:08:03.566+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:08:28.573+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:08:53.579+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:09:18.586+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:09:43.594+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:10:08.602+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:10:33.609+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:10:58.616+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:11:23.622+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:11:48.630+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:12:13.638+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:12:38.647+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:13:03.655+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:13:28.661+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:13:53.670+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:14:18.679+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:14:43.687+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:15:08.694+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:15:33.702+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:15:58.708+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:16:23.717+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:16:48.723+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:17:13.731+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:17:38.740+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:18:28.537+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:18:53.545+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:34:25.064+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:34:50.068+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:50:40.043+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:51:04.978+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:51:29.986+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:51:54.993+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:52:20.000+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:52:45.006+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:53:10.011+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:53:35.017+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:54:00.023+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:54:25.031+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:54:50.037+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:55:15.042+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:55:40.049+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:56:05.056+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:56:30.064+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:56:55.073+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:57:20.076+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:57:45.083+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:58:10.091+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:58:35.100+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:59:00.109+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:59:25.117+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T20:59:50.126+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:00:15.133+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:00:40.139+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:01:05.144+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:01:30.154+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:01:55.164+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:02:20.171+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:02:45.179+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:03:10.186+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:03:35.194+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:04:00.196+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:04:25.199+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:04:50.207+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:05:15.216+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:05:40.223+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:06:05.230+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:06:30.234+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:06:55.242+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:07:20.250+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:07:45.258+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:08:10.267+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:08:35.270+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:09:00.277+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:09:25.284+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:09:50.291+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:10:15.300+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:10:40.306+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:11:05.313+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:11:30.319+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:11:55.327+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:12:20.335+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:12:45.343+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:13:10.346+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:13:35.353+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:14:00.359+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:14:25.367+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:14:50.374+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:15:15.383+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:15:40.391+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:16:05.399+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:16:30.408+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:16:55.431+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:17:20.438+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:17:45.442+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:18:10.447+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:18:35.454+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:19:00.461+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:19:25.470+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:19:50.476+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:20:15.484+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:20:40.491+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:21:05.497+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:21:30.506+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:21:55.513+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:22:20.521+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:22:45.527+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:23:10.534+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:23:35.542+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:24:00.549+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:24:25.556+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:24:50.564+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:25:15.571+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:25:40.580+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:26:05.585+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:26:30.594+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:26:55.602+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:27:20.610+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:27:45.619+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:28:10.628+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:28:35.635+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:29:00.643+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:29:25.652+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:29:50.658+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:30:15.662+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:30:40.666+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:31:05.669+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:31:30.676+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:31:55.828+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:32:20.837+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:32:45.843+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:33:10.851+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:33:35.858+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:34:00.864+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:34:25.873+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:34:50.880+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:35:15.888+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:35:40.897+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:36:05.903+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:36:30.912+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:36:55.919+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:37:20.927+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:37:45.935+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:38:10.943+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:38:35.950+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:39:00.958+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:39:25.965+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:39:50.973+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:40:15.982+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:40:40.990+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:41:05.998+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:41:31.007+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:41:56.016+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:42:21.022+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:42:46.030+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:43:11.038+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:43:36.046+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:44:01.053+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:44:26.059+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:44:51.062+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:45:16.070+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:45:41.078+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:46:06.086+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:46:31.094+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:46:56.101+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:47:21.107+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:47:46.116+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:48:11.123+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:48:36.131+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:49:01.140+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:49:26.147+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:49:51.153+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:50:16.159+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:50:41.167+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T21:51:06.175+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:06:56.225+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:07:21.230+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:11:37.393+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:12:02.396+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:27:52.520+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:28:17.534+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:28:42.546+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:29:07.556+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:29:32.565+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:29:57.574+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:30:22.580+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:30:47.585+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:31:12.593+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:31:37.602+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:32:02.610+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:32:27.619+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:32:52.628+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:33:17.631+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:33:42.636+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:34:07.651+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:34:32.660+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:34:57.668+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:35:22.675+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:35:47.681+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:36:12.689+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:36:37.696+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:37:02.705+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:37:27.715+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:37:52.725+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:38:17.735+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:38:42.744+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:39:07.752+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:39:32.759+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:39:57.765+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:40:22.773+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:40:47.780+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:41:12.788+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:41:37.793+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:42:02.801+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:42:27.810+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:42:52.818+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:43:17.827+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:43:42.835+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:44:07.844+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:44:32.852+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:44:57.859+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:45:22.867+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:45:47.877+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:46:12.885+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:46:37.890+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:47:02.895+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:47:27.905+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:47:52.912+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:48:17.920+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:48:42.928+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:49:07.935+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:49:32.942+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:49:57.948+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:50:22.954+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:50:47.973+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:51:13.008+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:51:38.023+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:52:03.032+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:52:28.038+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:52:53.048+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:53:18.057+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:53:43.062+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:54:08.076+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:54:33.093+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:54:58.101+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:55:23.107+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:55:48.113+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:56:13.119+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:56:38.130+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:57:03.136+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:57:28.142+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:57:53.148+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:58:18.153+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:58:43.157+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:59:08.163+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:59:33.168+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T22:59:58.174+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:00:23.180+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:00:48.186+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:01:13.192+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:01:38.197+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:02:03.203+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:02:28.208+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:02:53.213+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:03:18.216+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:03:43.220+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:04:08.225+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:04:33.230+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:04:58.235+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:05:23.240+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:05:48.246+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:06:13.252+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:06:38.258+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:07:03.265+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:07:28.270+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:07:53.276+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:08:18.283+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:08:43.289+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:09:08.292+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:09:33.299+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:09:58.305+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:10:23.311+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:10:48.317+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:11:13.324+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:11:38.330+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:12:03.335+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:12:28.341+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:12:53.348+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:13:18.354+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:13:43.281+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:14:08.277+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:14:33.280+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:14:58.283+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:15:23.301+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:15:48.315+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:16:13.322+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:16:38.328+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:17:03.333+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:17:28.339+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:17:53.344+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:18:18.349+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:18:43.354+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:19:08.361+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:19:33.370+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:19:58.380+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:20:23.390+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:20:48.398+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:21:13.406+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:21:38.412+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:22:03.415+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:22:28.418+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:22:53.423+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:23:18.429+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:23:43.435+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:24:08.441+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:24:33.446+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:24:58.451+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:25:23.456+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:25:48.460+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:26:13.466+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:26:38.471+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:27:03.477+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:27:28.483+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:27:53.489+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:28:18.495+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:28:43.501+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:29:08.506+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:29:33.512+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:29:58.517+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:30:23.522+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:30:48.528+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:31:13.534+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:31:38.541+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:32:03.551+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:32:28.557+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:32:53.562+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:33:18.568+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:33:43.573+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:34:08.578+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:34:33.584+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:34:58.588+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:35:23.593+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:35:48.597+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:36:13.602+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:36:38.607+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:37:03.611+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:37:28.616+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:37:53.621+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:38:18.627+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:38:43.632+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:39:08.637+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:39:33.644+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:39:58.648+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:40:23.654+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:40:48.661+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:41:13.663+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:41:38.666+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:42:03.671+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:42:28.676+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:42:53.682+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:43:18.687+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:43:43.691+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:44:08.697+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:44:33.702+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:44:58.706+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:45:23.711+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:45:48.715+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:46:13.720+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:46:38.725+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:47:03.729+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:47:28.734+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:47:53.740+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:48:18.746+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:48:43.752+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:49:08.758+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:49:33.762+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:49:58.773+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:50:23.787+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:50:48.793+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:51:13.800+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:51:38.805+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:52:03.811+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:52:28.816+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:52:53.821+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:53:18.825+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:53:43.831+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:54:08.836+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:54:33.841+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:54:58.847+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:55:23.851+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:55:48.856+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:56:13.861+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:56:38.866+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:57:03.872+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:57:28.877+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:57:53.883+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:58:18.888+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:58:43.895+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:59:08.899+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:59:33.904+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-16T23:59:58.910+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}

+ 2629 - 0
app/mq/kafka/logs/error.log-2025-01-17

@@ -0,0 +1,2629 @@
+{"@timestamp":"2025-01-17T00:00:23.916+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:00:48.921+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:01:13.927+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:01:38.931+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:02:03.935+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:02:28.938+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:02:53.942+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:03:18.946+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:03:43.951+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:04:08.959+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:04:33.965+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:04:58.970+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:05:23.975+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:05:48.981+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:06:13.991+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:06:39.000+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:07:04.004+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:07:29.009+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:07:54.013+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:08:19.019+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:08:44.024+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:09:09.028+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:09:34.033+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:09:59.037+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:10:24.042+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:10:49.048+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:11:14.053+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:11:39.058+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:12:04.063+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:12:29.067+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:12:54.072+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:13:19.078+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:13:44.083+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:14:09.088+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:14:34.094+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:14:59.099+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:15:24.104+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:15:49.110+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:16:14.115+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:16:39.121+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:17:04.127+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:17:29.133+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:17:54.139+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:18:19.145+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:18:44.151+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:19:09.156+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:19:34.162+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:19:59.169+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:20:24.174+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:20:49.179+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:21:14.184+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:21:39.190+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:22:04.195+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:22:29.200+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:22:54.204+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:23:19.208+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:23:44.213+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:24:09.218+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:24:34.222+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:24:59.227+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:25:24.228+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:25:49.226+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:26:14.228+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:26:39.231+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:27:04.235+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:27:29.239+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:27:54.242+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:28:19.248+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:28:44.253+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:29:09.258+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:29:34.264+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:29:59.270+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:30:24.275+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:30:49.280+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:31:14.285+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:31:39.291+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:32:04.297+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:32:29.303+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:32:54.308+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:33:19.313+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:33:44.320+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:34:09.325+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:34:34.331+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:34:59.335+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:35:24.340+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:35:49.345+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:36:14.350+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:36:39.356+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:37:04.361+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:37:29.367+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:37:54.372+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:38:19.378+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:38:44.383+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:39:09.389+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:39:44.395+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T00:40:29.400+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T00:41:14.407+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T00:41:59.421+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T00:42:44.434+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T00:43:29.439+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T00:44:14.445+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T00:44:59.453+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T00:45:44.459+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T00:46:29.464+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T00:47:14.466+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T00:47:59.470+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T00:48:44.476+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T00:49:29.482+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T00:50:14.490+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T00:50:59.496+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T00:51:44.503+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T00:52:29.508+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T00:53:14.515+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T00:53:59.522+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T00:54:44.529+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T00:55:29.534+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T00:55:54.541+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:56:19.546+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:56:44.552+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:57:09.558+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:57:34.575+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:57:59.584+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:58:24.589+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:58:49.594+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:59:14.599+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T00:59:39.604+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:00:04.610+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:00:29.613+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:00:54.618+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:01:19.623+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:01:44.628+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:02:09.633+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:02:34.638+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:02:59.643+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:03:24.648+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:03:49.653+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:04:14.658+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:04:39.664+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:05:04.670+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:05:39.677+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T01:06:24.684+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T01:06:59.690+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:07:24.695+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:07:49.699+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:08:14.703+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:08:39.709+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:09:04.715+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:09:29.719+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:09:54.724+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:10:19.729+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:10:44.734+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:11:09.740+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:11:34.745+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:11:59.748+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:12:24.753+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:12:49.761+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:13:14.766+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:13:39.771+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:14:04.776+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:14:29.782+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:14:54.787+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:15:19.792+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:15:44.797+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:16:09.802+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:16:34.808+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:16:59.812+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:17:24.817+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:17:49.820+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:18:14.824+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:18:39.830+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:19:04.835+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:19:29.838+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:19:54.843+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:20:19.847+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:20:44.852+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:21:09.858+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:21:34.864+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:21:59.869+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:22:24.876+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:22:49.882+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:23:14.888+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:23:39.896+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:24:04.901+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:24:29.905+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:24:54.911+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:25:19.917+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:25:44.922+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:26:09.928+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:26:34.934+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:26:59.939+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:27:24.938+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:27:49.927+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:28:14.930+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:28:39.935+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:29:04.941+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:29:29.947+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:29:54.953+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:30:19.959+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:30:44.963+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:31:09.968+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:31:34.973+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:31:59.979+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:32:24.984+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:32:49.987+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:33:14.991+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:33:39.995+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:34:05.001+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:34:30.006+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:34:55.012+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:35:20.016+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:35:45.020+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:36:10.024+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:36:35.029+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:37:00.033+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:37:25.037+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:37:50.044+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:38:15.052+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:38:40.058+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:39:05.064+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:39:30.073+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:39:55.079+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:40:20.084+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:40:45.089+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:41:10.095+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:41:35.100+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:42:00.105+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:42:25.111+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:42:50.117+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:43:15.121+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:43:40.127+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:44:05.131+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:44:30.136+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:44:55.141+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:45:20.147+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:45:45.151+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:46:10.157+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:46:35.163+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:47:00.167+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:47:25.172+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:47:50.178+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:48:15.184+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:48:40.190+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:49:05.194+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:49:30.199+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:49:55.204+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:50:20.208+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:50:45.213+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:51:10.218+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:51:35.224+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:52:00.230+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T01:52:45.236+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T01:53:30.242+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T01:54:15.243+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T01:55:00.247+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T01:55:45.253+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T01:56:30.258+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T01:57:15.265+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T01:58:00.272+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T01:58:45.279+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T01:59:30.284+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:00:15.290+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:01:00.295+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:01:45.302+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:02:30.308+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:03:15.313+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:04:00.316+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:04:45.323+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:05:30.330+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:06:15.337+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:07:00.343+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:07:45.350+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:08:30.358+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:09:15.362+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:10:00.368+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:10:45.376+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:11:30.382+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:12:15.389+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:13:00.394+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:13:45.399+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:14:30.406+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:15:15.413+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:16:00.419+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:16:45.426+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:17:30.432+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:18:15.439+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:19:00.444+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:19:45.449+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:20:30.454+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:21:15.460+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:22:00.466+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:22:45.472+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:23:30.478+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:24:15.482+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:25:00.489+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:25:45.495+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:26:30.501+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:27:15.503+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:28:00.506+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:28:45.512+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:29:30.520+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:30:15.525+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:30:50.533+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T02:31:15.538+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T02:31:40.548+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T02:32:05.553+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T02:32:30.563+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T02:32:55.569+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T02:33:20.578+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T02:33:45.587+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T02:34:10.594+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T02:34:35.601+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T02:50:00.312+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T02:50:25.316+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:50:50.325+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:51:15.333+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:51:40.337+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:52:05.344+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:52:30.351+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:52:55.357+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:53:20.364+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:53:45.372+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:54:10.381+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:54:35.390+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:55:00.400+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:55:25.408+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:55:50.417+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:56:15.421+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:56:40.428+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:57:05.437+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:57:30.437+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:57:55.442+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:58:20.448+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:58:45.454+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:59:10.462+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T02:59:35.470+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:00:00.477+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:00:25.487+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:00:50.495+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:01:15.504+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:01:40.514+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:02:05.520+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:02:30.529+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:02:55.539+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:03:20.546+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:03:45.551+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:04:10.559+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:04:35.565+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:05:00.573+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:05:25.579+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:05:50.589+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:06:15.595+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:06:40.600+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:07:05.608+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:07:30.615+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:07:55.623+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:08:20.632+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:08:45.640+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:09:10.647+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:09:35.650+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:10:00.658+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:10:25.665+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:10:50.674+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:11:15.684+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:11:40.688+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:12:05.692+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:12:30.698+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:12:55.705+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:13:20.713+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:13:45.719+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:14:10.726+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:14:35.623+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:15:00.629+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:15:25.636+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:15:50.644+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:16:15.649+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:16:40.654+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:17:05.659+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:17:30.668+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:17:55.674+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:18:20.680+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:18:45.688+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:19:10.692+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:19:35.698+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:20:00.707+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:20:25.715+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:20:50.722+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:21:15.728+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:21:40.732+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:22:05.741+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:22:30.748+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:22:55.755+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:23:20.762+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:23:45.770+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:24:10.778+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:24:35.786+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:25:00.792+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:25:25.799+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:25:50.805+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:26:15.812+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T03:26:30.815+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:26:55.818+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:27:20.822+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:27:45.828+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:28:10.833+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:28:35.841+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:29:00.847+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:29:25.854+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:29:50.862+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:30:15.868+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:30:40.874+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:31:05.879+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:31:30.886+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:31:55.894+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:32:20.902+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:32:45.909+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:33:10.914+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:33:35.922+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:34:00.927+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:34:25.932+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:34:50.938+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:35:15.950+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:35:40.962+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:36:05.972+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:36:30.978+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:36:55.986+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:37:20.993+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:37:46.001+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:38:11.005+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:38:36.010+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:39:01.016+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:39:26.022+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:39:51.029+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:40:16.035+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:40:41.040+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:41:06.048+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:41:31.056+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:41:56.059+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:42:21.063+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:42:46.071+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:43:11.079+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:43:36.088+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:44:01.096+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:44:26.103+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:44:51.110+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:45:16.117+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:45:41.126+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:46:06.133+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:46:31.138+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:46:56.145+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:47:21.154+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:47:46.161+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:48:11.170+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:48:36.179+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:49:01.188+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:49:26.195+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:49:51.201+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:50:16.208+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:50:41.229+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:51:06.236+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:51:31.240+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:51:56.245+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:52:21.254+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:52:46.259+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:53:11.268+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:53:36.276+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:54:01.285+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:54:26.291+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:54:51.297+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:55:16.304+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:55:41.312+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:56:06.315+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:56:31.319+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:56:56.324+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:57:21.330+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:57:46.337+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:58:11.342+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:58:36.348+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:59:01.357+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:59:26.363+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T03:59:51.372+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:00:16.378+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:00:41.385+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:01:06.389+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:01:31.394+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:01:56.400+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:02:21.408+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:02:46.417+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:03:11.423+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:03:36.428+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:04:26.299+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:04:51.309+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:05:16.317+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:05:41.327+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:06:06.333+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:06:31.342+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:06:56.350+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:07:21.357+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:07:46.362+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:08:11.369+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:08:36.375+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:09:01.381+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:09:26.385+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:09:51.392+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:10:16.398+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:10:41.405+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:11:06.412+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:11:31.418+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:11:56.421+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:12:21.427+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:12:46.432+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:13:11.439+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:13:36.447+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:14:01.455+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:14:26.462+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:14:51.469+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:15:16.476+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:15:41.482+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:16:06.487+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:16:31.493+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:16:56.499+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:17:21.505+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:17:46.515+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:18:11.519+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:18:36.526+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:19:01.536+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:19:26.545+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:19:51.554+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:20:16.561+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:20:41.567+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:21:06.591+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:21:31.601+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:21:56.607+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:22:21.612+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:22:46.620+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:23:11.628+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:23:36.634+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:24:01.644+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:24:26.653+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:24:51.661+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:25:16.668+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:25:41.675+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:26:06.681+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:26:31.687+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:26:56.692+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:27:21.699+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:27:46.704+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:28:11.712+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:28:36.720+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:29:01.726+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:29:26.731+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:29:51.740+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:30:16.746+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:30:41.754+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:31:06.758+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:31:31.765+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:31:56.769+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:32:21.778+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:32:46.787+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:33:11.795+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:33:36.798+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:34:01.806+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:34:26.814+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:34:51.821+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:35:16.829+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:35:41.834+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:36:06.850+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:36:31.858+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:36:56.866+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:37:21.874+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:37:46.880+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:38:11.886+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:38:36.892+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:39:01.899+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:39:26.906+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:39:51.911+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:40:16.916+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:40:41.923+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:41:06.930+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:41:31.939+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:41:56.946+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:42:21.952+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:42:46.955+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:43:11.959+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:43:36.968+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:44:01.975+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:44:26.983+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:44:51.991+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:45:16.997+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:45:42.002+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:46:07.007+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:46:32.015+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:46:57.022+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:47:22.027+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:47:47.033+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:48:12.042+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:48:37.050+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:49:02.054+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:49:27.063+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:49:52.070+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:50:17.079+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:50:42.087+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:51:07.094+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:51:32.100+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:51:57.110+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:52:22.118+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:52:47.122+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:53:12.128+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:53:37.136+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:54:02.145+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:54:27.150+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:54:52.156+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:55:17.165+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:55:42.174+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:56:07.181+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:56:32.188+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:56:57.192+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:57:22.115+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:57:47.119+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:58:12.120+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:58:37.122+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:59:02.127+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:59:27.133+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T04:59:52.138+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:00:17.143+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:00:42.148+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:01:07.155+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:01:32.159+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:01:57.165+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:02:22.174+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:02:47.180+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:03:12.189+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:03:37.198+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:04:02.206+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:04:27.213+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:04:52.221+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:05:17.225+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:05:42.231+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:06:07.239+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:06:32.243+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:06:57.249+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:07:22.256+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:08:12.173+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:08:37.145+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:09:02.143+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:09:27.146+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:09:52.151+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:10:17.159+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:10:42.167+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:11:07.176+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:11:32.185+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:11:57.191+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:12:22.199+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:12:47.204+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:13:12.210+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:14:02.087+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:29:49.480+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:30:14.483+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:46:04.438+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:46:29.431+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:46:54.435+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:47:19.442+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:47:44.448+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:48:09.451+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:48:34.458+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:48:59.464+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:49:24.469+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:49:49.475+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:50:14.482+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:50:39.486+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:51:04.492+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:51:29.497+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:51:54.504+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:52:19.510+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:52:44.516+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:53:09.524+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:53:34.528+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:53:59.533+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:54:24.539+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:54:49.546+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:55:14.550+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:55:39.556+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:56:04.563+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:56:29.628+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:56:54.632+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:57:19.637+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:57:44.643+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:58:09.651+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:58:34.656+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:58:59.663+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:59:24.670+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T05:59:49.673+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:00:14.681+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:00:39.683+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:01:04.688+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:01:29.694+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:01:54.700+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:02:19.706+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:02:44.713+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:03:09.720+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:03:34.726+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:03:59.735+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:04:24.741+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:04:49.746+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:05:14.752+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:05:39.757+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:06:04.763+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:06:29.769+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:06:54.776+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:07:19.781+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:07:44.785+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:08:09.793+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:08:34.796+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:08:59.804+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:09:24.812+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:09:49.819+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:10:14.826+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:10:39.833+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:11:04.842+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:11:29.848+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:11:54.854+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:12:19.922+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:12:44.929+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:13:09.933+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:13:34.939+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:13:59.948+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:14:24.952+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:14:49.959+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:15:14.966+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:15:39.969+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:16:04.974+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:16:29.980+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:16:54.986+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:17:19.993+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:17:44.998+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:18:10.004+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:18:35.011+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:19:00.018+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:19:25.026+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:19:50.031+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:20:15.037+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:20:40.043+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:21:05.051+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:21:30.056+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:21:55.065+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:22:20.073+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:22:45.080+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:23:10.088+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:23:35.095+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:24:00.103+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:24:25.109+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:24:50.116+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:25:15.121+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:25:40.127+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:26:05.136+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:26:30.142+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:26:55.149+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:27:20.155+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:27:45.282+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:28:10.290+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:28:35.297+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:29:00.306+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:29:25.314+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:29:50.319+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:30:15.325+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:30:40.329+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:31:05.337+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:31:30.340+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:31:55.345+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:32:20.351+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:32:45.360+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:33:10.368+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:33:35.376+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:34:00.383+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:34:25.393+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:34:50.400+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:35:15.406+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:35:40.416+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:36:05.423+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:36:30.430+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:36:55.436+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:37:20.440+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:37:45.445+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:38:10.451+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:38:35.458+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:39:00.467+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:39:25.474+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:39:50.479+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:40:15.486+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:40:40.492+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:41:05.501+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:41:30.505+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:41:55.512+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:42:20.521+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:42:45.528+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:43:10.537+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:43:35.544+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:44:00.550+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:44:25.556+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:44:50.563+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:45:15.570+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:45:40.578+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:46:05.581+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:46:30.587+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:46:55.571+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:47:45.436+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:48:10.450+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:48:35.460+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:49:00.467+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:49:25.476+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:49:50.483+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:50:15.491+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:50:40.502+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:51:05.512+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:51:30.519+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:51:55.527+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:52:20.531+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:53:10.396+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T06:53:35.402+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:09:09.155+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:09:34.082+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:25:24.072+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:25:49.092+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:26:14.103+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:26:39.109+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:27:04.116+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:27:29.122+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:27:54.129+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:28:19.136+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:28:44.141+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:29:09.151+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:29:34.160+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:29:59.168+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:30:24.176+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:30:49.185+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:31:14.192+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:31:39.195+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:32:04.200+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:32:29.205+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:32:54.210+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:33:19.217+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:33:44.224+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:34:09.230+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:34:34.237+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:34:59.245+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:35:24.255+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:35:49.259+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:36:14.266+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:36:39.269+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:37:04.276+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:37:29.284+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:37:54.291+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:38:19.298+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:38:44.307+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:39:09.313+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:39:34.320+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:39:59.330+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:40:24.336+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:40:49.345+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:41:14.353+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:41:39.361+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:42:04.369+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:42:29.374+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:42:54.381+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:43:19.391+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:43:44.399+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:44:09.403+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:44:34.411+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:44:59.418+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:45:24.425+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:45:49.431+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:46:14.434+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:46:39.437+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:47:04.443+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:47:29.447+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:47:54.451+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:48:19.459+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:48:44.468+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:49:09.475+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:49:34.482+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:49:59.486+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:50:24.490+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:50:49.498+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:51:14.504+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:51:39.510+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:52:04.517+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:52:29.523+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:52:54.530+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:53:19.537+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:53:44.545+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:54:09.553+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:54:34.558+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:54:59.565+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:55:24.573+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:55:49.580+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:56:14.586+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:56:39.591+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:57:04.600+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:57:29.609+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:57:54.615+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:58:19.622+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:58:44.631+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:59:09.639+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:59:34.648+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T07:59:59.654+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:00:24.659+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:00:49.667+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:01:14.670+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:01:39.673+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:02:04.680+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:02:29.685+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:02:54.694+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:03:19.699+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:03:44.707+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:04:09.716+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:04:34.725+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:04:59.733+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:05:24.741+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:05:49.747+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:06:14.754+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:06:39.760+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:07:04.766+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:07:29.774+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:07:54.778+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:08:19.785+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:08:44.793+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:09:09.800+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:09:34.807+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:09:59.815+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:10:24.837+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:10:49.847+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:11:14.855+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:11:39.863+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:12:04.870+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:12:29.878+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:12:54.886+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:13:19.895+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:13:44.902+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:14:09.909+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:14:34.918+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:14:59.926+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:15:24.930+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:15:49.934+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:16:14.941+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:16:39.945+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:17:04.955+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:17:29.962+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:17:54.966+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:18:19.975+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:18:44.981+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:19:09.988+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:19:34.994+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:20:00.000+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:20:25.006+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:20:50.014+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:21:15.021+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:21:40.026+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:22:05.031+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:22:30.036+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:22:55.044+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:23:20.053+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:23:45.062+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:24:10.069+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:24:35.074+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:25:00.081+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:25:25.000+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:25:50.007+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:26:15.014+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:26:40.023+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:27:05.031+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:27:30.038+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:42:56.336+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:43:21.358+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:43:46.369+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:44:11.376+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:44:36.381+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:45:01.386+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:45:26.389+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:45:51.393+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:46:16.400+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:46:41.404+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:47:06.409+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:47:31.415+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:47:56.422+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:48:21.428+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:48:46.433+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:49:11.440+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:49:36.447+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:50:01.450+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:50:26.455+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:50:51.459+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:51:16.464+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:51:41.471+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:52:06.478+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:52:31.484+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:52:56.490+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:53:21.496+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:53:46.503+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:54:11.510+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:54:36.518+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:55:01.525+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:55:26.531+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:55:51.534+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:56:16.542+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:56:41.548+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:57:06.553+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:57:31.558+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:57:56.563+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:58:21.569+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:58:46.576+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:59:11.580+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T08:59:36.586+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:00:01.590+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:00:26.598+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:00:51.605+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:01:16.611+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:01:41.618+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:02:06.620+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:02:31.625+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:02:56.631+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:03:21.637+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:03:46.643+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:04:11.649+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:04:36.654+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:05:01.658+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:05:26.663+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:05:51.668+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:06:16.677+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:06:41.683+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:07:06.689+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:07:31.805+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:07:56.811+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:08:21.817+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:08:46.823+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:09:11.831+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:09:36.837+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:10:01.846+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:10:26.852+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:10:51.859+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:11:16.868+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:11:41.875+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:12:06.881+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:12:31.885+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:12:56.892+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:13:21.901+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:13:46.909+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:14:11.916+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:14:36.922+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:15:01.929+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:15:26.934+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:15:51.943+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:16:16.951+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:16:41.959+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:17:06.966+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:17:31.973+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:17:56.976+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:18:21.980+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:18:46.987+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:19:11.993+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:19:36.998+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:20:02.006+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:20:27.012+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:20:52.020+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:21:17.027+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:21:42.031+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:22:07.039+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:22:32.047+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:22:57.055+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:23:22.061+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:23:47.067+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:24:12.075+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:24:37.116+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:25:02.132+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:25:27.142+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:25:52.150+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:26:17.157+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:26:42.166+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:27:07.175+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:27:32.181+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:27:57.189+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:28:22.196+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:28:47.203+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:29:12.209+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:29:37.216+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:30:02.222+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:30:27.230+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:30:52.236+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:31:17.240+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:31:42.246+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:32:07.256+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:32:32.264+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:32:57.271+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:33:22.276+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:33:47.281+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:34:12.289+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:34:37.298+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:35:02.303+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:35:27.313+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:35:52.317+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:36:17.326+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:36:42.334+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:37:07.343+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:37:32.349+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:37:57.358+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:38:22.364+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:38:47.373+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:39:12.382+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:39:37.390+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:40:02.396+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:40:27.404+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:40:52.413+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:41:17.418+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:41:42.427+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:42:07.434+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:42:32.442+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:42:57.448+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:43:22.452+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:43:47.459+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:44:12.465+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:44:37.472+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:45:02.479+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:45:27.489+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:46:17.326+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:46:42.327+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:47:07.331+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:47:32.339+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:47:57.348+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:48:22.354+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T09:48:47.358+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T09:49:12.365+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T09:49:37.371+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T09:50:02.378+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T09:50:27.385+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T09:50:52.391+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T09:51:42.281+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T09:52:07.290+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:07:57.301+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:08:22.320+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:20:13.802+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:20:38.810+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:21:03.820+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:21:28.826+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:21:53.833+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:22:18.840+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:22:43.849+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:23:08.859+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:23:33.866+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:23:58.872+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:24:23.880+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:24:48.889+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:25:13.899+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:25:38.907+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:26:03.915+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:26:28.920+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:26:53.928+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:27:18.937+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:27:43.940+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:28:08.951+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:28:33.959+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:28:58.965+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:29:23.972+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:29:48.980+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:30:13.984+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:30:38.989+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:31:03.995+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:31:29.002+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:31:54.011+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:32:19.020+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:32:44.027+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:33:09.036+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:33:34.043+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:33:59.049+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:34:24.056+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:34:49.065+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:35:14.070+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:35:39.078+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:36:04.086+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:36:29.097+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:36:54.102+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:37:19.110+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:37:44.116+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:38:09.123+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:38:34.131+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:38:59.140+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:39:24.147+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:39:49.154+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:40:14.159+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:40:39.164+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:41:04.171+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:41:29.044+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:41:54.053+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:42:19.059+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:42:44.065+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:43:09.075+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:43:34.083+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:43:59.091+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:44:24.097+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:44:49.102+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:45:14.105+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:45:39.110+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:46:04.115+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:46:29.120+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:46:54.128+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:47:19.134+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:47:44.141+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:48:09.148+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:48:34.156+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:48:59.163+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:49:24.171+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:49:49.178+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:50:14.183+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:50:39.190+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:51:04.195+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:51:29.203+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:51:54.209+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:52:19.215+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:52:44.221+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:53:09.229+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:53:34.235+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:53:59.242+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:54:24.250+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:54:49.256+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:55:14.263+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:55:39.271+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:56:04.276+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:56:29.313+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:56:54.329+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:57:19.339+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:57:44.347+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:58:09.356+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:58:34.360+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:58:59.368+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:59:24.372+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T10:59:49.377+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:00:14.381+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:00:39.386+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:01:04.390+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:01:29.396+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:01:54.405+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:02:19.414+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:02:44.421+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:03:09.427+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:03:34.432+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:03:59.438+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:04:24.446+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:04:49.453+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:05:14.461+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:05:39.467+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:06:04.472+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:06:29.479+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:06:54.486+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:07:19.494+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:07:44.502+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:08:09.511+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:08:34.519+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:08:59.526+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:09:24.534+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:09:49.543+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:10:14.546+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:10:39.553+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:11:04.562+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:11:29.572+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:11:54.588+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:12:19.599+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:12:44.605+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:13:09.614+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:13:34.620+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:13:59.628+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:14:24.634+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:14:49.640+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:15:14.643+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:15:39.648+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:16:04.654+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:16:29.658+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:16:54.664+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:17:19.670+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:17:44.676+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:18:09.683+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:18:34.688+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:18:59.692+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:19:24.701+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:19:49.707+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:20:14.712+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:20:39.720+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:21:04.728+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:21:29.735+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:37:19.787+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:37:44.775+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:38:09.777+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:38:34.782+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:38:59.787+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:39:24.792+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:39:49.799+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:40:14.808+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:40:39.816+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:41:04.822+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:41:29.826+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:41:54.833+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:42:19.837+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:42:44.846+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:43:09.854+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:43:34.862+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:43:59.869+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:44:24.876+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:44:49.884+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:45:14.890+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:45:39.898+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:46:04.905+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:46:29.908+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:46:54.915+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:47:19.920+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:47:44.927+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:48:09.933+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:48:34.941+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:48:59.946+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:49:24.951+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:49:49.957+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:50:14.965+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:50:39.971+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:51:04.977+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:51:29.985+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:51:54.989+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:52:19.996+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:52:45.010+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:53:10.019+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:53:35.027+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:54:00.033+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:54:25.040+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:54:50.049+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:55:15.055+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:55:40.064+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:56:05.072+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:56:30.076+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:56:55.085+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:57:20.092+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:57:45.099+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:58:10.104+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:58:35.112+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:59:00.120+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:59:25.126+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T11:59:50.133+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:00:15.135+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:00:40.140+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:01:05.147+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:01:30.153+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:01:55.156+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:02:20.162+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:02:45.168+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:03:10.174+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:03:35.182+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:04:00.188+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:04:25.195+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:04:50.203+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:05:15.209+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:05:40.218+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:06:05.226+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:06:30.234+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:06:55.243+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:07:20.249+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:07:45.371+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:08:10.379+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:08:35.385+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:09:00.392+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:09:25.399+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:09:50.407+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:10:15.415+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:10:40.422+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:11:05.427+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:11:30.435+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:11:55.442+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:12:20.452+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:12:45.459+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:13:10.465+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:13:35.472+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:14:00.480+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:14:25.487+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:14:50.493+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:15:15.502+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:15:40.508+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:16:05.516+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:16:30.520+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:16:55.525+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:17:20.533+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:17:45.542+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:18:10.549+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:18:35.559+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:19:00.567+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:19:25.577+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:19:50.582+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:20:15.590+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:20:40.596+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:21:05.605+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:21:30.614+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:21:55.624+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:22:20.633+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:22:45.643+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:23:10.674+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:23:35.688+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:24:00.699+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:24:25.710+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:24:50.719+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:25:15.725+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:25:40.734+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:26:05.743+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:26:30.750+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:26:55.756+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:27:20.765+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:27:45.770+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:28:10.777+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:28:35.784+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:29:00.791+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:29:25.799+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:29:50.803+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:30:15.811+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:30:40.815+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:31:05.821+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:31:30.828+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:31:55.834+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:32:20.842+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:32:45.848+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:33:10.856+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:33:35.861+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:34:00.866+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:34:25.876+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:34:50.884+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:35:15.888+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:35:40.894+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:36:05.900+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:36:30.905+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:36:55.913+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:37:20.919+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:37:45.925+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:38:10.930+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:38:35.938+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:39:00.946+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:39:25.951+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:39:50.958+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:40:15.966+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:40:40.972+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:41:05.980+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:41:30.987+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:57:10.322+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:57:35.329+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:58:00.336+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:58:25.343+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:58:50.353+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:59:15.357+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T12:59:40.364+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:00:05.370+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:00:30.376+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:00:55.382+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:01:20.392+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:01:45.400+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:02:10.404+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:02:35.411+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:03:00.418+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:03:25.424+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:03:50.431+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:04:15.437+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:04:40.444+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:05:05.450+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:05:30.458+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:05:55.465+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:06:20.474+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:06:45.483+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:07:10.487+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:07:35.496+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:08:00.503+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:08:25.511+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:08:50.520+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:09:15.529+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:09:40.537+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:10:05.545+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:10:30.551+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:10:55.560+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:11:20.567+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:11:45.575+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:12:10.583+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:12:35.592+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:13:00.599+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:13:25.608+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:13:50.615+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:14:15.621+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:14:40.626+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:15:05.629+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:15:30.638+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:15:55.644+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:16:20.650+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:16:45.679+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:17:10.689+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:17:35.696+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:18:00.704+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:18:25.711+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:18:50.719+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:19:15.726+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:19:40.734+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:20:05.744+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:20:30.752+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:20:55.759+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:21:20.765+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:21:45.773+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:22:10.779+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:22:35.787+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:23:00.796+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:23:25.802+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:23:50.808+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:24:15.813+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:24:40.820+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:25:05.829+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:25:30.836+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:25:55.843+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:26:20.851+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:26:45.858+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:27:10.866+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:27:35.876+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:28:00.883+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:28:25.889+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:28:50.894+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:29:15.901+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:29:40.905+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:30:05.912+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:30:30.920+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:30:55.928+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:31:20.936+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:31:45.940+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:32:10.945+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:32:35.952+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:33:00.959+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:33:25.967+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:33:50.974+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:34:15.981+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:34:40.985+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:35:05.991+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:35:31.000+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:35:56.006+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:36:20.946+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:36:45.955+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:37:10.963+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:37:35.968+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:38:00.974+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:38:25.982+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:38:50.988+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:39:15.994+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:39:41.001+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:40:06.009+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:40:31.015+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:40:56.021+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:41:21.027+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:41:46.035+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:42:11.040+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:42:36.045+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:43:01.052+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:43:26.059+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:43:51.065+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:44:16.071+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:44:41.077+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:45:06.084+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:45:31.091+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:45:56.098+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:46:21.107+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:46:46.115+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:47:11.119+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:47:36.123+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:48:01.128+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:48:26.130+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:48:51.138+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:49:16.145+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:49:41.151+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:50:06.159+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:50:31.165+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:50:56.170+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:51:21.178+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:51:46.186+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:52:11.194+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:52:36.201+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:53:01.207+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:53:26.214+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:53:51.222+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:54:16.229+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:54:41.236+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:55:06.242+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:55:31.248+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:55:56.258+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:56:21.263+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:56:46.269+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:57:11.275+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:57:36.284+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:58:01.292+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:58:26.300+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:58:51.304+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T13:59:41.100+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:00:06.104+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:00:31.112+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:00:56.117+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:01:21.121+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:01:46.128+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:02:11.137+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:02:36.145+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:03:01.150+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:03:26.154+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:03:51.160+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:04:16.166+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:05:05.976+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:05:30.984+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:14:05.954+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:14:30.960+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:14:55.965+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:15:20.970+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:15:45.975+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:16:10.979+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:16:35.984+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:17:00.988+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:17:25.993+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:17:50.997+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:18:16.002+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:18:41.004+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:19:06.010+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:19:31.014+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:19:56.018+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:20:21.023+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:20:46.027+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:21:11.032+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:21:36.036+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:22:01.042+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:22:26.048+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:22:51.053+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:23:16.058+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:23:41.063+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:24:06.068+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:24:31.071+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:24:56.076+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:25:21.081+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:25:46.085+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:26:11.090+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:26:36.095+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:27:01.100+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:27:26.105+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:27:51.110+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:28:16.115+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:28:41.120+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:29:06.125+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:29:31.053+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:29:56.057+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:30:21.060+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:30:46.063+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:31:11.067+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:31:36.070+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:32:01.072+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:32:26.076+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:32:51.080+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:33:16.084+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:33:41.087+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:34:06.092+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:34:31.095+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:34:56.099+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:35:21.103+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:35:46.109+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:36:11.112+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:36:36.116+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:37:01.120+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:37:26.124+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:37:51.129+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:38:16.133+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:38:41.136+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:39:06.140+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:39:31.144+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:39:56.148+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:40:21.153+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:40:46.157+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:41:11.162+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:41:36.165+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:42:01.168+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:42:26.173+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:42:51.177+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:43:16.182+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:43:41.187+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:44:06.191+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:44:31.197+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:44:56.201+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:45:21.194+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:45:46.181+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:46:11.183+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:46:36.186+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:47:01.190+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:47:26.194+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:47:51.198+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:48:16.202+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:48:41.206+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:49:06.208+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:49:31.212+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:49:56.216+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:50:21.219+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:50:46.223+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:51:11.228+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:51:36.232+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:52:01.235+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:52:26.239+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:52:51.242+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:53:16.244+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:53:41.247+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:54:06.251+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:54:31.254+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:54:56.258+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:55:21.263+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:55:46.267+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:56:11.271+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:56:36.275+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:57:01.278+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:57:26.282+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:57:51.287+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:58:16.292+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:58:41.296+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:59:06.305+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:59:31.311+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T14:59:56.317+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T15:00:21.323+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T15:00:46.331+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T15:01:11.345+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T15:01:36.357+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T15:02:01.362+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T15:02:26.369+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T15:02:51.373+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T15:03:16.381+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T15:03:41.412+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T15:04:06.425+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T15:04:31.431+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T15:04:56.438+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T15:05:21.445+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T15:05:46.451+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T15:06:11.459+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T15:06:36.467+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T15:07:01.473+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T15:07:26.480+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T15:07:51.486+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T15:23:41.518+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T15:24:06.525+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T15:35:58.049+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: operation timed out\"","level":"error"}
+{"@timestamp":"2025-01-17T15:36:13.053+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:36:38.057+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:37:03.060+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:37:28.065+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:37:53.069+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:38:18.074+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:38:43.080+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:39:08.083+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:39:33.089+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:39:58.095+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:40:23.100+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:40:48.105+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:41:13.110+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:41:38.116+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:42:03.123+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:42:28.128+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:42:53.134+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:43:18.140+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:43:43.148+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:44:08.155+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:44:33.163+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:44:58.243+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:45:23.252+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:45:48.259+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:46:13.266+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:46:38.284+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:47:03.322+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:47:28.334+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:47:53.341+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:48:18.345+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:48:43.352+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:49:08.357+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:49:33.363+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:49:58.369+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:50:23.374+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:50:48.379+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:51:13.384+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:51:38.389+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:52:03.394+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:52:28.398+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:52:53.402+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:53:18.408+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:53:43.412+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:54:08.418+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:54:33.420+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:54:58.424+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:55:23.431+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:55:48.435+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:56:13.441+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:56:38.447+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:57:03.452+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:57:28.457+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:57:53.463+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:58:18.467+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:58:43.471+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:59:08.476+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:59:33.482+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T15:59:58.486+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:00:23.491+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:00:48.496+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:01:13.503+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:01:38.508+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:02:03.514+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:02:28.518+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:02:53.522+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:03:18.527+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:03:43.533+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:04:08.538+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:04:33.542+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:04:58.548+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:05:23.553+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:05:48.558+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:06:13.564+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:06:38.569+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:07:03.575+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:07:28.580+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:07:53.584+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:08:18.590+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:08:43.595+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:09:08.601+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:09:33.607+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:09:58.612+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:10:23.619+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:10:48.625+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:11:13.631+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:11:38.637+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:12:03.643+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:12:28.649+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:12:53.654+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:13:18.660+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:13:43.666+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:14:08.671+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:14:33.676+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:14:58.680+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:15:23.686+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:15:48.689+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:16:13.692+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:16:38.696+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:17:03.701+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:17:28.706+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:17:53.712+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:18:18.717+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:18:43.712+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:19:08.695+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:19:33.697+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:19:58.701+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:20:23.704+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:20:48.709+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:21:13.715+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:21:38.721+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:22:03.727+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:22:28.731+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:22:53.736+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:23:18.742+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:23:43.747+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:24:08.752+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:24:33.758+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:24:58.764+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:25:23.769+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:25:48.775+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:26:13.780+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:26:38.786+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:27:03.791+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:27:28.797+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:27:53.801+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:28:18.807+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:28:43.812+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:29:08.818+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:29:33.825+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:29:58.828+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:30:23.834+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:30:48.841+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:31:13.845+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:31:38.851+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:32:03.857+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:32:28.862+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:32:53.865+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:33:18.870+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:33:43.876+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:34:08.863+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:34:33.862+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:34:58.865+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:35:23.870+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:35:48.875+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:36:13.881+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:36:38.886+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:37:03.888+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:37:28.891+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:37:53.894+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:38:18.900+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:38:43.905+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:39:08.910+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:39:33.916+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:39:58.921+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:40:23.926+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:40:48.931+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:41:13.936+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:41:38.941+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:42:03.947+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:42:28.952+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:42:53.957+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:43:18.963+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:43:43.969+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:44:08.973+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:44:33.978+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:44:58.983+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:45:23.989+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:45:48.994+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:46:13.999+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:46:39.005+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:47:04.008+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:47:29.013+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:47:54.017+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:48:19.022+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:48:44.028+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:49:09.036+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:49:34.041+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:49:59.047+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:50:24.051+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:50:49.056+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:51:14.062+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:51:39.068+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:52:04.073+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:52:29.078+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:52:54.084+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:53:19.091+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:53:44.099+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:54:09.107+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:54:34.114+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:54:59.123+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:55:24.128+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:55:49.133+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:56:14.138+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:56:39.142+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:57:04.143+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:57:29.147+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:57:54.152+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:58:19.157+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:58:44.162+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:59:09.168+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:59:34.172+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T16:59:59.177+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:00:24.183+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:00:49.189+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:01:14.194+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:01:39.200+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:02:04.206+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:02:29.211+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:02:54.216+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:03:19.221+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:03:44.224+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:04:09.215+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:04:34.201+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:04:59.202+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:05:24.207+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:05:49.213+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:06:14.216+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:06:39.222+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:07:04.226+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:07:29.232+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:07:54.234+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:08:19.239+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:08:44.245+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:09:09.248+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:09:34.253+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:09:59.258+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:10:24.263+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:10:49.271+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:11:14.278+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:11:39.283+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:12:04.287+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:12:29.292+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:12:54.297+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:13:19.302+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:13:44.307+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:14:09.312+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:14:34.318+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:14:59.324+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:15:24.329+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:15:49.334+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:16:14.340+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:16:39.346+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:17:04.351+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:17:29.354+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:17:54.357+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:18:19.361+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:18:44.367+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:19:09.356+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:19:34.340+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:19:59.341+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:20:24.345+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:20:49.351+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:21:14.356+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:21:39.362+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:22:04.365+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:22:29.370+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:22:54.374+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:23:19.380+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:23:44.385+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:24:09.390+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:24:34.395+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:24:59.400+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:25:24.406+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:25:49.410+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:26:14.415+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:26:39.418+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:27:04.424+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:27:29.429+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:27:54.435+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:28:19.441+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:28:44.444+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:29:09.449+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:29:34.454+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:29:59.459+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:30:24.463+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:30:49.468+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:31:14.471+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:31:39.475+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:32:04.481+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:32:29.486+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:32:54.491+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:33:19.496+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:33:44.499+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:34:09.504+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:34:34.500+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:34:59.502+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:35:24.506+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:35:49.511+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:36:14.517+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:36:39.522+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:37:04.523+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:37:29.528+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:37:54.534+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:38:19.538+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:38:44.541+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:39:09.542+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:39:34.545+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:39:59.550+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:40:24.554+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:40:49.558+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:41:14.562+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:41:39.568+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:42:04.574+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:42:29.579+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:42:54.583+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:43:19.588+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:43:44.592+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:44:09.597+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:44:34.602+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:44:59.607+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:45:24.611+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:45:49.615+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:46:14.619+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:46:39.624+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:47:04.628+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:47:29.632+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:47:54.637+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:48:19.642+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:48:44.645+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:49:09.648+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:49:34.653+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:49:59.658+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:50:24.684+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:50:49.694+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:51:14.701+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:51:39.706+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:52:04.711+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:52:29.716+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:52:54.720+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:53:19.726+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:53:44.731+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:54:09.735+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:54:34.739+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:54:59.744+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T17:55:24.748+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T17:55:49.753+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T17:56:14.757+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T17:56:39.762+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T17:57:04.768+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T17:57:29.772+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T17:57:54.779+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T17:58:19.784+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T17:58:44.788+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T17:59:09.793+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T17:59:34.799+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T17:59:59.804+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T18:00:24.806+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T18:00:49.809+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T18:01:14.813+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T18:01:39.818+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T18:02:04.824+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T18:02:29.828+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T18:02:54.832+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T18:03:19.837+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T18:03:44.842+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T18:04:09.846+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T18:04:34.850+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T18:04:59.855+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T18:05:24.850+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T18:05:49.854+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T18:06:14.857+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T18:06:39.862+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T18:07:04.868+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T18:07:29.872+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T18:07:54.878+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T18:08:19.883+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T18:08:44.888+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T18:09:09.894+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T18:09:34.899+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T18:09:59.904+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T18:10:24.908+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T18:10:49.913+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T18:11:14.919+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T18:11:49.926+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T18:12:14.930+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T18:12:39.934+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T18:13:04.938+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T18:13:29.943+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T18:13:54.949+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T18:14:19.954+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T18:14:44.959+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T18:15:09.964+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T18:15:34.971+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T18:15:59.975+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T18:16:24.981+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T18:16:49.986+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T18:17:14.992+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T18:17:39.997+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T18:18:05.002+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T18:18:30.006+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T18:18:55.010+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T18:19:20.014+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T18:19:45.019+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T18:20:10.024+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T18:20:35.028+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: i/o timeout\"","level":"error"}
+{"@timestamp":"2025-01-17T18:20:50.030+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:21:15.050+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:21:40.060+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:22:05.065+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:22:30.070+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:22:55.075+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:23:20.080+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:23:45.085+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:24:10.088+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:24:35.093+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:25:00.098+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:25:25.103+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:25:50.106+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:26:15.112+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:26:40.117+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:27:05.121+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:27:30.126+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:27:55.132+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:28:20.138+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:28:45.144+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:29:10.149+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:29:35.154+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:30:00.159+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:30:25.164+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:30:50.170+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:31:15.174+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:31:40.179+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:32:05.185+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:32:30.191+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:32:55.196+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:33:20.201+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:33:45.206+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:34:10.211+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:34:35.217+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:35:00.222+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:35:25.228+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:35:50.232+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:36:15.248+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:36:40.259+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:37:05.264+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:37:30.269+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:37:55.278+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:38:20.284+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:38:45.293+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:39:10.299+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:39:35.306+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:40:00.311+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:40:25.314+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:40:50.319+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:41:15.326+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:41:40.333+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:42:05.340+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:42:30.348+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:42:55.365+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:43:20.382+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:43:45.394+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:44:10.401+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:44:35.409+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:45:00.416+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:45:25.423+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:45:50.431+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:46:15.440+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:46:40.448+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:47:05.455+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:47:30.464+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:48:20.348+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:48:45.354+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:57:01.067+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:57:26.072+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:57:51.077+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:58:16.026+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:58:41.031+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:59:06.036+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:59:31.041+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T18:59:56.045+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T19:00:21.050+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T19:00:46.055+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T19:01:11.059+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T19:01:36.065+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T19:02:01.070+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T19:02:26.076+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T19:02:51.084+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T19:03:16.090+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T19:03:41.097+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T19:04:06.103+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T19:04:31.106+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T19:04:56.109+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T19:05:21.117+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T19:05:46.122+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T19:06:11.126+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T19:06:36.131+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T19:07:01.137+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T19:07:26.064+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T19:07:51.072+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T19:23:16.104+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T19:23:41.112+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T19:24:06.120+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T19:24:31.126+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T19:24:56.132+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T19:25:21.141+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T19:25:46.145+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T19:26:11.151+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T19:26:36.157+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T19:27:01.164+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T19:27:26.168+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T19:27:51.174+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T19:28:16.179+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T19:29:06.029+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T19:29:31.036+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T19:45:06.146+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T19:45:31.158+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:01:17.323+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:01:42.312+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:02:07.316+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:02:32.322+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:02:57.329+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:03:22.336+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:03:47.346+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:04:12.353+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:04:37.359+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:05:02.366+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:05:27.376+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:05:52.380+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:06:17.384+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:06:42.392+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:07:07.397+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:07:32.406+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:07:57.412+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:08:22.419+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:08:47.426+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:09:12.433+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:09:37.438+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:10:02.444+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:10:27.451+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:10:52.458+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:11:17.464+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:11:42.472+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:12:07.479+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:12:32.487+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:12:57.494+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:13:22.504+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:13:47.511+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:14:12.519+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:14:37.526+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:15:02.535+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:15:27.541+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:15:52.548+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:16:17.557+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:16:42.563+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:17:07.576+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:17:32.585+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:17:57.594+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:18:22.602+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:18:47.609+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:19:12.619+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:19:37.625+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:20:02.632+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:20:27.637+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:20:52.641+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:21:17.645+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:21:42.653+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:22:07.661+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:22:32.668+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:22:57.672+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:23:22.680+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:23:47.687+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:24:12.696+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:24:37.704+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:25:02.709+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:25:27.716+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:25:52.724+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:26:17.734+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:26:42.744+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:27:07.750+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:27:32.755+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:27:57.762+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:28:22.768+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:28:47.776+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:29:12.784+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:29:37.794+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:30:02.801+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:30:27.809+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:30:52.815+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:31:17.825+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:31:42.829+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:32:07.835+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:32:32.842+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:32:57.849+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:33:22.855+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:33:47.862+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:34:12.866+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:34:37.873+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:35:02.881+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:35:27.885+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:35:52.889+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:36:17.896+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:36:42.904+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:37:07.910+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:37:32.915+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:37:57.920+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:38:22.927+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:38:47.934+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:39:12.941+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:39:37.947+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:40:02.954+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:40:27.960+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:40:52.965+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:41:17.973+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:41:42.980+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:42:07.989+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:42:32.997+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:42:58.004+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:43:23.012+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:43:48.019+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:44:13.024+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:44:38.030+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:45:03.036+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:45:28.044+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:45:53.048+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:46:18.054+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:46:43.064+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:47:08.069+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:47:33.037+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:47:58.039+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:48:23.045+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:48:48.053+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:49:13.061+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:49:38.068+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:50:03.075+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:50:28.080+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:50:53.085+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:51:18.089+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:51:43.096+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:52:08.100+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:52:33.106+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:52:58.112+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:53:23.119+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:53:48.126+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:54:13.135+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:54:38.144+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:55:03.153+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:55:28.161+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:55:53.170+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:56:18.175+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:56:43.183+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:57:08.192+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:57:33.197+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:57:58.202+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:58:23.207+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:58:48.212+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:59:13.220+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T20:59:38.228+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:00:03.236+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:00:28.245+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:00:53.252+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:01:18.259+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:01:43.266+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:02:08.272+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:02:58.192+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:03:23.227+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:03:48.241+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:04:13.251+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:04:38.259+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:05:03.268+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:05:28.275+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:05:53.280+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:06:18.284+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:06:43.291+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:07:08.298+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:07:33.305+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:23:23.398+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:23:48.344+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:39:14.282+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:39:39.286+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:40:04.291+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:40:29.299+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:40:54.305+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:41:19.314+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:41:44.322+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:42:09.330+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:42:34.335+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:42:59.340+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:43:24.350+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:43:49.357+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:44:14.365+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:44:39.370+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:45:04.378+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:45:29.382+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:45:54.392+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:46:19.399+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:46:44.406+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:47:09.414+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:47:34.422+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:47:59.432+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:48:24.439+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:48:49.444+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:49:14.451+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:49:39.459+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:50:04.465+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:50:29.471+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:50:54.479+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:51:19.487+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:51:44.490+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:52:09.497+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:52:34.503+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:52:59.509+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:53:24.518+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:53:49.526+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:54:14.527+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:54:39.498+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:55:04.496+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:55:29.500+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:55:54.507+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:56:19.510+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:56:44.515+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:57:09.522+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:57:34.529+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:57:59.534+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:58:24.543+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:58:49.552+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:59:14.561+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T21:59:39.568+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:00:04.576+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:00:29.585+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:00:54.592+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:01:19.598+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:01:44.606+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:02:09.616+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:02:34.621+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:02:59.628+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:03:24.637+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:03:49.645+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:04:14.652+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:04:39.660+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:05:04.666+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:05:29.675+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:05:54.683+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:06:19.687+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:06:44.691+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:07:09.699+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:07:34.702+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:07:59.711+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:08:24.718+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:08:49.725+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:09:14.731+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:09:39.737+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:10:04.744+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:10:29.761+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:10:54.771+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:11:19.781+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:11:44.787+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:12:09.796+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:12:34.804+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:12:59.813+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:13:24.821+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:13:49.828+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:14:14.836+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:14:39.842+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:15:04.848+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:15:29.856+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:15:54.864+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:16:19.870+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:16:44.877+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:17:09.887+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:17:34.894+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:17:59.901+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:18:24.907+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:18:49.915+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:19:14.923+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:19:39.928+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:20:04.935+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:20:29.942+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:20:54.946+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:21:19.951+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:21:44.958+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:22:09.965+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:22:34.973+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:22:59.979+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:23:24.986+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:23:49.992+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:24:14.999+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:24:40.005+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:25:05.013+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:25:30.010+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:25:55.006+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:26:20.009+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:26:45.018+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:27:10.023+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:27:35.030+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:28:00.038+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:28:25.046+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:28:50.053+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:29:15.063+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:29:40.068+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:30:05.075+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:30:30.082+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:30:55.091+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:31:20.097+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:31:45.105+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:32:10.111+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:32:35.117+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:33:00.125+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:33:25.132+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:33:50.138+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:34:15.141+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:34:40.148+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:35:05.158+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:35:30.161+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:35:55.164+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:36:20.171+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:36:45.178+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:37:10.182+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:37:35.189+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:38:00.199+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:38:25.206+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:38:50.213+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:39:15.221+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:39:40.227+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:40:05.235+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:40:30.243+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:41:20.170+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:41:45.191+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:42:10.202+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:42:35.209+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:43:00.216+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:43:25.221+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:43:50.226+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:44:15.231+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:44:40.236+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:45:05.241+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:45:30.246+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:45:55.251+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:46:20.256+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:46:45.262+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:47:10.267+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:47:35.271+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:48:00.276+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:48:25.281+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:48:50.287+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:49:15.293+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:49:40.299+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:50:05.305+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:50:30.315+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:50:55.323+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:51:20.328+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:51:45.335+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:52:10.340+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:52:35.342+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:53:00.347+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:53:25.352+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:53:50.358+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:54:15.364+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T22:54:40.372+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T23:10:30.445+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T23:10:55.510+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T23:26:30.620+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T23:26:55.611+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T23:27:20.615+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T23:27:45.621+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T23:28:10.625+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T23:28:35.630+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T23:29:00.639+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T23:29:25.648+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T23:29:50.657+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T23:30:15.662+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T23:30:40.666+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T23:31:05.674+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T23:31:55.500+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T23:32:20.504+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T23:48:10.690+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T23:48:35.690+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T23:49:00.694+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T23:49:25.701+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T23:49:50.707+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T23:50:15.714+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T23:50:40.720+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T23:51:05.726+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T23:51:30.731+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T23:51:55.739+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T23:52:20.745+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T23:52:45.750+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T23:53:10.756+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T23:53:35.761+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T23:54:00.768+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T23:54:25.776+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T23:54:50.782+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T23:55:15.788+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T23:55:40.790+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T23:56:05.793+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T23:56:30.799+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T23:56:55.804+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T23:57:20.810+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T23:57:45.816+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T23:58:10.822+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T23:58:35.826+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T23:59:00.832+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T23:59:25.836+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}
+{"@timestamp":"2025-01-17T23:59:50.840+08:00","caller":"kq/queue.go:272","content":"Error on reading message, \"failed to dial: failed to open connection to 192.168.2.11:9092: dial tcp 192.168.2.11:9092: connect: host is down\"","level":"error"}

+ 0 - 0
app/mq/kafka/logs/severe.log


+ 0 - 0
app/mq/kafka/logs/slow.log


+ 659 - 0
app/mq/kafka/logs/stat.log

@@ -0,0 +1,659 @@
+{"@timestamp":"2025-01-18T00:00:16.040+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=252.5Mi, Sys=14.1Mi, NumGC=5263","level":"stat"}
+{"@timestamp":"2025-01-18T00:01:16.040+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=252.5Mi, Sys=14.1Mi, NumGC=5263","level":"stat"}
+{"@timestamp":"2025-01-18T00:02:16.041+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=252.6Mi, Sys=14.1Mi, NumGC=5264","level":"stat"}
+{"@timestamp":"2025-01-18T00:03:16.041+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=252.6Mi, Sys=14.1Mi, NumGC=5264","level":"stat"}
+{"@timestamp":"2025-01-18T00:04:16.041+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=252.6Mi, Sys=14.1Mi, NumGC=5265","level":"stat"}
+{"@timestamp":"2025-01-18T00:05:16.041+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=252.6Mi, Sys=14.1Mi, NumGC=5265","level":"stat"}
+{"@timestamp":"2025-01-18T00:06:16.037+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=252.6Mi, Sys=14.1Mi, NumGC=5266","level":"stat"}
+{"@timestamp":"2025-01-18T00:07:16.039+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=252.7Mi, Sys=14.1Mi, NumGC=5266","level":"stat"}
+{"@timestamp":"2025-01-18T00:08:16.038+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=252.7Mi, Sys=14.1Mi, NumGC=5267","level":"stat"}
+{"@timestamp":"2025-01-18T00:09:16.038+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=252.7Mi, Sys=14.1Mi, NumGC=5267","level":"stat"}
+{"@timestamp":"2025-01-18T00:10:16.039+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=252.7Mi, Sys=14.1Mi, NumGC=5268","level":"stat"}
+{"@timestamp":"2025-01-18T00:11:16.039+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=252.7Mi, Sys=14.1Mi, NumGC=5268","level":"stat"}
+{"@timestamp":"2025-01-18T00:12:16.040+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=252.8Mi, Sys=14.1Mi, NumGC=5269","level":"stat"}
+{"@timestamp":"2025-01-18T00:13:16.040+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=252.8Mi, Sys=14.1Mi, NumGC=5269","level":"stat"}
+{"@timestamp":"2025-01-18T00:14:16.041+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=252.8Mi, Sys=14.1Mi, NumGC=5270","level":"stat"}
+{"@timestamp":"2025-01-18T00:15:16.041+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=252.8Mi, Sys=14.1Mi, NumGC=5270","level":"stat"}
+{"@timestamp":"2025-01-18T00:16:16.041+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=252.9Mi, Sys=14.1Mi, NumGC=5271","level":"stat"}
+{"@timestamp":"2025-01-18T00:17:16.041+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=252.9Mi, Sys=14.1Mi, NumGC=5271","level":"stat"}
+{"@timestamp":"2025-01-18T00:18:16.043+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=252.9Mi, Sys=14.1Mi, NumGC=5272","level":"stat"}
+{"@timestamp":"2025-01-18T00:19:16.043+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=252.9Mi, Sys=14.1Mi, NumGC=5272","level":"stat"}
+{"@timestamp":"2025-01-18T00:20:16.043+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=252.9Mi, Sys=14.1Mi, NumGC=5273","level":"stat"}
+{"@timestamp":"2025-01-18T00:21:16.044+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=252.9Mi, Sys=14.1Mi, NumGC=5273","level":"stat"}
+{"@timestamp":"2025-01-18T00:22:16.044+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=253.0Mi, Sys=14.1Mi, NumGC=5274","level":"stat"}
+{"@timestamp":"2025-01-18T00:23:16.045+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=253.0Mi, Sys=14.1Mi, NumGC=5274","level":"stat"}
+{"@timestamp":"2025-01-18T00:24:16.046+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=253.0Mi, Sys=14.1Mi, NumGC=5275","level":"stat"}
+{"@timestamp":"2025-01-18T00:25:16.046+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=253.0Mi, Sys=14.1Mi, NumGC=5275","level":"stat"}
+{"@timestamp":"2025-01-18T00:26:16.046+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=253.1Mi, Sys=14.1Mi, NumGC=5276","level":"stat"}
+{"@timestamp":"2025-01-18T00:27:16.046+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=253.1Mi, Sys=14.1Mi, NumGC=5276","level":"stat"}
+{"@timestamp":"2025-01-18T00:28:16.047+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=253.1Mi, Sys=14.1Mi, NumGC=5277","level":"stat"}
+{"@timestamp":"2025-01-18T00:29:16.047+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=253.1Mi, Sys=14.1Mi, NumGC=5277","level":"stat"}
+{"@timestamp":"2025-01-18T00:30:16.048+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=253.1Mi, Sys=14.1Mi, NumGC=5278","level":"stat"}
+{"@timestamp":"2025-01-18T00:31:16.048+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=253.2Mi, Sys=14.1Mi, NumGC=5278","level":"stat"}
+{"@timestamp":"2025-01-18T00:32:16.048+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=253.2Mi, Sys=14.1Mi, NumGC=5279","level":"stat"}
+{"@timestamp":"2025-01-18T00:33:16.049+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=253.2Mi, Sys=14.1Mi, NumGC=5279","level":"stat"}
+{"@timestamp":"2025-01-18T00:34:16.050+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=253.2Mi, Sys=14.1Mi, NumGC=5280","level":"stat"}
+{"@timestamp":"2025-01-18T00:35:16.050+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=253.2Mi, Sys=14.1Mi, NumGC=5280","level":"stat"}
+{"@timestamp":"2025-01-18T00:36:16.051+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=253.3Mi, Sys=14.1Mi, NumGC=5281","level":"stat"}
+{"@timestamp":"2025-01-18T00:37:16.051+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=253.3Mi, Sys=14.1Mi, NumGC=5281","level":"stat"}
+{"@timestamp":"2025-01-18T00:38:16.051+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=253.3Mi, Sys=14.1Mi, NumGC=5282","level":"stat"}
+{"@timestamp":"2025-01-18T00:39:16.053+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=253.3Mi, Sys=14.1Mi, NumGC=5282","level":"stat"}
+{"@timestamp":"2025-01-18T00:40:16.052+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=253.3Mi, Sys=14.1Mi, NumGC=5283","level":"stat"}
+{"@timestamp":"2025-01-18T00:41:16.053+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=253.4Mi, Sys=14.1Mi, NumGC=5283","level":"stat"}
+{"@timestamp":"2025-01-18T00:42:16.053+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=253.4Mi, Sys=14.1Mi, NumGC=5284","level":"stat"}
+{"@timestamp":"2025-01-18T00:43:16.053+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=253.4Mi, Sys=14.1Mi, NumGC=5284","level":"stat"}
+{"@timestamp":"2025-01-18T00:44:16.054+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=253.4Mi, Sys=14.1Mi, NumGC=5285","level":"stat"}
+{"@timestamp":"2025-01-18T00:45:16.054+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=253.4Mi, Sys=14.1Mi, NumGC=5285","level":"stat"}
+{"@timestamp":"2025-01-18T00:46:16.055+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=253.5Mi, Sys=14.1Mi, NumGC=5286","level":"stat"}
+{"@timestamp":"2025-01-18T00:47:16.055+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=253.5Mi, Sys=14.1Mi, NumGC=5286","level":"stat"}
+{"@timestamp":"2025-01-18T00:48:16.055+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=253.5Mi, Sys=14.1Mi, NumGC=5287","level":"stat"}
+{"@timestamp":"2025-01-18T00:49:16.056+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=253.5Mi, Sys=14.1Mi, NumGC=5287","level":"stat"}
+{"@timestamp":"2025-01-18T00:50:16.057+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=253.5Mi, Sys=14.1Mi, NumGC=5288","level":"stat"}
+{"@timestamp":"2025-01-18T00:51:16.056+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=253.6Mi, Sys=14.1Mi, NumGC=5288","level":"stat"}
+{"@timestamp":"2025-01-18T00:52:16.058+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=253.6Mi, Sys=14.1Mi, NumGC=5289","level":"stat"}
+{"@timestamp":"2025-01-18T00:53:16.057+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=253.6Mi, Sys=14.1Mi, NumGC=5289","level":"stat"}
+{"@timestamp":"2025-01-18T00:54:16.059+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=253.6Mi, Sys=14.1Mi, NumGC=5290","level":"stat"}
+{"@timestamp":"2025-01-18T00:55:16.059+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=253.6Mi, Sys=14.1Mi, NumGC=5290","level":"stat"}
+{"@timestamp":"2025-01-18T00:56:16.060+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=253.7Mi, Sys=14.1Mi, NumGC=5291","level":"stat"}
+{"@timestamp":"2025-01-18T00:57:16.060+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=253.7Mi, Sys=14.1Mi, NumGC=5291","level":"stat"}
+{"@timestamp":"2025-01-18T00:58:16.061+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=253.7Mi, Sys=14.1Mi, NumGC=5292","level":"stat"}
+{"@timestamp":"2025-01-18T00:59:16.061+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=253.7Mi, Sys=14.1Mi, NumGC=5292","level":"stat"}
+{"@timestamp":"2025-01-18T01:00:16.061+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=253.7Mi, Sys=14.1Mi, NumGC=5293","level":"stat"}
+{"@timestamp":"2025-01-18T01:01:16.061+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=253.8Mi, Sys=14.1Mi, NumGC=5293","level":"stat"}
+{"@timestamp":"2025-01-18T01:02:16.062+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=253.8Mi, Sys=14.1Mi, NumGC=5294","level":"stat"}
+{"@timestamp":"2025-01-18T01:03:16.063+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=253.8Mi, Sys=14.1Mi, NumGC=5294","level":"stat"}
+{"@timestamp":"2025-01-18T01:04:16.063+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=253.8Mi, Sys=14.1Mi, NumGC=5295","level":"stat"}
+{"@timestamp":"2025-01-18T01:05:16.063+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=253.8Mi, Sys=14.1Mi, NumGC=5295","level":"stat"}
+{"@timestamp":"2025-01-18T01:06:16.064+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=253.9Mi, Sys=14.1Mi, NumGC=5296","level":"stat"}
+{"@timestamp":"2025-01-18T01:07:16.064+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=253.9Mi, Sys=14.1Mi, NumGC=5296","level":"stat"}
+{"@timestamp":"2025-01-18T01:08:16.065+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=253.9Mi, Sys=14.1Mi, NumGC=5297","level":"stat"}
+{"@timestamp":"2025-01-18T01:09:16.065+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=253.9Mi, Sys=14.1Mi, NumGC=5297","level":"stat"}
+{"@timestamp":"2025-01-18T01:10:16.065+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=253.9Mi, Sys=14.1Mi, NumGC=5298","level":"stat"}
+{"@timestamp":"2025-01-18T01:11:16.066+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=254.0Mi, Sys=14.1Mi, NumGC=5298","level":"stat"}
+{"@timestamp":"2025-01-18T01:12:16.053+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=254.0Mi, Sys=14.1Mi, NumGC=5299","level":"stat"}
+{"@timestamp":"2025-01-18T01:13:16.023+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=254.0Mi, Sys=14.1Mi, NumGC=5299","level":"stat"}
+{"@timestamp":"2025-01-18T01:14:16.022+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=254.0Mi, Sys=14.1Mi, NumGC=5300","level":"stat"}
+{"@timestamp":"2025-01-18T01:15:16.022+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=254.0Mi, Sys=14.1Mi, NumGC=5300","level":"stat"}
+{"@timestamp":"2025-01-18T01:16:16.022+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=254.1Mi, Sys=14.1Mi, NumGC=5301","level":"stat"}
+{"@timestamp":"2025-01-18T01:17:16.022+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=254.1Mi, Sys=14.1Mi, NumGC=5301","level":"stat"}
+{"@timestamp":"2025-01-18T01:18:16.022+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=254.1Mi, Sys=14.1Mi, NumGC=5302","level":"stat"}
+{"@timestamp":"2025-01-18T01:19:16.022+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=254.1Mi, Sys=14.1Mi, NumGC=5302","level":"stat"}
+{"@timestamp":"2025-01-18T01:20:16.022+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=254.1Mi, Sys=14.1Mi, NumGC=5303","level":"stat"}
+{"@timestamp":"2025-01-18T01:21:16.022+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=254.2Mi, Sys=14.1Mi, NumGC=5303","level":"stat"}
+{"@timestamp":"2025-01-18T01:22:16.023+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=254.2Mi, Sys=14.1Mi, NumGC=5304","level":"stat"}
+{"@timestamp":"2025-01-18T01:23:16.023+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=254.2Mi, Sys=14.1Mi, NumGC=5304","level":"stat"}
+{"@timestamp":"2025-01-18T01:24:16.023+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=254.2Mi, Sys=14.1Mi, NumGC=5305","level":"stat"}
+{"@timestamp":"2025-01-18T01:25:16.022+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=254.2Mi, Sys=14.1Mi, NumGC=5305","level":"stat"}
+{"@timestamp":"2025-01-18T01:26:16.023+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=254.3Mi, Sys=14.1Mi, NumGC=5306","level":"stat"}
+{"@timestamp":"2025-01-18T01:27:15.778+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=254.3Mi, Sys=14.1Mi, NumGC=5306","level":"stat"}
+{"@timestamp":"2025-01-18T01:28:15.817+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=254.3Mi, Sys=14.1Mi, NumGC=5307","level":"stat"}
+{"@timestamp":"2025-01-18T01:29:15.817+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=254.3Mi, Sys=14.1Mi, NumGC=5307","level":"stat"}
+{"@timestamp":"2025-01-18T01:30:15.816+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=254.4Mi, Sys=14.1Mi, NumGC=5308","level":"stat"}
+{"@timestamp":"2025-01-18T01:31:15.815+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=254.4Mi, Sys=14.1Mi, NumGC=5308","level":"stat"}
+{"@timestamp":"2025-01-18T01:32:40.664+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=254.4Mi, Sys=14.1Mi, NumGC=5309","level":"stat"}
+{"@timestamp":"2025-01-18T01:48:18.667+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=254.4Mi, Sys=14.1Mi, NumGC=5309","level":"stat"}
+{"@timestamp":"2025-01-18T01:49:18.666+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=254.4Mi, Sys=14.1Mi, NumGC=5310","level":"stat"}
+{"@timestamp":"2025-01-18T02:05:43.745+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=254.4Mi, Sys=14.1Mi, NumGC=5310","level":"stat"}
+{"@timestamp":"2025-01-18T02:06:43.746+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=254.5Mi, Sys=14.1Mi, NumGC=5311","level":"stat"}
+{"@timestamp":"2025-01-18T02:07:43.745+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=254.5Mi, Sys=14.1Mi, NumGC=5311","level":"stat"}
+{"@timestamp":"2025-01-18T02:08:43.745+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=254.5Mi, Sys=14.1Mi, NumGC=5312","level":"stat"}
+{"@timestamp":"2025-01-18T02:09:43.744+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=254.5Mi, Sys=14.1Mi, NumGC=5312","level":"stat"}
+{"@timestamp":"2025-01-18T02:10:43.745+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=254.6Mi, Sys=14.1Mi, NumGC=5313","level":"stat"}
+{"@timestamp":"2025-01-18T02:11:43.745+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=254.6Mi, Sys=14.1Mi, NumGC=5313","level":"stat"}
+{"@timestamp":"2025-01-18T02:12:43.744+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=254.6Mi, Sys=14.1Mi, NumGC=5314","level":"stat"}
+{"@timestamp":"2025-01-18T02:13:43.744+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=254.6Mi, Sys=14.1Mi, NumGC=5314","level":"stat"}
+{"@timestamp":"2025-01-18T02:14:43.743+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=254.6Mi, Sys=14.1Mi, NumGC=5315","level":"stat"}
+{"@timestamp":"2025-01-18T02:15:43.742+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=254.7Mi, Sys=14.1Mi, NumGC=5315","level":"stat"}
+{"@timestamp":"2025-01-18T02:16:43.742+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=254.7Mi, Sys=14.1Mi, NumGC=5316","level":"stat"}
+{"@timestamp":"2025-01-18T02:17:43.743+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=254.7Mi, Sys=14.1Mi, NumGC=5316","level":"stat"}
+{"@timestamp":"2025-01-18T02:18:43.741+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=254.7Mi, Sys=14.1Mi, NumGC=5317","level":"stat"}
+{"@timestamp":"2025-01-18T02:19:43.742+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=254.7Mi, Sys=14.1Mi, NumGC=5317","level":"stat"}
+{"@timestamp":"2025-01-18T02:20:43.742+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=254.8Mi, Sys=14.1Mi, NumGC=5318","level":"stat"}
+{"@timestamp":"2025-01-18T02:21:43.742+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=254.8Mi, Sys=14.1Mi, NumGC=5318","level":"stat"}
+{"@timestamp":"2025-01-18T02:22:43.742+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=254.8Mi, Sys=14.1Mi, NumGC=5319","level":"stat"}
+{"@timestamp":"2025-01-18T02:23:43.742+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=254.8Mi, Sys=14.1Mi, NumGC=5319","level":"stat"}
+{"@timestamp":"2025-01-18T02:24:43.740+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=254.8Mi, Sys=14.1Mi, NumGC=5320","level":"stat"}
+{"@timestamp":"2025-01-18T02:25:43.783+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=254.9Mi, Sys=14.1Mi, NumGC=5320","level":"stat"}
+{"@timestamp":"2025-01-18T02:26:43.787+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=254.9Mi, Sys=14.1Mi, NumGC=5321","level":"stat"}
+{"@timestamp":"2025-01-18T02:27:43.787+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=254.9Mi, Sys=14.1Mi, NumGC=5321","level":"stat"}
+{"@timestamp":"2025-01-18T02:28:43.787+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=254.9Mi, Sys=14.1Mi, NumGC=5322","level":"stat"}
+{"@timestamp":"2025-01-18T02:29:43.788+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=254.9Mi, Sys=14.1Mi, NumGC=5322","level":"stat"}
+{"@timestamp":"2025-01-18T02:30:43.788+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=255.0Mi, Sys=14.1Mi, NumGC=5323","level":"stat"}
+{"@timestamp":"2025-01-18T02:31:43.788+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=255.0Mi, Sys=14.1Mi, NumGC=5323","level":"stat"}
+{"@timestamp":"2025-01-18T02:32:43.787+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=255.0Mi, Sys=14.1Mi, NumGC=5324","level":"stat"}
+{"@timestamp":"2025-01-18T02:33:43.787+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=255.0Mi, Sys=14.1Mi, NumGC=5324","level":"stat"}
+{"@timestamp":"2025-01-18T02:34:43.789+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=255.0Mi, Sys=14.1Mi, NumGC=5325","level":"stat"}
+{"@timestamp":"2025-01-18T02:35:43.788+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=255.1Mi, Sys=14.1Mi, NumGC=5325","level":"stat"}
+{"@timestamp":"2025-01-18T02:36:43.790+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=255.1Mi, Sys=14.1Mi, NumGC=5326","level":"stat"}
+{"@timestamp":"2025-01-18T02:37:43.790+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=255.1Mi, Sys=14.1Mi, NumGC=5326","level":"stat"}
+{"@timestamp":"2025-01-18T02:38:43.790+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=255.1Mi, Sys=14.1Mi, NumGC=5327","level":"stat"}
+{"@timestamp":"2025-01-18T02:39:43.791+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=255.1Mi, Sys=14.1Mi, NumGC=5327","level":"stat"}
+{"@timestamp":"2025-01-18T02:40:43.792+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=255.2Mi, Sys=14.1Mi, NumGC=5328","level":"stat"}
+{"@timestamp":"2025-01-18T02:41:43.791+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=255.2Mi, Sys=14.1Mi, NumGC=5328","level":"stat"}
+{"@timestamp":"2025-01-18T02:42:43.792+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=255.2Mi, Sys=14.1Mi, NumGC=5329","level":"stat"}
+{"@timestamp":"2025-01-18T02:43:43.778+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=255.2Mi, Sys=14.1Mi, NumGC=5329","level":"stat"}
+{"@timestamp":"2025-01-18T02:44:43.776+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=255.3Mi, Sys=14.1Mi, NumGC=5330","level":"stat"}
+{"@timestamp":"2025-01-18T02:45:43.776+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=255.3Mi, Sys=14.1Mi, NumGC=5330","level":"stat"}
+{"@timestamp":"2025-01-18T02:46:43.777+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=255.3Mi, Sys=14.1Mi, NumGC=5331","level":"stat"}
+{"@timestamp":"2025-01-18T02:47:43.776+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=255.3Mi, Sys=14.1Mi, NumGC=5331","level":"stat"}
+{"@timestamp":"2025-01-18T02:48:43.776+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=255.3Mi, Sys=14.1Mi, NumGC=5332","level":"stat"}
+{"@timestamp":"2025-01-18T02:49:43.777+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=255.4Mi, Sys=14.1Mi, NumGC=5332","level":"stat"}
+{"@timestamp":"2025-01-18T02:50:43.778+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=255.4Mi, Sys=14.1Mi, NumGC=5333","level":"stat"}
+{"@timestamp":"2025-01-18T02:51:43.778+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=255.4Mi, Sys=14.1Mi, NumGC=5333","level":"stat"}
+{"@timestamp":"2025-01-18T02:52:43.778+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=255.4Mi, Sys=14.1Mi, NumGC=5334","level":"stat"}
+{"@timestamp":"2025-01-18T02:53:43.779+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=255.4Mi, Sys=14.1Mi, NumGC=5334","level":"stat"}
+{"@timestamp":"2025-01-18T02:54:43.779+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=255.5Mi, Sys=14.1Mi, NumGC=5335","level":"stat"}
+{"@timestamp":"2025-01-18T02:55:43.778+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=255.5Mi, Sys=14.1Mi, NumGC=5335","level":"stat"}
+{"@timestamp":"2025-01-18T02:56:43.778+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=255.5Mi, Sys=14.1Mi, NumGC=5336","level":"stat"}
+{"@timestamp":"2025-01-18T02:57:43.778+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=255.5Mi, Sys=14.1Mi, NumGC=5336","level":"stat"}
+{"@timestamp":"2025-01-18T02:58:43.778+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=255.5Mi, Sys=14.1Mi, NumGC=5337","level":"stat"}
+{"@timestamp":"2025-01-18T02:59:43.778+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=255.6Mi, Sys=14.1Mi, NumGC=5337","level":"stat"}
+{"@timestamp":"2025-01-18T03:00:43.780+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=255.6Mi, Sys=14.1Mi, NumGC=5338","level":"stat"}
+{"@timestamp":"2025-01-18T03:01:43.780+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=255.6Mi, Sys=14.1Mi, NumGC=5338","level":"stat"}
+{"@timestamp":"2025-01-18T03:02:43.780+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=255.6Mi, Sys=14.1Mi, NumGC=5339","level":"stat"}
+{"@timestamp":"2025-01-18T03:03:43.779+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=255.6Mi, Sys=14.1Mi, NumGC=5339","level":"stat"}
+{"@timestamp":"2025-01-18T03:04:43.781+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=255.7Mi, Sys=14.1Mi, NumGC=5340","level":"stat"}
+{"@timestamp":"2025-01-18T03:05:43.780+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=255.7Mi, Sys=14.1Mi, NumGC=5340","level":"stat"}
+{"@timestamp":"2025-01-18T03:06:43.802+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=255.7Mi, Sys=14.1Mi, NumGC=5341","level":"stat"}
+{"@timestamp":"2025-01-18T03:07:43.804+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=255.7Mi, Sys=14.1Mi, NumGC=5341","level":"stat"}
+{"@timestamp":"2025-01-18T03:08:43.804+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=255.7Mi, Sys=14.1Mi, NumGC=5342","level":"stat"}
+{"@timestamp":"2025-01-18T03:09:43.803+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=255.8Mi, Sys=14.1Mi, NumGC=5342","level":"stat"}
+{"@timestamp":"2025-01-18T03:11:08.649+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=255.8Mi, Sys=14.1Mi, NumGC=5343","level":"stat"}
+{"@timestamp":"2025-01-18T03:12:08.649+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=255.8Mi, Sys=14.1Mi, NumGC=5343","level":"stat"}
+{"@timestamp":"2025-01-18T03:13:08.649+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=255.8Mi, Sys=14.1Mi, NumGC=5344","level":"stat"}
+{"@timestamp":"2025-01-18T03:14:08.650+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=255.8Mi, Sys=14.1Mi, NumGC=5344","level":"stat"}
+{"@timestamp":"2025-01-18T03:15:08.650+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=255.9Mi, Sys=14.1Mi, NumGC=5345","level":"stat"}
+{"@timestamp":"2025-01-18T03:16:33.481+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=255.9Mi, Sys=14.1Mi, NumGC=5345","level":"stat"}
+{"@timestamp":"2025-01-18T03:32:57.965+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=255.9Mi, Sys=14.1Mi, NumGC=5346","level":"stat"}
+{"@timestamp":"2025-01-18T03:33:57.972+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=255.9Mi, Sys=14.1Mi, NumGC=5346","level":"stat"}
+{"@timestamp":"2025-01-18T03:34:57.971+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=255.9Mi, Sys=14.1Mi, NumGC=5347","level":"stat"}
+{"@timestamp":"2025-01-18T03:35:57.973+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=256.0Mi, Sys=14.1Mi, NumGC=5347","level":"stat"}
+{"@timestamp":"2025-01-18T03:51:02.446+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=256.0Mi, Sys=14.1Mi, NumGC=5348","level":"stat"}
+{"@timestamp":"2025-01-18T03:52:02.448+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=256.0Mi, Sys=14.1Mi, NumGC=5348","level":"stat"}
+{"@timestamp":"2025-01-18T03:53:02.448+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=256.0Mi, Sys=14.1Mi, NumGC=5349","level":"stat"}
+{"@timestamp":"2025-01-18T03:54:02.450+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=256.0Mi, Sys=14.1Mi, NumGC=5349","level":"stat"}
+{"@timestamp":"2025-01-18T03:55:02.451+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=256.1Mi, Sys=14.1Mi, NumGC=5350","level":"stat"}
+{"@timestamp":"2025-01-18T03:56:27.279+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=256.1Mi, Sys=14.1Mi, NumGC=5350","level":"stat"}
+{"@timestamp":"2025-01-18T04:28:17.221+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=256.1Mi, Sys=14.1Mi, NumGC=5351","level":"stat"}
+{"@timestamp":"2025-01-18T04:29:17.222+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=256.1Mi, Sys=14.1Mi, NumGC=5351","level":"stat"}
+{"@timestamp":"2025-01-18T04:30:17.222+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=256.1Mi, Sys=14.1Mi, NumGC=5352","level":"stat"}
+{"@timestamp":"2025-01-18T04:31:17.224+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=256.2Mi, Sys=14.1Mi, NumGC=5352","level":"stat"}
+{"@timestamp":"2025-01-18T04:32:17.225+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=256.2Mi, Sys=14.1Mi, NumGC=5353","level":"stat"}
+{"@timestamp":"2025-01-18T04:33:17.224+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=256.2Mi, Sys=14.1Mi, NumGC=5353","level":"stat"}
+{"@timestamp":"2025-01-18T04:34:17.225+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=256.2Mi, Sys=14.1Mi, NumGC=5354","level":"stat"}
+{"@timestamp":"2025-01-18T04:35:17.226+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=256.2Mi, Sys=14.1Mi, NumGC=5354","level":"stat"}
+{"@timestamp":"2025-01-18T04:36:17.226+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=256.3Mi, Sys=14.1Mi, NumGC=5355","level":"stat"}
+{"@timestamp":"2025-01-18T04:37:17.227+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=256.3Mi, Sys=14.1Mi, NumGC=5355","level":"stat"}
+{"@timestamp":"2025-01-18T04:38:17.230+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=256.3Mi, Sys=14.1Mi, NumGC=5356","level":"stat"}
+{"@timestamp":"2025-01-18T04:39:17.230+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=256.3Mi, Sys=14.1Mi, NumGC=5356","level":"stat"}
+{"@timestamp":"2025-01-18T04:40:17.231+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=256.4Mi, Sys=14.1Mi, NumGC=5357","level":"stat"}
+{"@timestamp":"2025-01-18T04:41:17.232+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=256.4Mi, Sys=14.1Mi, NumGC=5357","level":"stat"}
+{"@timestamp":"2025-01-18T04:42:17.231+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=256.4Mi, Sys=14.1Mi, NumGC=5358","level":"stat"}
+{"@timestamp":"2025-01-18T04:43:17.233+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=256.4Mi, Sys=14.1Mi, NumGC=5358","level":"stat"}
+{"@timestamp":"2025-01-18T04:44:17.234+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=256.4Mi, Sys=14.1Mi, NumGC=5359","level":"stat"}
+{"@timestamp":"2025-01-18T04:45:17.180+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=256.5Mi, Sys=14.1Mi, NumGC=5359","level":"stat"}
+{"@timestamp":"2025-01-18T04:46:17.180+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=256.5Mi, Sys=14.1Mi, NumGC=5360","level":"stat"}
+{"@timestamp":"2025-01-18T04:47:17.180+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=256.5Mi, Sys=14.1Mi, NumGC=5360","level":"stat"}
+{"@timestamp":"2025-01-18T04:48:17.178+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=256.5Mi, Sys=14.1Mi, NumGC=5361","level":"stat"}
+{"@timestamp":"2025-01-18T04:49:17.180+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=256.5Mi, Sys=14.1Mi, NumGC=5361","level":"stat"}
+{"@timestamp":"2025-01-18T04:50:17.180+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=256.6Mi, Sys=14.1Mi, NumGC=5362","level":"stat"}
+{"@timestamp":"2025-01-18T04:51:17.180+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=256.6Mi, Sys=14.1Mi, NumGC=5362","level":"stat"}
+{"@timestamp":"2025-01-18T04:52:17.178+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=256.6Mi, Sys=14.1Mi, NumGC=5363","level":"stat"}
+{"@timestamp":"2025-01-18T04:53:17.179+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=256.6Mi, Sys=14.1Mi, NumGC=5363","level":"stat"}
+{"@timestamp":"2025-01-18T04:54:17.179+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=256.6Mi, Sys=14.1Mi, NumGC=5364","level":"stat"}
+{"@timestamp":"2025-01-18T04:55:17.180+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=256.7Mi, Sys=14.1Mi, NumGC=5364","level":"stat"}
+{"@timestamp":"2025-01-18T04:56:17.179+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=256.7Mi, Sys=14.1Mi, NumGC=5365","level":"stat"}
+{"@timestamp":"2025-01-18T04:57:17.181+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=256.7Mi, Sys=14.1Mi, NumGC=5365","level":"stat"}
+{"@timestamp":"2025-01-18T04:58:17.180+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=256.7Mi, Sys=14.1Mi, NumGC=5366","level":"stat"}
+{"@timestamp":"2025-01-18T04:59:17.181+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=256.7Mi, Sys=14.1Mi, NumGC=5366","level":"stat"}
+{"@timestamp":"2025-01-18T05:00:17.189+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=256.8Mi, Sys=14.1Mi, NumGC=5367","level":"stat"}
+{"@timestamp":"2025-01-18T05:01:17.190+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=256.8Mi, Sys=14.1Mi, NumGC=5367","level":"stat"}
+{"@timestamp":"2025-01-18T05:02:17.190+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=256.8Mi, Sys=14.1Mi, NumGC=5368","level":"stat"}
+{"@timestamp":"2025-01-18T05:03:17.191+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=256.8Mi, Sys=14.1Mi, NumGC=5368","level":"stat"}
+{"@timestamp":"2025-01-18T05:04:17.191+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=256.8Mi, Sys=14.1Mi, NumGC=5369","level":"stat"}
+{"@timestamp":"2025-01-18T05:05:17.191+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=256.9Mi, Sys=14.1Mi, NumGC=5369","level":"stat"}
+{"@timestamp":"2025-01-18T05:06:17.191+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=256.9Mi, Sys=14.1Mi, NumGC=5370","level":"stat"}
+{"@timestamp":"2025-01-18T05:07:17.190+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=256.9Mi, Sys=14.1Mi, NumGC=5370","level":"stat"}
+{"@timestamp":"2025-01-18T05:08:17.191+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=256.9Mi, Sys=14.1Mi, NumGC=5371","level":"stat"}
+{"@timestamp":"2025-01-18T05:09:17.191+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=256.9Mi, Sys=14.1Mi, NumGC=5371","level":"stat"}
+{"@timestamp":"2025-01-18T05:10:17.191+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=257.0Mi, Sys=14.1Mi, NumGC=5372","level":"stat"}
+{"@timestamp":"2025-01-18T05:11:17.192+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=257.0Mi, Sys=14.1Mi, NumGC=5372","level":"stat"}
+{"@timestamp":"2025-01-18T05:12:17.192+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=257.0Mi, Sys=14.1Mi, NumGC=5373","level":"stat"}
+{"@timestamp":"2025-01-18T05:13:17.192+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=257.0Mi, Sys=14.1Mi, NumGC=5373","level":"stat"}
+{"@timestamp":"2025-01-18T05:14:17.192+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=257.0Mi, Sys=14.1Mi, NumGC=5374","level":"stat"}
+{"@timestamp":"2025-01-18T05:15:17.192+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=257.1Mi, Sys=14.1Mi, NumGC=5374","level":"stat"}
+{"@timestamp":"2025-01-18T05:16:17.191+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=257.1Mi, Sys=14.1Mi, NumGC=5375","level":"stat"}
+{"@timestamp":"2025-01-18T05:17:17.178+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=257.1Mi, Sys=14.1Mi, NumGC=5375","level":"stat"}
+{"@timestamp":"2025-01-18T05:18:17.175+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=257.1Mi, Sys=14.1Mi, NumGC=5376","level":"stat"}
+{"@timestamp":"2025-01-18T05:19:17.175+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=257.1Mi, Sys=14.1Mi, NumGC=5376","level":"stat"}
+{"@timestamp":"2025-01-18T05:20:17.174+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=257.2Mi, Sys=14.1Mi, NumGC=5377","level":"stat"}
+{"@timestamp":"2025-01-18T05:21:17.175+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=257.2Mi, Sys=14.1Mi, NumGC=5377","level":"stat"}
+{"@timestamp":"2025-01-18T05:22:17.175+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=257.2Mi, Sys=14.1Mi, NumGC=5378","level":"stat"}
+{"@timestamp":"2025-01-18T05:23:17.174+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=257.2Mi, Sys=14.1Mi, NumGC=5378","level":"stat"}
+{"@timestamp":"2025-01-18T05:24:17.175+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=257.2Mi, Sys=14.1Mi, NumGC=5379","level":"stat"}
+{"@timestamp":"2025-01-18T05:25:17.175+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=257.3Mi, Sys=14.1Mi, NumGC=5379","level":"stat"}
+{"@timestamp":"2025-01-18T05:26:17.175+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=257.3Mi, Sys=14.1Mi, NumGC=5380","level":"stat"}
+{"@timestamp":"2025-01-18T05:27:17.175+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=257.3Mi, Sys=14.1Mi, NumGC=5380","level":"stat"}
+{"@timestamp":"2025-01-18T05:28:17.174+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=257.3Mi, Sys=14.1Mi, NumGC=5381","level":"stat"}
+{"@timestamp":"2025-01-18T05:29:17.173+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=257.3Mi, Sys=14.1Mi, NumGC=5381","level":"stat"}
+{"@timestamp":"2025-01-18T05:30:41.991+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=257.4Mi, Sys=14.1Mi, NumGC=5382","level":"stat"}
+{"@timestamp":"2025-01-18T05:31:41.984+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=257.4Mi, Sys=14.1Mi, NumGC=5382","level":"stat"}
+{"@timestamp":"2025-01-18T05:32:41.982+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=257.4Mi, Sys=14.1Mi, NumGC=5383","level":"stat"}
+{"@timestamp":"2025-01-18T05:33:41.983+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=257.4Mi, Sys=14.1Mi, NumGC=5383","level":"stat"}
+{"@timestamp":"2025-01-18T05:34:41.982+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=257.4Mi, Sys=14.1Mi, NumGC=5384","level":"stat"}
+{"@timestamp":"2025-01-18T05:36:06.825+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=257.5Mi, Sys=14.1Mi, NumGC=5384","level":"stat"}
+{"@timestamp":"2025-01-18T05:52:31.787+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=257.5Mi, Sys=14.1Mi, NumGC=5385","level":"stat"}
+{"@timestamp":"2025-01-18T06:08:56.806+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=257.5Mi, Sys=14.1Mi, NumGC=5385","level":"stat"}
+{"@timestamp":"2025-01-18T06:09:56.809+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=257.5Mi, Sys=14.1Mi, NumGC=5386","level":"stat"}
+{"@timestamp":"2025-01-18T06:10:56.807+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=257.6Mi, Sys=14.1Mi, NumGC=5386","level":"stat"}
+{"@timestamp":"2025-01-18T06:11:56.807+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=257.6Mi, Sys=14.1Mi, NumGC=5387","level":"stat"}
+{"@timestamp":"2025-01-18T06:12:56.802+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=257.6Mi, Sys=14.1Mi, NumGC=5387","level":"stat"}
+{"@timestamp":"2025-01-18T06:13:56.803+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=257.6Mi, Sys=14.1Mi, NumGC=5388","level":"stat"}
+{"@timestamp":"2025-01-18T06:14:56.803+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=257.6Mi, Sys=14.1Mi, NumGC=5388","level":"stat"}
+{"@timestamp":"2025-01-18T06:15:56.802+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=257.7Mi, Sys=14.1Mi, NumGC=5389","level":"stat"}
+{"@timestamp":"2025-01-18T06:16:56.802+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=257.7Mi, Sys=14.1Mi, NumGC=5389","level":"stat"}
+{"@timestamp":"2025-01-18T06:17:56.802+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=257.7Mi, Sys=14.1Mi, NumGC=5390","level":"stat"}
+{"@timestamp":"2025-01-18T06:18:56.802+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=257.7Mi, Sys=14.1Mi, NumGC=5390","level":"stat"}
+{"@timestamp":"2025-01-18T06:19:56.800+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=257.7Mi, Sys=14.1Mi, NumGC=5391","level":"stat"}
+{"@timestamp":"2025-01-18T06:20:56.800+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=257.8Mi, Sys=14.1Mi, NumGC=5391","level":"stat"}
+{"@timestamp":"2025-01-18T06:21:56.801+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=257.8Mi, Sys=14.1Mi, NumGC=5392","level":"stat"}
+{"@timestamp":"2025-01-18T06:22:56.800+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=257.8Mi, Sys=14.1Mi, NumGC=5392","level":"stat"}
+{"@timestamp":"2025-01-18T06:23:56.800+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=257.8Mi, Sys=14.1Mi, NumGC=5393","level":"stat"}
+{"@timestamp":"2025-01-18T06:24:56.800+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=257.8Mi, Sys=14.1Mi, NumGC=5393","level":"stat"}
+{"@timestamp":"2025-01-18T06:25:56.800+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=257.9Mi, Sys=14.1Mi, NumGC=5394","level":"stat"}
+{"@timestamp":"2025-01-18T06:26:56.798+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=257.9Mi, Sys=14.1Mi, NumGC=5394","level":"stat"}
+{"@timestamp":"2025-01-18T06:27:56.759+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=257.9Mi, Sys=14.1Mi, NumGC=5395","level":"stat"}
+{"@timestamp":"2025-01-18T06:28:56.756+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=257.9Mi, Sys=14.1Mi, NumGC=5395","level":"stat"}
+{"@timestamp":"2025-01-18T06:29:56.755+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=257.9Mi, Sys=14.1Mi, NumGC=5396","level":"stat"}
+{"@timestamp":"2025-01-18T06:30:56.754+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=258.0Mi, Sys=14.1Mi, NumGC=5396","level":"stat"}
+{"@timestamp":"2025-01-18T06:31:56.753+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=258.0Mi, Sys=14.1Mi, NumGC=5397","level":"stat"}
+{"@timestamp":"2025-01-18T06:32:56.753+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=258.0Mi, Sys=14.1Mi, NumGC=5397","level":"stat"}
+{"@timestamp":"2025-01-18T06:33:56.752+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=258.0Mi, Sys=14.1Mi, NumGC=5398","level":"stat"}
+{"@timestamp":"2025-01-18T06:34:56.751+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=258.0Mi, Sys=14.1Mi, NumGC=5398","level":"stat"}
+{"@timestamp":"2025-01-18T06:35:56.751+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=258.1Mi, Sys=14.1Mi, NumGC=5399","level":"stat"}
+{"@timestamp":"2025-01-18T06:36:56.749+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=258.1Mi, Sys=14.1Mi, NumGC=5399","level":"stat"}
+{"@timestamp":"2025-01-18T06:37:56.749+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=258.1Mi, Sys=14.1Mi, NumGC=5400","level":"stat"}
+{"@timestamp":"2025-01-18T06:38:56.749+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=258.1Mi, Sys=14.1Mi, NumGC=5400","level":"stat"}
+{"@timestamp":"2025-01-18T06:39:56.748+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=258.2Mi, Sys=14.1Mi, NumGC=5401","level":"stat"}
+{"@timestamp":"2025-01-18T06:40:56.746+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=258.2Mi, Sys=14.1Mi, NumGC=5401","level":"stat"}
+{"@timestamp":"2025-01-18T06:41:56.746+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=258.2Mi, Sys=14.1Mi, NumGC=5402","level":"stat"}
+{"@timestamp":"2025-01-18T06:42:56.746+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=258.2Mi, Sys=14.1Mi, NumGC=5402","level":"stat"}
+{"@timestamp":"2025-01-18T06:43:56.745+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=258.2Mi, Sys=14.1Mi, NumGC=5403","level":"stat"}
+{"@timestamp":"2025-01-18T06:44:56.744+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=258.3Mi, Sys=14.1Mi, NumGC=5403","level":"stat"}
+{"@timestamp":"2025-01-18T06:45:56.742+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=258.3Mi, Sys=14.1Mi, NumGC=5404","level":"stat"}
+{"@timestamp":"2025-01-18T06:46:56.723+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=258.3Mi, Sys=14.1Mi, NumGC=5404","level":"stat"}
+{"@timestamp":"2025-01-18T06:47:56.718+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=258.3Mi, Sys=14.1Mi, NumGC=5405","level":"stat"}
+{"@timestamp":"2025-01-18T06:48:56.716+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=258.3Mi, Sys=14.1Mi, NumGC=5405","level":"stat"}
+{"@timestamp":"2025-01-18T06:49:56.716+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=258.4Mi, Sys=14.1Mi, NumGC=5406","level":"stat"}
+{"@timestamp":"2025-01-18T06:50:56.715+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=258.4Mi, Sys=14.1Mi, NumGC=5406","level":"stat"}
+{"@timestamp":"2025-01-18T06:51:56.714+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=258.4Mi, Sys=14.1Mi, NumGC=5407","level":"stat"}
+{"@timestamp":"2025-01-18T06:52:56.713+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=258.4Mi, Sys=14.1Mi, NumGC=5407","level":"stat"}
+{"@timestamp":"2025-01-18T06:53:56.710+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=258.4Mi, Sys=14.1Mi, NumGC=5408","level":"stat"}
+{"@timestamp":"2025-01-18T06:54:56.710+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=258.5Mi, Sys=14.1Mi, NumGC=5408","level":"stat"}
+{"@timestamp":"2025-01-18T06:55:56.710+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=258.5Mi, Sys=14.1Mi, NumGC=5409","level":"stat"}
+{"@timestamp":"2025-01-18T06:56:56.709+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=258.5Mi, Sys=14.1Mi, NumGC=5409","level":"stat"}
+{"@timestamp":"2025-01-18T06:57:56.708+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=258.5Mi, Sys=14.1Mi, NumGC=5410","level":"stat"}
+{"@timestamp":"2025-01-18T06:58:56.707+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=258.5Mi, Sys=14.1Mi, NumGC=5410","level":"stat"}
+{"@timestamp":"2025-01-18T06:59:56.706+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=258.6Mi, Sys=14.1Mi, NumGC=5411","level":"stat"}
+{"@timestamp":"2025-01-18T07:00:56.705+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=258.6Mi, Sys=14.1Mi, NumGC=5411","level":"stat"}
+{"@timestamp":"2025-01-18T07:01:56.704+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=258.6Mi, Sys=14.1Mi, NumGC=5412","level":"stat"}
+{"@timestamp":"2025-01-18T07:02:56.677+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=258.6Mi, Sys=14.1Mi, NumGC=5412","level":"stat"}
+{"@timestamp":"2025-01-18T07:03:56.676+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=258.6Mi, Sys=14.1Mi, NumGC=5413","level":"stat"}
+{"@timestamp":"2025-01-18T07:04:56.674+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=258.7Mi, Sys=14.1Mi, NumGC=5413","level":"stat"}
+{"@timestamp":"2025-01-18T07:05:56.672+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=258.7Mi, Sys=14.1Mi, NumGC=5414","level":"stat"}
+{"@timestamp":"2025-01-18T07:06:56.672+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=258.7Mi, Sys=14.1Mi, NumGC=5414","level":"stat"}
+{"@timestamp":"2025-01-18T07:07:56.671+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=258.7Mi, Sys=14.1Mi, NumGC=5415","level":"stat"}
+{"@timestamp":"2025-01-18T07:08:56.670+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=258.7Mi, Sys=14.1Mi, NumGC=5415","level":"stat"}
+{"@timestamp":"2025-01-18T07:10:21.582+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=258.8Mi, Sys=14.1Mi, NumGC=5416","level":"stat"}
+{"@timestamp":"2025-01-18T07:11:21.580+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=258.8Mi, Sys=14.1Mi, NumGC=5416","level":"stat"}
+{"@timestamp":"2025-01-18T07:12:21.580+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=258.8Mi, Sys=14.1Mi, NumGC=5417","level":"stat"}
+{"@timestamp":"2025-01-18T07:13:21.580+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=258.8Mi, Sys=14.1Mi, NumGC=5417","level":"stat"}
+{"@timestamp":"2025-01-18T07:14:21.577+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=258.8Mi, Sys=14.1Mi, NumGC=5418","level":"stat"}
+{"@timestamp":"2025-01-18T07:15:46.413+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=258.9Mi, Sys=14.1Mi, NumGC=5418","level":"stat"}
+{"@timestamp":"2025-01-18T07:32:11.426+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=258.9Mi, Sys=14.1Mi, NumGC=5419","level":"stat"}
+{"@timestamp":"2025-01-18T07:48:36.467+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=258.9Mi, Sys=14.1Mi, NumGC=5419","level":"stat"}
+{"@timestamp":"2025-01-18T07:49:36.466+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=258.9Mi, Sys=14.1Mi, NumGC=5420","level":"stat"}
+{"@timestamp":"2025-01-18T07:50:36.466+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=259.0Mi, Sys=14.1Mi, NumGC=5420","level":"stat"}
+{"@timestamp":"2025-01-18T07:51:36.466+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=259.0Mi, Sys=14.1Mi, NumGC=5421","level":"stat"}
+{"@timestamp":"2025-01-18T07:52:36.464+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=259.0Mi, Sys=14.1Mi, NumGC=5421","level":"stat"}
+{"@timestamp":"2025-01-18T07:53:36.475+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=259.0Mi, Sys=14.1Mi, NumGC=5422","level":"stat"}
+{"@timestamp":"2025-01-18T07:54:36.509+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=259.0Mi, Sys=14.1Mi, NumGC=5422","level":"stat"}
+{"@timestamp":"2025-01-18T07:55:36.512+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=259.1Mi, Sys=14.1Mi, NumGC=5423","level":"stat"}
+{"@timestamp":"2025-01-18T07:56:36.512+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=259.1Mi, Sys=14.1Mi, NumGC=5423","level":"stat"}
+{"@timestamp":"2025-01-18T07:57:36.513+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=259.1Mi, Sys=14.1Mi, NumGC=5424","level":"stat"}
+{"@timestamp":"2025-01-18T07:58:36.513+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=259.1Mi, Sys=14.1Mi, NumGC=5424","level":"stat"}
+{"@timestamp":"2025-01-18T07:59:36.513+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=259.1Mi, Sys=14.1Mi, NumGC=5425","level":"stat"}
+{"@timestamp":"2025-01-18T08:00:36.514+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=259.2Mi, Sys=14.1Mi, NumGC=5425","level":"stat"}
+{"@timestamp":"2025-01-18T08:01:36.514+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=259.2Mi, Sys=14.1Mi, NumGC=5426","level":"stat"}
+{"@timestamp":"2025-01-18T08:02:36.514+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=259.2Mi, Sys=14.1Mi, NumGC=5426","level":"stat"}
+{"@timestamp":"2025-01-18T08:03:36.515+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=259.2Mi, Sys=14.1Mi, NumGC=5427","level":"stat"}
+{"@timestamp":"2025-01-18T08:04:36.515+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=259.2Mi, Sys=14.1Mi, NumGC=5427","level":"stat"}
+{"@timestamp":"2025-01-18T08:05:36.516+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=259.3Mi, Sys=14.1Mi, NumGC=5428","level":"stat"}
+{"@timestamp":"2025-01-18T08:06:36.515+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=259.3Mi, Sys=14.1Mi, NumGC=5428","level":"stat"}
+{"@timestamp":"2025-01-18T08:07:36.516+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=259.3Mi, Sys=14.1Mi, NumGC=5429","level":"stat"}
+{"@timestamp":"2025-01-18T08:08:36.516+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=259.3Mi, Sys=14.1Mi, NumGC=5429","level":"stat"}
+{"@timestamp":"2025-01-18T08:09:36.517+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=259.4Mi, Sys=14.1Mi, NumGC=5430","level":"stat"}
+{"@timestamp":"2025-01-18T08:10:36.519+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=259.4Mi, Sys=14.1Mi, NumGC=5430","level":"stat"}
+{"@timestamp":"2025-01-18T08:11:36.533+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=259.4Mi, Sys=14.1Mi, NumGC=5431","level":"stat"}
+{"@timestamp":"2025-01-18T08:12:36.535+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=259.4Mi, Sys=14.1Mi, NumGC=5431","level":"stat"}
+{"@timestamp":"2025-01-18T08:13:36.536+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=259.4Mi, Sys=14.1Mi, NumGC=5432","level":"stat"}
+{"@timestamp":"2025-01-18T08:14:36.536+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=259.5Mi, Sys=14.1Mi, NumGC=5432","level":"stat"}
+{"@timestamp":"2025-01-18T08:15:36.536+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=259.5Mi, Sys=14.1Mi, NumGC=5433","level":"stat"}
+{"@timestamp":"2025-01-18T08:16:36.538+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=259.5Mi, Sys=14.1Mi, NumGC=5433","level":"stat"}
+{"@timestamp":"2025-01-18T08:17:36.537+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=259.5Mi, Sys=14.1Mi, NumGC=5434","level":"stat"}
+{"@timestamp":"2025-01-18T08:18:36.539+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=259.5Mi, Sys=14.1Mi, NumGC=5434","level":"stat"}
+{"@timestamp":"2025-01-18T08:19:36.540+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=259.5Mi, Sys=14.1Mi, NumGC=5435","level":"stat"}
+{"@timestamp":"2025-01-18T08:20:36.540+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=259.6Mi, Sys=14.1Mi, NumGC=5435","level":"stat"}
+{"@timestamp":"2025-01-18T08:21:36.539+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=259.6Mi, Sys=14.1Mi, NumGC=5436","level":"stat"}
+{"@timestamp":"2025-01-18T08:22:36.540+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=259.6Mi, Sys=14.1Mi, NumGC=5436","level":"stat"}
+{"@timestamp":"2025-01-18T08:23:36.542+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=259.6Mi, Sys=14.1Mi, NumGC=5437","level":"stat"}
+{"@timestamp":"2025-01-18T08:24:36.542+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=259.6Mi, Sys=14.1Mi, NumGC=5437","level":"stat"}
+{"@timestamp":"2025-01-18T08:25:36.541+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=259.7Mi, Sys=14.1Mi, NumGC=5438","level":"stat"}
+{"@timestamp":"2025-01-18T08:26:36.528+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=259.7Mi, Sys=14.1Mi, NumGC=5438","level":"stat"}
+{"@timestamp":"2025-01-18T08:27:36.526+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=259.7Mi, Sys=14.1Mi, NumGC=5439","level":"stat"}
+{"@timestamp":"2025-01-18T08:28:36.526+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=259.7Mi, Sys=14.1Mi, NumGC=5439","level":"stat"}
+{"@timestamp":"2025-01-18T08:29:36.527+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=259.7Mi, Sys=14.1Mi, NumGC=5440","level":"stat"}
+{"@timestamp":"2025-01-18T08:30:36.527+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=259.8Mi, Sys=14.1Mi, NumGC=5440","level":"stat"}
+{"@timestamp":"2025-01-18T08:31:36.525+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=259.8Mi, Sys=14.1Mi, NumGC=5441","level":"stat"}
+{"@timestamp":"2025-01-18T08:32:36.527+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=259.8Mi, Sys=14.1Mi, NumGC=5441","level":"stat"}
+{"@timestamp":"2025-01-18T08:33:36.528+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=259.8Mi, Sys=14.1Mi, NumGC=5442","level":"stat"}
+{"@timestamp":"2025-01-18T08:34:36.527+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=259.9Mi, Sys=14.1Mi, NumGC=5442","level":"stat"}
+{"@timestamp":"2025-01-18T08:35:36.528+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=259.9Mi, Sys=14.1Mi, NumGC=5443","level":"stat"}
+{"@timestamp":"2025-01-18T08:36:36.528+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=259.9Mi, Sys=14.1Mi, NumGC=5443","level":"stat"}
+{"@timestamp":"2025-01-18T08:37:36.528+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=259.9Mi, Sys=14.1Mi, NumGC=5444","level":"stat"}
+{"@timestamp":"2025-01-18T08:38:36.528+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=259.9Mi, Sys=14.1Mi, NumGC=5444","level":"stat"}
+{"@timestamp":"2025-01-18T08:39:36.529+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=260.0Mi, Sys=14.1Mi, NumGC=5445","level":"stat"}
+{"@timestamp":"2025-01-18T08:40:36.529+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=260.0Mi, Sys=14.1Mi, NumGC=5445","level":"stat"}
+{"@timestamp":"2025-01-18T08:41:36.529+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=260.0Mi, Sys=14.1Mi, NumGC=5446","level":"stat"}
+{"@timestamp":"2025-01-18T08:42:36.531+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=260.0Mi, Sys=14.1Mi, NumGC=5446","level":"stat"}
+{"@timestamp":"2025-01-18T08:43:36.530+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=260.0Mi, Sys=14.1Mi, NumGC=5447","level":"stat"}
+{"@timestamp":"2025-01-18T08:44:36.532+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=260.1Mi, Sys=14.1Mi, NumGC=5447","level":"stat"}
+{"@timestamp":"2025-01-18T08:45:36.530+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=260.1Mi, Sys=14.1Mi, NumGC=5448","level":"stat"}
+{"@timestamp":"2025-01-18T08:46:36.531+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=260.1Mi, Sys=14.1Mi, NumGC=5448","level":"stat"}
+{"@timestamp":"2025-01-18T08:47:36.531+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=260.1Mi, Sys=14.1Mi, NumGC=5449","level":"stat"}
+{"@timestamp":"2025-01-18T08:48:36.532+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=260.1Mi, Sys=14.1Mi, NumGC=5449","level":"stat"}
+{"@timestamp":"2025-01-18T08:49:36.532+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=260.2Mi, Sys=14.1Mi, NumGC=5450","level":"stat"}
+{"@timestamp":"2025-01-18T09:06:47.636+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=260.2Mi, Sys=14.1Mi, NumGC=5450","level":"stat"}
+{"@timestamp":"2025-01-18T09:07:47.635+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=260.2Mi, Sys=14.1Mi, NumGC=5451","level":"stat"}
+{"@timestamp":"2025-01-18T09:08:47.636+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=260.2Mi, Sys=14.1Mi, NumGC=5451","level":"stat"}
+{"@timestamp":"2025-01-18T09:09:47.635+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=260.2Mi, Sys=14.1Mi, NumGC=5452","level":"stat"}
+{"@timestamp":"2025-01-18T09:10:47.634+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=260.3Mi, Sys=14.1Mi, NumGC=5452","level":"stat"}
+{"@timestamp":"2025-01-18T09:11:47.633+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=260.3Mi, Sys=14.1Mi, NumGC=5453","level":"stat"}
+{"@timestamp":"2025-01-18T09:12:47.631+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=260.3Mi, Sys=14.1Mi, NumGC=5453","level":"stat"}
+{"@timestamp":"2025-01-18T09:13:47.632+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=260.3Mi, Sys=14.1Mi, NumGC=5454","level":"stat"}
+{"@timestamp":"2025-01-18T09:14:47.631+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=260.3Mi, Sys=14.1Mi, NumGC=5454","level":"stat"}
+{"@timestamp":"2025-01-18T09:15:47.630+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=260.4Mi, Sys=14.1Mi, NumGC=5455","level":"stat"}
+{"@timestamp":"2025-01-18T09:16:47.629+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=260.4Mi, Sys=14.1Mi, NumGC=5455","level":"stat"}
+{"@timestamp":"2025-01-18T09:17:47.628+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=260.4Mi, Sys=14.1Mi, NumGC=5456","level":"stat"}
+{"@timestamp":"2025-01-18T09:18:47.625+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=260.4Mi, Sys=14.1Mi, NumGC=5456","level":"stat"}
+{"@timestamp":"2025-01-18T09:19:47.625+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=260.4Mi, Sys=14.1Mi, NumGC=5457","level":"stat"}
+{"@timestamp":"2025-01-18T09:20:47.625+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=260.5Mi, Sys=14.1Mi, NumGC=5457","level":"stat"}
+{"@timestamp":"2025-01-18T09:21:47.623+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=260.5Mi, Sys=14.1Mi, NumGC=5458","level":"stat"}
+{"@timestamp":"2025-01-18T09:22:47.623+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=260.5Mi, Sys=14.1Mi, NumGC=5458","level":"stat"}
+{"@timestamp":"2025-01-18T09:23:47.623+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=260.5Mi, Sys=14.1Mi, NumGC=5459","level":"stat"}
+{"@timestamp":"2025-01-18T09:24:47.621+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=260.5Mi, Sys=14.1Mi, NumGC=5459","level":"stat"}
+{"@timestamp":"2025-01-18T09:25:47.621+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=260.6Mi, Sys=14.1Mi, NumGC=5459","level":"stat"}
+{"@timestamp":"2025-01-18T09:26:47.619+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=260.6Mi, Sys=14.1Mi, NumGC=5460","level":"stat"}
+{"@timestamp":"2025-01-18T09:27:47.620+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=260.6Mi, Sys=14.1Mi, NumGC=5460","level":"stat"}
+{"@timestamp":"2025-01-18T09:28:47.619+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=260.6Mi, Sys=14.1Mi, NumGC=5461","level":"stat"}
+{"@timestamp":"2025-01-18T09:29:47.616+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=260.6Mi, Sys=14.1Mi, NumGC=5461","level":"stat"}
+{"@timestamp":"2025-01-18T09:30:47.616+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=260.7Mi, Sys=14.1Mi, NumGC=5462","level":"stat"}
+{"@timestamp":"2025-01-18T09:31:47.616+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=260.7Mi, Sys=14.1Mi, NumGC=5462","level":"stat"}
+{"@timestamp":"2025-01-18T09:32:47.615+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=260.7Mi, Sys=14.1Mi, NumGC=5463","level":"stat"}
+{"@timestamp":"2025-01-18T09:33:47.614+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=260.7Mi, Sys=14.1Mi, NumGC=5463","level":"stat"}
+{"@timestamp":"2025-01-18T09:34:47.613+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=260.7Mi, Sys=14.1Mi, NumGC=5464","level":"stat"}
+{"@timestamp":"2025-01-18T09:35:47.612+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=260.8Mi, Sys=14.1Mi, NumGC=5464","level":"stat"}
+{"@timestamp":"2025-01-18T09:36:47.611+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=260.8Mi, Sys=14.1Mi, NumGC=5465","level":"stat"}
+{"@timestamp":"2025-01-18T09:37:47.611+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=260.8Mi, Sys=14.1Mi, NumGC=5465","level":"stat"}
+{"@timestamp":"2025-01-18T09:38:47.608+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=260.8Mi, Sys=14.1Mi, NumGC=5466","level":"stat"}
+{"@timestamp":"2025-01-18T09:39:47.609+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=260.8Mi, Sys=14.1Mi, NumGC=5466","level":"stat"}
+{"@timestamp":"2025-01-18T09:40:47.607+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=260.9Mi, Sys=14.1Mi, NumGC=5467","level":"stat"}
+{"@timestamp":"2025-01-18T09:41:47.605+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=260.9Mi, Sys=14.1Mi, NumGC=5467","level":"stat"}
+{"@timestamp":"2025-01-18T09:42:47.605+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=260.9Mi, Sys=14.1Mi, NumGC=5468","level":"stat"}
+{"@timestamp":"2025-01-18T09:43:47.605+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=260.9Mi, Sys=14.1Mi, NumGC=5468","level":"stat"}
+{"@timestamp":"2025-01-18T09:44:47.604+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=261.0Mi, Sys=14.1Mi, NumGC=5469","level":"stat"}
+{"@timestamp":"2025-01-18T09:45:47.604+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=261.0Mi, Sys=14.1Mi, NumGC=5469","level":"stat"}
+{"@timestamp":"2025-01-18T09:46:47.603+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=261.0Mi, Sys=14.1Mi, NumGC=5470","level":"stat"}
+{"@timestamp":"2025-01-18T09:47:47.602+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=261.0Mi, Sys=14.1Mi, NumGC=5470","level":"stat"}
+{"@timestamp":"2025-01-18T09:48:47.600+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=261.0Mi, Sys=14.1Mi, NumGC=5471","level":"stat"}
+{"@timestamp":"2025-01-18T09:49:47.600+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=261.1Mi, Sys=14.1Mi, NumGC=5471","level":"stat"}
+{"@timestamp":"2025-01-18T09:50:47.598+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=261.1Mi, Sys=14.1Mi, NumGC=5472","level":"stat"}
+{"@timestamp":"2025-01-18T09:51:47.598+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=261.1Mi, Sys=14.1Mi, NumGC=5472","level":"stat"}
+{"@timestamp":"2025-01-18T09:52:47.598+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=261.1Mi, Sys=14.1Mi, NumGC=5473","level":"stat"}
+{"@timestamp":"2025-01-18T09:53:47.596+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=261.1Mi, Sys=14.1Mi, NumGC=5473","level":"stat"}
+{"@timestamp":"2025-01-18T09:54:47.596+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=261.2Mi, Sys=14.1Mi, NumGC=5474","level":"stat"}
+{"@timestamp":"2025-01-18T09:55:47.594+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=261.2Mi, Sys=14.1Mi, NumGC=5474","level":"stat"}
+{"@timestamp":"2025-01-18T09:56:47.594+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=261.2Mi, Sys=14.1Mi, NumGC=5475","level":"stat"}
+{"@timestamp":"2025-01-18T09:57:47.593+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=261.2Mi, Sys=14.1Mi, NumGC=5475","level":"stat"}
+{"@timestamp":"2025-01-18T09:58:47.593+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=261.2Mi, Sys=14.1Mi, NumGC=5476","level":"stat"}
+{"@timestamp":"2025-01-18T09:59:47.590+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=261.3Mi, Sys=14.1Mi, NumGC=5476","level":"stat"}
+{"@timestamp":"2025-01-18T10:00:47.591+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=261.3Mi, Sys=14.1Mi, NumGC=5477","level":"stat"}
+{"@timestamp":"2025-01-18T10:01:47.589+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=261.3Mi, Sys=14.1Mi, NumGC=5477","level":"stat"}
+{"@timestamp":"2025-01-18T10:02:47.589+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=261.3Mi, Sys=14.1Mi, NumGC=5478","level":"stat"}
+{"@timestamp":"2025-01-18T10:03:47.586+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=261.3Mi, Sys=14.1Mi, NumGC=5478","level":"stat"}
+{"@timestamp":"2025-01-18T10:04:47.587+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=261.4Mi, Sys=14.1Mi, NumGC=5479","level":"stat"}
+{"@timestamp":"2025-01-18T10:05:47.586+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=261.4Mi, Sys=14.1Mi, NumGC=5479","level":"stat"}
+{"@timestamp":"2025-01-18T10:06:47.586+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=261.4Mi, Sys=14.1Mi, NumGC=5480","level":"stat"}
+{"@timestamp":"2025-01-18T10:24:55.307+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=261.4Mi, Sys=14.1Mi, NumGC=5480","level":"stat"}
+{"@timestamp":"2025-01-18T10:25:55.309+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=261.4Mi, Sys=14.1Mi, NumGC=5481","level":"stat"}
+{"@timestamp":"2025-01-18T10:26:55.329+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=261.5Mi, Sys=14.1Mi, NumGC=5481","level":"stat"}
+{"@timestamp":"2025-01-18T10:27:55.328+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=261.5Mi, Sys=14.1Mi, NumGC=5482","level":"stat"}
+{"@timestamp":"2025-01-18T10:28:55.330+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=261.5Mi, Sys=14.1Mi, NumGC=5482","level":"stat"}
+{"@timestamp":"2025-01-18T10:29:55.331+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=261.5Mi, Sys=14.1Mi, NumGC=5483","level":"stat"}
+{"@timestamp":"2025-01-18T10:30:55.330+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=261.5Mi, Sys=14.1Mi, NumGC=5483","level":"stat"}
+{"@timestamp":"2025-01-18T10:31:55.329+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=261.6Mi, Sys=14.1Mi, NumGC=5484","level":"stat"}
+{"@timestamp":"2025-01-18T10:32:55.331+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=261.6Mi, Sys=14.1Mi, NumGC=5484","level":"stat"}
+{"@timestamp":"2025-01-18T10:33:55.330+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=261.6Mi, Sys=14.1Mi, NumGC=5485","level":"stat"}
+{"@timestamp":"2025-01-18T10:34:55.332+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=261.6Mi, Sys=14.1Mi, NumGC=5485","level":"stat"}
+{"@timestamp":"2025-01-18T10:35:55.331+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=261.6Mi, Sys=14.1Mi, NumGC=5486","level":"stat"}
+{"@timestamp":"2025-01-18T10:36:55.332+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=261.7Mi, Sys=14.1Mi, NumGC=5486","level":"stat"}
+{"@timestamp":"2025-01-18T10:37:55.331+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=261.7Mi, Sys=14.1Mi, NumGC=5487","level":"stat"}
+{"@timestamp":"2025-01-18T10:38:55.332+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=261.7Mi, Sys=14.1Mi, NumGC=5487","level":"stat"}
+{"@timestamp":"2025-01-18T10:39:55.333+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=261.7Mi, Sys=14.1Mi, NumGC=5488","level":"stat"}
+{"@timestamp":"2025-01-18T10:40:55.333+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=261.7Mi, Sys=14.1Mi, NumGC=5488","level":"stat"}
+{"@timestamp":"2025-01-18T10:41:55.333+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=261.8Mi, Sys=14.1Mi, NumGC=5489","level":"stat"}
+{"@timestamp":"2025-01-18T10:42:55.332+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=261.8Mi, Sys=14.1Mi, NumGC=5489","level":"stat"}
+{"@timestamp":"2025-01-18T10:43:55.333+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=261.8Mi, Sys=14.1Mi, NumGC=5490","level":"stat"}
+{"@timestamp":"2025-01-18T10:44:55.334+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=261.8Mi, Sys=14.1Mi, NumGC=5490","level":"stat"}
+{"@timestamp":"2025-01-18T10:45:55.333+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=261.8Mi, Sys=14.1Mi, NumGC=5491","level":"stat"}
+{"@timestamp":"2025-01-18T10:46:55.334+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=261.9Mi, Sys=14.1Mi, NumGC=5491","level":"stat"}
+{"@timestamp":"2025-01-18T10:47:55.335+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=261.9Mi, Sys=14.1Mi, NumGC=5492","level":"stat"}
+{"@timestamp":"2025-01-18T10:48:55.335+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=261.9Mi, Sys=14.1Mi, NumGC=5492","level":"stat"}
+{"@timestamp":"2025-01-18T10:49:55.335+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=261.9Mi, Sys=14.1Mi, NumGC=5493","level":"stat"}
+{"@timestamp":"2025-01-18T10:50:55.336+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=261.9Mi, Sys=14.1Mi, NumGC=5493","level":"stat"}
+{"@timestamp":"2025-01-18T10:51:55.336+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=262.0Mi, Sys=14.1Mi, NumGC=5494","level":"stat"}
+{"@timestamp":"2025-01-18T10:52:55.335+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=262.0Mi, Sys=14.1Mi, NumGC=5494","level":"stat"}
+{"@timestamp":"2025-01-18T10:53:55.336+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=262.0Mi, Sys=14.1Mi, NumGC=5495","level":"stat"}
+{"@timestamp":"2025-01-18T10:54:55.337+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=262.0Mi, Sys=14.1Mi, NumGC=5495","level":"stat"}
+{"@timestamp":"2025-01-18T10:55:55.338+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=262.0Mi, Sys=14.1Mi, NumGC=5496","level":"stat"}
+{"@timestamp":"2025-01-18T10:56:55.340+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=262.1Mi, Sys=14.1Mi, NumGC=5496","level":"stat"}
+{"@timestamp":"2025-01-18T10:57:55.339+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=262.1Mi, Sys=14.1Mi, NumGC=5497","level":"stat"}
+{"@timestamp":"2025-01-18T10:58:55.339+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=262.1Mi, Sys=14.1Mi, NumGC=5497","level":"stat"}
+{"@timestamp":"2025-01-18T10:59:55.339+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=262.1Mi, Sys=14.1Mi, NumGC=5498","level":"stat"}
+{"@timestamp":"2025-01-18T11:00:55.341+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=262.1Mi, Sys=14.1Mi, NumGC=5498","level":"stat"}
+{"@timestamp":"2025-01-18T11:17:08.067+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=262.2Mi, Sys=14.1Mi, NumGC=5499","level":"stat"}
+{"@timestamp":"2025-01-18T11:33:21.941+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=262.2Mi, Sys=14.1Mi, NumGC=5499","level":"stat"}
+{"@timestamp":"2025-01-18T11:34:21.940+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=262.2Mi, Sys=14.1Mi, NumGC=5500","level":"stat"}
+{"@timestamp":"2025-01-18T11:35:21.940+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=262.2Mi, Sys=14.1Mi, NumGC=5500","level":"stat"}
+{"@timestamp":"2025-01-18T11:36:21.939+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=262.3Mi, Sys=14.1Mi, NumGC=5501","level":"stat"}
+{"@timestamp":"2025-01-18T11:37:21.937+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=262.3Mi, Sys=14.1Mi, NumGC=5501","level":"stat"}
+{"@timestamp":"2025-01-18T11:53:26.110+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=262.3Mi, Sys=14.1Mi, NumGC=5502","level":"stat"}
+{"@timestamp":"2025-01-18T11:54:26.109+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=262.3Mi, Sys=14.1Mi, NumGC=5502","level":"stat"}
+{"@timestamp":"2025-01-18T11:55:26.106+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=262.3Mi, Sys=14.1Mi, NumGC=5503","level":"stat"}
+{"@timestamp":"2025-01-18T11:56:26.107+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=262.4Mi, Sys=14.1Mi, NumGC=5503","level":"stat"}
+{"@timestamp":"2025-01-18T11:57:26.106+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=262.4Mi, Sys=14.1Mi, NumGC=5504","level":"stat"}
+{"@timestamp":"2025-01-18T11:58:26.105+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=262.4Mi, Sys=14.1Mi, NumGC=5504","level":"stat"}
+{"@timestamp":"2025-01-18T11:59:26.103+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=262.4Mi, Sys=14.1Mi, NumGC=5505","level":"stat"}
+{"@timestamp":"2025-01-18T12:00:26.103+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=262.4Mi, Sys=14.1Mi, NumGC=5505","level":"stat"}
+{"@timestamp":"2025-01-18T12:01:26.101+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=262.5Mi, Sys=14.1Mi, NumGC=5506","level":"stat"}
+{"@timestamp":"2025-01-18T12:02:26.100+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=262.5Mi, Sys=14.1Mi, NumGC=5506","level":"stat"}
+{"@timestamp":"2025-01-18T12:03:26.101+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=262.5Mi, Sys=14.1Mi, NumGC=5507","level":"stat"}
+{"@timestamp":"2025-01-18T12:04:26.100+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=262.5Mi, Sys=14.1Mi, NumGC=5507","level":"stat"}
+{"@timestamp":"2025-01-18T12:05:26.099+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=262.5Mi, Sys=14.1Mi, NumGC=5508","level":"stat"}
+{"@timestamp":"2025-01-18T12:06:26.098+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=262.6Mi, Sys=14.1Mi, NumGC=5508","level":"stat"}
+{"@timestamp":"2025-01-18T12:07:26.098+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=262.6Mi, Sys=14.1Mi, NumGC=5509","level":"stat"}
+{"@timestamp":"2025-01-18T12:08:26.097+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=262.6Mi, Sys=14.1Mi, NumGC=5509","level":"stat"}
+{"@timestamp":"2025-01-18T12:09:26.095+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=262.6Mi, Sys=14.1Mi, NumGC=5510","level":"stat"}
+{"@timestamp":"2025-01-18T12:10:26.095+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=262.6Mi, Sys=14.1Mi, NumGC=5510","level":"stat"}
+{"@timestamp":"2025-01-18T12:11:26.092+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=262.7Mi, Sys=14.1Mi, NumGC=5511","level":"stat"}
+{"@timestamp":"2025-01-18T12:12:26.093+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=262.7Mi, Sys=14.1Mi, NumGC=5511","level":"stat"}
+{"@timestamp":"2025-01-18T12:13:26.093+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=262.7Mi, Sys=14.1Mi, NumGC=5512","level":"stat"}
+{"@timestamp":"2025-01-18T12:14:26.092+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=262.7Mi, Sys=14.1Mi, NumGC=5512","level":"stat"}
+{"@timestamp":"2025-01-18T12:15:26.091+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=262.7Mi, Sys=14.1Mi, NumGC=5513","level":"stat"}
+{"@timestamp":"2025-01-18T12:16:26.090+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=262.8Mi, Sys=14.1Mi, NumGC=5513","level":"stat"}
+{"@timestamp":"2025-01-18T12:17:26.088+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=262.8Mi, Sys=14.1Mi, NumGC=5514","level":"stat"}
+{"@timestamp":"2025-01-18T12:18:26.086+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=262.8Mi, Sys=14.1Mi, NumGC=5514","level":"stat"}
+{"@timestamp":"2025-01-18T12:19:26.085+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=262.8Mi, Sys=14.1Mi, NumGC=5515","level":"stat"}
+{"@timestamp":"2025-01-18T12:20:26.086+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=262.8Mi, Sys=14.1Mi, NumGC=5515","level":"stat"}
+{"@timestamp":"2025-01-18T12:21:26.084+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=262.9Mi, Sys=14.1Mi, NumGC=5516","level":"stat"}
+{"@timestamp":"2025-01-18T12:22:26.084+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=262.9Mi, Sys=14.1Mi, NumGC=5516","level":"stat"}
+{"@timestamp":"2025-01-18T12:23:26.084+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=262.9Mi, Sys=14.1Mi, NumGC=5517","level":"stat"}
+{"@timestamp":"2025-01-18T12:24:26.082+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=262.9Mi, Sys=14.1Mi, NumGC=5517","level":"stat"}
+{"@timestamp":"2025-01-18T12:25:26.082+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=262.9Mi, Sys=14.1Mi, NumGC=5518","level":"stat"}
+{"@timestamp":"2025-01-18T12:26:26.081+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=263.0Mi, Sys=14.1Mi, NumGC=5518","level":"stat"}
+{"@timestamp":"2025-01-18T12:27:26.080+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=263.0Mi, Sys=14.1Mi, NumGC=5519","level":"stat"}
+{"@timestamp":"2025-01-18T12:28:26.079+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=263.0Mi, Sys=14.1Mi, NumGC=5519","level":"stat"}
+{"@timestamp":"2025-01-18T12:29:26.078+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=263.0Mi, Sys=14.1Mi, NumGC=5520","level":"stat"}
+{"@timestamp":"2025-01-18T12:30:26.078+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=263.0Mi, Sys=14.1Mi, NumGC=5520","level":"stat"}
+{"@timestamp":"2025-01-18T12:31:26.076+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=263.1Mi, Sys=14.1Mi, NumGC=5521","level":"stat"}
+{"@timestamp":"2025-01-18T12:32:26.076+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=263.1Mi, Sys=14.1Mi, NumGC=5521","level":"stat"}
+{"@timestamp":"2025-01-18T12:33:26.075+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=263.1Mi, Sys=14.1Mi, NumGC=5522","level":"stat"}
+{"@timestamp":"2025-01-18T12:34:26.074+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=263.1Mi, Sys=14.1Mi, NumGC=5522","level":"stat"}
+{"@timestamp":"2025-01-18T12:35:26.073+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=263.1Mi, Sys=14.1Mi, NumGC=5523","level":"stat"}
+{"@timestamp":"2025-01-18T12:36:26.072+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=263.2Mi, Sys=14.1Mi, NumGC=5523","level":"stat"}
+{"@timestamp":"2025-01-18T12:37:26.071+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=263.2Mi, Sys=14.1Mi, NumGC=5524","level":"stat"}
+{"@timestamp":"2025-01-18T12:38:26.071+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=263.2Mi, Sys=14.1Mi, NumGC=5524","level":"stat"}
+{"@timestamp":"2025-01-18T12:39:26.070+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=263.2Mi, Sys=14.1Mi, NumGC=5525","level":"stat"}
+{"@timestamp":"2025-01-18T12:40:26.068+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=263.2Mi, Sys=14.1Mi, NumGC=5525","level":"stat"}
+{"@timestamp":"2025-01-18T12:41:26.067+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=263.3Mi, Sys=14.1Mi, NumGC=5526","level":"stat"}
+{"@timestamp":"2025-01-18T12:42:26.065+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=263.3Mi, Sys=14.1Mi, NumGC=5526","level":"stat"}
+{"@timestamp":"2025-01-18T12:43:26.066+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=263.3Mi, Sys=14.1Mi, NumGC=5527","level":"stat"}
+{"@timestamp":"2025-01-18T12:44:26.065+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=263.3Mi, Sys=14.1Mi, NumGC=5527","level":"stat"}
+{"@timestamp":"2025-01-18T12:45:26.064+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=263.4Mi, Sys=14.1Mi, NumGC=5528","level":"stat"}
+{"@timestamp":"2025-01-18T12:46:26.062+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=263.4Mi, Sys=14.1Mi, NumGC=5528","level":"stat"}
+{"@timestamp":"2025-01-18T12:47:26.063+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=263.4Mi, Sys=14.1Mi, NumGC=5529","level":"stat"}
+{"@timestamp":"2025-01-18T12:48:26.062+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=263.4Mi, Sys=14.1Mi, NumGC=5529","level":"stat"}
+{"@timestamp":"2025-01-18T12:49:26.061+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=263.4Mi, Sys=14.1Mi, NumGC=5530","level":"stat"}
+{"@timestamp":"2025-01-18T12:50:26.060+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=263.5Mi, Sys=14.1Mi, NumGC=5530","level":"stat"}
+{"@timestamp":"2025-01-18T12:51:26.059+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=263.5Mi, Sys=14.1Mi, NumGC=5531","level":"stat"}
+{"@timestamp":"2025-01-18T12:52:26.058+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=263.5Mi, Sys=14.1Mi, NumGC=5531","level":"stat"}
+{"@timestamp":"2025-01-18T12:53:26.057+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=263.5Mi, Sys=14.1Mi, NumGC=5532","level":"stat"}
+{"@timestamp":"2025-01-18T12:54:26.057+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=263.5Mi, Sys=14.1Mi, NumGC=5532","level":"stat"}
+{"@timestamp":"2025-01-18T12:55:26.054+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=263.6Mi, Sys=14.1Mi, NumGC=5533","level":"stat"}
+{"@timestamp":"2025-01-18T12:56:26.053+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=263.6Mi, Sys=14.1Mi, NumGC=5533","level":"stat"}
+{"@timestamp":"2025-01-18T13:12:33.210+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=263.6Mi, Sys=14.1Mi, NumGC=5534","level":"stat"}
+{"@timestamp":"2025-01-18T13:13:33.201+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=263.6Mi, Sys=14.1Mi, NumGC=5534","level":"stat"}
+{"@timestamp":"2025-01-18T13:14:33.198+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=263.6Mi, Sys=14.1Mi, NumGC=5535","level":"stat"}
+{"@timestamp":"2025-01-18T13:15:33.198+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=263.7Mi, Sys=14.1Mi, NumGC=5535","level":"stat"}
+{"@timestamp":"2025-01-18T13:16:33.197+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=263.7Mi, Sys=14.1Mi, NumGC=5536","level":"stat"}
+{"@timestamp":"2025-01-18T13:17:33.196+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=263.7Mi, Sys=14.1Mi, NumGC=5536","level":"stat"}
+{"@timestamp":"2025-01-18T13:18:33.195+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=263.7Mi, Sys=14.1Mi, NumGC=5537","level":"stat"}
+{"@timestamp":"2025-01-18T13:19:33.194+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=263.7Mi, Sys=14.1Mi, NumGC=5537","level":"stat"}
+{"@timestamp":"2025-01-18T13:20:33.192+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=263.8Mi, Sys=14.1Mi, NumGC=5538","level":"stat"}
+{"@timestamp":"2025-01-18T13:21:33.191+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=263.8Mi, Sys=14.1Mi, NumGC=5538","level":"stat"}
+{"@timestamp":"2025-01-18T13:22:33.191+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=263.8Mi, Sys=14.1Mi, NumGC=5539","level":"stat"}
+{"@timestamp":"2025-01-18T13:23:33.190+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=263.8Mi, Sys=14.1Mi, NumGC=5539","level":"stat"}
+{"@timestamp":"2025-01-18T13:24:33.189+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=263.8Mi, Sys=14.1Mi, NumGC=5540","level":"stat"}
+{"@timestamp":"2025-01-18T13:25:33.185+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=263.9Mi, Sys=14.1Mi, NumGC=5540","level":"stat"}
+{"@timestamp":"2025-01-18T13:26:33.186+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=263.9Mi, Sys=14.1Mi, NumGC=5541","level":"stat"}
+{"@timestamp":"2025-01-18T13:27:33.184+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=263.9Mi, Sys=14.1Mi, NumGC=5541","level":"stat"}
+{"@timestamp":"2025-01-18T13:28:33.182+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=263.9Mi, Sys=14.1Mi, NumGC=5542","level":"stat"}
+{"@timestamp":"2025-01-18T13:29:33.182+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=263.9Mi, Sys=14.1Mi, NumGC=5542","level":"stat"}
+{"@timestamp":"2025-01-18T13:30:33.181+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=264.0Mi, Sys=14.1Mi, NumGC=5543","level":"stat"}
+{"@timestamp":"2025-01-18T13:31:33.180+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=264.0Mi, Sys=14.1Mi, NumGC=5543","level":"stat"}
+{"@timestamp":"2025-01-18T13:32:33.179+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=264.0Mi, Sys=14.1Mi, NumGC=5544","level":"stat"}
+{"@timestamp":"2025-01-18T13:33:33.178+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=264.0Mi, Sys=14.1Mi, NumGC=5544","level":"stat"}
+{"@timestamp":"2025-01-18T13:34:33.177+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=264.0Mi, Sys=14.1Mi, NumGC=5545","level":"stat"}
+{"@timestamp":"2025-01-18T13:35:33.175+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=264.1Mi, Sys=14.1Mi, NumGC=5545","level":"stat"}
+{"@timestamp":"2025-01-18T13:36:33.174+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=264.1Mi, Sys=14.1Mi, NumGC=5546","level":"stat"}
+{"@timestamp":"2025-01-18T13:37:33.172+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=264.1Mi, Sys=14.1Mi, NumGC=5546","level":"stat"}
+{"@timestamp":"2025-01-18T13:38:33.173+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=264.1Mi, Sys=14.1Mi, NumGC=5547","level":"stat"}
+{"@timestamp":"2025-01-18T13:39:33.171+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=264.2Mi, Sys=14.1Mi, NumGC=5547","level":"stat"}
+{"@timestamp":"2025-01-18T13:40:33.169+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=264.2Mi, Sys=14.1Mi, NumGC=5548","level":"stat"}
+{"@timestamp":"2025-01-18T13:41:33.168+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=264.2Mi, Sys=14.1Mi, NumGC=5548","level":"stat"}
+{"@timestamp":"2025-01-18T13:42:33.167+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=264.2Mi, Sys=14.1Mi, NumGC=5549","level":"stat"}
+{"@timestamp":"2025-01-18T13:43:33.224+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=264.2Mi, Sys=14.1Mi, NumGC=5549","level":"stat"}
+{"@timestamp":"2025-01-18T13:44:33.224+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=264.3Mi, Sys=14.1Mi, NumGC=5550","level":"stat"}
+{"@timestamp":"2025-01-18T13:45:33.224+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=264.3Mi, Sys=14.1Mi, NumGC=5550","level":"stat"}
+{"@timestamp":"2025-01-18T13:46:33.222+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=264.3Mi, Sys=14.1Mi, NumGC=5551","level":"stat"}
+{"@timestamp":"2025-01-18T13:47:33.221+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=264.3Mi, Sys=14.1Mi, NumGC=5551","level":"stat"}
+{"@timestamp":"2025-01-18T13:48:33.222+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=264.3Mi, Sys=14.1Mi, NumGC=5552","level":"stat"}
+{"@timestamp":"2025-01-18T13:49:33.222+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=264.4Mi, Sys=14.1Mi, NumGC=5552","level":"stat"}
+{"@timestamp":"2025-01-18T13:50:33.221+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=264.4Mi, Sys=14.1Mi, NumGC=5553","level":"stat"}
+{"@timestamp":"2025-01-18T13:51:33.221+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=264.4Mi, Sys=14.1Mi, NumGC=5553","level":"stat"}
+{"@timestamp":"2025-01-18T13:52:33.218+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=264.4Mi, Sys=14.1Mi, NumGC=5554","level":"stat"}
+{"@timestamp":"2025-01-18T13:53:33.219+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=264.4Mi, Sys=14.1Mi, NumGC=5554","level":"stat"}
+{"@timestamp":"2025-01-18T13:54:33.219+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=264.5Mi, Sys=14.1Mi, NumGC=5555","level":"stat"}
+{"@timestamp":"2025-01-18T13:55:33.218+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=264.5Mi, Sys=14.1Mi, NumGC=5555","level":"stat"}
+{"@timestamp":"2025-01-18T13:56:33.216+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=264.5Mi, Sys=14.1Mi, NumGC=5556","level":"stat"}
+{"@timestamp":"2025-01-18T13:57:33.215+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=264.5Mi, Sys=14.1Mi, NumGC=5556","level":"stat"}
+{"@timestamp":"2025-01-18T13:58:33.233+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=264.5Mi, Sys=14.1Mi, NumGC=5557","level":"stat"}
+{"@timestamp":"2025-01-18T13:59:33.264+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=264.6Mi, Sys=14.1Mi, NumGC=5557","level":"stat"}
+{"@timestamp":"2025-01-18T14:00:33.265+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=264.6Mi, Sys=14.1Mi, NumGC=5558","level":"stat"}
+{"@timestamp":"2025-01-18T14:01:33.263+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=264.6Mi, Sys=14.1Mi, NumGC=5558","level":"stat"}
+{"@timestamp":"2025-01-18T14:02:33.265+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=264.6Mi, Sys=14.1Mi, NumGC=5559","level":"stat"}
+{"@timestamp":"2025-01-18T14:03:33.263+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=264.7Mi, Sys=14.1Mi, NumGC=5559","level":"stat"}
+{"@timestamp":"2025-01-18T14:04:33.264+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=264.7Mi, Sys=14.1Mi, NumGC=5560","level":"stat"}
+{"@timestamp":"2025-01-18T14:05:33.263+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=264.7Mi, Sys=14.1Mi, NumGC=5560","level":"stat"}
+{"@timestamp":"2025-01-18T14:06:33.265+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=264.7Mi, Sys=14.1Mi, NumGC=5561","level":"stat"}
+{"@timestamp":"2025-01-18T14:07:33.265+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=264.7Mi, Sys=14.1Mi, NumGC=5561","level":"stat"}
+{"@timestamp":"2025-01-18T14:08:33.263+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=264.8Mi, Sys=14.1Mi, NumGC=5562","level":"stat"}
+{"@timestamp":"2025-01-18T14:09:33.264+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=264.8Mi, Sys=14.1Mi, NumGC=5562","level":"stat"}
+{"@timestamp":"2025-01-18T14:10:33.264+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=264.8Mi, Sys=14.1Mi, NumGC=5563","level":"stat"}
+{"@timestamp":"2025-01-18T14:11:33.264+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=264.8Mi, Sys=14.1Mi, NumGC=5563","level":"stat"}
+{"@timestamp":"2025-01-18T14:12:33.265+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=264.8Mi, Sys=14.1Mi, NumGC=5564","level":"stat"}
+{"@timestamp":"2025-01-18T14:13:33.265+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=264.8Mi, Sys=14.1Mi, NumGC=5564","level":"stat"}
+{"@timestamp":"2025-01-18T14:14:33.239+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=264.9Mi, Sys=14.1Mi, NumGC=5565","level":"stat"}
+{"@timestamp":"2025-01-18T14:30:59.736+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=264.9Mi, Sys=14.1Mi, NumGC=5565","level":"stat"}
+{"@timestamp":"2025-01-18T14:31:59.737+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=264.9Mi, Sys=14.1Mi, NumGC=5566","level":"stat"}
+{"@timestamp":"2025-01-18T14:32:59.737+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=264.9Mi, Sys=14.1Mi, NumGC=5566","level":"stat"}
+{"@timestamp":"2025-01-18T14:33:59.737+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=265.0Mi, Sys=14.1Mi, NumGC=5567","level":"stat"}
+{"@timestamp":"2025-01-18T14:34:59.737+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=265.0Mi, Sys=14.1Mi, NumGC=5567","level":"stat"}
+{"@timestamp":"2025-01-18T14:35:59.736+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=265.0Mi, Sys=14.1Mi, NumGC=5568","level":"stat"}
+{"@timestamp":"2025-01-18T14:36:59.734+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=265.0Mi, Sys=14.1Mi, NumGC=5568","level":"stat"}
+{"@timestamp":"2025-01-18T14:37:59.734+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=265.0Mi, Sys=14.1Mi, NumGC=5569","level":"stat"}
+{"@timestamp":"2025-01-18T14:38:59.735+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=265.1Mi, Sys=14.1Mi, NumGC=5569","level":"stat"}
+{"@timestamp":"2025-01-18T14:39:59.735+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=265.1Mi, Sys=14.1Mi, NumGC=5570","level":"stat"}
+{"@timestamp":"2025-01-18T14:40:59.735+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=265.1Mi, Sys=14.1Mi, NumGC=5570","level":"stat"}
+{"@timestamp":"2025-01-18T14:41:59.733+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=265.1Mi, Sys=14.1Mi, NumGC=5571","level":"stat"}
+{"@timestamp":"2025-01-18T14:42:59.734+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=265.1Mi, Sys=14.1Mi, NumGC=5571","level":"stat"}
+{"@timestamp":"2025-01-18T14:43:59.734+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=265.2Mi, Sys=14.1Mi, NumGC=5572","level":"stat"}
+{"@timestamp":"2025-01-18T14:44:59.733+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=265.2Mi, Sys=14.1Mi, NumGC=5572","level":"stat"}
+{"@timestamp":"2025-01-18T14:45:59.731+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=265.2Mi, Sys=14.1Mi, NumGC=5573","level":"stat"}
+{"@timestamp":"2025-01-18T14:46:59.731+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=265.2Mi, Sys=14.1Mi, NumGC=5573","level":"stat"}
+{"@timestamp":"2025-01-18T14:47:59.732+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=265.2Mi, Sys=14.1Mi, NumGC=5574","level":"stat"}
+{"@timestamp":"2025-01-18T14:48:59.731+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=265.3Mi, Sys=14.1Mi, NumGC=5574","level":"stat"}
+{"@timestamp":"2025-01-18T14:49:59.731+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=265.3Mi, Sys=14.1Mi, NumGC=5575","level":"stat"}
+{"@timestamp":"2025-01-18T14:50:59.731+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=265.3Mi, Sys=14.1Mi, NumGC=5575","level":"stat"}
+{"@timestamp":"2025-01-18T14:51:59.731+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=265.3Mi, Sys=14.1Mi, NumGC=5576","level":"stat"}
+{"@timestamp":"2025-01-18T14:52:59.731+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=265.3Mi, Sys=14.1Mi, NumGC=5576","level":"stat"}
+{"@timestamp":"2025-01-18T14:53:59.730+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=265.4Mi, Sys=14.1Mi, NumGC=5577","level":"stat"}
+{"@timestamp":"2025-01-18T14:54:59.731+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=265.4Mi, Sys=14.1Mi, NumGC=5577","level":"stat"}
+{"@timestamp":"2025-01-18T14:55:59.729+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=265.4Mi, Sys=14.1Mi, NumGC=5578","level":"stat"}
+{"@timestamp":"2025-01-18T14:56:59.730+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=265.4Mi, Sys=14.1Mi, NumGC=5578","level":"stat"}
+{"@timestamp":"2025-01-18T14:57:59.730+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=265.4Mi, Sys=14.1Mi, NumGC=5579","level":"stat"}
+{"@timestamp":"2025-01-18T14:58:59.729+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=265.5Mi, Sys=14.1Mi, NumGC=5579","level":"stat"}
+{"@timestamp":"2025-01-18T14:59:59.728+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=265.5Mi, Sys=14.1Mi, NumGC=5580","level":"stat"}
+{"@timestamp":"2025-01-18T15:00:59.728+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=265.5Mi, Sys=14.1Mi, NumGC=5580","level":"stat"}
+{"@timestamp":"2025-01-18T15:01:59.728+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=265.5Mi, Sys=14.1Mi, NumGC=5581","level":"stat"}
+{"@timestamp":"2025-01-18T15:02:59.727+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=265.5Mi, Sys=14.1Mi, NumGC=5581","level":"stat"}
+{"@timestamp":"2025-01-18T15:03:59.728+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=265.6Mi, Sys=14.1Mi, NumGC=5582","level":"stat"}
+{"@timestamp":"2025-01-18T15:04:59.727+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=265.6Mi, Sys=14.1Mi, NumGC=5582","level":"stat"}
+{"@timestamp":"2025-01-18T15:05:59.727+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=265.6Mi, Sys=14.1Mi, NumGC=5583","level":"stat"}
+{"@timestamp":"2025-01-18T15:06:59.727+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=265.6Mi, Sys=14.1Mi, NumGC=5583","level":"stat"}
+{"@timestamp":"2025-01-18T15:07:59.726+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=265.6Mi, Sys=14.1Mi, NumGC=5584","level":"stat"}
+{"@timestamp":"2025-01-18T15:08:59.726+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=265.7Mi, Sys=14.1Mi, NumGC=5584","level":"stat"}
+{"@timestamp":"2025-01-18T15:09:59.726+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=265.7Mi, Sys=14.1Mi, NumGC=5585","level":"stat"}
+{"@timestamp":"2025-01-18T15:10:59.724+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=265.7Mi, Sys=14.1Mi, NumGC=5585","level":"stat"}
+{"@timestamp":"2025-01-18T15:11:59.725+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=265.7Mi, Sys=14.1Mi, NumGC=5586","level":"stat"}
+{"@timestamp":"2025-01-18T15:12:59.725+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=265.7Mi, Sys=14.1Mi, NumGC=5586","level":"stat"}
+{"@timestamp":"2025-01-18T15:13:59.724+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=265.8Mi, Sys=14.1Mi, NumGC=5587","level":"stat"}
+{"@timestamp":"2025-01-18T15:14:59.724+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=265.8Mi, Sys=14.1Mi, NumGC=5587","level":"stat"}
+{"@timestamp":"2025-01-18T15:15:59.722+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=265.8Mi, Sys=14.1Mi, NumGC=5588","level":"stat"}
+{"@timestamp":"2025-01-18T15:16:59.724+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=265.8Mi, Sys=14.1Mi, NumGC=5588","level":"stat"}
+{"@timestamp":"2025-01-18T15:17:59.723+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=265.8Mi, Sys=14.1Mi, NumGC=5589","level":"stat"}
+{"@timestamp":"2025-01-18T15:18:59.723+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=265.9Mi, Sys=14.1Mi, NumGC=5589","level":"stat"}
+{"@timestamp":"2025-01-18T15:19:59.722+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=265.9Mi, Sys=14.1Mi, NumGC=5590","level":"stat"}
+{"@timestamp":"2025-01-18T15:20:59.722+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=265.9Mi, Sys=14.1Mi, NumGC=5590","level":"stat"}
+{"@timestamp":"2025-01-18T15:21:59.721+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=265.9Mi, Sys=14.1Mi, NumGC=5591","level":"stat"}
+{"@timestamp":"2025-01-18T15:26:23.271+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=265.9Mi, Sys=14.1Mi, NumGC=5591","level":"stat"}

+ 1041 - 0
app/mq/kafka/logs/stat.log-2025-01-11

@@ -0,0 +1,1041 @@
+{"@timestamp":"2025-01-11T00:00:10.340+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=103.5Mi, Sys=14.1Mi, NumGC=1601","level":"stat"}
+{"@timestamp":"2025-01-11T00:01:10.339+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=103.5Mi, Sys=14.1Mi, NumGC=1601","level":"stat"}
+{"@timestamp":"2025-01-11T00:02:10.339+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=103.5Mi, Sys=14.1Mi, NumGC=1602","level":"stat"}
+{"@timestamp":"2025-01-11T00:03:10.338+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=103.6Mi, Sys=14.1Mi, NumGC=1602","level":"stat"}
+{"@timestamp":"2025-01-11T00:04:10.337+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=103.6Mi, Sys=14.1Mi, NumGC=1603","level":"stat"}
+{"@timestamp":"2025-01-11T00:05:10.337+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=103.6Mi, Sys=14.1Mi, NumGC=1603","level":"stat"}
+{"@timestamp":"2025-01-11T00:06:10.336+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=103.6Mi, Sys=14.1Mi, NumGC=1604","level":"stat"}
+{"@timestamp":"2025-01-11T00:07:10.335+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=103.6Mi, Sys=14.1Mi, NumGC=1604","level":"stat"}
+{"@timestamp":"2025-01-11T00:08:10.335+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=103.7Mi, Sys=14.1Mi, NumGC=1605","level":"stat"}
+{"@timestamp":"2025-01-11T00:09:10.334+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=103.7Mi, Sys=14.1Mi, NumGC=1605","level":"stat"}
+{"@timestamp":"2025-01-11T00:10:10.333+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=103.7Mi, Sys=14.1Mi, NumGC=1606","level":"stat"}
+{"@timestamp":"2025-01-11T00:11:10.333+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=103.7Mi, Sys=14.1Mi, NumGC=1606","level":"stat"}
+{"@timestamp":"2025-01-11T00:12:10.332+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=103.7Mi, Sys=14.1Mi, NumGC=1607","level":"stat"}
+{"@timestamp":"2025-01-11T00:13:10.331+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=103.8Mi, Sys=14.1Mi, NumGC=1607","level":"stat"}
+{"@timestamp":"2025-01-11T00:14:10.331+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=103.8Mi, Sys=14.1Mi, NumGC=1608","level":"stat"}
+{"@timestamp":"2025-01-11T00:15:10.330+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=103.8Mi, Sys=14.1Mi, NumGC=1608","level":"stat"}
+{"@timestamp":"2025-01-11T00:16:10.330+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=103.8Mi, Sys=14.1Mi, NumGC=1609","level":"stat"}
+{"@timestamp":"2025-01-11T00:17:10.329+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=103.8Mi, Sys=14.1Mi, NumGC=1609","level":"stat"}
+{"@timestamp":"2025-01-11T00:18:10.328+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=103.9Mi, Sys=14.1Mi, NumGC=1610","level":"stat"}
+{"@timestamp":"2025-01-11T00:19:10.328+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=103.9Mi, Sys=14.1Mi, NumGC=1610","level":"stat"}
+{"@timestamp":"2025-01-11T00:20:10.327+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=103.9Mi, Sys=14.1Mi, NumGC=1611","level":"stat"}
+{"@timestamp":"2025-01-11T00:21:10.326+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=103.9Mi, Sys=14.1Mi, NumGC=1611","level":"stat"}
+{"@timestamp":"2025-01-11T00:22:10.325+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=103.9Mi, Sys=14.1Mi, NumGC=1612","level":"stat"}
+{"@timestamp":"2025-01-11T00:23:10.325+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=104.0Mi, Sys=14.1Mi, NumGC=1612","level":"stat"}
+{"@timestamp":"2025-01-11T00:24:10.324+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=104.0Mi, Sys=14.1Mi, NumGC=1613","level":"stat"}
+{"@timestamp":"2025-01-11T00:25:10.324+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=104.0Mi, Sys=14.1Mi, NumGC=1613","level":"stat"}
+{"@timestamp":"2025-01-11T00:26:10.323+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=104.0Mi, Sys=14.1Mi, NumGC=1614","level":"stat"}
+{"@timestamp":"2025-01-11T00:27:10.322+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=104.0Mi, Sys=14.1Mi, NumGC=1614","level":"stat"}
+{"@timestamp":"2025-01-11T00:28:10.322+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=104.1Mi, Sys=14.1Mi, NumGC=1615","level":"stat"}
+{"@timestamp":"2025-01-11T00:29:10.346+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=104.1Mi, Sys=14.1Mi, NumGC=1615","level":"stat"}
+{"@timestamp":"2025-01-11T00:30:10.347+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=104.1Mi, Sys=14.1Mi, NumGC=1616","level":"stat"}
+{"@timestamp":"2025-01-11T00:31:10.347+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=104.1Mi, Sys=14.1Mi, NumGC=1616","level":"stat"}
+{"@timestamp":"2025-01-11T00:32:10.347+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=104.2Mi, Sys=14.1Mi, NumGC=1617","level":"stat"}
+{"@timestamp":"2025-01-11T00:33:10.346+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=104.2Mi, Sys=14.1Mi, NumGC=1617","level":"stat"}
+{"@timestamp":"2025-01-11T00:34:10.346+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=104.2Mi, Sys=14.1Mi, NumGC=1618","level":"stat"}
+{"@timestamp":"2025-01-11T00:35:10.346+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=104.2Mi, Sys=14.1Mi, NumGC=1618","level":"stat"}
+{"@timestamp":"2025-01-11T00:36:10.345+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=104.2Mi, Sys=14.1Mi, NumGC=1619","level":"stat"}
+{"@timestamp":"2025-01-11T00:37:10.345+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=104.3Mi, Sys=14.1Mi, NumGC=1619","level":"stat"}
+{"@timestamp":"2025-01-11T00:38:10.345+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=104.3Mi, Sys=14.1Mi, NumGC=1620","level":"stat"}
+{"@timestamp":"2025-01-11T00:39:10.345+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=104.3Mi, Sys=14.1Mi, NumGC=1620","level":"stat"}
+{"@timestamp":"2025-01-11T00:40:10.344+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=104.3Mi, Sys=14.1Mi, NumGC=1621","level":"stat"}
+{"@timestamp":"2025-01-11T00:41:10.344+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=104.3Mi, Sys=14.1Mi, NumGC=1621","level":"stat"}
+{"@timestamp":"2025-01-11T00:42:10.344+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=104.4Mi, Sys=14.1Mi, NumGC=1622","level":"stat"}
+{"@timestamp":"2025-01-11T00:43:10.343+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=104.4Mi, Sys=14.1Mi, NumGC=1622","level":"stat"}
+{"@timestamp":"2025-01-11T00:44:10.343+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=104.4Mi, Sys=14.1Mi, NumGC=1623","level":"stat"}
+{"@timestamp":"2025-01-11T00:45:10.292+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=104.4Mi, Sys=14.1Mi, NumGC=1623","level":"stat"}
+{"@timestamp":"2025-01-11T00:46:10.291+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=104.4Mi, Sys=14.1Mi, NumGC=1624","level":"stat"}
+{"@timestamp":"2025-01-11T00:47:10.290+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=104.5Mi, Sys=14.1Mi, NumGC=1624","level":"stat"}
+{"@timestamp":"2025-01-11T00:48:10.289+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=104.5Mi, Sys=14.1Mi, NumGC=1625","level":"stat"}
+{"@timestamp":"2025-01-11T00:49:10.288+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=104.5Mi, Sys=14.1Mi, NumGC=1625","level":"stat"}
+{"@timestamp":"2025-01-11T00:50:10.287+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=104.5Mi, Sys=14.1Mi, NumGC=1626","level":"stat"}
+{"@timestamp":"2025-01-11T00:51:10.287+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=104.5Mi, Sys=14.1Mi, NumGC=1626","level":"stat"}
+{"@timestamp":"2025-01-11T00:52:10.286+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=104.6Mi, Sys=14.1Mi, NumGC=1627","level":"stat"}
+{"@timestamp":"2025-01-11T00:53:10.285+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=104.6Mi, Sys=14.1Mi, NumGC=1627","level":"stat"}
+{"@timestamp":"2025-01-11T00:54:10.284+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=104.6Mi, Sys=14.1Mi, NumGC=1628","level":"stat"}
+{"@timestamp":"2025-01-11T00:55:10.283+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=104.6Mi, Sys=14.1Mi, NumGC=1628","level":"stat"}
+{"@timestamp":"2025-01-11T00:56:10.282+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=104.6Mi, Sys=14.1Mi, NumGC=1629","level":"stat"}
+{"@timestamp":"2025-01-11T00:57:10.281+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=104.7Mi, Sys=14.1Mi, NumGC=1629","level":"stat"}
+{"@timestamp":"2025-01-11T00:58:10.280+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=104.7Mi, Sys=14.1Mi, NumGC=1630","level":"stat"}
+{"@timestamp":"2025-01-11T00:59:10.279+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=104.7Mi, Sys=14.1Mi, NumGC=1630","level":"stat"}
+{"@timestamp":"2025-01-11T01:00:10.266+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=104.7Mi, Sys=14.1Mi, NumGC=1631","level":"stat"}
+{"@timestamp":"2025-01-11T01:01:10.265+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=104.7Mi, Sys=14.1Mi, NumGC=1631","level":"stat"}
+{"@timestamp":"2025-01-11T01:02:10.264+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=104.8Mi, Sys=14.1Mi, NumGC=1632","level":"stat"}
+{"@timestamp":"2025-01-11T01:03:10.263+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=104.8Mi, Sys=14.1Mi, NumGC=1632","level":"stat"}
+{"@timestamp":"2025-01-11T01:04:10.262+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=104.8Mi, Sys=14.1Mi, NumGC=1633","level":"stat"}
+{"@timestamp":"2025-01-11T01:05:10.261+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=104.8Mi, Sys=14.1Mi, NumGC=1633","level":"stat"}
+{"@timestamp":"2025-01-11T01:06:10.260+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=104.8Mi, Sys=14.1Mi, NumGC=1634","level":"stat"}
+{"@timestamp":"2025-01-11T01:07:10.259+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=104.9Mi, Sys=14.1Mi, NumGC=1634","level":"stat"}
+{"@timestamp":"2025-01-11T01:08:10.258+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=104.9Mi, Sys=14.1Mi, NumGC=1635","level":"stat"}
+{"@timestamp":"2025-01-11T01:09:10.257+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=104.9Mi, Sys=14.1Mi, NumGC=1635","level":"stat"}
+{"@timestamp":"2025-01-11T01:10:10.255+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=104.9Mi, Sys=14.1Mi, NumGC=1636","level":"stat"}
+{"@timestamp":"2025-01-11T01:11:10.255+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=104.9Mi, Sys=14.1Mi, NumGC=1636","level":"stat"}
+{"@timestamp":"2025-01-11T01:12:10.254+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=105.0Mi, Sys=14.1Mi, NumGC=1637","level":"stat"}
+{"@timestamp":"2025-01-11T01:13:10.253+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=105.0Mi, Sys=14.1Mi, NumGC=1637","level":"stat"}
+{"@timestamp":"2025-01-11T01:14:10.253+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=105.0Mi, Sys=14.1Mi, NumGC=1638","level":"stat"}
+{"@timestamp":"2025-01-11T01:15:10.250+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=105.0Mi, Sys=14.1Mi, NumGC=1638","level":"stat"}
+{"@timestamp":"2025-01-11T01:16:10.250+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=105.0Mi, Sys=14.1Mi, NumGC=1639","level":"stat"}
+{"@timestamp":"2025-01-11T01:17:10.249+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=105.1Mi, Sys=14.1Mi, NumGC=1639","level":"stat"}
+{"@timestamp":"2025-01-11T01:18:10.290+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=105.1Mi, Sys=14.1Mi, NumGC=1640","level":"stat"}
+{"@timestamp":"2025-01-11T01:19:10.294+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=105.1Mi, Sys=14.1Mi, NumGC=1640","level":"stat"}
+{"@timestamp":"2025-01-11T01:20:10.293+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=105.1Mi, Sys=14.1Mi, NumGC=1641","level":"stat"}
+{"@timestamp":"2025-01-11T01:21:10.293+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=105.1Mi, Sys=14.1Mi, NumGC=1641","level":"stat"}
+{"@timestamp":"2025-01-11T01:22:10.293+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=105.2Mi, Sys=14.1Mi, NumGC=1642","level":"stat"}
+{"@timestamp":"2025-01-11T01:23:10.292+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=105.2Mi, Sys=14.1Mi, NumGC=1642","level":"stat"}
+{"@timestamp":"2025-01-11T01:24:10.292+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=105.2Mi, Sys=14.1Mi, NumGC=1643","level":"stat"}
+{"@timestamp":"2025-01-11T01:25:10.291+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=105.2Mi, Sys=14.1Mi, NumGC=1643","level":"stat"}
+{"@timestamp":"2025-01-11T01:26:10.290+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=105.2Mi, Sys=14.1Mi, NumGC=1644","level":"stat"}
+{"@timestamp":"2025-01-11T01:27:10.290+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=105.3Mi, Sys=14.1Mi, NumGC=1644","level":"stat"}
+{"@timestamp":"2025-01-11T01:28:10.290+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=105.3Mi, Sys=14.1Mi, NumGC=1645","level":"stat"}
+{"@timestamp":"2025-01-11T01:29:10.289+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=105.3Mi, Sys=14.1Mi, NumGC=1645","level":"stat"}
+{"@timestamp":"2025-01-11T01:30:10.289+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=105.3Mi, Sys=14.1Mi, NumGC=1646","level":"stat"}
+{"@timestamp":"2025-01-11T01:31:10.288+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=105.3Mi, Sys=14.1Mi, NumGC=1646","level":"stat"}
+{"@timestamp":"2025-01-11T01:32:10.287+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=105.4Mi, Sys=14.1Mi, NumGC=1647","level":"stat"}
+{"@timestamp":"2025-01-11T01:33:10.287+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=105.4Mi, Sys=14.1Mi, NumGC=1647","level":"stat"}
+{"@timestamp":"2025-01-11T01:34:10.286+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=105.4Mi, Sys=14.1Mi, NumGC=1648","level":"stat"}
+{"@timestamp":"2025-01-11T01:35:10.286+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=105.4Mi, Sys=14.1Mi, NumGC=1648","level":"stat"}
+{"@timestamp":"2025-01-11T01:36:10.286+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=105.4Mi, Sys=14.1Mi, NumGC=1649","level":"stat"}
+{"@timestamp":"2025-01-11T01:37:10.286+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=105.5Mi, Sys=14.1Mi, NumGC=1649","level":"stat"}
+{"@timestamp":"2025-01-11T01:38:10.285+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=105.5Mi, Sys=14.1Mi, NumGC=1650","level":"stat"}
+{"@timestamp":"2025-01-11T01:39:10.284+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=105.5Mi, Sys=14.1Mi, NumGC=1650","level":"stat"}
+{"@timestamp":"2025-01-11T01:40:10.295+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=105.5Mi, Sys=14.1Mi, NumGC=1651","level":"stat"}
+{"@timestamp":"2025-01-11T01:41:10.311+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=105.5Mi, Sys=14.1Mi, NumGC=1651","level":"stat"}
+{"@timestamp":"2025-01-11T01:42:10.312+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=105.6Mi, Sys=14.1Mi, NumGC=1652","level":"stat"}
+{"@timestamp":"2025-01-11T01:43:10.312+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=105.6Mi, Sys=14.1Mi, NumGC=1652","level":"stat"}
+{"@timestamp":"2025-01-11T01:44:10.311+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=105.6Mi, Sys=14.1Mi, NumGC=1653","level":"stat"}
+{"@timestamp":"2025-01-11T01:45:10.311+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=105.6Mi, Sys=14.1Mi, NumGC=1653","level":"stat"}
+{"@timestamp":"2025-01-11T01:46:10.311+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=105.6Mi, Sys=14.1Mi, NumGC=1654","level":"stat"}
+{"@timestamp":"2025-01-11T01:47:10.311+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=105.7Mi, Sys=14.1Mi, NumGC=1654","level":"stat"}
+{"@timestamp":"2025-01-11T01:48:10.311+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=105.7Mi, Sys=14.1Mi, NumGC=1655","level":"stat"}
+{"@timestamp":"2025-01-11T01:49:10.311+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=105.7Mi, Sys=14.1Mi, NumGC=1655","level":"stat"}
+{"@timestamp":"2025-01-11T01:50:10.311+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=105.7Mi, Sys=14.1Mi, NumGC=1656","level":"stat"}
+{"@timestamp":"2025-01-11T01:51:10.310+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=105.7Mi, Sys=14.1Mi, NumGC=1656","level":"stat"}
+{"@timestamp":"2025-01-11T01:52:10.311+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=105.8Mi, Sys=14.1Mi, NumGC=1657","level":"stat"}
+{"@timestamp":"2025-01-11T01:53:10.310+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=105.8Mi, Sys=14.1Mi, NumGC=1657","level":"stat"}
+{"@timestamp":"2025-01-11T01:54:10.310+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=105.8Mi, Sys=14.1Mi, NumGC=1658","level":"stat"}
+{"@timestamp":"2025-01-11T01:55:10.310+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=105.8Mi, Sys=14.1Mi, NumGC=1658","level":"stat"}
+{"@timestamp":"2025-01-11T01:56:10.367+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=105.8Mi, Sys=14.1Mi, NumGC=1659","level":"stat"}
+{"@timestamp":"2025-01-11T01:57:10.369+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=105.9Mi, Sys=14.1Mi, NumGC=1659","level":"stat"}
+{"@timestamp":"2025-01-11T01:58:10.368+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=105.9Mi, Sys=14.1Mi, NumGC=1660","level":"stat"}
+{"@timestamp":"2025-01-11T01:59:10.370+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=105.9Mi, Sys=14.1Mi, NumGC=1660","level":"stat"}
+{"@timestamp":"2025-01-11T02:00:10.370+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=105.9Mi, Sys=14.1Mi, NumGC=1661","level":"stat"}
+{"@timestamp":"2025-01-11T02:01:10.371+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=105.9Mi, Sys=14.1Mi, NumGC=1661","level":"stat"}
+{"@timestamp":"2025-01-11T02:02:10.370+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=106.0Mi, Sys=14.1Mi, NumGC=1662","level":"stat"}
+{"@timestamp":"2025-01-11T02:03:10.371+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=106.0Mi, Sys=14.1Mi, NumGC=1662","level":"stat"}
+{"@timestamp":"2025-01-11T02:04:10.372+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=106.0Mi, Sys=14.1Mi, NumGC=1663","level":"stat"}
+{"@timestamp":"2025-01-11T02:05:10.375+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=106.0Mi, Sys=14.1Mi, NumGC=1663","level":"stat"}
+{"@timestamp":"2025-01-11T02:06:10.373+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=106.0Mi, Sys=14.1Mi, NumGC=1664","level":"stat"}
+{"@timestamp":"2025-01-11T02:07:10.374+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=106.1Mi, Sys=14.1Mi, NumGC=1664","level":"stat"}
+{"@timestamp":"2025-01-11T02:08:10.374+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=106.1Mi, Sys=14.1Mi, NumGC=1665","level":"stat"}
+{"@timestamp":"2025-01-11T02:09:10.375+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=106.1Mi, Sys=14.1Mi, NumGC=1665","level":"stat"}
+{"@timestamp":"2025-01-11T02:10:10.376+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=106.1Mi, Sys=14.1Mi, NumGC=1666","level":"stat"}
+{"@timestamp":"2025-01-11T02:11:10.376+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=106.1Mi, Sys=14.1Mi, NumGC=1666","level":"stat"}
+{"@timestamp":"2025-01-11T02:12:10.377+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=106.2Mi, Sys=14.1Mi, NumGC=1667","level":"stat"}
+{"@timestamp":"2025-01-11T02:13:10.397+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=106.2Mi, Sys=14.1Mi, NumGC=1667","level":"stat"}
+{"@timestamp":"2025-01-11T02:14:10.402+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=106.2Mi, Sys=14.1Mi, NumGC=1668","level":"stat"}
+{"@timestamp":"2025-01-11T02:15:10.403+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=106.2Mi, Sys=14.1Mi, NumGC=1668","level":"stat"}
+{"@timestamp":"2025-01-11T02:16:10.403+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=106.2Mi, Sys=14.1Mi, NumGC=1669","level":"stat"}
+{"@timestamp":"2025-01-11T02:17:10.405+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=106.3Mi, Sys=14.1Mi, NumGC=1669","level":"stat"}
+{"@timestamp":"2025-01-11T02:18:10.406+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=106.3Mi, Sys=14.1Mi, NumGC=1670","level":"stat"}
+{"@timestamp":"2025-01-11T02:19:10.407+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=106.3Mi, Sys=14.1Mi, NumGC=1670","level":"stat"}
+{"@timestamp":"2025-01-11T02:20:10.407+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=106.3Mi, Sys=14.1Mi, NumGC=1671","level":"stat"}
+{"@timestamp":"2025-01-11T02:21:10.408+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=106.3Mi, Sys=14.1Mi, NumGC=1671","level":"stat"}
+{"@timestamp":"2025-01-11T02:22:10.409+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=106.4Mi, Sys=14.1Mi, NumGC=1672","level":"stat"}
+{"@timestamp":"2025-01-11T02:23:10.409+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=106.4Mi, Sys=14.1Mi, NumGC=1672","level":"stat"}
+{"@timestamp":"2025-01-11T02:24:10.410+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=106.4Mi, Sys=14.1Mi, NumGC=1673","level":"stat"}
+{"@timestamp":"2025-01-11T02:25:10.411+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=106.4Mi, Sys=14.1Mi, NumGC=1673","level":"stat"}
+{"@timestamp":"2025-01-11T02:26:10.412+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=106.4Mi, Sys=14.1Mi, NumGC=1674","level":"stat"}
+{"@timestamp":"2025-01-11T02:27:10.413+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=106.5Mi, Sys=14.1Mi, NumGC=1674","level":"stat"}
+{"@timestamp":"2025-01-11T02:28:10.413+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=106.5Mi, Sys=14.1Mi, NumGC=1675","level":"stat"}
+{"@timestamp":"2025-01-11T02:29:10.415+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=106.5Mi, Sys=14.1Mi, NumGC=1675","level":"stat"}
+{"@timestamp":"2025-01-11T02:30:10.416+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=106.5Mi, Sys=14.1Mi, NumGC=1676","level":"stat"}
+{"@timestamp":"2025-01-11T02:31:10.416+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=106.6Mi, Sys=14.1Mi, NumGC=1676","level":"stat"}
+{"@timestamp":"2025-01-11T02:32:10.417+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=106.6Mi, Sys=14.1Mi, NumGC=1677","level":"stat"}
+{"@timestamp":"2025-01-11T02:33:10.418+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=106.6Mi, Sys=14.1Mi, NumGC=1677","level":"stat"}
+{"@timestamp":"2025-01-11T02:34:10.419+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=106.6Mi, Sys=14.1Mi, NumGC=1678","level":"stat"}
+{"@timestamp":"2025-01-11T02:35:10.420+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=106.6Mi, Sys=14.1Mi, NumGC=1678","level":"stat"}
+{"@timestamp":"2025-01-11T02:36:10.420+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=106.6Mi, Sys=14.1Mi, NumGC=1679","level":"stat"}
+{"@timestamp":"2025-01-11T02:37:10.422+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=106.7Mi, Sys=14.1Mi, NumGC=1679","level":"stat"}
+{"@timestamp":"2025-01-11T02:38:10.422+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=106.7Mi, Sys=14.1Mi, NumGC=1680","level":"stat"}
+{"@timestamp":"2025-01-11T02:39:10.423+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=106.7Mi, Sys=14.1Mi, NumGC=1680","level":"stat"}
+{"@timestamp":"2025-01-11T02:40:10.424+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=106.7Mi, Sys=14.1Mi, NumGC=1681","level":"stat"}
+{"@timestamp":"2025-01-11T02:41:10.425+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=106.8Mi, Sys=14.1Mi, NumGC=1681","level":"stat"}
+{"@timestamp":"2025-01-11T02:42:10.426+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=106.8Mi, Sys=14.1Mi, NumGC=1682","level":"stat"}
+{"@timestamp":"2025-01-11T02:43:10.427+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=106.8Mi, Sys=14.1Mi, NumGC=1682","level":"stat"}
+{"@timestamp":"2025-01-11T02:44:10.427+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=106.8Mi, Sys=14.1Mi, NumGC=1683","level":"stat"}
+{"@timestamp":"2025-01-11T02:45:10.428+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=106.8Mi, Sys=14.1Mi, NumGC=1683","level":"stat"}
+{"@timestamp":"2025-01-11T02:46:10.429+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=106.9Mi, Sys=14.1Mi, NumGC=1684","level":"stat"}
+{"@timestamp":"2025-01-11T02:47:10.430+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=106.9Mi, Sys=14.1Mi, NumGC=1684","level":"stat"}
+{"@timestamp":"2025-01-11T02:48:10.432+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=106.9Mi, Sys=14.1Mi, NumGC=1684","level":"stat"}
+{"@timestamp":"2025-01-11T02:49:10.431+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=106.9Mi, Sys=14.1Mi, NumGC=1685","level":"stat"}
+{"@timestamp":"2025-01-11T02:50:10.429+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=106.9Mi, Sys=14.1Mi, NumGC=1685","level":"stat"}
+{"@timestamp":"2025-01-11T02:51:10.430+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=107.0Mi, Sys=14.1Mi, NumGC=1686","level":"stat"}
+{"@timestamp":"2025-01-11T02:52:10.430+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=107.0Mi, Sys=14.1Mi, NumGC=1686","level":"stat"}
+{"@timestamp":"2025-01-11T02:53:10.431+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=107.0Mi, Sys=14.1Mi, NumGC=1687","level":"stat"}
+{"@timestamp":"2025-01-11T02:54:10.432+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=107.0Mi, Sys=14.1Mi, NumGC=1687","level":"stat"}
+{"@timestamp":"2025-01-11T02:55:10.433+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=107.0Mi, Sys=14.1Mi, NumGC=1688","level":"stat"}
+{"@timestamp":"2025-01-11T02:56:10.434+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=107.1Mi, Sys=14.1Mi, NumGC=1688","level":"stat"}
+{"@timestamp":"2025-01-11T02:57:10.435+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=107.1Mi, Sys=14.1Mi, NumGC=1689","level":"stat"}
+{"@timestamp":"2025-01-11T02:58:10.435+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=107.1Mi, Sys=14.1Mi, NumGC=1689","level":"stat"}
+{"@timestamp":"2025-01-11T02:59:10.436+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=107.1Mi, Sys=14.1Mi, NumGC=1690","level":"stat"}
+{"@timestamp":"2025-01-11T03:00:10.437+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=107.2Mi, Sys=14.1Mi, NumGC=1690","level":"stat"}
+{"@timestamp":"2025-01-11T03:01:10.438+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=107.2Mi, Sys=14.1Mi, NumGC=1691","level":"stat"}
+{"@timestamp":"2025-01-11T03:02:10.439+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=107.2Mi, Sys=14.1Mi, NumGC=1691","level":"stat"}
+{"@timestamp":"2025-01-11T03:03:10.439+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=107.2Mi, Sys=14.1Mi, NumGC=1692","level":"stat"}
+{"@timestamp":"2025-01-11T03:04:10.440+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=107.2Mi, Sys=14.1Mi, NumGC=1692","level":"stat"}
+{"@timestamp":"2025-01-11T03:05:10.435+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=107.3Mi, Sys=14.1Mi, NumGC=1693","level":"stat"}
+{"@timestamp":"2025-01-11T03:06:10.436+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=107.3Mi, Sys=14.1Mi, NumGC=1693","level":"stat"}
+{"@timestamp":"2025-01-11T03:07:10.437+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=107.3Mi, Sys=14.1Mi, NumGC=1694","level":"stat"}
+{"@timestamp":"2025-01-11T03:08:10.438+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=107.3Mi, Sys=14.1Mi, NumGC=1694","level":"stat"}
+{"@timestamp":"2025-01-11T03:09:10.438+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=107.3Mi, Sys=14.1Mi, NumGC=1695","level":"stat"}
+{"@timestamp":"2025-01-11T03:10:10.439+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=107.4Mi, Sys=14.1Mi, NumGC=1695","level":"stat"}
+{"@timestamp":"2025-01-11T03:11:10.440+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=107.4Mi, Sys=14.1Mi, NumGC=1696","level":"stat"}
+{"@timestamp":"2025-01-11T03:12:10.440+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=107.4Mi, Sys=14.1Mi, NumGC=1696","level":"stat"}
+{"@timestamp":"2025-01-11T03:13:10.441+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=107.4Mi, Sys=14.1Mi, NumGC=1697","level":"stat"}
+{"@timestamp":"2025-01-11T03:14:10.442+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=107.4Mi, Sys=14.1Mi, NumGC=1697","level":"stat"}
+{"@timestamp":"2025-01-11T03:15:10.443+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=107.5Mi, Sys=14.1Mi, NumGC=1698","level":"stat"}
+{"@timestamp":"2025-01-11T03:16:10.443+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=107.5Mi, Sys=14.1Mi, NumGC=1698","level":"stat"}
+{"@timestamp":"2025-01-11T03:17:10.444+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=107.5Mi, Sys=14.1Mi, NumGC=1699","level":"stat"}
+{"@timestamp":"2025-01-11T03:18:10.444+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=107.5Mi, Sys=14.1Mi, NumGC=1699","level":"stat"}
+{"@timestamp":"2025-01-11T03:19:10.445+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=107.6Mi, Sys=14.1Mi, NumGC=1700","level":"stat"}
+{"@timestamp":"2025-01-11T03:20:10.439+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=107.6Mi, Sys=14.1Mi, NumGC=1700","level":"stat"}
+{"@timestamp":"2025-01-11T03:21:10.439+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=107.6Mi, Sys=14.1Mi, NumGC=1701","level":"stat"}
+{"@timestamp":"2025-01-11T03:22:10.439+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=107.6Mi, Sys=14.1Mi, NumGC=1701","level":"stat"}
+{"@timestamp":"2025-01-11T03:23:10.440+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=107.6Mi, Sys=14.1Mi, NumGC=1702","level":"stat"}
+{"@timestamp":"2025-01-11T03:24:10.441+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=107.7Mi, Sys=14.1Mi, NumGC=1702","level":"stat"}
+{"@timestamp":"2025-01-11T03:25:10.441+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=107.7Mi, Sys=14.1Mi, NumGC=1703","level":"stat"}
+{"@timestamp":"2025-01-11T03:26:10.442+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=107.7Mi, Sys=14.1Mi, NumGC=1703","level":"stat"}
+{"@timestamp":"2025-01-11T03:27:10.443+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=107.7Mi, Sys=14.1Mi, NumGC=1704","level":"stat"}
+{"@timestamp":"2025-01-11T03:28:10.443+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=107.7Mi, Sys=14.1Mi, NumGC=1704","level":"stat"}
+{"@timestamp":"2025-01-11T03:29:10.443+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=107.8Mi, Sys=14.1Mi, NumGC=1705","level":"stat"}
+{"@timestamp":"2025-01-11T03:30:10.444+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=107.8Mi, Sys=14.1Mi, NumGC=1705","level":"stat"}
+{"@timestamp":"2025-01-11T03:31:10.392+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=107.8Mi, Sys=14.1Mi, NumGC=1706","level":"stat"}
+{"@timestamp":"2025-01-11T03:32:10.392+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=107.8Mi, Sys=14.1Mi, NumGC=1706","level":"stat"}
+{"@timestamp":"2025-01-11T03:33:10.392+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=107.8Mi, Sys=14.1Mi, NumGC=1707","level":"stat"}
+{"@timestamp":"2025-01-11T03:34:10.392+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=107.9Mi, Sys=14.1Mi, NumGC=1707","level":"stat"}
+{"@timestamp":"2025-01-11T03:35:10.331+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=107.9Mi, Sys=14.1Mi, NumGC=1708","level":"stat"}
+{"@timestamp":"2025-01-11T03:51:18.969+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=107.9Mi, Sys=14.1Mi, NumGC=1708","level":"stat"}
+{"@timestamp":"2025-01-11T04:07:43.920+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=107.9Mi, Sys=14.1Mi, NumGC=1709","level":"stat"}
+{"@timestamp":"2025-01-11T04:08:43.930+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=108.0Mi, Sys=14.1Mi, NumGC=1709","level":"stat"}
+{"@timestamp":"2025-01-11T04:09:43.930+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=108.0Mi, Sys=14.1Mi, NumGC=1710","level":"stat"}
+{"@timestamp":"2025-01-11T04:10:43.929+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=108.0Mi, Sys=14.1Mi, NumGC=1710","level":"stat"}
+{"@timestamp":"2025-01-11T04:11:43.929+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=108.0Mi, Sys=14.1Mi, NumGC=1711","level":"stat"}
+{"@timestamp":"2025-01-11T04:12:43.926+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=108.0Mi, Sys=14.1Mi, NumGC=1711","level":"stat"}
+{"@timestamp":"2025-01-11T04:14:08.752+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=108.1Mi, Sys=14.1Mi, NumGC=1712","level":"stat"}
+{"@timestamp":"2025-01-11T04:30:10.298+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=108.1Mi, Sys=14.1Mi, NumGC=1712","level":"stat"}
+{"@timestamp":"2025-01-11T04:31:10.302+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=108.1Mi, Sys=14.1Mi, NumGC=1713","level":"stat"}
+{"@timestamp":"2025-01-11T04:32:10.301+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=108.1Mi, Sys=14.1Mi, NumGC=1713","level":"stat"}
+{"@timestamp":"2025-01-11T04:33:10.301+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=108.1Mi, Sys=14.1Mi, NumGC=1714","level":"stat"}
+{"@timestamp":"2025-01-11T04:49:35.242+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=108.2Mi, Sys=14.1Mi, NumGC=1714","level":"stat"}
+{"@timestamp":"2025-01-11T04:50:35.242+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=108.2Mi, Sys=14.1Mi, NumGC=1715","level":"stat"}
+{"@timestamp":"2025-01-11T04:51:35.242+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=108.2Mi, Sys=14.1Mi, NumGC=1715","level":"stat"}
+{"@timestamp":"2025-01-11T04:52:35.241+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=108.2Mi, Sys=14.1Mi, NumGC=1716","level":"stat"}
+{"@timestamp":"2025-01-11T04:53:35.241+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=108.2Mi, Sys=14.1Mi, NumGC=1716","level":"stat"}
+{"@timestamp":"2025-01-11T04:54:35.230+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=108.3Mi, Sys=14.1Mi, NumGC=1717","level":"stat"}
+{"@timestamp":"2025-01-11T04:55:35.210+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=108.3Mi, Sys=14.1Mi, NumGC=1717","level":"stat"}
+{"@timestamp":"2025-01-11T04:56:35.210+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=108.3Mi, Sys=14.1Mi, NumGC=1718","level":"stat"}
+{"@timestamp":"2025-01-11T04:57:35.209+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=108.3Mi, Sys=14.1Mi, NumGC=1718","level":"stat"}
+{"@timestamp":"2025-01-11T04:58:35.207+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=108.3Mi, Sys=14.1Mi, NumGC=1719","level":"stat"}
+{"@timestamp":"2025-01-11T04:59:35.208+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=108.4Mi, Sys=14.1Mi, NumGC=1719","level":"stat"}
+{"@timestamp":"2025-01-11T05:00:35.206+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=108.4Mi, Sys=14.1Mi, NumGC=1720","level":"stat"}
+{"@timestamp":"2025-01-11T05:01:35.206+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=108.4Mi, Sys=14.1Mi, NumGC=1720","level":"stat"}
+{"@timestamp":"2025-01-11T05:02:35.206+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=108.4Mi, Sys=14.1Mi, NumGC=1721","level":"stat"}
+{"@timestamp":"2025-01-11T05:03:35.205+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=108.4Mi, Sys=14.1Mi, NumGC=1721","level":"stat"}
+{"@timestamp":"2025-01-11T05:04:35.204+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=108.5Mi, Sys=14.1Mi, NumGC=1722","level":"stat"}
+{"@timestamp":"2025-01-11T05:05:35.203+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=108.5Mi, Sys=14.1Mi, NumGC=1722","level":"stat"}
+{"@timestamp":"2025-01-11T05:06:35.202+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=108.5Mi, Sys=14.1Mi, NumGC=1723","level":"stat"}
+{"@timestamp":"2025-01-11T05:07:35.202+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=108.5Mi, Sys=14.1Mi, NumGC=1723","level":"stat"}
+{"@timestamp":"2025-01-11T05:08:35.202+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=108.5Mi, Sys=14.1Mi, NumGC=1724","level":"stat"}
+{"@timestamp":"2025-01-11T05:09:35.199+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=108.6Mi, Sys=14.1Mi, NumGC=1724","level":"stat"}
+{"@timestamp":"2025-01-11T05:10:35.199+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=108.6Mi, Sys=14.1Mi, NumGC=1725","level":"stat"}
+{"@timestamp":"2025-01-11T05:11:35.199+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=108.6Mi, Sys=14.1Mi, NumGC=1725","level":"stat"}
+{"@timestamp":"2025-01-11T05:12:35.198+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=108.6Mi, Sys=14.1Mi, NumGC=1726","level":"stat"}
+{"@timestamp":"2025-01-11T05:13:35.197+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=108.6Mi, Sys=14.1Mi, NumGC=1726","level":"stat"}
+{"@timestamp":"2025-01-11T05:14:35.197+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=108.7Mi, Sys=14.1Mi, NumGC=1727","level":"stat"}
+{"@timestamp":"2025-01-11T05:15:35.196+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=108.7Mi, Sys=14.1Mi, NumGC=1727","level":"stat"}
+{"@timestamp":"2025-01-11T05:16:35.196+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=108.7Mi, Sys=14.1Mi, NumGC=1728","level":"stat"}
+{"@timestamp":"2025-01-11T05:17:35.195+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=108.7Mi, Sys=14.1Mi, NumGC=1728","level":"stat"}
+{"@timestamp":"2025-01-11T05:18:35.197+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=108.8Mi, Sys=14.1Mi, NumGC=1729","level":"stat"}
+{"@timestamp":"2025-01-11T05:19:35.196+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=108.8Mi, Sys=14.1Mi, NumGC=1729","level":"stat"}
+{"@timestamp":"2025-01-11T05:20:35.196+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=108.8Mi, Sys=14.1Mi, NumGC=1730","level":"stat"}
+{"@timestamp":"2025-01-11T05:21:35.195+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=108.8Mi, Sys=14.1Mi, NumGC=1730","level":"stat"}
+{"@timestamp":"2025-01-11T05:22:35.196+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=108.8Mi, Sys=14.1Mi, NumGC=1731","level":"stat"}
+{"@timestamp":"2025-01-11T05:23:35.195+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=108.9Mi, Sys=14.1Mi, NumGC=1731","level":"stat"}
+{"@timestamp":"2025-01-11T05:24:35.193+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=108.9Mi, Sys=14.1Mi, NumGC=1732","level":"stat"}
+{"@timestamp":"2025-01-11T05:25:35.193+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=108.9Mi, Sys=14.1Mi, NumGC=1732","level":"stat"}
+{"@timestamp":"2025-01-11T05:26:35.193+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=108.9Mi, Sys=14.1Mi, NumGC=1733","level":"stat"}
+{"@timestamp":"2025-01-11T05:27:35.192+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=108.9Mi, Sys=14.1Mi, NumGC=1733","level":"stat"}
+{"@timestamp":"2025-01-11T05:28:35.192+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=109.0Mi, Sys=14.1Mi, NumGC=1734","level":"stat"}
+{"@timestamp":"2025-01-11T05:29:35.191+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=109.0Mi, Sys=14.1Mi, NumGC=1734","level":"stat"}
+{"@timestamp":"2025-01-11T05:30:35.191+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=109.0Mi, Sys=14.1Mi, NumGC=1735","level":"stat"}
+{"@timestamp":"2025-01-11T05:31:35.190+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=109.0Mi, Sys=14.1Mi, NumGC=1735","level":"stat"}
+{"@timestamp":"2025-01-11T05:32:35.189+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=109.0Mi, Sys=14.1Mi, NumGC=1736","level":"stat"}
+{"@timestamp":"2025-01-11T05:33:35.178+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=109.1Mi, Sys=14.1Mi, NumGC=1736","level":"stat"}
+{"@timestamp":"2025-01-11T05:34:35.172+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=109.1Mi, Sys=14.1Mi, NumGC=1737","level":"stat"}
+{"@timestamp":"2025-01-11T05:35:35.173+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=109.1Mi, Sys=14.1Mi, NumGC=1737","level":"stat"}
+{"@timestamp":"2025-01-11T05:36:35.172+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=109.1Mi, Sys=14.1Mi, NumGC=1738","level":"stat"}
+{"@timestamp":"2025-01-11T05:37:35.171+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=109.1Mi, Sys=14.1Mi, NumGC=1738","level":"stat"}
+{"@timestamp":"2025-01-11T05:38:35.170+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=109.2Mi, Sys=14.1Mi, NumGC=1739","level":"stat"}
+{"@timestamp":"2025-01-11T05:39:35.170+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=109.2Mi, Sys=14.1Mi, NumGC=1739","level":"stat"}
+{"@timestamp":"2025-01-11T05:40:35.169+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=109.2Mi, Sys=14.1Mi, NumGC=1740","level":"stat"}
+{"@timestamp":"2025-01-11T05:41:35.168+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=109.2Mi, Sys=14.1Mi, NumGC=1740","level":"stat"}
+{"@timestamp":"2025-01-11T05:42:35.167+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=109.2Mi, Sys=14.1Mi, NumGC=1741","level":"stat"}
+{"@timestamp":"2025-01-11T05:43:35.166+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=109.3Mi, Sys=14.1Mi, NumGC=1741","level":"stat"}
+{"@timestamp":"2025-01-11T05:44:35.165+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=109.3Mi, Sys=14.1Mi, NumGC=1742","level":"stat"}
+{"@timestamp":"2025-01-11T05:45:35.165+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=109.3Mi, Sys=14.1Mi, NumGC=1742","level":"stat"}
+{"@timestamp":"2025-01-11T05:46:35.164+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=109.3Mi, Sys=14.1Mi, NumGC=1743","level":"stat"}
+{"@timestamp":"2025-01-11T05:47:35.163+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=109.3Mi, Sys=14.1Mi, NumGC=1743","level":"stat"}
+{"@timestamp":"2025-01-11T05:48:35.162+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=109.4Mi, Sys=14.1Mi, NumGC=1744","level":"stat"}
+{"@timestamp":"2025-01-11T05:49:35.161+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=109.4Mi, Sys=14.1Mi, NumGC=1744","level":"stat"}
+{"@timestamp":"2025-01-11T05:50:35.225+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=109.4Mi, Sys=14.1Mi, NumGC=1745","level":"stat"}
+{"@timestamp":"2025-01-11T05:52:00.098+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=109.4Mi, Sys=14.1Mi, NumGC=1745","level":"stat"}
+{"@timestamp":"2025-01-11T05:53:00.099+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=109.4Mi, Sys=14.1Mi, NumGC=1746","level":"stat"}
+{"@timestamp":"2025-01-11T05:54:00.100+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=109.5Mi, Sys=14.1Mi, NumGC=1746","level":"stat"}
+{"@timestamp":"2025-01-11T05:55:00.100+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=109.5Mi, Sys=14.1Mi, NumGC=1747","level":"stat"}
+{"@timestamp":"2025-01-11T05:56:00.100+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=109.5Mi, Sys=14.1Mi, NumGC=1747","level":"stat"}
+{"@timestamp":"2025-01-11T06:12:49.923+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=109.5Mi, Sys=14.1Mi, NumGC=1748","level":"stat"}
+{"@timestamp":"2025-01-11T06:29:14.989+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=109.5Mi, Sys=14.1Mi, NumGC=1748","level":"stat"}
+{"@timestamp":"2025-01-11T06:30:14.997+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=109.6Mi, Sys=14.1Mi, NumGC=1749","level":"stat"}
+{"@timestamp":"2025-01-11T06:31:14.997+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=109.6Mi, Sys=14.1Mi, NumGC=1749","level":"stat"}
+{"@timestamp":"2025-01-11T06:32:14.998+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=109.6Mi, Sys=14.1Mi, NumGC=1750","level":"stat"}
+{"@timestamp":"2025-01-11T06:33:14.999+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=109.6Mi, Sys=14.1Mi, NumGC=1750","level":"stat"}
+{"@timestamp":"2025-01-11T06:34:15.000+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=109.7Mi, Sys=14.1Mi, NumGC=1751","level":"stat"}
+{"@timestamp":"2025-01-11T06:35:15.000+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=109.7Mi, Sys=14.1Mi, NumGC=1751","level":"stat"}
+{"@timestamp":"2025-01-11T06:36:15.001+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=109.7Mi, Sys=14.1Mi, NumGC=1752","level":"stat"}
+{"@timestamp":"2025-01-11T06:37:15.001+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=109.7Mi, Sys=14.1Mi, NumGC=1752","level":"stat"}
+{"@timestamp":"2025-01-11T06:38:15.002+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=109.7Mi, Sys=14.1Mi, NumGC=1753","level":"stat"}
+{"@timestamp":"2025-01-11T06:39:15.001+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=109.7Mi, Sys=14.1Mi, NumGC=1753","level":"stat"}
+{"@timestamp":"2025-01-11T06:40:15.003+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=109.8Mi, Sys=14.1Mi, NumGC=1754","level":"stat"}
+{"@timestamp":"2025-01-11T06:41:15.003+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=109.8Mi, Sys=14.1Mi, NumGC=1754","level":"stat"}
+{"@timestamp":"2025-01-11T06:42:15.005+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=109.8Mi, Sys=14.1Mi, NumGC=1755","level":"stat"}
+{"@timestamp":"2025-01-11T06:43:15.005+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=109.8Mi, Sys=14.1Mi, NumGC=1755","level":"stat"}
+{"@timestamp":"2025-01-11T06:44:15.007+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=109.9Mi, Sys=14.1Mi, NumGC=1756","level":"stat"}
+{"@timestamp":"2025-01-11T06:45:15.007+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=109.9Mi, Sys=14.1Mi, NumGC=1756","level":"stat"}
+{"@timestamp":"2025-01-11T06:46:15.007+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=109.9Mi, Sys=14.1Mi, NumGC=1757","level":"stat"}
+{"@timestamp":"2025-01-11T06:47:15.009+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=109.9Mi, Sys=14.1Mi, NumGC=1757","level":"stat"}
+{"@timestamp":"2025-01-11T06:48:15.009+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=109.9Mi, Sys=14.1Mi, NumGC=1758","level":"stat"}
+{"@timestamp":"2025-01-11T06:49:15.010+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=110.0Mi, Sys=14.1Mi, NumGC=1758","level":"stat"}
+{"@timestamp":"2025-01-11T06:50:15.011+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=110.0Mi, Sys=14.1Mi, NumGC=1759","level":"stat"}
+{"@timestamp":"2025-01-11T06:51:15.010+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=110.0Mi, Sys=14.1Mi, NumGC=1759","level":"stat"}
+{"@timestamp":"2025-01-11T06:52:15.012+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=110.0Mi, Sys=14.1Mi, NumGC=1760","level":"stat"}
+{"@timestamp":"2025-01-11T06:53:15.012+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=110.0Mi, Sys=14.1Mi, NumGC=1760","level":"stat"}
+{"@timestamp":"2025-01-11T06:54:15.014+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=110.1Mi, Sys=14.1Mi, NumGC=1761","level":"stat"}
+{"@timestamp":"2025-01-11T06:55:15.013+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=110.1Mi, Sys=14.1Mi, NumGC=1761","level":"stat"}
+{"@timestamp":"2025-01-11T06:56:14.995+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=110.1Mi, Sys=14.1Mi, NumGC=1762","level":"stat"}
+{"@timestamp":"2025-01-11T06:57:14.993+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=110.1Mi, Sys=14.1Mi, NumGC=1762","level":"stat"}
+{"@timestamp":"2025-01-11T06:58:14.994+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=110.1Mi, Sys=14.1Mi, NumGC=1763","level":"stat"}
+{"@timestamp":"2025-01-11T06:59:14.994+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=110.2Mi, Sys=14.1Mi, NumGC=1763","level":"stat"}
+{"@timestamp":"2025-01-11T07:00:14.995+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=110.2Mi, Sys=14.1Mi, NumGC=1764","level":"stat"}
+{"@timestamp":"2025-01-11T07:01:14.995+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=110.2Mi, Sys=14.1Mi, NumGC=1764","level":"stat"}
+{"@timestamp":"2025-01-11T07:02:14.995+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=110.2Mi, Sys=14.1Mi, NumGC=1765","level":"stat"}
+{"@timestamp":"2025-01-11T07:03:14.996+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=110.2Mi, Sys=14.1Mi, NumGC=1765","level":"stat"}
+{"@timestamp":"2025-01-11T07:04:14.996+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=110.3Mi, Sys=14.1Mi, NumGC=1766","level":"stat"}
+{"@timestamp":"2025-01-11T07:05:14.997+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=110.3Mi, Sys=14.1Mi, NumGC=1766","level":"stat"}
+{"@timestamp":"2025-01-11T07:06:14.997+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=110.3Mi, Sys=14.1Mi, NumGC=1767","level":"stat"}
+{"@timestamp":"2025-01-11T07:07:14.998+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=110.3Mi, Sys=14.1Mi, NumGC=1767","level":"stat"}
+{"@timestamp":"2025-01-11T07:08:14.998+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=110.3Mi, Sys=14.1Mi, NumGC=1768","level":"stat"}
+{"@timestamp":"2025-01-11T07:09:14.999+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=110.4Mi, Sys=14.1Mi, NumGC=1768","level":"stat"}
+{"@timestamp":"2025-01-11T07:10:14.999+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=110.4Mi, Sys=14.1Mi, NumGC=1769","level":"stat"}
+{"@timestamp":"2025-01-11T07:11:14.984+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=110.4Mi, Sys=14.1Mi, NumGC=1769","level":"stat"}
+{"@timestamp":"2025-01-11T07:12:14.976+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=110.4Mi, Sys=14.1Mi, NumGC=1770","level":"stat"}
+{"@timestamp":"2025-01-11T07:13:14.978+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=110.4Mi, Sys=14.1Mi, NumGC=1770","level":"stat"}
+{"@timestamp":"2025-01-11T07:14:14.978+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=110.5Mi, Sys=14.1Mi, NumGC=1771","level":"stat"}
+{"@timestamp":"2025-01-11T07:15:14.977+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=110.5Mi, Sys=14.1Mi, NumGC=1771","level":"stat"}
+{"@timestamp":"2025-01-11T07:16:14.978+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=110.5Mi, Sys=14.1Mi, NumGC=1772","level":"stat"}
+{"@timestamp":"2025-01-11T07:17:14.978+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=110.5Mi, Sys=14.1Mi, NumGC=1772","level":"stat"}
+{"@timestamp":"2025-01-11T07:18:14.977+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=110.5Mi, Sys=14.1Mi, NumGC=1773","level":"stat"}
+{"@timestamp":"2025-01-11T07:19:14.978+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=110.6Mi, Sys=14.1Mi, NumGC=1773","level":"stat"}
+{"@timestamp":"2025-01-11T07:20:14.979+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=110.6Mi, Sys=14.1Mi, NumGC=1774","level":"stat"}
+{"@timestamp":"2025-01-11T07:21:14.978+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=110.6Mi, Sys=14.1Mi, NumGC=1774","level":"stat"}
+{"@timestamp":"2025-01-11T07:22:14.978+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=110.6Mi, Sys=14.1Mi, NumGC=1775","level":"stat"}
+{"@timestamp":"2025-01-11T07:23:14.979+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=110.6Mi, Sys=14.1Mi, NumGC=1775","level":"stat"}
+{"@timestamp":"2025-01-11T07:24:14.979+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=110.7Mi, Sys=14.1Mi, NumGC=1776","level":"stat"}
+{"@timestamp":"2025-01-11T07:25:14.979+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=110.7Mi, Sys=14.1Mi, NumGC=1776","level":"stat"}
+{"@timestamp":"2025-01-11T07:26:14.980+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=110.7Mi, Sys=14.1Mi, NumGC=1777","level":"stat"}
+{"@timestamp":"2025-01-11T07:27:14.980+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=110.7Mi, Sys=14.1Mi, NumGC=1777","level":"stat"}
+{"@timestamp":"2025-01-11T07:28:14.980+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=110.7Mi, Sys=14.1Mi, NumGC=1778","level":"stat"}
+{"@timestamp":"2025-01-11T07:29:14.980+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=110.8Mi, Sys=14.1Mi, NumGC=1778","level":"stat"}
+{"@timestamp":"2025-01-11T07:30:14.981+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=110.8Mi, Sys=14.1Mi, NumGC=1779","level":"stat"}
+{"@timestamp":"2025-01-11T07:31:39.807+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=110.8Mi, Sys=14.1Mi, NumGC=1779","level":"stat"}
+{"@timestamp":"2025-01-11T07:32:39.811+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=110.8Mi, Sys=14.1Mi, NumGC=1780","level":"stat"}
+{"@timestamp":"2025-01-11T07:33:39.812+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=110.8Mi, Sys=14.1Mi, NumGC=1780","level":"stat"}
+{"@timestamp":"2025-01-11T07:34:39.812+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=110.9Mi, Sys=14.1Mi, NumGC=1781","level":"stat"}
+{"@timestamp":"2025-01-11T07:35:39.811+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=110.9Mi, Sys=14.1Mi, NumGC=1781","level":"stat"}
+{"@timestamp":"2025-01-11T07:37:04.686+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=110.9Mi, Sys=14.1Mi, NumGC=1782","level":"stat"}
+{"@timestamp":"2025-01-11T07:53:17.410+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=110.9Mi, Sys=14.1Mi, NumGC=1782","level":"stat"}
+{"@timestamp":"2025-01-11T08:09:42.354+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=111.0Mi, Sys=14.1Mi, NumGC=1783","level":"stat"}
+{"@timestamp":"2025-01-11T08:10:42.353+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=111.0Mi, Sys=14.1Mi, NumGC=1783","level":"stat"}
+{"@timestamp":"2025-01-11T08:11:42.353+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=111.0Mi, Sys=14.1Mi, NumGC=1784","level":"stat"}
+{"@timestamp":"2025-01-11T08:12:42.354+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=111.0Mi, Sys=14.1Mi, NumGC=1784","level":"stat"}
+{"@timestamp":"2025-01-11T08:13:42.354+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=111.0Mi, Sys=14.1Mi, NumGC=1785","level":"stat"}
+{"@timestamp":"2025-01-11T08:14:42.354+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=111.1Mi, Sys=14.1Mi, NumGC=1785","level":"stat"}
+{"@timestamp":"2025-01-11T08:15:42.354+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=111.1Mi, Sys=14.1Mi, NumGC=1786","level":"stat"}
+{"@timestamp":"2025-01-11T08:16:42.355+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=111.1Mi, Sys=14.1Mi, NumGC=1786","level":"stat"}
+{"@timestamp":"2025-01-11T08:17:42.355+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=111.1Mi, Sys=14.1Mi, NumGC=1787","level":"stat"}
+{"@timestamp":"2025-01-11T08:18:42.354+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=111.1Mi, Sys=14.1Mi, NumGC=1787","level":"stat"}
+{"@timestamp":"2025-01-11T08:19:42.355+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=111.2Mi, Sys=14.1Mi, NumGC=1788","level":"stat"}
+{"@timestamp":"2025-01-11T08:20:42.354+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=111.2Mi, Sys=14.1Mi, NumGC=1788","level":"stat"}
+{"@timestamp":"2025-01-11T08:21:42.356+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=111.2Mi, Sys=14.1Mi, NumGC=1789","level":"stat"}
+{"@timestamp":"2025-01-11T08:22:42.356+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=111.2Mi, Sys=14.1Mi, NumGC=1789","level":"stat"}
+{"@timestamp":"2025-01-11T08:23:42.354+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=111.2Mi, Sys=14.1Mi, NumGC=1790","level":"stat"}
+{"@timestamp":"2025-01-11T08:24:42.354+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=111.3Mi, Sys=14.1Mi, NumGC=1790","level":"stat"}
+{"@timestamp":"2025-01-11T08:25:42.223+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=111.3Mi, Sys=14.1Mi, NumGC=1791","level":"stat"}
+{"@timestamp":"2025-01-11T08:26:42.222+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=111.3Mi, Sys=14.1Mi, NumGC=1791","level":"stat"}
+{"@timestamp":"2025-01-11T08:27:42.221+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=111.3Mi, Sys=14.1Mi, NumGC=1792","level":"stat"}
+{"@timestamp":"2025-01-11T08:28:42.218+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=111.3Mi, Sys=14.1Mi, NumGC=1792","level":"stat"}
+{"@timestamp":"2025-01-11T08:29:42.218+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=111.4Mi, Sys=14.1Mi, NumGC=1793","level":"stat"}
+{"@timestamp":"2025-01-11T08:30:42.217+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=111.4Mi, Sys=14.1Mi, NumGC=1793","level":"stat"}
+{"@timestamp":"2025-01-11T08:31:42.216+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=111.4Mi, Sys=14.1Mi, NumGC=1794","level":"stat"}
+{"@timestamp":"2025-01-11T08:32:42.213+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=111.4Mi, Sys=14.1Mi, NumGC=1794","level":"stat"}
+{"@timestamp":"2025-01-11T08:33:42.213+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=111.4Mi, Sys=14.1Mi, NumGC=1795","level":"stat"}
+{"@timestamp":"2025-01-11T08:34:42.212+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=111.5Mi, Sys=14.1Mi, NumGC=1795","level":"stat"}
+{"@timestamp":"2025-01-11T08:35:42.209+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=111.5Mi, Sys=14.1Mi, NumGC=1796","level":"stat"}
+{"@timestamp":"2025-01-11T08:36:42.210+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=111.5Mi, Sys=14.1Mi, NumGC=1796","level":"stat"}
+{"@timestamp":"2025-01-11T08:37:42.208+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=111.5Mi, Sys=14.1Mi, NumGC=1797","level":"stat"}
+{"@timestamp":"2025-01-11T08:38:42.206+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=111.5Mi, Sys=14.1Mi, NumGC=1797","level":"stat"}
+{"@timestamp":"2025-01-11T08:39:42.205+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=111.6Mi, Sys=14.1Mi, NumGC=1798","level":"stat"}
+{"@timestamp":"2025-01-11T08:40:42.204+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=111.6Mi, Sys=14.1Mi, NumGC=1798","level":"stat"}
+{"@timestamp":"2025-01-11T08:41:42.203+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=111.6Mi, Sys=14.1Mi, NumGC=1799","level":"stat"}
+{"@timestamp":"2025-01-11T08:42:42.202+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=111.6Mi, Sys=14.1Mi, NumGC=1799","level":"stat"}
+{"@timestamp":"2025-01-11T08:43:42.201+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=111.6Mi, Sys=14.1Mi, NumGC=1800","level":"stat"}
+{"@timestamp":"2025-01-11T08:44:42.198+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=111.7Mi, Sys=14.1Mi, NumGC=1800","level":"stat"}
+{"@timestamp":"2025-01-11T08:45:42.198+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=111.7Mi, Sys=14.1Mi, NumGC=1801","level":"stat"}
+{"@timestamp":"2025-01-11T08:46:42.262+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=111.7Mi, Sys=14.1Mi, NumGC=1801","level":"stat"}
+{"@timestamp":"2025-01-11T08:47:42.261+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=111.7Mi, Sys=14.1Mi, NumGC=1802","level":"stat"}
+{"@timestamp":"2025-01-11T08:48:42.261+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=111.7Mi, Sys=14.1Mi, NumGC=1802","level":"stat"}
+{"@timestamp":"2025-01-11T08:49:42.260+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=111.8Mi, Sys=14.1Mi, NumGC=1803","level":"stat"}
+{"@timestamp":"2025-01-11T08:50:42.260+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=111.8Mi, Sys=14.1Mi, NumGC=1803","level":"stat"}
+{"@timestamp":"2025-01-11T08:51:42.259+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=111.8Mi, Sys=14.1Mi, NumGC=1804","level":"stat"}
+{"@timestamp":"2025-01-11T08:52:42.259+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=111.8Mi, Sys=14.1Mi, NumGC=1804","level":"stat"}
+{"@timestamp":"2025-01-11T08:53:42.258+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=111.8Mi, Sys=14.1Mi, NumGC=1805","level":"stat"}
+{"@timestamp":"2025-01-11T08:54:42.258+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=111.9Mi, Sys=14.1Mi, NumGC=1805","level":"stat"}
+{"@timestamp":"2025-01-11T08:55:42.257+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=111.9Mi, Sys=14.1Mi, NumGC=1806","level":"stat"}
+{"@timestamp":"2025-01-11T08:56:42.257+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=111.9Mi, Sys=14.1Mi, NumGC=1806","level":"stat"}
+{"@timestamp":"2025-01-11T08:57:42.256+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=111.9Mi, Sys=14.1Mi, NumGC=1807","level":"stat"}
+{"@timestamp":"2025-01-11T08:58:42.255+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=111.9Mi, Sys=14.1Mi, NumGC=1807","level":"stat"}
+{"@timestamp":"2025-01-11T08:59:42.254+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=112.0Mi, Sys=14.1Mi, NumGC=1808","level":"stat"}
+{"@timestamp":"2025-01-11T09:00:42.255+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=112.0Mi, Sys=14.1Mi, NumGC=1808","level":"stat"}
+{"@timestamp":"2025-01-11T09:01:42.254+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=112.0Mi, Sys=14.1Mi, NumGC=1809","level":"stat"}
+{"@timestamp":"2025-01-11T09:02:42.252+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=112.0Mi, Sys=14.1Mi, NumGC=1809","level":"stat"}
+{"@timestamp":"2025-01-11T09:03:42.252+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=112.1Mi, Sys=14.1Mi, NumGC=1810","level":"stat"}
+{"@timestamp":"2025-01-11T09:04:42.251+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=112.1Mi, Sys=14.1Mi, NumGC=1810","level":"stat"}
+{"@timestamp":"2025-01-11T09:05:42.252+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=112.1Mi, Sys=14.1Mi, NumGC=1811","level":"stat"}
+{"@timestamp":"2025-01-11T09:06:42.250+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=112.1Mi, Sys=14.1Mi, NumGC=1811","level":"stat"}
+{"@timestamp":"2025-01-11T09:07:42.251+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=112.1Mi, Sys=14.1Mi, NumGC=1812","level":"stat"}
+{"@timestamp":"2025-01-11T09:08:42.250+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=112.1Mi, Sys=14.1Mi, NumGC=1812","level":"stat"}
+{"@timestamp":"2025-01-11T09:09:42.250+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=112.2Mi, Sys=14.1Mi, NumGC=1813","level":"stat"}
+{"@timestamp":"2025-01-11T09:10:42.250+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=112.2Mi, Sys=14.1Mi, NumGC=1813","level":"stat"}
+{"@timestamp":"2025-01-11T09:12:07.137+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=112.2Mi, Sys=14.1Mi, NumGC=1814","level":"stat"}
+{"@timestamp":"2025-01-11T09:13:07.136+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=112.2Mi, Sys=14.1Mi, NumGC=1814","level":"stat"}
+{"@timestamp":"2025-01-11T09:14:07.135+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=112.3Mi, Sys=14.1Mi, NumGC=1815","level":"stat"}
+{"@timestamp":"2025-01-11T09:15:07.135+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=112.3Mi, Sys=14.1Mi, NumGC=1815","level":"stat"}
+{"@timestamp":"2025-01-11T09:16:07.134+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=112.3Mi, Sys=14.1Mi, NumGC=1816","level":"stat"}
+{"@timestamp":"2025-01-11T09:32:56.935+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=112.3Mi, Sys=14.1Mi, NumGC=1816","level":"stat"}
+{"@timestamp":"2025-01-11T09:33:56.895+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=112.3Mi, Sys=14.1Mi, NumGC=1817","level":"stat"}
+{"@timestamp":"2025-01-11T09:50:10.781+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=112.4Mi, Sys=14.1Mi, NumGC=1817","level":"stat"}
+{"@timestamp":"2025-01-11T09:51:10.780+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=112.4Mi, Sys=14.1Mi, NumGC=1818","level":"stat"}
+{"@timestamp":"2025-01-11T09:52:10.778+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=112.4Mi, Sys=14.1Mi, NumGC=1818","level":"stat"}
+{"@timestamp":"2025-01-11T09:53:10.777+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=112.4Mi, Sys=14.1Mi, NumGC=1819","level":"stat"}
+{"@timestamp":"2025-01-11T09:54:10.777+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=112.4Mi, Sys=14.1Mi, NumGC=1819","level":"stat"}
+{"@timestamp":"2025-01-11T09:55:10.776+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=112.5Mi, Sys=14.1Mi, NumGC=1820","level":"stat"}
+{"@timestamp":"2025-01-11T09:56:10.775+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=112.5Mi, Sys=14.1Mi, NumGC=1820","level":"stat"}
+{"@timestamp":"2025-01-11T09:57:10.773+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=112.5Mi, Sys=14.1Mi, NumGC=1821","level":"stat"}
+{"@timestamp":"2025-01-11T09:58:10.843+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=112.5Mi, Sys=14.1Mi, NumGC=1821","level":"stat"}
+{"@timestamp":"2025-01-11T09:59:10.842+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=112.5Mi, Sys=14.1Mi, NumGC=1822","level":"stat"}
+{"@timestamp":"2025-01-11T10:00:10.841+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=112.6Mi, Sys=14.1Mi, NumGC=1822","level":"stat"}
+{"@timestamp":"2025-01-11T10:01:10.842+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=112.6Mi, Sys=14.1Mi, NumGC=1823","level":"stat"}
+{"@timestamp":"2025-01-11T10:02:10.842+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=112.6Mi, Sys=14.1Mi, NumGC=1823","level":"stat"}
+{"@timestamp":"2025-01-11T10:03:10.842+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=112.6Mi, Sys=14.1Mi, NumGC=1824","level":"stat"}
+{"@timestamp":"2025-01-11T10:04:10.840+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=112.6Mi, Sys=14.1Mi, NumGC=1824","level":"stat"}
+{"@timestamp":"2025-01-11T10:05:10.842+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=112.7Mi, Sys=14.1Mi, NumGC=1825","level":"stat"}
+{"@timestamp":"2025-01-11T10:06:10.840+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=112.7Mi, Sys=14.1Mi, NumGC=1825","level":"stat"}
+{"@timestamp":"2025-01-11T10:07:10.841+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=112.7Mi, Sys=14.1Mi, NumGC=1826","level":"stat"}
+{"@timestamp":"2025-01-11T10:08:10.841+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=112.7Mi, Sys=14.1Mi, NumGC=1826","level":"stat"}
+{"@timestamp":"2025-01-11T10:09:10.841+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=112.7Mi, Sys=14.1Mi, NumGC=1827","level":"stat"}
+{"@timestamp":"2025-01-11T10:10:10.841+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=112.8Mi, Sys=14.1Mi, NumGC=1827","level":"stat"}
+{"@timestamp":"2025-01-11T10:11:10.841+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=112.8Mi, Sys=14.1Mi, NumGC=1828","level":"stat"}
+{"@timestamp":"2025-01-11T10:12:10.839+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=112.8Mi, Sys=14.1Mi, NumGC=1828","level":"stat"}
+{"@timestamp":"2025-01-11T10:13:10.839+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=112.8Mi, Sys=14.1Mi, NumGC=1829","level":"stat"}
+{"@timestamp":"2025-01-11T10:14:10.841+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=112.8Mi, Sys=14.1Mi, NumGC=1829","level":"stat"}
+{"@timestamp":"2025-01-11T10:15:10.841+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=112.9Mi, Sys=14.1Mi, NumGC=1830","level":"stat"}
+{"@timestamp":"2025-01-11T10:16:10.840+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=112.9Mi, Sys=14.1Mi, NumGC=1830","level":"stat"}
+{"@timestamp":"2025-01-11T10:17:10.840+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=112.9Mi, Sys=14.1Mi, NumGC=1831","level":"stat"}
+{"@timestamp":"2025-01-11T10:18:10.840+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=112.9Mi, Sys=14.1Mi, NumGC=1831","level":"stat"}
+{"@timestamp":"2025-01-11T10:19:10.840+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=113.0Mi, Sys=14.1Mi, NumGC=1832","level":"stat"}
+{"@timestamp":"2025-01-11T10:20:10.843+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=113.0Mi, Sys=14.1Mi, NumGC=1832","level":"stat"}
+{"@timestamp":"2025-01-11T10:21:10.852+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=113.0Mi, Sys=14.1Mi, NumGC=1833","level":"stat"}
+{"@timestamp":"2025-01-11T10:22:10.852+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=113.0Mi, Sys=14.1Mi, NumGC=1833","level":"stat"}
+{"@timestamp":"2025-01-11T10:23:10.852+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=113.0Mi, Sys=14.1Mi, NumGC=1834","level":"stat"}
+{"@timestamp":"2025-01-11T10:24:10.852+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=113.1Mi, Sys=14.1Mi, NumGC=1834","level":"stat"}
+{"@timestamp":"2025-01-11T10:25:10.852+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=113.1Mi, Sys=14.1Mi, NumGC=1835","level":"stat"}
+{"@timestamp":"2025-01-11T10:26:10.851+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=113.1Mi, Sys=14.1Mi, NumGC=1835","level":"stat"}
+{"@timestamp":"2025-01-11T10:27:10.852+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=113.1Mi, Sys=14.1Mi, NumGC=1836","level":"stat"}
+{"@timestamp":"2025-01-11T10:28:10.852+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=113.1Mi, Sys=14.1Mi, NumGC=1836","level":"stat"}
+{"@timestamp":"2025-01-11T10:29:10.850+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=113.2Mi, Sys=14.1Mi, NumGC=1837","level":"stat"}
+{"@timestamp":"2025-01-11T10:30:10.850+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=113.2Mi, Sys=14.1Mi, NumGC=1837","level":"stat"}
+{"@timestamp":"2025-01-11T10:31:10.851+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=113.2Mi, Sys=14.1Mi, NumGC=1838","level":"stat"}
+{"@timestamp":"2025-01-11T10:32:10.852+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=113.2Mi, Sys=14.1Mi, NumGC=1838","level":"stat"}
+{"@timestamp":"2025-01-11T10:33:10.852+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=113.2Mi, Sys=14.1Mi, NumGC=1839","level":"stat"}
+{"@timestamp":"2025-01-11T10:34:10.851+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=113.3Mi, Sys=14.1Mi, NumGC=1839","level":"stat"}
+{"@timestamp":"2025-01-11T10:35:10.852+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=113.3Mi, Sys=14.1Mi, NumGC=1840","level":"stat"}
+{"@timestamp":"2025-01-11T10:36:10.852+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=113.3Mi, Sys=14.1Mi, NumGC=1840","level":"stat"}
+{"@timestamp":"2025-01-11T10:37:10.852+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=113.3Mi, Sys=14.1Mi, NumGC=1841","level":"stat"}
+{"@timestamp":"2025-01-11T10:38:10.852+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=113.3Mi, Sys=14.1Mi, NumGC=1841","level":"stat"}
+{"@timestamp":"2025-01-11T10:39:10.852+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=113.4Mi, Sys=14.1Mi, NumGC=1842","level":"stat"}
+{"@timestamp":"2025-01-11T10:40:10.852+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=113.4Mi, Sys=14.1Mi, NumGC=1842","level":"stat"}
+{"@timestamp":"2025-01-11T10:41:10.852+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=113.4Mi, Sys=14.1Mi, NumGC=1843","level":"stat"}
+{"@timestamp":"2025-01-11T10:42:10.852+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=113.4Mi, Sys=14.1Mi, NumGC=1843","level":"stat"}
+{"@timestamp":"2025-01-11T10:43:10.852+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=113.4Mi, Sys=14.1Mi, NumGC=1844","level":"stat"}
+{"@timestamp":"2025-01-11T10:44:10.851+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=113.5Mi, Sys=14.1Mi, NumGC=1844","level":"stat"}
+{"@timestamp":"2025-01-11T10:45:10.853+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=113.5Mi, Sys=14.1Mi, NumGC=1845","level":"stat"}
+{"@timestamp":"2025-01-11T10:46:10.852+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=113.5Mi, Sys=14.1Mi, NumGC=1845","level":"stat"}
+{"@timestamp":"2025-01-11T10:47:10.853+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=113.5Mi, Sys=14.1Mi, NumGC=1846","level":"stat"}
+{"@timestamp":"2025-01-11T10:48:10.853+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=113.5Mi, Sys=14.1Mi, NumGC=1846","level":"stat"}
+{"@timestamp":"2025-01-11T10:49:10.852+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=113.6Mi, Sys=14.1Mi, NumGC=1847","level":"stat"}
+{"@timestamp":"2025-01-11T10:50:10.852+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=113.6Mi, Sys=14.1Mi, NumGC=1847","level":"stat"}
+{"@timestamp":"2025-01-11T10:51:35.685+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=113.6Mi, Sys=14.1Mi, NumGC=1848","level":"stat"}
+{"@timestamp":"2025-01-11T10:52:35.653+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=113.6Mi, Sys=14.1Mi, NumGC=1848","level":"stat"}
+{"@timestamp":"2025-01-11T10:53:35.652+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=113.6Mi, Sys=14.1Mi, NumGC=1849","level":"stat"}
+{"@timestamp":"2025-01-11T10:54:35.652+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=113.7Mi, Sys=14.1Mi, NumGC=1849","level":"stat"}
+{"@timestamp":"2025-01-11T10:55:35.651+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=113.7Mi, Sys=14.1Mi, NumGC=1850","level":"stat"}
+{"@timestamp":"2025-01-11T10:57:00.471+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=113.7Mi, Sys=14.1Mi, NumGC=1850","level":"stat"}
+{"@timestamp":"2025-01-11T11:13:25.430+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=113.7Mi, Sys=14.1Mi, NumGC=1851","level":"stat"}
+{"@timestamp":"2025-01-11T11:29:50.402+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=113.7Mi, Sys=14.1Mi, NumGC=1851","level":"stat"}
+{"@timestamp":"2025-01-11T11:30:50.406+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=113.8Mi, Sys=14.1Mi, NumGC=1852","level":"stat"}
+{"@timestamp":"2025-01-11T11:31:50.406+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=113.8Mi, Sys=14.1Mi, NumGC=1852","level":"stat"}
+{"@timestamp":"2025-01-11T11:32:50.419+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=113.8Mi, Sys=14.1Mi, NumGC=1853","level":"stat"}
+{"@timestamp":"2025-01-11T11:33:50.419+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=113.8Mi, Sys=14.1Mi, NumGC=1853","level":"stat"}
+{"@timestamp":"2025-01-11T11:34:50.419+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=113.9Mi, Sys=14.1Mi, NumGC=1854","level":"stat"}
+{"@timestamp":"2025-01-11T11:35:50.418+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=113.9Mi, Sys=14.1Mi, NumGC=1854","level":"stat"}
+{"@timestamp":"2025-01-11T11:36:50.419+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=113.9Mi, Sys=14.1Mi, NumGC=1855","level":"stat"}
+{"@timestamp":"2025-01-11T11:37:50.419+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=113.9Mi, Sys=14.1Mi, NumGC=1855","level":"stat"}
+{"@timestamp":"2025-01-11T11:38:50.419+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=113.9Mi, Sys=14.1Mi, NumGC=1856","level":"stat"}
+{"@timestamp":"2025-01-11T11:39:50.418+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=114.0Mi, Sys=14.1Mi, NumGC=1856","level":"stat"}
+{"@timestamp":"2025-01-11T11:40:50.419+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=114.0Mi, Sys=14.1Mi, NumGC=1857","level":"stat"}
+{"@timestamp":"2025-01-11T11:41:50.418+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=114.0Mi, Sys=14.1Mi, NumGC=1857","level":"stat"}
+{"@timestamp":"2025-01-11T11:42:50.418+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=114.0Mi, Sys=14.1Mi, NumGC=1858","level":"stat"}
+{"@timestamp":"2025-01-11T11:43:50.419+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=114.0Mi, Sys=14.1Mi, NumGC=1858","level":"stat"}
+{"@timestamp":"2025-01-11T11:44:50.418+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=114.1Mi, Sys=14.1Mi, NumGC=1859","level":"stat"}
+{"@timestamp":"2025-01-11T11:45:50.419+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=114.1Mi, Sys=14.1Mi, NumGC=1859","level":"stat"}
+{"@timestamp":"2025-01-11T11:46:50.419+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=114.1Mi, Sys=14.1Mi, NumGC=1860","level":"stat"}
+{"@timestamp":"2025-01-11T11:47:50.419+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=114.1Mi, Sys=14.1Mi, NumGC=1860","level":"stat"}
+{"@timestamp":"2025-01-11T11:48:50.418+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=114.1Mi, Sys=14.1Mi, NumGC=1861","level":"stat"}
+{"@timestamp":"2025-01-11T11:49:50.419+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=114.2Mi, Sys=14.1Mi, NumGC=1861","level":"stat"}
+{"@timestamp":"2025-01-11T11:50:50.417+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=114.2Mi, Sys=14.1Mi, NumGC=1862","level":"stat"}
+{"@timestamp":"2025-01-11T11:51:50.418+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=114.2Mi, Sys=14.1Mi, NumGC=1862","level":"stat"}
+{"@timestamp":"2025-01-11T11:52:50.419+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=114.2Mi, Sys=14.1Mi, NumGC=1863","level":"stat"}
+{"@timestamp":"2025-01-11T11:53:50.418+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=114.2Mi, Sys=14.1Mi, NumGC=1863","level":"stat"}
+{"@timestamp":"2025-01-11T11:54:50.419+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=114.3Mi, Sys=14.1Mi, NumGC=1864","level":"stat"}
+{"@timestamp":"2025-01-11T11:55:50.419+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=114.3Mi, Sys=14.1Mi, NumGC=1864","level":"stat"}
+{"@timestamp":"2025-01-11T11:56:50.419+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=114.3Mi, Sys=14.1Mi, NumGC=1865","level":"stat"}
+{"@timestamp":"2025-01-11T11:57:50.418+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=114.3Mi, Sys=14.1Mi, NumGC=1865","level":"stat"}
+{"@timestamp":"2025-01-11T11:58:50.419+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=114.3Mi, Sys=14.1Mi, NumGC=1866","level":"stat"}
+{"@timestamp":"2025-01-11T11:59:50.419+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=114.4Mi, Sys=14.1Mi, NumGC=1866","level":"stat"}
+{"@timestamp":"2025-01-11T12:00:50.418+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=114.4Mi, Sys=14.1Mi, NumGC=1867","level":"stat"}
+{"@timestamp":"2025-01-11T12:01:50.418+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=114.4Mi, Sys=14.1Mi, NumGC=1867","level":"stat"}
+{"@timestamp":"2025-01-11T12:02:50.327+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=114.4Mi, Sys=14.1Mi, NumGC=1868","level":"stat"}
+{"@timestamp":"2025-01-11T12:03:50.324+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=114.4Mi, Sys=14.1Mi, NumGC=1868","level":"stat"}
+{"@timestamp":"2025-01-11T12:04:50.325+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=114.5Mi, Sys=14.1Mi, NumGC=1869","level":"stat"}
+{"@timestamp":"2025-01-11T12:05:50.323+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=114.5Mi, Sys=14.1Mi, NumGC=1869","level":"stat"}
+{"@timestamp":"2025-01-11T12:06:50.323+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=114.5Mi, Sys=14.1Mi, NumGC=1870","level":"stat"}
+{"@timestamp":"2025-01-11T12:07:50.321+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=114.5Mi, Sys=14.1Mi, NumGC=1870","level":"stat"}
+{"@timestamp":"2025-01-11T12:08:50.320+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=114.5Mi, Sys=14.1Mi, NumGC=1871","level":"stat"}
+{"@timestamp":"2025-01-11T12:09:50.318+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=114.6Mi, Sys=14.1Mi, NumGC=1871","level":"stat"}
+{"@timestamp":"2025-01-11T12:10:50.319+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=114.6Mi, Sys=14.1Mi, NumGC=1872","level":"stat"}
+{"@timestamp":"2025-01-11T12:11:50.316+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=114.6Mi, Sys=14.1Mi, NumGC=1872","level":"stat"}
+{"@timestamp":"2025-01-11T12:12:50.316+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=114.6Mi, Sys=14.1Mi, NumGC=1873","level":"stat"}
+{"@timestamp":"2025-01-11T12:13:50.316+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=114.6Mi, Sys=14.1Mi, NumGC=1873","level":"stat"}
+{"@timestamp":"2025-01-11T12:14:50.314+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=114.7Mi, Sys=14.1Mi, NumGC=1874","level":"stat"}
+{"@timestamp":"2025-01-11T12:15:50.314+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=114.7Mi, Sys=14.1Mi, NumGC=1874","level":"stat"}
+{"@timestamp":"2025-01-11T12:16:50.313+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=114.7Mi, Sys=14.1Mi, NumGC=1875","level":"stat"}
+{"@timestamp":"2025-01-11T12:17:50.322+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=114.7Mi, Sys=14.1Mi, NumGC=1875","level":"stat"}
+{"@timestamp":"2025-01-11T12:18:50.327+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=114.7Mi, Sys=14.1Mi, NumGC=1876","level":"stat"}
+{"@timestamp":"2025-01-11T12:19:50.326+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=114.8Mi, Sys=14.1Mi, NumGC=1876","level":"stat"}
+{"@timestamp":"2025-01-11T12:20:50.326+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=114.8Mi, Sys=14.1Mi, NumGC=1877","level":"stat"}
+{"@timestamp":"2025-01-11T12:21:50.325+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=114.8Mi, Sys=14.1Mi, NumGC=1877","level":"stat"}
+{"@timestamp":"2025-01-11T12:22:50.323+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=114.8Mi, Sys=14.1Mi, NumGC=1878","level":"stat"}
+{"@timestamp":"2025-01-11T12:23:50.323+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=114.8Mi, Sys=14.1Mi, NumGC=1878","level":"stat"}
+{"@timestamp":"2025-01-11T12:24:50.322+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=114.9Mi, Sys=14.1Mi, NumGC=1879","level":"stat"}
+{"@timestamp":"2025-01-11T12:25:50.321+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=114.9Mi, Sys=14.1Mi, NumGC=1879","level":"stat"}
+{"@timestamp":"2025-01-11T12:26:50.320+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=114.9Mi, Sys=14.1Mi, NumGC=1880","level":"stat"}
+{"@timestamp":"2025-01-11T12:27:50.320+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=114.9Mi, Sys=14.1Mi, NumGC=1880","level":"stat"}
+{"@timestamp":"2025-01-11T12:28:50.319+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=114.9Mi, Sys=14.1Mi, NumGC=1881","level":"stat"}
+{"@timestamp":"2025-01-11T12:29:50.316+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=115.0Mi, Sys=14.1Mi, NumGC=1881","level":"stat"}
+{"@timestamp":"2025-01-11T12:30:50.317+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=115.0Mi, Sys=14.1Mi, NumGC=1882","level":"stat"}
+{"@timestamp":"2025-01-11T12:31:50.316+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=115.0Mi, Sys=14.1Mi, NumGC=1882","level":"stat"}
+{"@timestamp":"2025-01-11T12:32:50.316+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=115.0Mi, Sys=14.1Mi, NumGC=1883","level":"stat"}
+{"@timestamp":"2025-01-11T12:35:12.928+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=115.0Mi, Sys=14.1Mi, NumGC=1883","level":"stat"}
+{"@timestamp":"2025-01-11T12:36:12.928+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=115.1Mi, Sys=14.1Mi, NumGC=1884","level":"stat"}
+{"@timestamp":"2025-01-11T12:37:12.927+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=115.1Mi, Sys=14.1Mi, NumGC=1884","level":"stat"}
+{"@timestamp":"2025-01-11T12:38:12.926+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=115.1Mi, Sys=14.1Mi, NumGC=1885","level":"stat"}
+{"@timestamp":"2025-01-11T12:39:12.926+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=115.1Mi, Sys=14.1Mi, NumGC=1885","level":"stat"}
+{"@timestamp":"2025-01-11T12:56:02.836+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=115.1Mi, Sys=14.1Mi, NumGC=1886","level":"stat"}
+{"@timestamp":"2025-01-11T13:12:27.839+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=115.2Mi, Sys=14.1Mi, NumGC=1886","level":"stat"}
+{"@timestamp":"2025-01-11T13:13:27.843+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=115.2Mi, Sys=14.1Mi, NumGC=1887","level":"stat"}
+{"@timestamp":"2025-01-11T13:14:27.845+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=115.2Mi, Sys=14.1Mi, NumGC=1887","level":"stat"}
+{"@timestamp":"2025-01-11T13:15:27.845+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=115.2Mi, Sys=14.1Mi, NumGC=1888","level":"stat"}
+{"@timestamp":"2025-01-11T13:16:27.845+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=115.2Mi, Sys=14.1Mi, NumGC=1888","level":"stat"}
+{"@timestamp":"2025-01-11T13:17:27.845+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=115.3Mi, Sys=14.1Mi, NumGC=1889","level":"stat"}
+{"@timestamp":"2025-01-11T13:18:27.845+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=115.3Mi, Sys=14.1Mi, NumGC=1889","level":"stat"}
+{"@timestamp":"2025-01-11T13:19:27.846+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=115.3Mi, Sys=14.1Mi, NumGC=1890","level":"stat"}
+{"@timestamp":"2025-01-11T13:20:27.846+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=115.3Mi, Sys=14.1Mi, NumGC=1890","level":"stat"}
+{"@timestamp":"2025-01-11T13:21:27.845+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=115.3Mi, Sys=14.1Mi, NumGC=1891","level":"stat"}
+{"@timestamp":"2025-01-11T13:22:27.846+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=115.4Mi, Sys=14.1Mi, NumGC=1891","level":"stat"}
+{"@timestamp":"2025-01-11T13:23:27.847+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=115.4Mi, Sys=14.1Mi, NumGC=1892","level":"stat"}
+{"@timestamp":"2025-01-11T13:24:27.845+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=115.4Mi, Sys=14.1Mi, NumGC=1892","level":"stat"}
+{"@timestamp":"2025-01-11T13:25:27.847+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=115.4Mi, Sys=14.1Mi, NumGC=1893","level":"stat"}
+{"@timestamp":"2025-01-11T13:26:27.847+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=115.4Mi, Sys=14.1Mi, NumGC=1893","level":"stat"}
+{"@timestamp":"2025-01-11T13:27:27.847+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=115.5Mi, Sys=14.1Mi, NumGC=1894","level":"stat"}
+{"@timestamp":"2025-01-11T13:28:27.848+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=115.5Mi, Sys=14.1Mi, NumGC=1894","level":"stat"}
+{"@timestamp":"2025-01-11T13:29:27.848+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=115.5Mi, Sys=14.1Mi, NumGC=1895","level":"stat"}
+{"@timestamp":"2025-01-11T13:30:27.796+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=115.5Mi, Sys=14.1Mi, NumGC=1895","level":"stat"}
+{"@timestamp":"2025-01-11T13:31:27.795+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=115.5Mi, Sys=14.1Mi, NumGC=1896","level":"stat"}
+{"@timestamp":"2025-01-11T13:32:27.795+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=115.6Mi, Sys=14.1Mi, NumGC=1896","level":"stat"}
+{"@timestamp":"2025-01-11T13:33:27.795+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=115.6Mi, Sys=14.1Mi, NumGC=1897","level":"stat"}
+{"@timestamp":"2025-01-11T13:34:27.794+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=115.6Mi, Sys=14.1Mi, NumGC=1897","level":"stat"}
+{"@timestamp":"2025-01-11T13:35:27.794+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=115.6Mi, Sys=14.1Mi, NumGC=1898","level":"stat"}
+{"@timestamp":"2025-01-11T13:36:27.794+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=115.6Mi, Sys=14.1Mi, NumGC=1898","level":"stat"}
+{"@timestamp":"2025-01-11T13:37:27.792+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=115.7Mi, Sys=14.1Mi, NumGC=1899","level":"stat"}
+{"@timestamp":"2025-01-11T13:38:27.792+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=115.7Mi, Sys=14.1Mi, NumGC=1899","level":"stat"}
+{"@timestamp":"2025-01-11T13:39:27.792+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=115.7Mi, Sys=14.1Mi, NumGC=1900","level":"stat"}
+{"@timestamp":"2025-01-11T13:40:27.792+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=115.7Mi, Sys=14.1Mi, NumGC=1900","level":"stat"}
+{"@timestamp":"2025-01-11T13:41:27.792+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=115.7Mi, Sys=14.1Mi, NumGC=1901","level":"stat"}
+{"@timestamp":"2025-01-11T13:42:27.791+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=115.8Mi, Sys=14.1Mi, NumGC=1901","level":"stat"}
+{"@timestamp":"2025-01-11T13:43:27.791+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=115.8Mi, Sys=14.1Mi, NumGC=1902","level":"stat"}
+{"@timestamp":"2025-01-11T13:44:27.790+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=115.8Mi, Sys=14.1Mi, NumGC=1902","level":"stat"}
+{"@timestamp":"2025-01-11T13:45:27.790+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=115.8Mi, Sys=14.1Mi, NumGC=1903","level":"stat"}
+{"@timestamp":"2025-01-11T13:46:27.813+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=115.9Mi, Sys=14.1Mi, NumGC=1903","level":"stat"}
+{"@timestamp":"2025-01-11T13:47:27.814+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=115.9Mi, Sys=14.1Mi, NumGC=1904","level":"stat"}
+{"@timestamp":"2025-01-11T13:48:27.814+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=115.9Mi, Sys=14.1Mi, NumGC=1904","level":"stat"}
+{"@timestamp":"2025-01-11T13:49:27.812+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=115.9Mi, Sys=14.1Mi, NumGC=1905","level":"stat"}
+{"@timestamp":"2025-01-11T13:50:27.813+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=115.9Mi, Sys=14.1Mi, NumGC=1905","level":"stat"}
+{"@timestamp":"2025-01-11T13:51:27.813+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=116.0Mi, Sys=14.1Mi, NumGC=1906","level":"stat"}
+{"@timestamp":"2025-01-11T13:52:27.813+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=116.0Mi, Sys=14.1Mi, NumGC=1906","level":"stat"}
+{"@timestamp":"2025-01-11T13:53:27.813+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=116.0Mi, Sys=14.1Mi, NumGC=1907","level":"stat"}
+{"@timestamp":"2025-01-11T13:54:27.811+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=116.0Mi, Sys=14.1Mi, NumGC=1907","level":"stat"}
+{"@timestamp":"2025-01-11T13:55:27.813+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=116.0Mi, Sys=14.1Mi, NumGC=1908","level":"stat"}
+{"@timestamp":"2025-01-11T13:56:27.811+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=116.1Mi, Sys=14.1Mi, NumGC=1908","level":"stat"}
+{"@timestamp":"2025-01-11T13:57:27.813+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=116.1Mi, Sys=14.1Mi, NumGC=1909","level":"stat"}
+{"@timestamp":"2025-01-11T13:58:27.812+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=116.1Mi, Sys=14.1Mi, NumGC=1909","level":"stat"}
+{"@timestamp":"2025-01-11T13:59:27.812+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=116.1Mi, Sys=14.1Mi, NumGC=1910","level":"stat"}
+{"@timestamp":"2025-01-11T14:00:27.812+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=116.1Mi, Sys=14.1Mi, NumGC=1910","level":"stat"}
+{"@timestamp":"2025-01-11T14:01:27.741+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=116.2Mi, Sys=14.1Mi, NumGC=1911","level":"stat"}
+{"@timestamp":"2025-01-11T14:02:27.740+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=116.2Mi, Sys=14.1Mi, NumGC=1911","level":"stat"}
+{"@timestamp":"2025-01-11T14:03:27.739+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=116.2Mi, Sys=14.1Mi, NumGC=1912","level":"stat"}
+{"@timestamp":"2025-01-11T14:04:27.737+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=116.2Mi, Sys=14.1Mi, NumGC=1912","level":"stat"}
+{"@timestamp":"2025-01-11T14:05:27.737+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=116.2Mi, Sys=14.1Mi, NumGC=1913","level":"stat"}
+{"@timestamp":"2025-01-11T14:06:27.737+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=116.3Mi, Sys=14.1Mi, NumGC=1913","level":"stat"}
+{"@timestamp":"2025-01-11T14:07:27.736+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=116.3Mi, Sys=14.1Mi, NumGC=1914","level":"stat"}
+{"@timestamp":"2025-01-11T14:08:27.734+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=116.3Mi, Sys=14.1Mi, NumGC=1914","level":"stat"}
+{"@timestamp":"2025-01-11T14:09:27.734+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=116.3Mi, Sys=14.1Mi, NumGC=1915","level":"stat"}
+{"@timestamp":"2025-01-11T14:10:27.732+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=116.3Mi, Sys=14.1Mi, NumGC=1915","level":"stat"}
+{"@timestamp":"2025-01-11T14:11:27.730+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=116.4Mi, Sys=14.1Mi, NumGC=1916","level":"stat"}
+{"@timestamp":"2025-01-11T14:12:27.731+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=116.4Mi, Sys=14.1Mi, NumGC=1916","level":"stat"}
+{"@timestamp":"2025-01-11T14:13:27.730+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=116.4Mi, Sys=14.1Mi, NumGC=1917","level":"stat"}
+{"@timestamp":"2025-01-11T14:14:52.510+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=116.4Mi, Sys=14.1Mi, NumGC=1917","level":"stat"}
+{"@timestamp":"2025-01-11T14:15:52.508+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=116.4Mi, Sys=14.1Mi, NumGC=1918","level":"stat"}
+{"@timestamp":"2025-01-11T14:16:52.507+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=116.5Mi, Sys=14.1Mi, NumGC=1918","level":"stat"}
+{"@timestamp":"2025-01-11T14:17:52.506+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=116.5Mi, Sys=14.1Mi, NumGC=1919","level":"stat"}
+{"@timestamp":"2025-01-11T14:18:52.504+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=116.5Mi, Sys=14.1Mi, NumGC=1919","level":"stat"}
+{"@timestamp":"2025-01-11T14:20:17.368+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=116.5Mi, Sys=14.1Mi, NumGC=1920","level":"stat"}
+{"@timestamp":"2025-01-11T14:36:10.684+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=116.5Mi, Sys=14.1Mi, NumGC=1920","level":"stat"}
+{"@timestamp":"2025-01-11T14:50:14.757+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=116.6Mi, Sys=14.1Mi, NumGC=1921","level":"stat"}
+{"@timestamp":"2025-01-11T14:51:14.759+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=116.6Mi, Sys=14.1Mi, NumGC=1921","level":"stat"}
+{"@timestamp":"2025-01-11T14:52:14.758+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=116.6Mi, Sys=14.1Mi, NumGC=1922","level":"stat"}
+{"@timestamp":"2025-01-11T14:53:14.757+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=116.6Mi, Sys=14.1Mi, NumGC=1922","level":"stat"}
+{"@timestamp":"2025-01-11T14:54:14.756+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=116.6Mi, Sys=14.1Mi, NumGC=1923","level":"stat"}
+{"@timestamp":"2025-01-11T14:55:14.755+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=116.7Mi, Sys=14.1Mi, NumGC=1923","level":"stat"}
+{"@timestamp":"2025-01-11T14:56:14.755+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=116.7Mi, Sys=14.1Mi, NumGC=1924","level":"stat"}
+{"@timestamp":"2025-01-11T14:57:14.754+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=116.7Mi, Sys=14.1Mi, NumGC=1924","level":"stat"}
+{"@timestamp":"2025-01-11T14:58:14.753+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=116.7Mi, Sys=14.1Mi, NumGC=1925","level":"stat"}
+{"@timestamp":"2025-01-11T14:59:14.752+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=116.7Mi, Sys=14.1Mi, NumGC=1925","level":"stat"}
+{"@timestamp":"2025-01-11T15:00:14.751+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=116.8Mi, Sys=14.1Mi, NumGC=1926","level":"stat"}
+{"@timestamp":"2025-01-11T15:01:14.750+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=116.8Mi, Sys=14.1Mi, NumGC=1926","level":"stat"}
+{"@timestamp":"2025-01-11T15:02:14.749+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=116.8Mi, Sys=14.1Mi, NumGC=1927","level":"stat"}
+{"@timestamp":"2025-01-11T15:03:14.748+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=116.8Mi, Sys=14.1Mi, NumGC=1927","level":"stat"}
+{"@timestamp":"2025-01-11T15:04:14.747+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=116.9Mi, Sys=14.1Mi, NumGC=1928","level":"stat"}
+{"@timestamp":"2025-01-11T15:05:14.746+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=116.9Mi, Sys=14.1Mi, NumGC=1928","level":"stat"}
+{"@timestamp":"2025-01-11T15:06:14.746+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=116.9Mi, Sys=14.1Mi, NumGC=1929","level":"stat"}
+{"@timestamp":"2025-01-11T15:07:14.744+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=116.9Mi, Sys=14.1Mi, NumGC=1929","level":"stat"}
+{"@timestamp":"2025-01-11T15:08:14.745+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=116.9Mi, Sys=14.1Mi, NumGC=1930","level":"stat"}
+{"@timestamp":"2025-01-11T15:09:14.744+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=116.9Mi, Sys=14.1Mi, NumGC=1930","level":"stat"}
+{"@timestamp":"2025-01-11T15:10:14.743+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=117.0Mi, Sys=14.1Mi, NumGC=1931","level":"stat"}
+{"@timestamp":"2025-01-11T15:11:14.815+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=117.0Mi, Sys=14.1Mi, NumGC=1931","level":"stat"}
+{"@timestamp":"2025-01-11T15:12:14.816+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=117.0Mi, Sys=14.1Mi, NumGC=1932","level":"stat"}
+{"@timestamp":"2025-01-11T15:13:14.816+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=117.0Mi, Sys=14.1Mi, NumGC=1932","level":"stat"}
+{"@timestamp":"2025-01-11T15:14:14.815+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=117.1Mi, Sys=14.1Mi, NumGC=1933","level":"stat"}
+{"@timestamp":"2025-01-11T15:15:14.817+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=117.1Mi, Sys=14.1Mi, NumGC=1933","level":"stat"}
+{"@timestamp":"2025-01-11T15:16:14.817+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=117.1Mi, Sys=14.1Mi, NumGC=1934","level":"stat"}
+{"@timestamp":"2025-01-11T15:17:14.817+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=117.1Mi, Sys=14.1Mi, NumGC=1934","level":"stat"}
+{"@timestamp":"2025-01-11T15:18:14.817+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=117.1Mi, Sys=14.1Mi, NumGC=1935","level":"stat"}
+{"@timestamp":"2025-01-11T15:19:14.817+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=117.2Mi, Sys=14.1Mi, NumGC=1935","level":"stat"}
+{"@timestamp":"2025-01-11T15:20:14.817+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=117.2Mi, Sys=14.1Mi, NumGC=1936","level":"stat"}
+{"@timestamp":"2025-01-11T15:21:14.816+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=117.2Mi, Sys=14.1Mi, NumGC=1936","level":"stat"}
+{"@timestamp":"2025-01-11T15:22:14.816+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=117.2Mi, Sys=14.1Mi, NumGC=1937","level":"stat"}
+{"@timestamp":"2025-01-11T15:23:14.816+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=117.2Mi, Sys=14.1Mi, NumGC=1937","level":"stat"}
+{"@timestamp":"2025-01-11T15:24:14.816+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=117.3Mi, Sys=14.1Mi, NumGC=1938","level":"stat"}
+{"@timestamp":"2025-01-11T15:25:14.816+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=117.3Mi, Sys=14.1Mi, NumGC=1938","level":"stat"}
+{"@timestamp":"2025-01-11T15:26:14.816+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=117.3Mi, Sys=14.1Mi, NumGC=1939","level":"stat"}
+{"@timestamp":"2025-01-11T15:27:14.837+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=117.3Mi, Sys=14.1Mi, NumGC=1939","level":"stat"}
+{"@timestamp":"2025-01-11T15:28:14.854+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=117.3Mi, Sys=14.1Mi, NumGC=1940","level":"stat"}
+{"@timestamp":"2025-01-11T15:29:14.854+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=117.4Mi, Sys=14.1Mi, NumGC=1940","level":"stat"}
+{"@timestamp":"2025-01-11T15:30:14.855+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=117.4Mi, Sys=14.1Mi, NumGC=1941","level":"stat"}
+{"@timestamp":"2025-01-11T15:31:14.855+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=117.4Mi, Sys=14.1Mi, NumGC=1941","level":"stat"}
+{"@timestamp":"2025-01-11T15:32:14.855+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=117.4Mi, Sys=14.1Mi, NumGC=1942","level":"stat"}
+{"@timestamp":"2025-01-11T15:33:14.856+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=117.4Mi, Sys=14.1Mi, NumGC=1942","level":"stat"}
+{"@timestamp":"2025-01-11T15:34:14.834+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=117.5Mi, Sys=14.1Mi, NumGC=1943","level":"stat"}
+{"@timestamp":"2025-01-11T15:35:14.832+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=117.5Mi, Sys=14.1Mi, NumGC=1943","level":"stat"}
+{"@timestamp":"2025-01-11T15:36:14.832+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=117.5Mi, Sys=14.1Mi, NumGC=1944","level":"stat"}
+{"@timestamp":"2025-01-11T15:37:14.832+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=117.5Mi, Sys=14.1Mi, NumGC=1944","level":"stat"}
+{"@timestamp":"2025-01-11T15:38:14.832+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=117.5Mi, Sys=14.1Mi, NumGC=1945","level":"stat"}
+{"@timestamp":"2025-01-11T15:39:39.698+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=117.6Mi, Sys=14.1Mi, NumGC=1945","level":"stat"}
+{"@timestamp":"2025-01-11T16:11:23.073+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=117.6Mi, Sys=14.1Mi, NumGC=1946","level":"stat"}
+{"@timestamp":"2025-01-11T16:12:23.071+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=117.6Mi, Sys=14.1Mi, NumGC=1946","level":"stat"}
+{"@timestamp":"2025-01-11T16:13:23.068+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=117.6Mi, Sys=14.1Mi, NumGC=1947","level":"stat"}
+{"@timestamp":"2025-01-11T16:14:23.066+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=117.6Mi, Sys=14.1Mi, NumGC=1947","level":"stat"}
+{"@timestamp":"2025-01-11T16:15:23.064+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=117.7Mi, Sys=14.1Mi, NumGC=1948","level":"stat"}
+{"@timestamp":"2025-01-11T16:16:23.062+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=117.7Mi, Sys=14.1Mi, NumGC=1948","level":"stat"}
+{"@timestamp":"2025-01-11T16:17:23.060+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=117.7Mi, Sys=14.1Mi, NumGC=1949","level":"stat"}
+{"@timestamp":"2025-01-11T16:18:23.058+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=117.7Mi, Sys=14.1Mi, NumGC=1949","level":"stat"}
+{"@timestamp":"2025-01-11T16:19:23.056+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=117.7Mi, Sys=14.1Mi, NumGC=1950","level":"stat"}
+{"@timestamp":"2025-01-11T16:20:23.054+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=117.8Mi, Sys=14.1Mi, NumGC=1950","level":"stat"}
+{"@timestamp":"2025-01-11T16:21:23.050+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=117.8Mi, Sys=14.1Mi, NumGC=1951","level":"stat"}
+{"@timestamp":"2025-01-11T16:22:23.049+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=117.8Mi, Sys=14.1Mi, NumGC=1951","level":"stat"}
+{"@timestamp":"2025-01-11T16:23:23.046+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=117.8Mi, Sys=14.1Mi, NumGC=1952","level":"stat"}
+{"@timestamp":"2025-01-11T16:24:23.044+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=117.8Mi, Sys=14.1Mi, NumGC=1952","level":"stat"}
+{"@timestamp":"2025-01-11T16:25:23.041+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=117.9Mi, Sys=14.1Mi, NumGC=1953","level":"stat"}
+{"@timestamp":"2025-01-11T16:26:23.041+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=117.9Mi, Sys=14.1Mi, NumGC=1953","level":"stat"}
+{"@timestamp":"2025-01-11T16:27:23.039+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=117.9Mi, Sys=14.1Mi, NumGC=1954","level":"stat"}
+{"@timestamp":"2025-01-11T16:28:23.037+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=117.9Mi, Sys=14.1Mi, NumGC=1954","level":"stat"}
+{"@timestamp":"2025-01-11T16:29:23.034+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=117.9Mi, Sys=14.1Mi, NumGC=1955","level":"stat"}
+{"@timestamp":"2025-01-11T16:30:23.032+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=118.0Mi, Sys=14.1Mi, NumGC=1955","level":"stat"}
+{"@timestamp":"2025-01-11T16:31:23.029+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=118.0Mi, Sys=14.1Mi, NumGC=1956","level":"stat"}
+{"@timestamp":"2025-01-11T16:32:23.028+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=118.0Mi, Sys=14.1Mi, NumGC=1956","level":"stat"}
+{"@timestamp":"2025-01-11T16:33:23.026+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=118.0Mi, Sys=14.1Mi, NumGC=1957","level":"stat"}
+{"@timestamp":"2025-01-11T16:34:23.023+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=118.0Mi, Sys=14.1Mi, NumGC=1957","level":"stat"}
+{"@timestamp":"2025-01-11T16:35:23.022+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=118.1Mi, Sys=14.1Mi, NumGC=1958","level":"stat"}
+{"@timestamp":"2025-01-11T16:36:23.020+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=118.1Mi, Sys=14.1Mi, NumGC=1958","level":"stat"}
+{"@timestamp":"2025-01-11T16:37:23.017+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=118.1Mi, Sys=14.1Mi, NumGC=1959","level":"stat"}
+{"@timestamp":"2025-01-11T16:38:23.069+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=118.1Mi, Sys=14.1Mi, NumGC=1959","level":"stat"}
+{"@timestamp":"2025-01-11T16:39:23.068+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=118.1Mi, Sys=14.1Mi, NumGC=1960","level":"stat"}
+{"@timestamp":"2025-01-11T16:40:23.066+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=118.2Mi, Sys=14.1Mi, NumGC=1960","level":"stat"}
+{"@timestamp":"2025-01-11T16:41:23.063+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=118.2Mi, Sys=14.1Mi, NumGC=1961","level":"stat"}
+{"@timestamp":"2025-01-11T16:42:23.063+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=118.2Mi, Sys=14.1Mi, NumGC=1961","level":"stat"}
+{"@timestamp":"2025-01-11T16:43:23.062+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=118.2Mi, Sys=14.1Mi, NumGC=1962","level":"stat"}
+{"@timestamp":"2025-01-11T16:44:23.061+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=118.2Mi, Sys=14.1Mi, NumGC=1962","level":"stat"}
+{"@timestamp":"2025-01-11T16:45:23.059+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=118.3Mi, Sys=14.1Mi, NumGC=1963","level":"stat"}
+{"@timestamp":"2025-01-11T16:46:23.057+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=118.3Mi, Sys=14.1Mi, NumGC=1963","level":"stat"}
+{"@timestamp":"2025-01-11T16:47:23.056+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=118.3Mi, Sys=14.1Mi, NumGC=1964","level":"stat"}
+{"@timestamp":"2025-01-11T16:48:23.055+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=118.3Mi, Sys=14.1Mi, NumGC=1964","level":"stat"}
+{"@timestamp":"2025-01-11T16:49:23.053+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=118.3Mi, Sys=14.1Mi, NumGC=1965","level":"stat"}
+{"@timestamp":"2025-01-11T16:50:23.051+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=118.4Mi, Sys=14.1Mi, NumGC=1965","level":"stat"}
+{"@timestamp":"2025-01-11T16:51:23.049+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=118.4Mi, Sys=14.1Mi, NumGC=1966","level":"stat"}
+{"@timestamp":"2025-01-11T16:52:23.049+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=118.4Mi, Sys=14.1Mi, NumGC=1966","level":"stat"}
+{"@timestamp":"2025-01-11T16:53:23.047+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=118.4Mi, Sys=14.1Mi, NumGC=1967","level":"stat"}
+{"@timestamp":"2025-01-11T16:54:23.190+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=118.4Mi, Sys=14.1Mi, NumGC=1967","level":"stat"}
+{"@timestamp":"2025-01-11T16:55:23.191+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=118.5Mi, Sys=14.1Mi, NumGC=1968","level":"stat"}
+{"@timestamp":"2025-01-11T16:56:23.191+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=118.5Mi, Sys=14.1Mi, NumGC=1968","level":"stat"}
+{"@timestamp":"2025-01-11T16:57:23.191+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=118.5Mi, Sys=14.1Mi, NumGC=1969","level":"stat"}
+{"@timestamp":"2025-01-11T16:58:23.192+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=118.5Mi, Sys=14.1Mi, NumGC=1969","level":"stat"}
+{"@timestamp":"2025-01-11T16:59:23.191+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=118.5Mi, Sys=14.1Mi, NumGC=1970","level":"stat"}
+{"@timestamp":"2025-01-11T17:00:23.192+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=118.6Mi, Sys=14.1Mi, NumGC=1970","level":"stat"}
+{"@timestamp":"2025-01-11T17:01:23.191+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=118.6Mi, Sys=14.1Mi, NumGC=1971","level":"stat"}
+{"@timestamp":"2025-01-11T17:02:23.192+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=118.6Mi, Sys=14.1Mi, NumGC=1971","level":"stat"}
+{"@timestamp":"2025-01-11T17:03:23.193+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=118.6Mi, Sys=14.1Mi, NumGC=1972","level":"stat"}
+{"@timestamp":"2025-01-11T17:04:23.193+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=118.6Mi, Sys=14.1Mi, NumGC=1972","level":"stat"}
+{"@timestamp":"2025-01-11T17:05:23.192+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=118.7Mi, Sys=14.1Mi, NumGC=1973","level":"stat"}
+{"@timestamp":"2025-01-11T17:06:23.194+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=118.7Mi, Sys=14.1Mi, NumGC=1973","level":"stat"}
+{"@timestamp":"2025-01-11T17:07:23.194+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=118.7Mi, Sys=14.1Mi, NumGC=1974","level":"stat"}
+{"@timestamp":"2025-01-11T17:08:23.194+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=118.7Mi, Sys=14.1Mi, NumGC=1974","level":"stat"}
+{"@timestamp":"2025-01-11T17:09:23.195+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=118.7Mi, Sys=14.1Mi, NumGC=1975","level":"stat"}
+{"@timestamp":"2025-01-11T17:10:23.195+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=118.8Mi, Sys=14.1Mi, NumGC=1975","level":"stat"}
+{"@timestamp":"2025-01-11T17:11:23.195+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=118.8Mi, Sys=14.1Mi, NumGC=1976","level":"stat"}
+{"@timestamp":"2025-01-11T17:12:23.194+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=118.8Mi, Sys=14.1Mi, NumGC=1976","level":"stat"}
+{"@timestamp":"2025-01-11T17:13:48.037+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=118.8Mi, Sys=14.1Mi, NumGC=1977","level":"stat"}
+{"@timestamp":"2025-01-11T17:14:48.038+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=118.8Mi, Sys=14.1Mi, NumGC=1977","level":"stat"}
+{"@timestamp":"2025-01-11T17:15:48.038+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=118.9Mi, Sys=14.1Mi, NumGC=1978","level":"stat"}
+{"@timestamp":"2025-01-11T17:16:48.036+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=118.9Mi, Sys=14.1Mi, NumGC=1978","level":"stat"}
+{"@timestamp":"2025-01-11T17:17:48.038+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=118.9Mi, Sys=14.1Mi, NumGC=1979","level":"stat"}
+{"@timestamp":"2025-01-11T17:34:37.859+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=118.9Mi, Sys=14.1Mi, NumGC=1979","level":"stat"}
+{"@timestamp":"2025-01-11T17:51:02.913+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=118.9Mi, Sys=14.1Mi, NumGC=1980","level":"stat"}
+{"@timestamp":"2025-01-11T17:52:02.917+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=119.0Mi, Sys=14.1Mi, NumGC=1980","level":"stat"}
+{"@timestamp":"2025-01-11T17:53:02.918+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=119.0Mi, Sys=14.1Mi, NumGC=1981","level":"stat"}
+{"@timestamp":"2025-01-11T17:54:02.919+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=119.0Mi, Sys=14.1Mi, NumGC=1981","level":"stat"}
+{"@timestamp":"2025-01-11T17:55:02.920+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=119.0Mi, Sys=14.1Mi, NumGC=1982","level":"stat"}
+{"@timestamp":"2025-01-11T17:56:02.919+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=119.0Mi, Sys=14.1Mi, NumGC=1982","level":"stat"}
+{"@timestamp":"2025-01-11T17:57:02.920+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=119.1Mi, Sys=14.1Mi, NumGC=1983","level":"stat"}
+{"@timestamp":"2025-01-11T17:58:02.922+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=119.1Mi, Sys=14.1Mi, NumGC=1983","level":"stat"}
+{"@timestamp":"2025-01-11T17:59:02.923+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=119.1Mi, Sys=14.1Mi, NumGC=1984","level":"stat"}
+{"@timestamp":"2025-01-11T18:00:02.922+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=119.1Mi, Sys=14.1Mi, NumGC=1984","level":"stat"}
+{"@timestamp":"2025-01-11T18:01:02.923+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=119.1Mi, Sys=14.1Mi, NumGC=1985","level":"stat"}
+{"@timestamp":"2025-01-11T18:02:02.943+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=119.2Mi, Sys=14.1Mi, NumGC=1985","level":"stat"}
+{"@timestamp":"2025-01-11T18:03:02.950+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=119.2Mi, Sys=14.1Mi, NumGC=1986","level":"stat"}
+{"@timestamp":"2025-01-11T18:04:02.950+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=119.2Mi, Sys=14.1Mi, NumGC=1986","level":"stat"}
+{"@timestamp":"2025-01-11T18:05:02.952+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=119.2Mi, Sys=14.1Mi, NumGC=1987","level":"stat"}
+{"@timestamp":"2025-01-11T18:06:02.953+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=119.2Mi, Sys=14.1Mi, NumGC=1987","level":"stat"}
+{"@timestamp":"2025-01-11T18:07:02.954+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=119.3Mi, Sys=14.1Mi, NumGC=1988","level":"stat"}
+{"@timestamp":"2025-01-11T18:08:02.954+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=119.3Mi, Sys=14.1Mi, NumGC=1988","level":"stat"}
+{"@timestamp":"2025-01-11T18:09:02.957+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=119.3Mi, Sys=14.1Mi, NumGC=1989","level":"stat"}
+{"@timestamp":"2025-01-11T18:10:02.956+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=119.3Mi, Sys=14.1Mi, NumGC=1989","level":"stat"}
+{"@timestamp":"2025-01-11T18:11:02.959+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=119.3Mi, Sys=14.1Mi, NumGC=1990","level":"stat"}
+{"@timestamp":"2025-01-11T18:12:02.960+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=119.4Mi, Sys=14.1Mi, NumGC=1990","level":"stat"}
+{"@timestamp":"2025-01-11T18:13:02.960+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=119.4Mi, Sys=14.1Mi, NumGC=1991","level":"stat"}
+{"@timestamp":"2025-01-11T18:14:02.961+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=119.4Mi, Sys=14.1Mi, NumGC=1991","level":"stat"}
+{"@timestamp":"2025-01-11T18:15:02.963+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=119.4Mi, Sys=14.1Mi, NumGC=1992","level":"stat"}
+{"@timestamp":"2025-01-11T18:16:02.965+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=119.4Mi, Sys=14.1Mi, NumGC=1992","level":"stat"}
+{"@timestamp":"2025-01-11T18:17:02.964+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=119.5Mi, Sys=14.1Mi, NumGC=1993","level":"stat"}
+{"@timestamp":"2025-01-11T18:18:02.965+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=119.5Mi, Sys=14.1Mi, NumGC=1993","level":"stat"}
+{"@timestamp":"2025-01-11T18:19:02.967+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=119.5Mi, Sys=14.1Mi, NumGC=1994","level":"stat"}
+{"@timestamp":"2025-01-11T18:20:02.968+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=119.5Mi, Sys=14.1Mi, NumGC=1994","level":"stat"}
+{"@timestamp":"2025-01-11T18:21:02.972+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=119.5Mi, Sys=14.1Mi, NumGC=1995","level":"stat"}
+{"@timestamp":"2025-01-11T18:22:02.974+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=119.6Mi, Sys=14.1Mi, NumGC=1995","level":"stat"}
+{"@timestamp":"2025-01-11T18:23:02.975+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=119.6Mi, Sys=14.1Mi, NumGC=1996","level":"stat"}
+{"@timestamp":"2025-01-11T18:24:02.976+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=119.6Mi, Sys=14.1Mi, NumGC=1996","level":"stat"}
+{"@timestamp":"2025-01-11T18:25:02.977+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=119.6Mi, Sys=14.1Mi, NumGC=1997","level":"stat"}
+{"@timestamp":"2025-01-11T18:26:02.978+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=119.6Mi, Sys=14.1Mi, NumGC=1997","level":"stat"}
+{"@timestamp":"2025-01-11T18:27:02.980+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=119.7Mi, Sys=14.1Mi, NumGC=1998","level":"stat"}
+{"@timestamp":"2025-01-11T18:28:02.979+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=119.7Mi, Sys=14.1Mi, NumGC=1998","level":"stat"}
+{"@timestamp":"2025-01-11T18:29:02.982+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=119.7Mi, Sys=14.1Mi, NumGC=1999","level":"stat"}
+{"@timestamp":"2025-01-11T18:30:02.982+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=119.7Mi, Sys=14.1Mi, NumGC=1999","level":"stat"}
+{"@timestamp":"2025-01-11T18:31:02.984+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=119.7Mi, Sys=14.1Mi, NumGC=2000","level":"stat"}
+{"@timestamp":"2025-01-11T18:32:02.985+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=119.8Mi, Sys=14.1Mi, NumGC=2000","level":"stat"}
+{"@timestamp":"2025-01-11T18:33:02.985+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=119.8Mi, Sys=14.1Mi, NumGC=2001","level":"stat"}
+{"@timestamp":"2025-01-11T18:34:02.987+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=119.8Mi, Sys=14.1Mi, NumGC=2001","level":"stat"}
+{"@timestamp":"2025-01-11T18:35:02.989+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=119.8Mi, Sys=14.1Mi, NumGC=2002","level":"stat"}
+{"@timestamp":"2025-01-11T18:36:02.990+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=119.8Mi, Sys=14.1Mi, NumGC=2002","level":"stat"}
+{"@timestamp":"2025-01-11T18:37:02.990+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=119.9Mi, Sys=14.1Mi, NumGC=2003","level":"stat"}
+{"@timestamp":"2025-01-11T18:38:02.992+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=119.9Mi, Sys=14.1Mi, NumGC=2003","level":"stat"}
+{"@timestamp":"2025-01-11T18:39:02.993+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=119.9Mi, Sys=14.1Mi, NumGC=2004","level":"stat"}
+{"@timestamp":"2025-01-11T18:40:02.994+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=119.9Mi, Sys=14.1Mi, NumGC=2004","level":"stat"}
+{"@timestamp":"2025-01-11T18:41:02.995+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=119.9Mi, Sys=14.1Mi, NumGC=2005","level":"stat"}
+{"@timestamp":"2025-01-11T18:42:02.996+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=120.0Mi, Sys=14.1Mi, NumGC=2005","level":"stat"}
+{"@timestamp":"2025-01-11T18:43:02.997+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=120.0Mi, Sys=14.1Mi, NumGC=2006","level":"stat"}
+{"@timestamp":"2025-01-11T18:44:02.998+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=120.0Mi, Sys=14.1Mi, NumGC=2006","level":"stat"}
+{"@timestamp":"2025-01-11T18:45:03.000+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=120.0Mi, Sys=14.1Mi, NumGC=2007","level":"stat"}
+{"@timestamp":"2025-01-11T18:46:03.000+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=120.0Mi, Sys=14.1Mi, NumGC=2007","level":"stat"}
+{"@timestamp":"2025-01-11T18:47:03.001+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=120.1Mi, Sys=14.1Mi, NumGC=2008","level":"stat"}
+{"@timestamp":"2025-01-11T18:48:03.002+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=120.1Mi, Sys=14.1Mi, NumGC=2008","level":"stat"}
+{"@timestamp":"2025-01-11T18:49:03.004+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=120.1Mi, Sys=14.1Mi, NumGC=2009","level":"stat"}
+{"@timestamp":"2025-01-11T18:50:03.005+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=120.1Mi, Sys=14.1Mi, NumGC=2009","level":"stat"}
+{"@timestamp":"2025-01-11T18:51:03.006+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=120.1Mi, Sys=14.1Mi, NumGC=2010","level":"stat"}
+{"@timestamp":"2025-01-11T18:52:03.005+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=120.2Mi, Sys=14.1Mi, NumGC=2010","level":"stat"}
+{"@timestamp":"2025-01-11T18:53:27.858+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=120.2Mi, Sys=14.1Mi, NumGC=2011","level":"stat"}
+{"@timestamp":"2025-01-11T18:54:27.858+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=120.2Mi, Sys=14.1Mi, NumGC=2011","level":"stat"}
+{"@timestamp":"2025-01-11T18:55:27.859+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=120.2Mi, Sys=14.1Mi, NumGC=2012","level":"stat"}
+{"@timestamp":"2025-01-11T18:56:27.859+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=120.2Mi, Sys=14.1Mi, NumGC=2012","level":"stat"}
+{"@timestamp":"2025-01-11T18:57:27.862+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=120.3Mi, Sys=14.1Mi, NumGC=2013","level":"stat"}
+{"@timestamp":"2025-01-11T18:58:52.735+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=120.3Mi, Sys=14.1Mi, NumGC=2013","level":"stat"}
+{"@timestamp":"2025-01-11T19:15:17.810+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=120.3Mi, Sys=14.1Mi, NumGC=2014","level":"stat"}
+{"@timestamp":"2025-01-11T19:31:42.843+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=120.3Mi, Sys=14.1Mi, NumGC=2014","level":"stat"}
+{"@timestamp":"2025-01-11T19:32:42.842+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=120.3Mi, Sys=14.1Mi, NumGC=2015","level":"stat"}
+{"@timestamp":"2025-01-11T19:33:42.842+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=120.4Mi, Sys=14.1Mi, NumGC=2015","level":"stat"}
+{"@timestamp":"2025-01-11T19:34:42.843+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=120.4Mi, Sys=14.1Mi, NumGC=2016","level":"stat"}
+{"@timestamp":"2025-01-11T19:35:42.844+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=120.4Mi, Sys=14.1Mi, NumGC=2016","level":"stat"}
+{"@timestamp":"2025-01-11T19:36:42.845+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=120.4Mi, Sys=14.1Mi, NumGC=2017","level":"stat"}
+{"@timestamp":"2025-01-11T19:37:42.845+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=120.4Mi, Sys=14.1Mi, NumGC=2017","level":"stat"}
+{"@timestamp":"2025-01-11T19:38:42.845+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=120.5Mi, Sys=14.1Mi, NumGC=2018","level":"stat"}
+{"@timestamp":"2025-01-11T19:39:42.847+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=120.5Mi, Sys=14.1Mi, NumGC=2018","level":"stat"}
+{"@timestamp":"2025-01-11T19:40:42.848+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=120.5Mi, Sys=14.1Mi, NumGC=2019","level":"stat"}
+{"@timestamp":"2025-01-11T19:41:42.848+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=120.5Mi, Sys=14.1Mi, NumGC=2019","level":"stat"}
+{"@timestamp":"2025-01-11T19:42:42.848+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=120.5Mi, Sys=14.1Mi, NumGC=2020","level":"stat"}
+{"@timestamp":"2025-01-11T19:43:42.851+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=120.6Mi, Sys=14.1Mi, NumGC=2020","level":"stat"}
+{"@timestamp":"2025-01-11T19:44:42.851+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=120.6Mi, Sys=14.1Mi, NumGC=2021","level":"stat"}
+{"@timestamp":"2025-01-11T19:45:42.851+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=120.6Mi, Sys=14.1Mi, NumGC=2021","level":"stat"}
+{"@timestamp":"2025-01-11T19:46:42.853+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=120.6Mi, Sys=14.1Mi, NumGC=2022","level":"stat"}
+{"@timestamp":"2025-01-11T19:47:42.853+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=120.6Mi, Sys=14.1Mi, NumGC=2022","level":"stat"}
+{"@timestamp":"2025-01-11T19:48:42.853+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=120.7Mi, Sys=14.1Mi, NumGC=2023","level":"stat"}
+{"@timestamp":"2025-01-11T19:49:42.854+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=120.7Mi, Sys=14.1Mi, NumGC=2023","level":"stat"}
+{"@timestamp":"2025-01-11T19:50:42.856+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=120.7Mi, Sys=14.1Mi, NumGC=2024","level":"stat"}
+{"@timestamp":"2025-01-11T19:51:42.856+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=120.7Mi, Sys=14.1Mi, NumGC=2024","level":"stat"}
+{"@timestamp":"2025-01-11T19:52:42.855+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=120.7Mi, Sys=14.1Mi, NumGC=2025","level":"stat"}
+{"@timestamp":"2025-01-11T19:53:42.856+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=120.8Mi, Sys=14.1Mi, NumGC=2025","level":"stat"}
+{"@timestamp":"2025-01-11T19:54:42.857+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=120.8Mi, Sys=14.1Mi, NumGC=2026","level":"stat"}
+{"@timestamp":"2025-01-11T19:55:42.859+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=120.8Mi, Sys=14.1Mi, NumGC=2026","level":"stat"}
+{"@timestamp":"2025-01-11T19:56:42.860+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=120.8Mi, Sys=14.1Mi, NumGC=2027","level":"stat"}
+{"@timestamp":"2025-01-11T19:57:42.852+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=120.8Mi, Sys=14.1Mi, NumGC=2027","level":"stat"}
+{"@timestamp":"2025-01-11T19:58:42.845+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=120.9Mi, Sys=14.1Mi, NumGC=2028","level":"stat"}
+{"@timestamp":"2025-01-11T19:59:42.845+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=120.9Mi, Sys=14.1Mi, NumGC=2028","level":"stat"}
+{"@timestamp":"2025-01-11T20:00:42.846+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=120.9Mi, Sys=14.1Mi, NumGC=2029","level":"stat"}
+{"@timestamp":"2025-01-11T20:01:42.846+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=120.9Mi, Sys=14.1Mi, NumGC=2029","level":"stat"}
+{"@timestamp":"2025-01-11T20:02:42.849+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=121.0Mi, Sys=14.1Mi, NumGC=2030","level":"stat"}
+{"@timestamp":"2025-01-11T20:03:42.848+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=121.0Mi, Sys=14.1Mi, NumGC=2030","level":"stat"}
+{"@timestamp":"2025-01-11T20:04:42.848+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=121.0Mi, Sys=14.1Mi, NumGC=2031","level":"stat"}
+{"@timestamp":"2025-01-11T20:05:42.849+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=121.0Mi, Sys=14.1Mi, NumGC=2031","level":"stat"}
+{"@timestamp":"2025-01-11T20:06:42.848+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=121.0Mi, Sys=14.1Mi, NumGC=2032","level":"stat"}
+{"@timestamp":"2025-01-11T20:07:42.850+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=121.1Mi, Sys=14.1Mi, NumGC=2032","level":"stat"}
+{"@timestamp":"2025-01-11T20:08:42.850+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=121.1Mi, Sys=14.1Mi, NumGC=2033","level":"stat"}
+{"@timestamp":"2025-01-11T20:09:42.851+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=121.1Mi, Sys=14.1Mi, NumGC=2033","level":"stat"}
+{"@timestamp":"2025-01-11T20:10:42.851+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=121.1Mi, Sys=14.1Mi, NumGC=2034","level":"stat"}
+{"@timestamp":"2025-01-11T20:11:42.852+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=121.1Mi, Sys=14.1Mi, NumGC=2034","level":"stat"}
+{"@timestamp":"2025-01-11T20:12:42.853+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=121.2Mi, Sys=14.1Mi, NumGC=2035","level":"stat"}
+{"@timestamp":"2025-01-11T20:13:42.793+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=121.2Mi, Sys=14.1Mi, NumGC=2035","level":"stat"}
+{"@timestamp":"2025-01-11T20:14:42.793+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=121.2Mi, Sys=14.1Mi, NumGC=2036","level":"stat"}
+{"@timestamp":"2025-01-11T20:15:42.793+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=121.2Mi, Sys=14.1Mi, NumGC=2036","level":"stat"}
+{"@timestamp":"2025-01-11T20:16:42.792+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=121.2Mi, Sys=14.1Mi, NumGC=2037","level":"stat"}
+{"@timestamp":"2025-01-11T20:17:42.793+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=121.3Mi, Sys=14.1Mi, NumGC=2037","level":"stat"}
+{"@timestamp":"2025-01-11T20:18:42.791+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=121.3Mi, Sys=14.1Mi, NumGC=2038","level":"stat"}
+{"@timestamp":"2025-01-11T20:19:42.792+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=121.3Mi, Sys=14.1Mi, NumGC=2038","level":"stat"}
+{"@timestamp":"2025-01-11T20:20:42.792+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=121.3Mi, Sys=14.1Mi, NumGC=2039","level":"stat"}
+{"@timestamp":"2025-01-11T20:21:42.790+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=121.3Mi, Sys=14.1Mi, NumGC=2039","level":"stat"}
+{"@timestamp":"2025-01-11T20:22:42.791+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=121.4Mi, Sys=14.1Mi, NumGC=2040","level":"stat"}
+{"@timestamp":"2025-01-11T20:23:42.790+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=121.4Mi, Sys=14.1Mi, NumGC=2040","level":"stat"}
+{"@timestamp":"2025-01-11T20:24:42.790+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=121.4Mi, Sys=14.1Mi, NumGC=2041","level":"stat"}
+{"@timestamp":"2025-01-11T20:25:42.790+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=121.4Mi, Sys=14.1Mi, NumGC=2041","level":"stat"}
+{"@timestamp":"2025-01-11T20:26:42.789+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=121.4Mi, Sys=14.1Mi, NumGC=2042","level":"stat"}
+{"@timestamp":"2025-01-11T20:27:42.790+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=121.5Mi, Sys=14.1Mi, NumGC=2042","level":"stat"}
+{"@timestamp":"2025-01-11T20:28:42.791+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=121.5Mi, Sys=14.1Mi, NumGC=2043","level":"stat"}
+{"@timestamp":"2025-01-11T20:29:42.791+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=121.5Mi, Sys=14.1Mi, NumGC=2043","level":"stat"}
+{"@timestamp":"2025-01-11T20:30:42.791+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=121.5Mi, Sys=14.1Mi, NumGC=2044","level":"stat"}
+{"@timestamp":"2025-01-11T20:31:42.789+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=121.5Mi, Sys=14.1Mi, NumGC=2044","level":"stat"}
+{"@timestamp":"2025-01-11T20:33:07.574+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=121.6Mi, Sys=14.1Mi, NumGC=2045","level":"stat"}
+{"@timestamp":"2025-01-11T20:34:07.573+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=121.6Mi, Sys=14.1Mi, NumGC=2045","level":"stat"}
+{"@timestamp":"2025-01-11T20:35:07.573+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=121.6Mi, Sys=14.1Mi, NumGC=2046","level":"stat"}
+{"@timestamp":"2025-01-11T20:36:07.572+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=121.6Mi, Sys=14.1Mi, NumGC=2046","level":"stat"}
+{"@timestamp":"2025-01-11T20:37:07.571+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=121.6Mi, Sys=14.1Mi, NumGC=2047","level":"stat"}
+{"@timestamp":"2025-01-11T20:38:32.402+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=121.7Mi, Sys=14.1Mi, NumGC=2047","level":"stat"}
+{"@timestamp":"2025-01-11T20:54:57.339+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=121.7Mi, Sys=14.1Mi, NumGC=2048","level":"stat"}
+{"@timestamp":"2025-01-11T21:03:57.220+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=121.7Mi, Sys=14.1Mi, NumGC=2048","level":"stat"}
+{"@timestamp":"2025-01-11T21:04:57.219+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=121.7Mi, Sys=14.1Mi, NumGC=2049","level":"stat"}
+{"@timestamp":"2025-01-11T21:05:57.218+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=121.7Mi, Sys=14.1Mi, NumGC=2049","level":"stat"}
+{"@timestamp":"2025-01-11T21:06:57.217+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=121.8Mi, Sys=14.1Mi, NumGC=2050","level":"stat"}
+{"@timestamp":"2025-01-11T21:07:57.215+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=121.8Mi, Sys=14.1Mi, NumGC=2050","level":"stat"}
+{"@timestamp":"2025-01-11T21:08:57.214+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=121.8Mi, Sys=14.1Mi, NumGC=2051","level":"stat"}
+{"@timestamp":"2025-01-11T21:09:57.213+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=121.8Mi, Sys=14.1Mi, NumGC=2051","level":"stat"}
+{"@timestamp":"2025-01-11T21:10:57.212+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=121.8Mi, Sys=14.1Mi, NumGC=2052","level":"stat"}
+{"@timestamp":"2025-01-11T21:11:57.210+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=121.9Mi, Sys=14.1Mi, NumGC=2052","level":"stat"}
+{"@timestamp":"2025-01-11T21:12:57.209+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=121.9Mi, Sys=14.1Mi, NumGC=2053","level":"stat"}
+{"@timestamp":"2025-01-11T21:13:57.208+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=121.9Mi, Sys=14.1Mi, NumGC=2053","level":"stat"}
+{"@timestamp":"2025-01-11T21:14:57.208+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=121.9Mi, Sys=14.1Mi, NumGC=2053","level":"stat"}
+{"@timestamp":"2025-01-11T21:15:57.205+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=122.0Mi, Sys=14.1Mi, NumGC=2054","level":"stat"}
+{"@timestamp":"2025-01-11T21:16:57.204+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=122.0Mi, Sys=14.1Mi, NumGC=2054","level":"stat"}
+{"@timestamp":"2025-01-11T21:17:57.203+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=122.0Mi, Sys=14.1Mi, NumGC=2055","level":"stat"}
+{"@timestamp":"2025-01-11T21:18:57.227+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=122.0Mi, Sys=14.1Mi, NumGC=2055","level":"stat"}
+{"@timestamp":"2025-01-11T21:19:57.242+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=122.0Mi, Sys=14.1Mi, NumGC=2056","level":"stat"}
+{"@timestamp":"2025-01-11T21:20:57.241+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=122.1Mi, Sys=14.1Mi, NumGC=2056","level":"stat"}
+{"@timestamp":"2025-01-11T21:21:57.240+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=122.1Mi, Sys=14.1Mi, NumGC=2057","level":"stat"}
+{"@timestamp":"2025-01-11T21:22:57.240+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=122.1Mi, Sys=14.1Mi, NumGC=2057","level":"stat"}
+{"@timestamp":"2025-01-11T21:23:57.239+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=122.1Mi, Sys=14.1Mi, NumGC=2058","level":"stat"}
+{"@timestamp":"2025-01-11T21:24:57.238+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=122.1Mi, Sys=14.1Mi, NumGC=2058","level":"stat"}
+{"@timestamp":"2025-01-11T21:25:57.238+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=122.2Mi, Sys=14.1Mi, NumGC=2059","level":"stat"}
+{"@timestamp":"2025-01-11T21:26:57.237+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=122.2Mi, Sys=14.1Mi, NumGC=2059","level":"stat"}
+{"@timestamp":"2025-01-11T21:27:57.236+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=122.2Mi, Sys=14.1Mi, NumGC=2060","level":"stat"}
+{"@timestamp":"2025-01-11T21:28:57.235+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=122.2Mi, Sys=14.1Mi, NumGC=2060","level":"stat"}
+{"@timestamp":"2025-01-11T21:29:57.235+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=122.2Mi, Sys=14.1Mi, NumGC=2061","level":"stat"}
+{"@timestamp":"2025-01-11T21:30:57.234+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=122.3Mi, Sys=14.1Mi, NumGC=2061","level":"stat"}
+{"@timestamp":"2025-01-11T21:31:57.233+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=122.3Mi, Sys=14.1Mi, NumGC=2062","level":"stat"}
+{"@timestamp":"2025-01-11T21:32:57.232+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=122.3Mi, Sys=14.1Mi, NumGC=2062","level":"stat"}
+{"@timestamp":"2025-01-11T21:33:57.231+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=122.3Mi, Sys=14.1Mi, NumGC=2063","level":"stat"}
+{"@timestamp":"2025-01-11T21:34:57.230+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=122.3Mi, Sys=14.1Mi, NumGC=2063","level":"stat"}
+{"@timestamp":"2025-01-11T21:35:57.234+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=122.4Mi, Sys=14.1Mi, NumGC=2064","level":"stat"}
+{"@timestamp":"2025-01-11T21:36:57.246+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=122.4Mi, Sys=14.1Mi, NumGC=2064","level":"stat"}
+{"@timestamp":"2025-01-11T21:37:57.246+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=122.4Mi, Sys=14.1Mi, NumGC=2065","level":"stat"}
+{"@timestamp":"2025-01-11T21:38:57.245+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=122.4Mi, Sys=14.1Mi, NumGC=2065","level":"stat"}
+{"@timestamp":"2025-01-11T21:39:57.244+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=122.5Mi, Sys=14.1Mi, NumGC=2066","level":"stat"}
+{"@timestamp":"2025-01-11T21:40:57.244+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=122.5Mi, Sys=14.1Mi, NumGC=2066","level":"stat"}
+{"@timestamp":"2025-01-11T21:41:57.244+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=122.5Mi, Sys=14.1Mi, NumGC=2067","level":"stat"}
+{"@timestamp":"2025-01-11T21:42:57.243+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=122.5Mi, Sys=14.1Mi, NumGC=2067","level":"stat"}
+{"@timestamp":"2025-01-11T21:43:57.243+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=122.5Mi, Sys=14.1Mi, NumGC=2068","level":"stat"}
+{"@timestamp":"2025-01-11T21:44:57.242+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=122.6Mi, Sys=14.1Mi, NumGC=2068","level":"stat"}
+{"@timestamp":"2025-01-11T21:45:57.242+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=122.6Mi, Sys=14.1Mi, NumGC=2069","level":"stat"}
+{"@timestamp":"2025-01-11T21:46:57.240+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=122.6Mi, Sys=14.1Mi, NumGC=2069","level":"stat"}
+{"@timestamp":"2025-01-11T21:47:57.241+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=122.6Mi, Sys=14.1Mi, NumGC=2070","level":"stat"}
+{"@timestamp":"2025-01-11T21:48:57.239+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=122.6Mi, Sys=14.1Mi, NumGC=2070","level":"stat"}
+{"@timestamp":"2025-01-11T21:49:57.238+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=122.7Mi, Sys=14.1Mi, NumGC=2071","level":"stat"}
+{"@timestamp":"2025-01-11T21:50:57.237+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=122.7Mi, Sys=14.1Mi, NumGC=2071","level":"stat"}
+{"@timestamp":"2025-01-11T21:51:57.237+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=122.7Mi, Sys=14.1Mi, NumGC=2072","level":"stat"}
+{"@timestamp":"2025-01-11T21:52:57.195+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=122.7Mi, Sys=14.1Mi, NumGC=2072","level":"stat"}
+{"@timestamp":"2025-01-11T21:53:57.192+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=122.7Mi, Sys=14.1Mi, NumGC=2073","level":"stat"}
+{"@timestamp":"2025-01-11T21:54:57.191+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=122.8Mi, Sys=14.1Mi, NumGC=2073","level":"stat"}
+{"@timestamp":"2025-01-11T21:55:57.191+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=122.8Mi, Sys=14.1Mi, NumGC=2074","level":"stat"}
+{"@timestamp":"2025-01-11T21:56:57.190+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=122.8Mi, Sys=14.1Mi, NumGC=2074","level":"stat"}
+{"@timestamp":"2025-01-11T21:57:57.188+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=122.8Mi, Sys=14.1Mi, NumGC=2075","level":"stat"}
+{"@timestamp":"2025-01-11T21:58:57.187+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=122.8Mi, Sys=14.1Mi, NumGC=2075","level":"stat"}
+{"@timestamp":"2025-01-11T21:59:57.185+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=122.9Mi, Sys=14.1Mi, NumGC=2076","level":"stat"}
+{"@timestamp":"2025-01-11T22:00:57.184+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=122.9Mi, Sys=14.1Mi, NumGC=2076","level":"stat"}
+{"@timestamp":"2025-01-11T22:01:57.183+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=122.9Mi, Sys=14.1Mi, NumGC=2077","level":"stat"}
+{"@timestamp":"2025-01-11T22:02:57.182+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=122.9Mi, Sys=14.1Mi, NumGC=2077","level":"stat"}
+{"@timestamp":"2025-01-11T22:03:57.182+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=122.9Mi, Sys=14.1Mi, NumGC=2078","level":"stat"}
+{"@timestamp":"2025-01-11T22:04:57.181+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=123.0Mi, Sys=14.1Mi, NumGC=2078","level":"stat"}
+{"@timestamp":"2025-01-11T22:05:57.179+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=123.0Mi, Sys=14.1Mi, NumGC=2079","level":"stat"}
+{"@timestamp":"2025-01-11T22:06:57.179+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=123.0Mi, Sys=14.1Mi, NumGC=2079","level":"stat"}
+{"@timestamp":"2025-01-11T22:07:57.176+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=123.0Mi, Sys=14.1Mi, NumGC=2080","level":"stat"}
+{"@timestamp":"2025-01-11T22:08:57.176+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=123.0Mi, Sys=14.1Mi, NumGC=2080","level":"stat"}
+{"@timestamp":"2025-01-11T22:09:57.174+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=123.1Mi, Sys=14.1Mi, NumGC=2081","level":"stat"}
+{"@timestamp":"2025-01-11T22:10:57.173+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=123.1Mi, Sys=14.1Mi, NumGC=2081","level":"stat"}
+{"@timestamp":"2025-01-11T22:11:57.172+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=123.1Mi, Sys=14.1Mi, NumGC=2082","level":"stat"}
+{"@timestamp":"2025-01-11T22:12:57.171+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=123.1Mi, Sys=14.1Mi, NumGC=2082","level":"stat"}
+{"@timestamp":"2025-01-11T22:13:57.171+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=123.1Mi, Sys=14.1Mi, NumGC=2083","level":"stat"}
+{"@timestamp":"2025-01-11T22:14:57.169+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=123.2Mi, Sys=14.1Mi, NumGC=2083","level":"stat"}
+{"@timestamp":"2025-01-11T22:15:57.169+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=123.2Mi, Sys=14.1Mi, NumGC=2084","level":"stat"}
+{"@timestamp":"2025-01-11T22:16:57.167+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=123.2Mi, Sys=14.1Mi, NumGC=2084","level":"stat"}
+{"@timestamp":"2025-01-11T22:17:57.167+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=123.2Mi, Sys=14.1Mi, NumGC=2085","level":"stat"}
+{"@timestamp":"2025-01-11T22:18:57.166+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=123.2Mi, Sys=14.1Mi, NumGC=2085","level":"stat"}
+{"@timestamp":"2025-01-11T22:19:57.164+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=123.3Mi, Sys=14.1Mi, NumGC=2086","level":"stat"}
+{"@timestamp":"2025-01-11T22:20:57.163+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=123.3Mi, Sys=14.1Mi, NumGC=2086","level":"stat"}
+{"@timestamp":"2025-01-11T22:21:57.162+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=123.3Mi, Sys=14.1Mi, NumGC=2087","level":"stat"}
+{"@timestamp":"2025-01-11T22:22:57.247+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=123.3Mi, Sys=14.1Mi, NumGC=2087","level":"stat"}
+{"@timestamp":"2025-01-11T22:23:57.257+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=123.3Mi, Sys=14.1Mi, NumGC=2088","level":"stat"}
+{"@timestamp":"2025-01-11T22:24:57.257+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=123.4Mi, Sys=14.1Mi, NumGC=2088","level":"stat"}
+{"@timestamp":"2025-01-11T22:25:57.257+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=123.4Mi, Sys=14.1Mi, NumGC=2089","level":"stat"}
+{"@timestamp":"2025-01-11T22:26:57.255+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=123.4Mi, Sys=14.1Mi, NumGC=2089","level":"stat"}
+{"@timestamp":"2025-01-11T22:28:22.158+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=123.4Mi, Sys=14.1Mi, NumGC=2090","level":"stat"}
+{"@timestamp":"2025-01-11T22:44:47.091+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=123.4Mi, Sys=14.1Mi, NumGC=2090","level":"stat"}
+{"@timestamp":"2025-01-11T22:45:47.091+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=123.5Mi, Sys=14.1Mi, NumGC=2091","level":"stat"}
+{"@timestamp":"2025-01-11T22:46:47.090+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=123.5Mi, Sys=14.1Mi, NumGC=2091","level":"stat"}
+{"@timestamp":"2025-01-11T22:47:47.090+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=123.5Mi, Sys=14.1Mi, NumGC=2092","level":"stat"}
+{"@timestamp":"2025-01-11T22:48:47.088+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=123.5Mi, Sys=14.1Mi, NumGC=2092","level":"stat"}
+{"@timestamp":"2025-01-11T22:49:47.089+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=123.5Mi, Sys=14.1Mi, NumGC=2093","level":"stat"}
+{"@timestamp":"2025-01-11T22:50:47.088+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=123.6Mi, Sys=14.1Mi, NumGC=2093","level":"stat"}
+{"@timestamp":"2025-01-11T22:51:47.087+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=123.6Mi, Sys=14.1Mi, NumGC=2094","level":"stat"}
+{"@timestamp":"2025-01-11T22:52:47.086+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=123.6Mi, Sys=14.1Mi, NumGC=2094","level":"stat"}
+{"@timestamp":"2025-01-11T22:53:47.086+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=123.6Mi, Sys=14.1Mi, NumGC=2095","level":"stat"}
+{"@timestamp":"2025-01-11T22:54:47.083+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=123.6Mi, Sys=14.1Mi, NumGC=2095","level":"stat"}
+{"@timestamp":"2025-01-11T22:55:47.085+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=123.7Mi, Sys=14.1Mi, NumGC=2096","level":"stat"}
+{"@timestamp":"2025-01-11T22:56:47.083+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=123.7Mi, Sys=14.1Mi, NumGC=2096","level":"stat"}
+{"@timestamp":"2025-01-11T22:57:47.083+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=123.7Mi, Sys=14.1Mi, NumGC=2097","level":"stat"}
+{"@timestamp":"2025-01-11T22:58:47.082+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=123.7Mi, Sys=14.1Mi, NumGC=2097","level":"stat"}
+{"@timestamp":"2025-01-11T22:59:47.081+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=123.7Mi, Sys=14.1Mi, NumGC=2098","level":"stat"}
+{"@timestamp":"2025-01-11T23:00:47.081+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=123.8Mi, Sys=14.1Mi, NumGC=2098","level":"stat"}
+{"@timestamp":"2025-01-11T23:01:47.081+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=123.8Mi, Sys=14.1Mi, NumGC=2099","level":"stat"}
+{"@timestamp":"2025-01-11T23:02:47.078+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=123.8Mi, Sys=14.1Mi, NumGC=2099","level":"stat"}
+{"@timestamp":"2025-01-11T23:03:47.079+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=123.8Mi, Sys=14.1Mi, NumGC=2100","level":"stat"}
+{"@timestamp":"2025-01-11T23:04:47.079+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=123.8Mi, Sys=14.1Mi, NumGC=2100","level":"stat"}
+{"@timestamp":"2025-01-11T23:05:47.078+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=123.9Mi, Sys=14.1Mi, NumGC=2101","level":"stat"}
+{"@timestamp":"2025-01-11T23:06:47.077+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=123.9Mi, Sys=14.1Mi, NumGC=2101","level":"stat"}
+{"@timestamp":"2025-01-11T23:07:47.076+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=123.9Mi, Sys=14.1Mi, NumGC=2102","level":"stat"}
+{"@timestamp":"2025-01-11T23:08:47.074+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=123.9Mi, Sys=14.1Mi, NumGC=2102","level":"stat"}
+{"@timestamp":"2025-01-11T23:09:47.074+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=123.9Mi, Sys=14.1Mi, NumGC=2103","level":"stat"}
+{"@timestamp":"2025-01-11T23:10:47.074+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=124.0Mi, Sys=14.1Mi, NumGC=2103","level":"stat"}
+{"@timestamp":"2025-01-11T23:11:47.074+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=124.0Mi, Sys=14.1Mi, NumGC=2104","level":"stat"}
+{"@timestamp":"2025-01-11T23:12:47.071+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=124.0Mi, Sys=14.1Mi, NumGC=2104","level":"stat"}
+{"@timestamp":"2025-01-11T23:13:47.072+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=124.0Mi, Sys=14.1Mi, NumGC=2105","level":"stat"}
+{"@timestamp":"2025-01-11T23:14:47.072+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=124.1Mi, Sys=14.1Mi, NumGC=2105","level":"stat"}
+{"@timestamp":"2025-01-11T23:15:47.131+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=124.1Mi, Sys=14.1Mi, NumGC=2106","level":"stat"}
+{"@timestamp":"2025-01-11T23:16:47.130+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=124.1Mi, Sys=14.1Mi, NumGC=2106","level":"stat"}
+{"@timestamp":"2025-01-11T23:17:47.130+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=124.1Mi, Sys=14.1Mi, NumGC=2107","level":"stat"}
+{"@timestamp":"2025-01-11T23:18:47.131+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=124.1Mi, Sys=14.1Mi, NumGC=2107","level":"stat"}
+{"@timestamp":"2025-01-11T23:19:47.131+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=124.2Mi, Sys=14.1Mi, NumGC=2108","level":"stat"}
+{"@timestamp":"2025-01-11T23:20:47.132+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=124.2Mi, Sys=14.1Mi, NumGC=2108","level":"stat"}
+{"@timestamp":"2025-01-11T23:21:47.132+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=124.2Mi, Sys=14.1Mi, NumGC=2109","level":"stat"}
+{"@timestamp":"2025-01-11T23:22:47.132+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=124.2Mi, Sys=14.1Mi, NumGC=2109","level":"stat"}
+{"@timestamp":"2025-01-11T23:23:47.132+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=124.2Mi, Sys=14.1Mi, NumGC=2110","level":"stat"}
+{"@timestamp":"2025-01-11T23:24:47.131+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=124.3Mi, Sys=14.1Mi, NumGC=2110","level":"stat"}
+{"@timestamp":"2025-01-11T23:25:47.132+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=124.3Mi, Sys=14.1Mi, NumGC=2111","level":"stat"}
+{"@timestamp":"2025-01-11T23:26:47.132+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=124.3Mi, Sys=14.1Mi, NumGC=2111","level":"stat"}
+{"@timestamp":"2025-01-11T23:27:47.133+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=124.3Mi, Sys=14.1Mi, NumGC=2112","level":"stat"}
+{"@timestamp":"2025-01-11T23:28:47.133+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=124.3Mi, Sys=14.1Mi, NumGC=2112","level":"stat"}
+{"@timestamp":"2025-01-11T23:29:47.131+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=124.4Mi, Sys=14.1Mi, NumGC=2113","level":"stat"}
+{"@timestamp":"2025-01-11T23:30:47.131+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=124.4Mi, Sys=14.1Mi, NumGC=2113","level":"stat"}
+{"@timestamp":"2025-01-11T23:31:47.133+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=124.4Mi, Sys=14.1Mi, NumGC=2114","level":"stat"}
+{"@timestamp":"2025-01-11T23:32:47.132+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=124.4Mi, Sys=14.1Mi, NumGC=2114","level":"stat"}
+{"@timestamp":"2025-01-11T23:33:47.133+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=124.5Mi, Sys=14.1Mi, NumGC=2115","level":"stat"}
+{"@timestamp":"2025-01-11T23:34:47.132+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=124.5Mi, Sys=14.1Mi, NumGC=2115","level":"stat"}
+{"@timestamp":"2025-01-11T23:35:47.133+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=124.5Mi, Sys=14.1Mi, NumGC=2116","level":"stat"}
+{"@timestamp":"2025-01-11T23:36:47.133+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=124.5Mi, Sys=14.1Mi, NumGC=2116","level":"stat"}
+{"@timestamp":"2025-01-11T23:37:47.134+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=124.5Mi, Sys=14.1Mi, NumGC=2117","level":"stat"}
+{"@timestamp":"2025-01-11T23:38:47.132+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=124.6Mi, Sys=14.1Mi, NumGC=2117","level":"stat"}
+{"@timestamp":"2025-01-11T23:40:12.024+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=124.6Mi, Sys=14.1Mi, NumGC=2118","level":"stat"}
+{"@timestamp":"2025-01-11T23:56:36.922+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=124.6Mi, Sys=14.1Mi, NumGC=2118","level":"stat"}
+{"@timestamp":"2025-01-11T23:57:36.921+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=124.6Mi, Sys=14.1Mi, NumGC=2119","level":"stat"}
+{"@timestamp":"2025-01-11T23:58:36.892+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=124.6Mi, Sys=14.1Mi, NumGC=2119","level":"stat"}
+{"@timestamp":"2025-01-11T23:59:36.889+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=124.7Mi, Sys=14.1Mi, NumGC=2120","level":"stat"}

+ 1099 - 0
app/mq/kafka/logs/stat.log-2025-01-12

@@ -0,0 +1,1099 @@
+{"@timestamp":"2025-01-12T00:00:36.888+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=124.7Mi, Sys=14.1Mi, NumGC=2120","level":"stat"}
+{"@timestamp":"2025-01-12T00:01:36.887+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=124.7Mi, Sys=14.1Mi, NumGC=2121","level":"stat"}
+{"@timestamp":"2025-01-12T00:02:36.884+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=124.7Mi, Sys=14.1Mi, NumGC=2121","level":"stat"}
+{"@timestamp":"2025-01-12T00:03:36.882+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=124.7Mi, Sys=14.1Mi, NumGC=2122","level":"stat"}
+{"@timestamp":"2025-01-12T00:04:36.883+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=124.8Mi, Sys=14.1Mi, NumGC=2122","level":"stat"}
+{"@timestamp":"2025-01-12T00:05:36.882+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=124.8Mi, Sys=14.1Mi, NumGC=2123","level":"stat"}
+{"@timestamp":"2025-01-12T00:06:36.880+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=124.8Mi, Sys=14.1Mi, NumGC=2123","level":"stat"}
+{"@timestamp":"2025-01-12T00:07:36.878+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=124.8Mi, Sys=14.1Mi, NumGC=2124","level":"stat"}
+{"@timestamp":"2025-01-12T00:08:36.878+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=124.8Mi, Sys=14.1Mi, NumGC=2124","level":"stat"}
+{"@timestamp":"2025-01-12T00:09:36.877+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=124.9Mi, Sys=14.1Mi, NumGC=2125","level":"stat"}
+{"@timestamp":"2025-01-12T00:10:36.876+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=124.9Mi, Sys=14.1Mi, NumGC=2125","level":"stat"}
+{"@timestamp":"2025-01-12T00:11:36.874+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=124.9Mi, Sys=14.1Mi, NumGC=2126","level":"stat"}
+{"@timestamp":"2025-01-12T00:12:36.873+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=124.9Mi, Sys=14.1Mi, NumGC=2126","level":"stat"}
+{"@timestamp":"2025-01-12T00:13:36.904+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=124.9Mi, Sys=14.1Mi, NumGC=2127","level":"stat"}
+{"@timestamp":"2025-01-12T00:14:36.907+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=125.0Mi, Sys=14.1Mi, NumGC=2127","level":"stat"}
+{"@timestamp":"2025-01-12T00:15:36.908+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=125.0Mi, Sys=14.1Mi, NumGC=2128","level":"stat"}
+{"@timestamp":"2025-01-12T00:16:36.908+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=125.0Mi, Sys=14.1Mi, NumGC=2128","level":"stat"}
+{"@timestamp":"2025-01-12T00:17:36.906+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=125.0Mi, Sys=14.1Mi, NumGC=2129","level":"stat"}
+{"@timestamp":"2025-01-12T00:18:36.904+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=125.0Mi, Sys=14.1Mi, NumGC=2129","level":"stat"}
+{"@timestamp":"2025-01-12T00:19:36.904+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=125.1Mi, Sys=14.1Mi, NumGC=2130","level":"stat"}
+{"@timestamp":"2025-01-12T00:20:36.905+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=125.1Mi, Sys=14.1Mi, NumGC=2130","level":"stat"}
+{"@timestamp":"2025-01-12T00:21:36.904+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=125.1Mi, Sys=14.1Mi, NumGC=2131","level":"stat"}
+{"@timestamp":"2025-01-12T00:22:36.902+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=125.1Mi, Sys=14.1Mi, NumGC=2131","level":"stat"}
+{"@timestamp":"2025-01-12T00:23:36.902+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=125.1Mi, Sys=14.1Mi, NumGC=2132","level":"stat"}
+{"@timestamp":"2025-01-12T00:24:36.901+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=125.2Mi, Sys=14.1Mi, NumGC=2132","level":"stat"}
+{"@timestamp":"2025-01-12T00:25:36.901+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=125.2Mi, Sys=14.1Mi, NumGC=2133","level":"stat"}
+{"@timestamp":"2025-01-12T00:26:36.900+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=125.2Mi, Sys=14.1Mi, NumGC=2133","level":"stat"}
+{"@timestamp":"2025-01-12T00:27:36.899+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=125.2Mi, Sys=14.1Mi, NumGC=2134","level":"stat"}
+{"@timestamp":"2025-01-12T00:28:36.923+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=125.2Mi, Sys=14.1Mi, NumGC=2134","level":"stat"}
+{"@timestamp":"2025-01-12T00:29:36.930+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=125.3Mi, Sys=14.1Mi, NumGC=2135","level":"stat"}
+{"@timestamp":"2025-01-12T00:30:36.929+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=125.3Mi, Sys=14.1Mi, NumGC=2135","level":"stat"}
+{"@timestamp":"2025-01-12T00:31:36.928+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=125.3Mi, Sys=14.1Mi, NumGC=2136","level":"stat"}
+{"@timestamp":"2025-01-12T00:32:36.929+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=125.3Mi, Sys=14.1Mi, NumGC=2136","level":"stat"}
+{"@timestamp":"2025-01-12T00:33:36.929+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=125.4Mi, Sys=14.1Mi, NumGC=2137","level":"stat"}
+{"@timestamp":"2025-01-12T00:34:36.928+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=125.4Mi, Sys=14.1Mi, NumGC=2137","level":"stat"}
+{"@timestamp":"2025-01-12T00:35:36.928+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=125.4Mi, Sys=14.1Mi, NumGC=2138","level":"stat"}
+{"@timestamp":"2025-01-12T00:36:36.928+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=125.4Mi, Sys=14.1Mi, NumGC=2138","level":"stat"}
+{"@timestamp":"2025-01-12T00:37:36.926+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=125.4Mi, Sys=14.1Mi, NumGC=2139","level":"stat"}
+{"@timestamp":"2025-01-12T00:38:36.927+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=125.5Mi, Sys=14.1Mi, NumGC=2139","level":"stat"}
+{"@timestamp":"2025-01-12T00:39:36.927+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=125.5Mi, Sys=14.1Mi, NumGC=2140","level":"stat"}
+{"@timestamp":"2025-01-12T00:40:36.926+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=125.5Mi, Sys=14.1Mi, NumGC=2140","level":"stat"}
+{"@timestamp":"2025-01-12T00:41:36.929+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=125.5Mi, Sys=14.1Mi, NumGC=2141","level":"stat"}
+{"@timestamp":"2025-01-12T00:42:36.925+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=125.5Mi, Sys=14.1Mi, NumGC=2141","level":"stat"}
+{"@timestamp":"2025-01-12T00:43:36.932+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=125.6Mi, Sys=14.1Mi, NumGC=2142","level":"stat"}
+{"@timestamp":"2025-01-12T00:44:36.938+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=125.6Mi, Sys=14.1Mi, NumGC=2142","level":"stat"}
+{"@timestamp":"2025-01-12T00:45:36.839+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=125.6Mi, Sys=14.1Mi, NumGC=2143","level":"stat"}
+{"@timestamp":"2025-01-12T00:46:36.839+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=125.6Mi, Sys=14.1Mi, NumGC=2143","level":"stat"}
+{"@timestamp":"2025-01-12T00:47:36.837+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=125.6Mi, Sys=14.1Mi, NumGC=2144","level":"stat"}
+{"@timestamp":"2025-01-12T00:48:36.836+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=125.7Mi, Sys=14.1Mi, NumGC=2144","level":"stat"}
+{"@timestamp":"2025-01-12T00:49:36.833+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=125.7Mi, Sys=14.1Mi, NumGC=2145","level":"stat"}
+{"@timestamp":"2025-01-12T00:51:01.655+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=125.7Mi, Sys=14.1Mi, NumGC=2145","level":"stat"}
+{"@timestamp":"2025-01-12T01:07:26.667+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=125.7Mi, Sys=14.1Mi, NumGC=2146","level":"stat"}
+{"@timestamp":"2025-01-12T01:08:26.667+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=125.7Mi, Sys=14.1Mi, NumGC=2146","level":"stat"}
+{"@timestamp":"2025-01-12T01:09:26.666+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=125.8Mi, Sys=14.1Mi, NumGC=2147","level":"stat"}
+{"@timestamp":"2025-01-12T01:10:26.666+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=125.8Mi, Sys=14.1Mi, NumGC=2147","level":"stat"}
+{"@timestamp":"2025-01-12T01:11:26.665+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=125.8Mi, Sys=14.1Mi, NumGC=2148","level":"stat"}
+{"@timestamp":"2025-01-12T01:12:26.666+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=125.8Mi, Sys=14.1Mi, NumGC=2148","level":"stat"}
+{"@timestamp":"2025-01-12T01:13:26.666+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=125.8Mi, Sys=14.1Mi, NumGC=2149","level":"stat"}
+{"@timestamp":"2025-01-12T01:14:26.664+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=125.9Mi, Sys=14.1Mi, NumGC=2149","level":"stat"}
+{"@timestamp":"2025-01-12T01:15:26.665+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=125.9Mi, Sys=14.1Mi, NumGC=2150","level":"stat"}
+{"@timestamp":"2025-01-12T01:16:26.664+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=125.9Mi, Sys=14.1Mi, NumGC=2150","level":"stat"}
+{"@timestamp":"2025-01-12T01:17:26.665+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=125.9Mi, Sys=14.1Mi, NumGC=2151","level":"stat"}
+{"@timestamp":"2025-01-12T01:18:26.664+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=125.9Mi, Sys=14.1Mi, NumGC=2151","level":"stat"}
+{"@timestamp":"2025-01-12T01:19:26.664+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=126.0Mi, Sys=14.1Mi, NumGC=2152","level":"stat"}
+{"@timestamp":"2025-01-12T01:20:26.663+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=126.0Mi, Sys=14.1Mi, NumGC=2152","level":"stat"}
+{"@timestamp":"2025-01-12T01:21:26.664+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=126.0Mi, Sys=14.1Mi, NumGC=2153","level":"stat"}
+{"@timestamp":"2025-01-12T01:22:26.663+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=126.0Mi, Sys=14.1Mi, NumGC=2153","level":"stat"}
+{"@timestamp":"2025-01-12T01:23:26.662+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=126.0Mi, Sys=14.1Mi, NumGC=2154","level":"stat"}
+{"@timestamp":"2025-01-12T01:24:26.663+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=126.1Mi, Sys=14.1Mi, NumGC=2154","level":"stat"}
+{"@timestamp":"2025-01-12T01:25:26.662+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=126.1Mi, Sys=14.1Mi, NumGC=2155","level":"stat"}
+{"@timestamp":"2025-01-12T01:26:26.662+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=126.1Mi, Sys=14.1Mi, NumGC=2155","level":"stat"}
+{"@timestamp":"2025-01-12T01:27:26.662+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=126.1Mi, Sys=14.1Mi, NumGC=2156","level":"stat"}
+{"@timestamp":"2025-01-12T01:28:26.662+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=126.1Mi, Sys=14.1Mi, NumGC=2156","level":"stat"}
+{"@timestamp":"2025-01-12T01:29:26.661+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=126.2Mi, Sys=14.1Mi, NumGC=2157","level":"stat"}
+{"@timestamp":"2025-01-12T01:30:26.661+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=126.2Mi, Sys=14.1Mi, NumGC=2157","level":"stat"}
+{"@timestamp":"2025-01-12T01:31:26.661+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=126.2Mi, Sys=14.1Mi, NumGC=2158","level":"stat"}
+{"@timestamp":"2025-01-12T01:32:26.659+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=126.2Mi, Sys=14.1Mi, NumGC=2158","level":"stat"}
+{"@timestamp":"2025-01-12T01:33:26.660+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=126.2Mi, Sys=14.1Mi, NumGC=2159","level":"stat"}
+{"@timestamp":"2025-01-12T01:34:26.660+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=126.3Mi, Sys=14.1Mi, NumGC=2159","level":"stat"}
+{"@timestamp":"2025-01-12T01:35:26.677+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=126.3Mi, Sys=14.1Mi, NumGC=2160","level":"stat"}
+{"@timestamp":"2025-01-12T01:36:26.693+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=126.3Mi, Sys=14.1Mi, NumGC=2160","level":"stat"}
+{"@timestamp":"2025-01-12T01:37:26.694+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=126.3Mi, Sys=14.1Mi, NumGC=2161","level":"stat"}
+{"@timestamp":"2025-01-12T01:38:26.694+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=126.3Mi, Sys=14.1Mi, NumGC=2161","level":"stat"}
+{"@timestamp":"2025-01-12T01:39:26.694+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=126.4Mi, Sys=14.1Mi, NumGC=2162","level":"stat"}
+{"@timestamp":"2025-01-12T01:40:26.694+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=126.4Mi, Sys=14.1Mi, NumGC=2162","level":"stat"}
+{"@timestamp":"2025-01-12T01:41:26.693+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=126.4Mi, Sys=14.1Mi, NumGC=2163","level":"stat"}
+{"@timestamp":"2025-01-12T01:42:26.695+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=126.4Mi, Sys=14.1Mi, NumGC=2163","level":"stat"}
+{"@timestamp":"2025-01-12T01:43:26.693+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=126.4Mi, Sys=14.1Mi, NumGC=2164","level":"stat"}
+{"@timestamp":"2025-01-12T01:44:26.695+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=126.5Mi, Sys=14.1Mi, NumGC=2164","level":"stat"}
+{"@timestamp":"2025-01-12T01:45:26.694+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=126.5Mi, Sys=14.1Mi, NumGC=2165","level":"stat"}
+{"@timestamp":"2025-01-12T01:46:26.695+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=126.5Mi, Sys=14.1Mi, NumGC=2165","level":"stat"}
+{"@timestamp":"2025-01-12T01:47:26.695+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=126.5Mi, Sys=14.1Mi, NumGC=2166","level":"stat"}
+{"@timestamp":"2025-01-12T01:48:26.695+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=126.5Mi, Sys=14.1Mi, NumGC=2166","level":"stat"}
+{"@timestamp":"2025-01-12T01:49:26.695+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=126.6Mi, Sys=14.1Mi, NumGC=2167","level":"stat"}
+{"@timestamp":"2025-01-12T01:50:26.696+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=126.6Mi, Sys=14.1Mi, NumGC=2167","level":"stat"}
+{"@timestamp":"2025-01-12T01:51:26.696+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=126.6Mi, Sys=14.1Mi, NumGC=2168","level":"stat"}
+{"@timestamp":"2025-01-12T01:52:26.696+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=126.6Mi, Sys=14.1Mi, NumGC=2168","level":"stat"}
+{"@timestamp":"2025-01-12T01:53:26.696+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=126.6Mi, Sys=14.1Mi, NumGC=2169","level":"stat"}
+{"@timestamp":"2025-01-12T01:54:26.696+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=126.7Mi, Sys=14.1Mi, NumGC=2169","level":"stat"}
+{"@timestamp":"2025-01-12T01:55:26.696+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=126.7Mi, Sys=14.1Mi, NumGC=2170","level":"stat"}
+{"@timestamp":"2025-01-12T01:56:26.697+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=126.7Mi, Sys=14.1Mi, NumGC=2170","level":"stat"}
+{"@timestamp":"2025-01-12T01:57:26.740+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=126.7Mi, Sys=14.1Mi, NumGC=2171","level":"stat"}
+{"@timestamp":"2025-01-12T01:58:26.744+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=126.7Mi, Sys=14.1Mi, NumGC=2171","level":"stat"}
+{"@timestamp":"2025-01-12T01:59:26.743+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=126.8Mi, Sys=14.1Mi, NumGC=2172","level":"stat"}
+{"@timestamp":"2025-01-12T02:00:26.745+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=126.8Mi, Sys=14.1Mi, NumGC=2172","level":"stat"}
+{"@timestamp":"2025-01-12T02:01:26.746+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=126.8Mi, Sys=14.1Mi, NumGC=2173","level":"stat"}
+{"@timestamp":"2025-01-12T02:02:26.747+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=126.8Mi, Sys=14.1Mi, NumGC=2173","level":"stat"}
+{"@timestamp":"2025-01-12T02:03:26.747+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=126.8Mi, Sys=14.1Mi, NumGC=2174","level":"stat"}
+{"@timestamp":"2025-01-12T02:04:26.747+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=126.9Mi, Sys=14.1Mi, NumGC=2174","level":"stat"}
+{"@timestamp":"2025-01-12T02:05:26.749+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=126.9Mi, Sys=14.1Mi, NumGC=2175","level":"stat"}
+{"@timestamp":"2025-01-12T02:06:26.748+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=126.9Mi, Sys=14.1Mi, NumGC=2175","level":"stat"}
+{"@timestamp":"2025-01-12T02:07:26.749+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=126.9Mi, Sys=14.1Mi, NumGC=2176","level":"stat"}
+{"@timestamp":"2025-01-12T02:08:26.750+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=126.9Mi, Sys=14.1Mi, NumGC=2176","level":"stat"}
+{"@timestamp":"2025-01-12T02:09:26.752+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=127.0Mi, Sys=14.1Mi, NumGC=2177","level":"stat"}
+{"@timestamp":"2025-01-12T02:10:26.753+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=127.0Mi, Sys=14.1Mi, NumGC=2177","level":"stat"}
+{"@timestamp":"2025-01-12T02:26:51.708+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=127.0Mi, Sys=14.1Mi, NumGC=2178","level":"stat"}
+{"@timestamp":"2025-01-12T02:27:51.624+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=127.0Mi, Sys=14.1Mi, NumGC=2178","level":"stat"}
+{"@timestamp":"2025-01-12T02:28:51.624+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=127.0Mi, Sys=14.1Mi, NumGC=2179","level":"stat"}
+{"@timestamp":"2025-01-12T02:29:51.624+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=127.1Mi, Sys=14.1Mi, NumGC=2179","level":"stat"}
+{"@timestamp":"2025-01-12T02:30:51.624+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=127.1Mi, Sys=14.1Mi, NumGC=2180","level":"stat"}
+{"@timestamp":"2025-01-12T02:31:51.623+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=127.1Mi, Sys=14.1Mi, NumGC=2180","level":"stat"}
+{"@timestamp":"2025-01-12T02:32:51.623+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=127.1Mi, Sys=14.1Mi, NumGC=2181","level":"stat"}
+{"@timestamp":"2025-01-12T02:33:51.623+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=127.1Mi, Sys=14.1Mi, NumGC=2181","level":"stat"}
+{"@timestamp":"2025-01-12T02:34:51.623+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=127.2Mi, Sys=14.1Mi, NumGC=2182","level":"stat"}
+{"@timestamp":"2025-01-12T02:35:51.622+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=127.2Mi, Sys=14.1Mi, NumGC=2182","level":"stat"}
+{"@timestamp":"2025-01-12T02:36:51.622+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=127.2Mi, Sys=14.1Mi, NumGC=2183","level":"stat"}
+{"@timestamp":"2025-01-12T02:37:51.622+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=127.2Mi, Sys=14.1Mi, NumGC=2183","level":"stat"}
+{"@timestamp":"2025-01-12T02:38:51.621+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=127.3Mi, Sys=14.1Mi, NumGC=2184","level":"stat"}
+{"@timestamp":"2025-01-12T02:39:51.621+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=127.3Mi, Sys=14.1Mi, NumGC=2184","level":"stat"}
+{"@timestamp":"2025-01-12T02:40:51.620+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=127.3Mi, Sys=14.1Mi, NumGC=2185","level":"stat"}
+{"@timestamp":"2025-01-12T02:41:51.620+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=127.3Mi, Sys=14.1Mi, NumGC=2185","level":"stat"}
+{"@timestamp":"2025-01-12T02:42:51.620+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=127.3Mi, Sys=14.1Mi, NumGC=2186","level":"stat"}
+{"@timestamp":"2025-01-12T02:43:51.620+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=127.4Mi, Sys=14.1Mi, NumGC=2186","level":"stat"}
+{"@timestamp":"2025-01-12T02:44:51.619+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=127.4Mi, Sys=14.1Mi, NumGC=2187","level":"stat"}
+{"@timestamp":"2025-01-12T02:45:51.619+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=127.4Mi, Sys=14.1Mi, NumGC=2187","level":"stat"}
+{"@timestamp":"2025-01-12T02:46:51.619+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=127.4Mi, Sys=14.1Mi, NumGC=2188","level":"stat"}
+{"@timestamp":"2025-01-12T02:47:51.632+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=127.4Mi, Sys=14.1Mi, NumGC=2188","level":"stat"}
+{"@timestamp":"2025-01-12T02:48:51.644+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=127.5Mi, Sys=14.1Mi, NumGC=2189","level":"stat"}
+{"@timestamp":"2025-01-12T02:49:51.645+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=127.5Mi, Sys=14.1Mi, NumGC=2189","level":"stat"}
+{"@timestamp":"2025-01-12T02:50:51.645+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=127.5Mi, Sys=14.1Mi, NumGC=2190","level":"stat"}
+{"@timestamp":"2025-01-12T02:51:51.645+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=127.5Mi, Sys=14.1Mi, NumGC=2190","level":"stat"}
+{"@timestamp":"2025-01-12T02:52:51.645+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=127.5Mi, Sys=14.1Mi, NumGC=2191","level":"stat"}
+{"@timestamp":"2025-01-12T02:53:51.645+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=127.6Mi, Sys=14.1Mi, NumGC=2191","level":"stat"}
+{"@timestamp":"2025-01-12T02:54:51.645+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=127.6Mi, Sys=14.1Mi, NumGC=2192","level":"stat"}
+{"@timestamp":"2025-01-12T02:55:51.645+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=127.6Mi, Sys=14.1Mi, NumGC=2192","level":"stat"}
+{"@timestamp":"2025-01-12T02:56:51.645+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=127.6Mi, Sys=14.1Mi, NumGC=2193","level":"stat"}
+{"@timestamp":"2025-01-12T02:57:51.645+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=127.6Mi, Sys=14.1Mi, NumGC=2193","level":"stat"}
+{"@timestamp":"2025-01-12T02:58:51.645+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=127.7Mi, Sys=14.1Mi, NumGC=2194","level":"stat"}
+{"@timestamp":"2025-01-12T02:59:51.643+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=127.7Mi, Sys=14.1Mi, NumGC=2194","level":"stat"}
+{"@timestamp":"2025-01-12T03:00:51.644+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=127.7Mi, Sys=14.1Mi, NumGC=2195","level":"stat"}
+{"@timestamp":"2025-01-12T03:01:51.645+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=127.7Mi, Sys=14.1Mi, NumGC=2195","level":"stat"}
+{"@timestamp":"2025-01-12T03:02:51.645+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=127.7Mi, Sys=14.1Mi, NumGC=2196","level":"stat"}
+{"@timestamp":"2025-01-12T03:03:51.643+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=127.8Mi, Sys=14.1Mi, NumGC=2196","level":"stat"}
+{"@timestamp":"2025-01-12T03:04:51.645+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=127.8Mi, Sys=14.1Mi, NumGC=2197","level":"stat"}
+{"@timestamp":"2025-01-12T03:05:51.645+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=127.8Mi, Sys=14.1Mi, NumGC=2197","level":"stat"}
+{"@timestamp":"2025-01-12T03:06:51.645+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=127.8Mi, Sys=14.1Mi, NumGC=2198","level":"stat"}
+{"@timestamp":"2025-01-12T03:07:51.644+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=127.8Mi, Sys=14.1Mi, NumGC=2198","level":"stat"}
+{"@timestamp":"2025-01-12T03:08:51.645+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=127.9Mi, Sys=14.1Mi, NumGC=2199","level":"stat"}
+{"@timestamp":"2025-01-12T03:09:51.645+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=127.9Mi, Sys=14.1Mi, NumGC=2199","level":"stat"}
+{"@timestamp":"2025-01-12T03:10:51.645+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=127.9Mi, Sys=14.1Mi, NumGC=2200","level":"stat"}
+{"@timestamp":"2025-01-12T03:11:51.645+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=127.9Mi, Sys=14.1Mi, NumGC=2200","level":"stat"}
+{"@timestamp":"2025-01-12T03:12:51.645+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=128.0Mi, Sys=14.1Mi, NumGC=2201","level":"stat"}
+{"@timestamp":"2025-01-12T03:13:51.645+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=128.0Mi, Sys=14.1Mi, NumGC=2201","level":"stat"}
+{"@timestamp":"2025-01-12T03:14:51.677+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=128.0Mi, Sys=14.1Mi, NumGC=2202","level":"stat"}
+{"@timestamp":"2025-01-12T03:15:51.679+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=128.0Mi, Sys=14.1Mi, NumGC=2202","level":"stat"}
+{"@timestamp":"2025-01-12T03:16:51.680+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=128.0Mi, Sys=14.1Mi, NumGC=2203","level":"stat"}
+{"@timestamp":"2025-01-12T03:17:51.680+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=128.1Mi, Sys=14.1Mi, NumGC=2203","level":"stat"}
+{"@timestamp":"2025-01-12T03:18:51.681+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=128.1Mi, Sys=14.1Mi, NumGC=2204","level":"stat"}
+{"@timestamp":"2025-01-12T03:19:51.681+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=128.1Mi, Sys=14.1Mi, NumGC=2204","level":"stat"}
+{"@timestamp":"2025-01-12T03:20:51.682+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=128.1Mi, Sys=14.1Mi, NumGC=2205","level":"stat"}
+{"@timestamp":"2025-01-12T03:21:51.682+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=128.1Mi, Sys=14.1Mi, NumGC=2205","level":"stat"}
+{"@timestamp":"2025-01-12T03:22:51.682+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=128.2Mi, Sys=14.1Mi, NumGC=2206","level":"stat"}
+{"@timestamp":"2025-01-12T03:23:51.683+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=128.2Mi, Sys=14.1Mi, NumGC=2206","level":"stat"}
+{"@timestamp":"2025-01-12T03:24:51.681+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=128.2Mi, Sys=14.1Mi, NumGC=2207","level":"stat"}
+{"@timestamp":"2025-01-12T03:25:51.683+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=128.2Mi, Sys=14.1Mi, NumGC=2207","level":"stat"}
+{"@timestamp":"2025-01-12T03:26:51.683+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=128.2Mi, Sys=14.1Mi, NumGC=2208","level":"stat"}
+{"@timestamp":"2025-01-12T03:27:51.685+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=128.3Mi, Sys=14.1Mi, NumGC=2208","level":"stat"}
+{"@timestamp":"2025-01-12T03:28:51.685+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=128.3Mi, Sys=14.1Mi, NumGC=2209","level":"stat"}
+{"@timestamp":"2025-01-12T03:29:51.686+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=128.3Mi, Sys=14.1Mi, NumGC=2209","level":"stat"}
+{"@timestamp":"2025-01-12T03:30:51.686+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=128.3Mi, Sys=14.1Mi, NumGC=2210","level":"stat"}
+{"@timestamp":"2025-01-12T03:31:51.686+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=128.3Mi, Sys=14.1Mi, NumGC=2210","level":"stat"}
+{"@timestamp":"2025-01-12T03:32:51.687+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=128.4Mi, Sys=14.1Mi, NumGC=2211","level":"stat"}
+{"@timestamp":"2025-01-12T03:33:51.687+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=128.4Mi, Sys=14.1Mi, NumGC=2211","level":"stat"}
+{"@timestamp":"2025-01-12T03:34:51.688+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=128.4Mi, Sys=14.1Mi, NumGC=2212","level":"stat"}
+{"@timestamp":"2025-01-12T03:35:51.664+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=128.4Mi, Sys=14.1Mi, NumGC=2212","level":"stat"}
+{"@timestamp":"2025-01-12T03:37:16.489+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=128.4Mi, Sys=14.1Mi, NumGC=2213","level":"stat"}
+{"@timestamp":"2025-01-12T03:38:16.490+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=128.5Mi, Sys=14.1Mi, NumGC=2213","level":"stat"}
+{"@timestamp":"2025-01-12T03:39:16.491+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=128.5Mi, Sys=14.1Mi, NumGC=2214","level":"stat"}
+{"@timestamp":"2025-01-12T03:40:16.490+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=128.5Mi, Sys=14.1Mi, NumGC=2214","level":"stat"}
+{"@timestamp":"2025-01-12T03:41:16.491+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=128.5Mi, Sys=14.1Mi, NumGC=2215","level":"stat"}
+{"@timestamp":"2025-01-12T03:42:41.337+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=128.5Mi, Sys=14.1Mi, NumGC=2215","level":"stat"}
+{"@timestamp":"2025-01-12T03:46:34.413+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=128.6Mi, Sys=14.1Mi, NumGC=2216","level":"stat"}
+{"@timestamp":"2025-01-12T04:02:45.311+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=128.6Mi, Sys=14.1Mi, NumGC=2216","level":"stat"}
+{"@timestamp":"2025-01-12T04:19:10.394+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=128.6Mi, Sys=14.1Mi, NumGC=2217","level":"stat"}
+{"@timestamp":"2025-01-12T04:20:10.393+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=128.6Mi, Sys=14.1Mi, NumGC=2217","level":"stat"}
+{"@timestamp":"2025-01-12T04:21:10.393+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=128.6Mi, Sys=14.1Mi, NumGC=2218","level":"stat"}
+{"@timestamp":"2025-01-12T04:22:10.392+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=128.7Mi, Sys=14.1Mi, NumGC=2218","level":"stat"}
+{"@timestamp":"2025-01-12T04:23:10.393+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=128.7Mi, Sys=14.1Mi, NumGC=2219","level":"stat"}
+{"@timestamp":"2025-01-12T04:24:10.392+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=128.7Mi, Sys=14.1Mi, NumGC=2219","level":"stat"}
+{"@timestamp":"2025-01-12T04:25:10.393+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=128.7Mi, Sys=14.1Mi, NumGC=2220","level":"stat"}
+{"@timestamp":"2025-01-12T04:26:10.393+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=128.7Mi, Sys=14.1Mi, NumGC=2220","level":"stat"}
+{"@timestamp":"2025-01-12T04:27:10.392+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=128.8Mi, Sys=14.1Mi, NumGC=2221","level":"stat"}
+{"@timestamp":"2025-01-12T04:28:10.391+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=128.8Mi, Sys=14.1Mi, NumGC=2221","level":"stat"}
+{"@timestamp":"2025-01-12T04:29:10.392+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=128.8Mi, Sys=14.1Mi, NumGC=2222","level":"stat"}
+{"@timestamp":"2025-01-12T04:30:10.392+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=128.8Mi, Sys=14.1Mi, NumGC=2222","level":"stat"}
+{"@timestamp":"2025-01-12T04:31:10.392+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=128.8Mi, Sys=14.1Mi, NumGC=2223","level":"stat"}
+{"@timestamp":"2025-01-12T04:32:10.392+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=128.9Mi, Sys=14.1Mi, NumGC=2223","level":"stat"}
+{"@timestamp":"2025-01-12T04:33:10.392+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=128.9Mi, Sys=14.1Mi, NumGC=2224","level":"stat"}
+{"@timestamp":"2025-01-12T04:34:10.392+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=128.9Mi, Sys=14.1Mi, NumGC=2224","level":"stat"}
+{"@timestamp":"2025-01-12T04:35:10.391+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=128.9Mi, Sys=14.1Mi, NumGC=2225","level":"stat"}
+{"@timestamp":"2025-01-12T04:36:10.390+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=128.9Mi, Sys=14.1Mi, NumGC=2225","level":"stat"}
+{"@timestamp":"2025-01-12T04:37:10.391+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=129.0Mi, Sys=14.1Mi, NumGC=2226","level":"stat"}
+{"@timestamp":"2025-01-12T04:38:10.390+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=129.0Mi, Sys=14.1Mi, NumGC=2226","level":"stat"}
+{"@timestamp":"2025-01-12T04:39:10.391+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=129.0Mi, Sys=14.1Mi, NumGC=2227","level":"stat"}
+{"@timestamp":"2025-01-12T04:40:10.391+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=129.0Mi, Sys=14.1Mi, NumGC=2227","level":"stat"}
+{"@timestamp":"2025-01-12T04:41:10.391+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=129.0Mi, Sys=14.1Mi, NumGC=2228","level":"stat"}
+{"@timestamp":"2025-01-12T04:42:10.389+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=129.1Mi, Sys=14.1Mi, NumGC=2228","level":"stat"}
+{"@timestamp":"2025-01-12T04:43:10.391+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=129.1Mi, Sys=14.1Mi, NumGC=2229","level":"stat"}
+{"@timestamp":"2025-01-12T04:44:10.390+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=129.1Mi, Sys=14.1Mi, NumGC=2229","level":"stat"}
+{"@timestamp":"2025-01-12T04:45:10.389+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=129.1Mi, Sys=14.1Mi, NumGC=2230","level":"stat"}
+{"@timestamp":"2025-01-12T04:46:10.396+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=129.1Mi, Sys=14.1Mi, NumGC=2230","level":"stat"}
+{"@timestamp":"2025-01-12T04:47:10.395+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=129.2Mi, Sys=14.1Mi, NumGC=2231","level":"stat"}
+{"@timestamp":"2025-01-12T04:48:10.396+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=129.2Mi, Sys=14.1Mi, NumGC=2231","level":"stat"}
+{"@timestamp":"2025-01-12T04:49:10.396+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=129.2Mi, Sys=14.1Mi, NumGC=2232","level":"stat"}
+{"@timestamp":"2025-01-12T04:50:10.396+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=129.2Mi, Sys=14.1Mi, NumGC=2232","level":"stat"}
+{"@timestamp":"2025-01-12T04:51:10.396+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=129.2Mi, Sys=14.1Mi, NumGC=2233","level":"stat"}
+{"@timestamp":"2025-01-12T04:52:10.396+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=129.3Mi, Sys=14.1Mi, NumGC=2233","level":"stat"}
+{"@timestamp":"2025-01-12T04:53:10.395+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=129.3Mi, Sys=14.1Mi, NumGC=2234","level":"stat"}
+{"@timestamp":"2025-01-12T04:54:10.396+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=129.3Mi, Sys=14.1Mi, NumGC=2234","level":"stat"}
+{"@timestamp":"2025-01-12T04:55:10.394+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=129.3Mi, Sys=14.1Mi, NumGC=2235","level":"stat"}
+{"@timestamp":"2025-01-12T04:56:10.396+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=129.3Mi, Sys=14.1Mi, NumGC=2235","level":"stat"}
+{"@timestamp":"2025-01-12T04:57:10.396+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=129.4Mi, Sys=14.1Mi, NumGC=2236","level":"stat"}
+{"@timestamp":"2025-01-12T04:58:10.396+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=129.4Mi, Sys=14.1Mi, NumGC=2236","level":"stat"}
+{"@timestamp":"2025-01-12T04:59:10.395+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=129.4Mi, Sys=14.1Mi, NumGC=2237","level":"stat"}
+{"@timestamp":"2025-01-12T05:00:10.395+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=129.4Mi, Sys=14.1Mi, NumGC=2237","level":"stat"}
+{"@timestamp":"2025-01-12T05:01:10.394+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=129.4Mi, Sys=14.1Mi, NumGC=2238","level":"stat"}
+{"@timestamp":"2025-01-12T05:02:10.395+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=129.5Mi, Sys=14.1Mi, NumGC=2238","level":"stat"}
+{"@timestamp":"2025-01-12T05:03:10.394+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=129.5Mi, Sys=14.1Mi, NumGC=2239","level":"stat"}
+{"@timestamp":"2025-01-12T05:04:10.395+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=129.5Mi, Sys=14.1Mi, NumGC=2239","level":"stat"}
+{"@timestamp":"2025-01-12T05:05:10.395+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=129.5Mi, Sys=14.1Mi, NumGC=2240","level":"stat"}
+{"@timestamp":"2025-01-12T05:06:10.394+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=129.5Mi, Sys=14.1Mi, NumGC=2240","level":"stat"}
+{"@timestamp":"2025-01-12T05:07:10.394+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=129.6Mi, Sys=14.1Mi, NumGC=2241","level":"stat"}
+{"@timestamp":"2025-01-12T05:08:10.356+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=129.6Mi, Sys=14.1Mi, NumGC=2241","level":"stat"}
+{"@timestamp":"2025-01-12T05:09:10.354+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=129.6Mi, Sys=14.1Mi, NumGC=2242","level":"stat"}
+{"@timestamp":"2025-01-12T05:10:10.353+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=129.6Mi, Sys=14.1Mi, NumGC=2242","level":"stat"}
+{"@timestamp":"2025-01-12T05:11:10.352+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=129.6Mi, Sys=14.1Mi, NumGC=2243","level":"stat"}
+{"@timestamp":"2025-01-12T05:12:10.352+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=129.7Mi, Sys=14.1Mi, NumGC=2243","level":"stat"}
+{"@timestamp":"2025-01-12T05:13:10.350+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=129.7Mi, Sys=14.1Mi, NumGC=2244","level":"stat"}
+{"@timestamp":"2025-01-12T05:14:10.349+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=129.7Mi, Sys=14.1Mi, NumGC=2244","level":"stat"}
+{"@timestamp":"2025-01-12T05:15:10.350+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=129.7Mi, Sys=14.1Mi, NumGC=2245","level":"stat"}
+{"@timestamp":"2025-01-12T05:16:10.349+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=129.7Mi, Sys=14.1Mi, NumGC=2245","level":"stat"}
+{"@timestamp":"2025-01-12T05:17:10.349+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=129.8Mi, Sys=14.1Mi, NumGC=2246","level":"stat"}
+{"@timestamp":"2025-01-12T05:18:10.348+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=129.8Mi, Sys=14.1Mi, NumGC=2246","level":"stat"}
+{"@timestamp":"2025-01-12T05:19:10.348+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=129.8Mi, Sys=14.1Mi, NumGC=2247","level":"stat"}
+{"@timestamp":"2025-01-12T05:20:35.189+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=129.8Mi, Sys=14.1Mi, NumGC=2247","level":"stat"}
+{"@timestamp":"2025-01-12T05:21:35.192+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=129.9Mi, Sys=14.1Mi, NumGC=2248","level":"stat"}
+{"@timestamp":"2025-01-12T05:22:35.191+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=129.9Mi, Sys=14.1Mi, NumGC=2248","level":"stat"}
+{"@timestamp":"2025-01-12T05:23:35.191+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=129.9Mi, Sys=14.1Mi, NumGC=2249","level":"stat"}
+{"@timestamp":"2025-01-12T05:24:35.191+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=129.9Mi, Sys=14.1Mi, NumGC=2249","level":"stat"}
+{"@timestamp":"2025-01-12T05:41:24.965+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=129.9Mi, Sys=14.1Mi, NumGC=2250","level":"stat"}
+{"@timestamp":"2025-01-12T05:42:24.955+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=130.0Mi, Sys=14.1Mi, NumGC=2250","level":"stat"}
+{"@timestamp":"2025-01-12T06:03:19.907+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=130.0Mi, Sys=14.1Mi, NumGC=2251","level":"stat"}
+{"@timestamp":"2025-01-12T06:04:19.933+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=130.0Mi, Sys=14.1Mi, NumGC=2251","level":"stat"}
+{"@timestamp":"2025-01-12T06:05:19.933+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=130.0Mi, Sys=14.1Mi, NumGC=2252","level":"stat"}
+{"@timestamp":"2025-01-12T06:06:19.933+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=130.0Mi, Sys=14.1Mi, NumGC=2252","level":"stat"}
+{"@timestamp":"2025-01-12T06:07:19.934+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=130.1Mi, Sys=14.1Mi, NumGC=2253","level":"stat"}
+{"@timestamp":"2025-01-12T06:08:19.934+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=130.1Mi, Sys=14.1Mi, NumGC=2253","level":"stat"}
+{"@timestamp":"2025-01-12T06:09:19.934+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=130.1Mi, Sys=14.1Mi, NumGC=2254","level":"stat"}
+{"@timestamp":"2025-01-12T06:10:19.934+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=130.1Mi, Sys=14.1Mi, NumGC=2254","level":"stat"}
+{"@timestamp":"2025-01-12T06:11:19.934+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=130.1Mi, Sys=14.1Mi, NumGC=2255","level":"stat"}
+{"@timestamp":"2025-01-12T06:12:19.934+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=130.2Mi, Sys=14.1Mi, NumGC=2255","level":"stat"}
+{"@timestamp":"2025-01-12T06:13:19.935+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=130.2Mi, Sys=14.1Mi, NumGC=2256","level":"stat"}
+{"@timestamp":"2025-01-12T06:14:19.934+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=130.2Mi, Sys=14.1Mi, NumGC=2256","level":"stat"}
+{"@timestamp":"2025-01-12T06:15:19.934+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=130.2Mi, Sys=14.1Mi, NumGC=2257","level":"stat"}
+{"@timestamp":"2025-01-12T06:16:19.933+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=130.2Mi, Sys=14.1Mi, NumGC=2257","level":"stat"}
+{"@timestamp":"2025-01-12T06:17:19.934+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=130.3Mi, Sys=14.1Mi, NumGC=2258","level":"stat"}
+{"@timestamp":"2025-01-12T06:18:19.934+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=130.3Mi, Sys=14.1Mi, NumGC=2258","level":"stat"}
+{"@timestamp":"2025-01-12T06:19:19.934+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=130.3Mi, Sys=14.1Mi, NumGC=2259","level":"stat"}
+{"@timestamp":"2025-01-12T06:20:19.935+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=130.3Mi, Sys=14.1Mi, NumGC=2259","level":"stat"}
+{"@timestamp":"2025-01-12T06:21:19.935+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=130.3Mi, Sys=14.1Mi, NumGC=2260","level":"stat"}
+{"@timestamp":"2025-01-12T06:22:19.934+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=130.4Mi, Sys=14.1Mi, NumGC=2260","level":"stat"}
+{"@timestamp":"2025-01-12T06:23:19.935+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=130.4Mi, Sys=14.1Mi, NumGC=2261","level":"stat"}
+{"@timestamp":"2025-01-12T06:24:19.935+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=130.4Mi, Sys=14.1Mi, NumGC=2261","level":"stat"}
+{"@timestamp":"2025-01-12T06:25:19.934+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=130.4Mi, Sys=14.1Mi, NumGC=2262","level":"stat"}
+{"@timestamp":"2025-01-12T06:26:19.934+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=130.4Mi, Sys=14.1Mi, NumGC=2262","level":"stat"}
+{"@timestamp":"2025-01-12T06:27:19.934+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=130.5Mi, Sys=14.1Mi, NumGC=2263","level":"stat"}
+{"@timestamp":"2025-01-12T06:28:19.935+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=130.5Mi, Sys=14.1Mi, NumGC=2263","level":"stat"}
+{"@timestamp":"2025-01-12T06:29:19.934+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=130.5Mi, Sys=14.1Mi, NumGC=2264","level":"stat"}
+{"@timestamp":"2025-01-12T06:30:19.936+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=130.5Mi, Sys=14.1Mi, NumGC=2264","level":"stat"}
+{"@timestamp":"2025-01-12T06:31:19.936+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=130.5Mi, Sys=14.1Mi, NumGC=2265","level":"stat"}
+{"@timestamp":"2025-01-12T06:32:19.936+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=130.6Mi, Sys=14.1Mi, NumGC=2265","level":"stat"}
+{"@timestamp":"2025-01-12T06:33:19.936+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=130.6Mi, Sys=14.1Mi, NumGC=2266","level":"stat"}
+{"@timestamp":"2025-01-12T06:34:19.934+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=130.6Mi, Sys=14.1Mi, NumGC=2266","level":"stat"}
+{"@timestamp":"2025-01-12T06:35:19.936+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=130.6Mi, Sys=14.1Mi, NumGC=2267","level":"stat"}
+{"@timestamp":"2025-01-12T06:36:19.936+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=130.6Mi, Sys=14.1Mi, NumGC=2267","level":"stat"}
+{"@timestamp":"2025-01-12T06:37:19.936+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=130.7Mi, Sys=14.1Mi, NumGC=2268","level":"stat"}
+{"@timestamp":"2025-01-12T06:38:19.951+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=130.7Mi, Sys=14.1Mi, NumGC=2268","level":"stat"}
+{"@timestamp":"2025-01-12T06:39:19.958+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=130.7Mi, Sys=14.1Mi, NumGC=2269","level":"stat"}
+{"@timestamp":"2025-01-12T06:40:19.958+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=130.7Mi, Sys=14.1Mi, NumGC=2269","level":"stat"}
+{"@timestamp":"2025-01-12T06:41:19.959+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=130.7Mi, Sys=14.1Mi, NumGC=2270","level":"stat"}
+{"@timestamp":"2025-01-12T06:42:19.957+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=130.8Mi, Sys=14.1Mi, NumGC=2270","level":"stat"}
+{"@timestamp":"2025-01-12T06:43:19.959+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=130.8Mi, Sys=14.1Mi, NumGC=2271","level":"stat"}
+{"@timestamp":"2025-01-12T06:44:19.960+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=130.8Mi, Sys=14.1Mi, NumGC=2271","level":"stat"}
+{"@timestamp":"2025-01-12T06:45:19.959+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=130.8Mi, Sys=14.1Mi, NumGC=2272","level":"stat"}
+{"@timestamp":"2025-01-12T06:46:19.960+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=130.8Mi, Sys=14.1Mi, NumGC=2272","level":"stat"}
+{"@timestamp":"2025-01-12T06:47:19.960+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=130.9Mi, Sys=14.1Mi, NumGC=2273","level":"stat"}
+{"@timestamp":"2025-01-12T06:48:19.960+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=130.9Mi, Sys=14.1Mi, NumGC=2273","level":"stat"}
+{"@timestamp":"2025-01-12T06:49:19.961+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=130.9Mi, Sys=14.1Mi, NumGC=2274","level":"stat"}
+{"@timestamp":"2025-01-12T06:50:19.962+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=130.9Mi, Sys=14.1Mi, NumGC=2274","level":"stat"}
+{"@timestamp":"2025-01-12T06:51:19.960+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=131.0Mi, Sys=14.1Mi, NumGC=2275","level":"stat"}
+{"@timestamp":"2025-01-12T06:52:19.961+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=131.0Mi, Sys=14.1Mi, NumGC=2275","level":"stat"}
+{"@timestamp":"2025-01-12T06:53:19.963+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=131.0Mi, Sys=14.1Mi, NumGC=2276","level":"stat"}
+{"@timestamp":"2025-01-12T06:54:19.963+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=131.0Mi, Sys=14.1Mi, NumGC=2276","level":"stat"}
+{"@timestamp":"2025-01-12T06:55:19.965+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=131.0Mi, Sys=14.1Mi, NumGC=2277","level":"stat"}
+{"@timestamp":"2025-01-12T06:56:19.967+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=131.1Mi, Sys=14.1Mi, NumGC=2277","level":"stat"}
+{"@timestamp":"2025-01-12T06:57:19.967+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=131.1Mi, Sys=14.1Mi, NumGC=2278","level":"stat"}
+{"@timestamp":"2025-01-12T06:58:19.967+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=131.1Mi, Sys=14.1Mi, NumGC=2278","level":"stat"}
+{"@timestamp":"2025-01-12T06:59:19.968+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=131.1Mi, Sys=14.1Mi, NumGC=2279","level":"stat"}
+{"@timestamp":"2025-01-12T07:00:19.967+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=131.1Mi, Sys=14.1Mi, NumGC=2279","level":"stat"}
+{"@timestamp":"2025-01-12T07:01:19.969+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=131.2Mi, Sys=14.1Mi, NumGC=2280","level":"stat"}
+{"@timestamp":"2025-01-12T07:02:19.970+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=131.2Mi, Sys=14.1Mi, NumGC=2280","level":"stat"}
+{"@timestamp":"2025-01-12T07:03:19.968+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=131.2Mi, Sys=14.1Mi, NumGC=2281","level":"stat"}
+{"@timestamp":"2025-01-12T07:04:19.970+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=131.2Mi, Sys=14.1Mi, NumGC=2281","level":"stat"}
+{"@timestamp":"2025-01-12T07:05:44.812+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=131.2Mi, Sys=14.1Mi, NumGC=2282","level":"stat"}
+{"@timestamp":"2025-01-12T07:06:44.811+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=131.3Mi, Sys=14.1Mi, NumGC=2282","level":"stat"}
+{"@timestamp":"2025-01-12T07:07:44.811+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=131.3Mi, Sys=14.1Mi, NumGC=2283","level":"stat"}
+{"@timestamp":"2025-01-12T07:08:44.811+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=131.3Mi, Sys=14.1Mi, NumGC=2283","level":"stat"}
+{"@timestamp":"2025-01-12T07:09:44.811+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=131.3Mi, Sys=14.1Mi, NumGC=2284","level":"stat"}
+{"@timestamp":"2025-01-12T07:26:34.645+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=131.3Mi, Sys=14.1Mi, NumGC=2284","level":"stat"}
+{"@timestamp":"2025-01-12T07:42:59.610+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=131.4Mi, Sys=14.1Mi, NumGC=2285","level":"stat"}
+{"@timestamp":"2025-01-12T07:43:59.588+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=131.4Mi, Sys=14.1Mi, NumGC=2285","level":"stat"}
+{"@timestamp":"2025-01-12T07:44:59.585+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=131.4Mi, Sys=14.1Mi, NumGC=2286","level":"stat"}
+{"@timestamp":"2025-01-12T07:45:59.587+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=131.4Mi, Sys=14.1Mi, NumGC=2286","level":"stat"}
+{"@timestamp":"2025-01-12T07:46:59.585+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=131.4Mi, Sys=14.1Mi, NumGC=2287","level":"stat"}
+{"@timestamp":"2025-01-12T07:47:59.586+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=131.5Mi, Sys=14.1Mi, NumGC=2287","level":"stat"}
+{"@timestamp":"2025-01-12T07:48:59.585+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=131.5Mi, Sys=14.1Mi, NumGC=2288","level":"stat"}
+{"@timestamp":"2025-01-12T07:49:59.585+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=131.5Mi, Sys=14.1Mi, NumGC=2288","level":"stat"}
+{"@timestamp":"2025-01-12T07:50:59.585+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=131.5Mi, Sys=14.1Mi, NumGC=2289","level":"stat"}
+{"@timestamp":"2025-01-12T07:51:59.583+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=131.6Mi, Sys=14.1Mi, NumGC=2289","level":"stat"}
+{"@timestamp":"2025-01-12T07:52:59.583+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=131.6Mi, Sys=14.1Mi, NumGC=2290","level":"stat"}
+{"@timestamp":"2025-01-12T07:53:59.584+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=131.6Mi, Sys=14.1Mi, NumGC=2290","level":"stat"}
+{"@timestamp":"2025-01-12T07:54:59.584+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=131.6Mi, Sys=14.1Mi, NumGC=2291","level":"stat"}
+{"@timestamp":"2025-01-12T07:55:59.582+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=131.6Mi, Sys=14.1Mi, NumGC=2291","level":"stat"}
+{"@timestamp":"2025-01-12T07:56:59.583+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=131.7Mi, Sys=14.1Mi, NumGC=2292","level":"stat"}
+{"@timestamp":"2025-01-12T07:57:59.581+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=131.7Mi, Sys=14.1Mi, NumGC=2292","level":"stat"}
+{"@timestamp":"2025-01-12T07:58:59.581+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=131.7Mi, Sys=14.1Mi, NumGC=2293","level":"stat"}
+{"@timestamp":"2025-01-12T07:59:59.581+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=131.7Mi, Sys=14.1Mi, NumGC=2293","level":"stat"}
+{"@timestamp":"2025-01-12T08:00:59.581+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=131.7Mi, Sys=14.1Mi, NumGC=2294","level":"stat"}
+{"@timestamp":"2025-01-12T08:01:59.580+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=131.8Mi, Sys=14.1Mi, NumGC=2294","level":"stat"}
+{"@timestamp":"2025-01-12T08:02:59.522+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=131.8Mi, Sys=14.1Mi, NumGC=2295","level":"stat"}
+{"@timestamp":"2025-01-12T08:03:59.522+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=131.8Mi, Sys=14.1Mi, NumGC=2295","level":"stat"}
+{"@timestamp":"2025-01-12T08:04:59.521+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=131.8Mi, Sys=14.1Mi, NumGC=2296","level":"stat"}
+{"@timestamp":"2025-01-12T08:05:59.520+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=131.8Mi, Sys=14.1Mi, NumGC=2296","level":"stat"}
+{"@timestamp":"2025-01-12T08:06:59.518+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=131.9Mi, Sys=14.1Mi, NumGC=2297","level":"stat"}
+{"@timestamp":"2025-01-12T08:07:59.517+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=131.9Mi, Sys=14.1Mi, NumGC=2297","level":"stat"}
+{"@timestamp":"2025-01-12T08:08:59.516+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=131.9Mi, Sys=14.1Mi, NumGC=2298","level":"stat"}
+{"@timestamp":"2025-01-12T08:09:59.513+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=131.9Mi, Sys=14.1Mi, NumGC=2298","level":"stat"}
+{"@timestamp":"2025-01-12T08:10:59.514+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=132.0Mi, Sys=14.1Mi, NumGC=2299","level":"stat"}
+{"@timestamp":"2025-01-12T08:11:59.512+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=132.0Mi, Sys=14.1Mi, NumGC=2299","level":"stat"}
+{"@timestamp":"2025-01-12T08:12:59.512+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=132.0Mi, Sys=14.1Mi, NumGC=2300","level":"stat"}
+{"@timestamp":"2025-01-12T08:13:59.510+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=132.0Mi, Sys=14.1Mi, NumGC=2300","level":"stat"}
+{"@timestamp":"2025-01-12T08:14:59.509+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=132.0Mi, Sys=14.1Mi, NumGC=2301","level":"stat"}
+{"@timestamp":"2025-01-12T08:15:59.508+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=132.1Mi, Sys=14.1Mi, NumGC=2301","level":"stat"}
+{"@timestamp":"2025-01-12T08:16:59.507+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=132.1Mi, Sys=14.1Mi, NumGC=2302","level":"stat"}
+{"@timestamp":"2025-01-12T08:17:59.506+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=132.1Mi, Sys=14.1Mi, NumGC=2302","level":"stat"}
+{"@timestamp":"2025-01-12T08:18:59.503+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=132.1Mi, Sys=14.1Mi, NumGC=2303","level":"stat"}
+{"@timestamp":"2025-01-12T08:19:59.503+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=132.1Mi, Sys=14.1Mi, NumGC=2303","level":"stat"}
+{"@timestamp":"2025-01-12T08:20:59.502+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=132.2Mi, Sys=14.1Mi, NumGC=2304","level":"stat"}
+{"@timestamp":"2025-01-12T08:21:59.501+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=132.2Mi, Sys=14.1Mi, NumGC=2304","level":"stat"}
+{"@timestamp":"2025-01-12T08:22:59.500+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=132.2Mi, Sys=14.1Mi, NumGC=2305","level":"stat"}
+{"@timestamp":"2025-01-12T08:23:59.468+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=132.2Mi, Sys=14.1Mi, NumGC=2305","level":"stat"}
+{"@timestamp":"2025-01-12T08:24:59.464+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=132.2Mi, Sys=14.1Mi, NumGC=2306","level":"stat"}
+{"@timestamp":"2025-01-12T08:25:59.462+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=132.3Mi, Sys=14.1Mi, NumGC=2306","level":"stat"}
+{"@timestamp":"2025-01-12T08:26:59.458+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=132.3Mi, Sys=14.1Mi, NumGC=2307","level":"stat"}
+{"@timestamp":"2025-01-12T08:27:59.457+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=132.3Mi, Sys=14.1Mi, NumGC=2307","level":"stat"}
+{"@timestamp":"2025-01-12T08:28:59.457+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=132.3Mi, Sys=14.1Mi, NumGC=2308","level":"stat"}
+{"@timestamp":"2025-01-12T08:29:59.456+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=132.3Mi, Sys=14.1Mi, NumGC=2308","level":"stat"}
+{"@timestamp":"2025-01-12T08:30:59.457+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=132.4Mi, Sys=14.1Mi, NumGC=2309","level":"stat"}
+{"@timestamp":"2025-01-12T08:31:59.452+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=132.4Mi, Sys=14.1Mi, NumGC=2309","level":"stat"}
+{"@timestamp":"2025-01-12T08:32:59.451+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=132.4Mi, Sys=14.1Mi, NumGC=2310","level":"stat"}
+{"@timestamp":"2025-01-12T08:33:59.449+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=132.4Mi, Sys=14.1Mi, NumGC=2310","level":"stat"}
+{"@timestamp":"2025-01-12T08:34:59.448+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=132.4Mi, Sys=14.1Mi, NumGC=2311","level":"stat"}
+{"@timestamp":"2025-01-12T08:35:59.444+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=132.5Mi, Sys=14.1Mi, NumGC=2311","level":"stat"}
+{"@timestamp":"2025-01-12T08:36:59.443+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=132.5Mi, Sys=14.1Mi, NumGC=2312","level":"stat"}
+{"@timestamp":"2025-01-12T08:37:59.441+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=132.5Mi, Sys=14.1Mi, NumGC=2312","level":"stat"}
+{"@timestamp":"2025-01-12T08:38:59.441+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=132.5Mi, Sys=14.1Mi, NumGC=2313","level":"stat"}
+{"@timestamp":"2025-01-12T08:39:59.440+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=132.5Mi, Sys=14.1Mi, NumGC=2313","level":"stat"}
+{"@timestamp":"2025-01-12T08:40:59.438+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=132.6Mi, Sys=14.1Mi, NumGC=2314","level":"stat"}
+{"@timestamp":"2025-01-12T08:41:59.437+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=132.6Mi, Sys=14.1Mi, NumGC=2314","level":"stat"}
+{"@timestamp":"2025-01-12T08:42:59.435+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=132.6Mi, Sys=14.1Mi, NumGC=2315","level":"stat"}
+{"@timestamp":"2025-01-12T08:43:59.433+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=132.6Mi, Sys=14.1Mi, NumGC=2315","level":"stat"}
+{"@timestamp":"2025-01-12T08:45:24.249+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=132.7Mi, Sys=14.1Mi, NumGC=2316","level":"stat"}
+{"@timestamp":"2025-01-12T08:46:24.239+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=132.7Mi, Sys=14.1Mi, NumGC=2316","level":"stat"}
+{"@timestamp":"2025-01-12T08:47:24.238+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=132.7Mi, Sys=14.1Mi, NumGC=2317","level":"stat"}
+{"@timestamp":"2025-01-12T08:48:24.235+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=132.7Mi, Sys=14.1Mi, NumGC=2317","level":"stat"}
+{"@timestamp":"2025-01-12T08:49:24.234+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=132.7Mi, Sys=14.1Mi, NumGC=2318","level":"stat"}
+{"@timestamp":"2025-01-12T08:50:49.066+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=132.7Mi, Sys=14.1Mi, NumGC=2318","level":"stat"}
+{"@timestamp":"2025-01-12T09:07:07.415+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=132.8Mi, Sys=14.1Mi, NumGC=2319","level":"stat"}
+{"@timestamp":"2025-01-12T09:23:29.413+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=132.8Mi, Sys=14.1Mi, NumGC=2319","level":"stat"}
+{"@timestamp":"2025-01-12T09:24:29.415+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=132.8Mi, Sys=14.1Mi, NumGC=2320","level":"stat"}
+{"@timestamp":"2025-01-12T09:25:29.415+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=132.8Mi, Sys=14.1Mi, NumGC=2320","level":"stat"}
+{"@timestamp":"2025-01-12T09:26:29.415+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=132.9Mi, Sys=14.1Mi, NumGC=2321","level":"stat"}
+{"@timestamp":"2025-01-12T09:27:29.414+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=132.9Mi, Sys=14.1Mi, NumGC=2321","level":"stat"}
+{"@timestamp":"2025-01-12T09:28:29.414+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=132.9Mi, Sys=14.1Mi, NumGC=2322","level":"stat"}
+{"@timestamp":"2025-01-12T09:29:29.413+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=132.9Mi, Sys=14.1Mi, NumGC=2322","level":"stat"}
+{"@timestamp":"2025-01-12T09:30:29.414+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=132.9Mi, Sys=14.1Mi, NumGC=2323","level":"stat"}
+{"@timestamp":"2025-01-12T09:31:29.407+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=133.0Mi, Sys=14.1Mi, NumGC=2323","level":"stat"}
+{"@timestamp":"2025-01-12T09:32:29.390+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=133.0Mi, Sys=14.1Mi, NumGC=2324","level":"stat"}
+{"@timestamp":"2025-01-12T09:33:29.390+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=133.0Mi, Sys=14.1Mi, NumGC=2324","level":"stat"}
+{"@timestamp":"2025-01-12T09:34:29.389+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=133.0Mi, Sys=14.1Mi, NumGC=2325","level":"stat"}
+{"@timestamp":"2025-01-12T09:35:29.388+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=133.0Mi, Sys=14.1Mi, NumGC=2325","level":"stat"}
+{"@timestamp":"2025-01-12T09:36:29.388+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=133.1Mi, Sys=14.1Mi, NumGC=2326","level":"stat"}
+{"@timestamp":"2025-01-12T09:37:29.386+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=133.1Mi, Sys=14.1Mi, NumGC=2326","level":"stat"}
+{"@timestamp":"2025-01-12T09:38:29.387+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=133.1Mi, Sys=14.1Mi, NumGC=2327","level":"stat"}
+{"@timestamp":"2025-01-12T09:39:29.387+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=133.1Mi, Sys=14.1Mi, NumGC=2327","level":"stat"}
+{"@timestamp":"2025-01-12T09:40:29.387+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=133.1Mi, Sys=14.1Mi, NumGC=2328","level":"stat"}
+{"@timestamp":"2025-01-12T09:41:29.386+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=133.2Mi, Sys=14.1Mi, NumGC=2328","level":"stat"}
+{"@timestamp":"2025-01-12T09:42:29.386+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=133.2Mi, Sys=14.1Mi, NumGC=2329","level":"stat"}
+{"@timestamp":"2025-01-12T09:43:29.385+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=133.2Mi, Sys=14.1Mi, NumGC=2329","level":"stat"}
+{"@timestamp":"2025-01-12T09:44:29.385+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=133.2Mi, Sys=14.1Mi, NumGC=2330","level":"stat"}
+{"@timestamp":"2025-01-12T09:45:29.383+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=133.2Mi, Sys=14.1Mi, NumGC=2330","level":"stat"}
+{"@timestamp":"2025-01-12T09:46:29.384+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=133.3Mi, Sys=14.1Mi, NumGC=2331","level":"stat"}
+{"@timestamp":"2025-01-12T09:47:29.384+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=133.3Mi, Sys=14.1Mi, NumGC=2331","level":"stat"}
+{"@timestamp":"2025-01-12T09:48:29.415+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=133.3Mi, Sys=14.1Mi, NumGC=2332","level":"stat"}
+{"@timestamp":"2025-01-12T09:49:29.417+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=133.3Mi, Sys=14.1Mi, NumGC=2332","level":"stat"}
+{"@timestamp":"2025-01-12T09:50:29.417+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=133.3Mi, Sys=14.1Mi, NumGC=2333","level":"stat"}
+{"@timestamp":"2025-01-12T09:51:29.417+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=133.4Mi, Sys=14.1Mi, NumGC=2333","level":"stat"}
+{"@timestamp":"2025-01-12T09:52:29.417+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=133.4Mi, Sys=14.1Mi, NumGC=2334","level":"stat"}
+{"@timestamp":"2025-01-12T09:53:29.416+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=133.4Mi, Sys=14.1Mi, NumGC=2334","level":"stat"}
+{"@timestamp":"2025-01-12T09:54:29.415+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=133.4Mi, Sys=14.1Mi, NumGC=2335","level":"stat"}
+{"@timestamp":"2025-01-12T09:55:29.417+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=133.4Mi, Sys=14.1Mi, NumGC=2335","level":"stat"}
+{"@timestamp":"2025-01-12T09:56:29.417+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=133.5Mi, Sys=14.1Mi, NumGC=2336","level":"stat"}
+{"@timestamp":"2025-01-12T09:57:29.417+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=133.5Mi, Sys=14.1Mi, NumGC=2336","level":"stat"}
+{"@timestamp":"2025-01-12T09:58:29.417+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=133.5Mi, Sys=14.1Mi, NumGC=2337","level":"stat"}
+{"@timestamp":"2025-01-12T09:59:29.417+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=133.5Mi, Sys=14.1Mi, NumGC=2337","level":"stat"}
+{"@timestamp":"2025-01-12T10:00:29.417+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=133.5Mi, Sys=14.1Mi, NumGC=2338","level":"stat"}
+{"@timestamp":"2025-01-12T10:01:29.416+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=133.6Mi, Sys=14.1Mi, NumGC=2338","level":"stat"}
+{"@timestamp":"2025-01-12T10:02:29.417+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=133.6Mi, Sys=14.1Mi, NumGC=2339","level":"stat"}
+{"@timestamp":"2025-01-12T10:03:29.416+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=133.6Mi, Sys=14.1Mi, NumGC=2339","level":"stat"}
+{"@timestamp":"2025-01-12T10:04:29.417+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=133.6Mi, Sys=14.1Mi, NumGC=2340","level":"stat"}
+{"@timestamp":"2025-01-12T10:05:29.417+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=133.6Mi, Sys=14.1Mi, NumGC=2340","level":"stat"}
+{"@timestamp":"2025-01-12T10:06:29.417+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=133.7Mi, Sys=14.1Mi, NumGC=2341","level":"stat"}
+{"@timestamp":"2025-01-12T10:07:29.416+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=133.7Mi, Sys=14.1Mi, NumGC=2341","level":"stat"}
+{"@timestamp":"2025-01-12T10:08:29.417+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=133.7Mi, Sys=14.1Mi, NumGC=2342","level":"stat"}
+{"@timestamp":"2025-01-12T10:09:29.417+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=133.7Mi, Sys=14.1Mi, NumGC=2342","level":"stat"}
+{"@timestamp":"2025-01-12T10:10:29.417+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=133.7Mi, Sys=14.1Mi, NumGC=2343","level":"stat"}
+{"@timestamp":"2025-01-12T10:11:29.386+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=133.8Mi, Sys=14.1Mi, NumGC=2343","level":"stat"}
+{"@timestamp":"2025-01-12T10:12:29.367+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=133.8Mi, Sys=14.1Mi, NumGC=2344","level":"stat"}
+{"@timestamp":"2025-01-12T10:13:29.367+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=133.8Mi, Sys=14.1Mi, NumGC=2344","level":"stat"}
+{"@timestamp":"2025-01-12T10:14:29.366+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=133.8Mi, Sys=14.1Mi, NumGC=2345","level":"stat"}
+{"@timestamp":"2025-01-12T10:15:29.366+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=133.8Mi, Sys=14.1Mi, NumGC=2345","level":"stat"}
+{"@timestamp":"2025-01-12T10:16:29.365+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=133.9Mi, Sys=14.1Mi, NumGC=2346","level":"stat"}
+{"@timestamp":"2025-01-12T10:17:29.365+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=133.9Mi, Sys=14.1Mi, NumGC=2346","level":"stat"}
+{"@timestamp":"2025-01-12T10:18:29.364+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=133.9Mi, Sys=14.1Mi, NumGC=2347","level":"stat"}
+{"@timestamp":"2025-01-12T10:19:29.362+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=133.9Mi, Sys=14.1Mi, NumGC=2347","level":"stat"}
+{"@timestamp":"2025-01-12T10:20:29.363+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=133.9Mi, Sys=14.1Mi, NumGC=2348","level":"stat"}
+{"@timestamp":"2025-01-12T10:21:29.363+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=134.0Mi, Sys=14.1Mi, NumGC=2348","level":"stat"}
+{"@timestamp":"2025-01-12T10:22:29.362+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=134.0Mi, Sys=14.1Mi, NumGC=2349","level":"stat"}
+{"@timestamp":"2025-01-12T10:23:29.361+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=134.0Mi, Sys=14.1Mi, NumGC=2349","level":"stat"}
+{"@timestamp":"2025-01-12T10:24:29.360+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=134.0Mi, Sys=14.1Mi, NumGC=2350","level":"stat"}
+{"@timestamp":"2025-01-12T10:25:54.184+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=134.0Mi, Sys=14.1Mi, NumGC=2350","level":"stat"}
+{"@timestamp":"2025-01-12T10:26:54.182+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=134.1Mi, Sys=14.1Mi, NumGC=2351","level":"stat"}
+{"@timestamp":"2025-01-12T10:27:54.181+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=134.1Mi, Sys=14.1Mi, NumGC=2351","level":"stat"}
+{"@timestamp":"2025-01-12T10:28:54.182+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=134.1Mi, Sys=14.1Mi, NumGC=2352","level":"stat"}
+{"@timestamp":"2025-01-12T10:29:54.180+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=134.1Mi, Sys=14.1Mi, NumGC=2352","level":"stat"}
+{"@timestamp":"2025-01-12T10:31:19.009+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=134.1Mi, Sys=14.1Mi, NumGC=2353","level":"stat"}
+{"@timestamp":"2025-01-12T10:47:56.759+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=134.2Mi, Sys=14.1Mi, NumGC=2353","level":"stat"}
+{"@timestamp":"2025-01-12T11:04:21.707+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=134.2Mi, Sys=14.1Mi, NumGC=2354","level":"stat"}
+{"@timestamp":"2025-01-12T11:05:21.705+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=134.2Mi, Sys=14.1Mi, NumGC=2354","level":"stat"}
+{"@timestamp":"2025-01-12T11:06:21.705+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=134.2Mi, Sys=14.1Mi, NumGC=2355","level":"stat"}
+{"@timestamp":"2025-01-12T11:07:21.705+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=134.2Mi, Sys=14.1Mi, NumGC=2355","level":"stat"}
+{"@timestamp":"2025-01-12T11:08:21.758+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=134.3Mi, Sys=14.1Mi, NumGC=2356","level":"stat"}
+{"@timestamp":"2025-01-12T11:09:21.752+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=134.3Mi, Sys=14.1Mi, NumGC=2356","level":"stat"}
+{"@timestamp":"2025-01-12T11:10:21.752+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=134.3Mi, Sys=14.1Mi, NumGC=2357","level":"stat"}
+{"@timestamp":"2025-01-12T11:11:21.752+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=134.3Mi, Sys=14.1Mi, NumGC=2357","level":"stat"}
+{"@timestamp":"2025-01-12T11:12:21.753+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=134.4Mi, Sys=14.1Mi, NumGC=2358","level":"stat"}
+{"@timestamp":"2025-01-12T11:13:21.753+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=134.4Mi, Sys=14.1Mi, NumGC=2358","level":"stat"}
+{"@timestamp":"2025-01-12T11:14:21.752+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=134.4Mi, Sys=14.1Mi, NumGC=2359","level":"stat"}
+{"@timestamp":"2025-01-12T11:15:21.761+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=134.4Mi, Sys=14.1Mi, NumGC=2359","level":"stat"}
+{"@timestamp":"2025-01-12T11:16:21.762+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=134.4Mi, Sys=14.1Mi, NumGC=2360","level":"stat"}
+{"@timestamp":"2025-01-12T11:17:21.764+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=134.5Mi, Sys=14.1Mi, NumGC=2360","level":"stat"}
+{"@timestamp":"2025-01-12T11:18:21.763+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=134.5Mi, Sys=14.1Mi, NumGC=2361","level":"stat"}
+{"@timestamp":"2025-01-12T11:19:21.763+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=134.5Mi, Sys=14.1Mi, NumGC=2361","level":"stat"}
+{"@timestamp":"2025-01-12T11:20:21.765+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=134.5Mi, Sys=14.1Mi, NumGC=2362","level":"stat"}
+{"@timestamp":"2025-01-12T11:21:21.766+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=134.5Mi, Sys=14.1Mi, NumGC=2362","level":"stat"}
+{"@timestamp":"2025-01-12T11:22:21.764+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=134.6Mi, Sys=14.1Mi, NumGC=2363","level":"stat"}
+{"@timestamp":"2025-01-12T11:23:21.766+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=134.6Mi, Sys=14.1Mi, NumGC=2363","level":"stat"}
+{"@timestamp":"2025-01-12T11:24:21.789+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=134.6Mi, Sys=14.1Mi, NumGC=2364","level":"stat"}
+{"@timestamp":"2025-01-12T11:25:21.790+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=134.6Mi, Sys=14.1Mi, NumGC=2364","level":"stat"}
+{"@timestamp":"2025-01-12T11:26:21.791+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=134.6Mi, Sys=14.1Mi, NumGC=2365","level":"stat"}
+{"@timestamp":"2025-01-12T11:27:21.792+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=134.7Mi, Sys=14.1Mi, NumGC=2365","level":"stat"}
+{"@timestamp":"2025-01-12T11:28:21.793+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=134.7Mi, Sys=14.1Mi, NumGC=2366","level":"stat"}
+{"@timestamp":"2025-01-12T11:29:21.793+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=134.7Mi, Sys=14.1Mi, NumGC=2366","level":"stat"}
+{"@timestamp":"2025-01-12T11:30:21.794+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=134.7Mi, Sys=14.1Mi, NumGC=2367","level":"stat"}
+{"@timestamp":"2025-01-12T11:31:21.794+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=134.7Mi, Sys=14.1Mi, NumGC=2367","level":"stat"}
+{"@timestamp":"2025-01-12T11:32:21.795+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=134.8Mi, Sys=14.1Mi, NumGC=2368","level":"stat"}
+{"@timestamp":"2025-01-12T11:33:21.796+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=134.8Mi, Sys=14.1Mi, NumGC=2368","level":"stat"}
+{"@timestamp":"2025-01-12T11:34:21.797+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=134.8Mi, Sys=14.1Mi, NumGC=2369","level":"stat"}
+{"@timestamp":"2025-01-12T11:35:21.798+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=134.8Mi, Sys=14.1Mi, NumGC=2369","level":"stat"}
+{"@timestamp":"2025-01-12T11:36:21.798+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=134.8Mi, Sys=14.1Mi, NumGC=2370","level":"stat"}
+{"@timestamp":"2025-01-12T11:37:21.797+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=134.9Mi, Sys=14.1Mi, NumGC=2370","level":"stat"}
+{"@timestamp":"2025-01-12T11:38:21.798+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=134.9Mi, Sys=14.1Mi, NumGC=2371","level":"stat"}
+{"@timestamp":"2025-01-12T11:39:21.799+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=134.9Mi, Sys=14.1Mi, NumGC=2371","level":"stat"}
+{"@timestamp":"2025-01-12T11:40:21.730+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=134.9Mi, Sys=14.1Mi, NumGC=2372","level":"stat"}
+{"@timestamp":"2025-01-12T11:41:21.729+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=134.9Mi, Sys=14.1Mi, NumGC=2372","level":"stat"}
+{"@timestamp":"2025-01-12T11:42:21.730+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=135.0Mi, Sys=14.1Mi, NumGC=2373","level":"stat"}
+{"@timestamp":"2025-01-12T11:43:21.730+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=135.0Mi, Sys=14.1Mi, NumGC=2373","level":"stat"}
+{"@timestamp":"2025-01-12T11:44:21.729+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=135.0Mi, Sys=14.1Mi, NumGC=2374","level":"stat"}
+{"@timestamp":"2025-01-12T12:01:10.446+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=135.0Mi, Sys=14.1Mi, NumGC=2374","level":"stat"}
+{"@timestamp":"2025-01-12T12:02:10.457+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=135.0Mi, Sys=14.1Mi, NumGC=2375","level":"stat"}
+{"@timestamp":"2025-01-12T12:03:10.458+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=135.1Mi, Sys=14.1Mi, NumGC=2375","level":"stat"}
+{"@timestamp":"2025-01-12T12:04:10.456+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=135.1Mi, Sys=14.1Mi, NumGC=2376","level":"stat"}
+{"@timestamp":"2025-01-12T12:05:10.457+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=135.1Mi, Sys=14.1Mi, NumGC=2376","level":"stat"}
+{"@timestamp":"2025-01-12T12:06:10.457+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=135.1Mi, Sys=14.1Mi, NumGC=2377","level":"stat"}
+{"@timestamp":"2025-01-12T12:07:10.457+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=135.1Mi, Sys=14.1Mi, NumGC=2377","level":"stat"}
+{"@timestamp":"2025-01-12T12:08:10.457+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=135.2Mi, Sys=14.1Mi, NumGC=2378","level":"stat"}
+{"@timestamp":"2025-01-12T12:09:10.457+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=135.2Mi, Sys=14.1Mi, NumGC=2378","level":"stat"}
+{"@timestamp":"2025-01-12T12:10:10.457+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=135.2Mi, Sys=14.1Mi, NumGC=2379","level":"stat"}
+{"@timestamp":"2025-01-12T12:11:10.462+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=135.2Mi, Sys=14.1Mi, NumGC=2379","level":"stat"}
+{"@timestamp":"2025-01-12T12:12:10.469+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=135.2Mi, Sys=14.1Mi, NumGC=2380","level":"stat"}
+{"@timestamp":"2025-01-12T12:13:10.469+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=135.3Mi, Sys=14.1Mi, NumGC=2380","level":"stat"}
+{"@timestamp":"2025-01-12T12:14:10.469+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=135.3Mi, Sys=14.1Mi, NumGC=2381","level":"stat"}
+{"@timestamp":"2025-01-12T12:15:10.468+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=135.3Mi, Sys=14.1Mi, NumGC=2381","level":"stat"}
+{"@timestamp":"2025-01-12T12:16:10.469+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=135.3Mi, Sys=14.1Mi, NumGC=2382","level":"stat"}
+{"@timestamp":"2025-01-12T12:17:10.468+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=135.3Mi, Sys=14.1Mi, NumGC=2382","level":"stat"}
+{"@timestamp":"2025-01-12T12:18:10.467+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=135.4Mi, Sys=14.1Mi, NumGC=2383","level":"stat"}
+{"@timestamp":"2025-01-12T12:19:10.468+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=135.4Mi, Sys=14.1Mi, NumGC=2383","level":"stat"}
+{"@timestamp":"2025-01-12T12:20:10.469+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=135.4Mi, Sys=14.1Mi, NumGC=2384","level":"stat"}
+{"@timestamp":"2025-01-12T12:21:10.468+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=135.4Mi, Sys=14.1Mi, NumGC=2384","level":"stat"}
+{"@timestamp":"2025-01-12T12:22:10.468+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=135.5Mi, Sys=14.1Mi, NumGC=2385","level":"stat"}
+{"@timestamp":"2025-01-12T12:23:10.469+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=135.5Mi, Sys=14.1Mi, NumGC=2385","level":"stat"}
+{"@timestamp":"2025-01-12T12:24:10.469+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=135.5Mi, Sys=14.1Mi, NumGC=2386","level":"stat"}
+{"@timestamp":"2025-01-12T12:25:10.468+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=135.5Mi, Sys=14.1Mi, NumGC=2386","level":"stat"}
+{"@timestamp":"2025-01-12T12:26:10.469+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=135.5Mi, Sys=14.1Mi, NumGC=2387","level":"stat"}
+{"@timestamp":"2025-01-12T12:27:10.470+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=135.6Mi, Sys=14.1Mi, NumGC=2387","level":"stat"}
+{"@timestamp":"2025-01-12T12:28:10.457+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=135.6Mi, Sys=14.1Mi, NumGC=2388","level":"stat"}
+{"@timestamp":"2025-01-12T12:29:10.456+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=135.6Mi, Sys=14.1Mi, NumGC=2388","level":"stat"}
+{"@timestamp":"2025-01-12T12:30:10.457+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=135.6Mi, Sys=14.1Mi, NumGC=2389","level":"stat"}
+{"@timestamp":"2025-01-12T12:31:10.456+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=135.6Mi, Sys=14.1Mi, NumGC=2389","level":"stat"}
+{"@timestamp":"2025-01-12T12:32:10.455+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=135.7Mi, Sys=14.1Mi, NumGC=2390","level":"stat"}
+{"@timestamp":"2025-01-12T12:33:10.457+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=135.7Mi, Sys=14.1Mi, NumGC=2390","level":"stat"}
+{"@timestamp":"2025-01-12T12:34:10.457+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=135.7Mi, Sys=14.1Mi, NumGC=2391","level":"stat"}
+{"@timestamp":"2025-01-12T12:35:10.456+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=135.7Mi, Sys=14.1Mi, NumGC=2391","level":"stat"}
+{"@timestamp":"2025-01-12T12:36:10.457+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=135.7Mi, Sys=14.1Mi, NumGC=2392","level":"stat"}
+{"@timestamp":"2025-01-12T12:37:10.457+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=135.8Mi, Sys=14.1Mi, NumGC=2392","level":"stat"}
+{"@timestamp":"2025-01-12T12:38:10.457+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=135.8Mi, Sys=14.1Mi, NumGC=2393","level":"stat"}
+{"@timestamp":"2025-01-12T12:39:10.456+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=135.8Mi, Sys=14.1Mi, NumGC=2393","level":"stat"}
+{"@timestamp":"2025-01-12T12:40:10.456+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=135.8Mi, Sys=14.1Mi, NumGC=2394","level":"stat"}
+{"@timestamp":"2025-01-12T12:41:10.456+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=135.8Mi, Sys=14.1Mi, NumGC=2394","level":"stat"}
+{"@timestamp":"2025-01-12T12:42:10.456+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=135.9Mi, Sys=14.1Mi, NumGC=2395","level":"stat"}
+{"@timestamp":"2025-01-12T12:43:10.398+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=135.9Mi, Sys=14.1Mi, NumGC=2395","level":"stat"}
+{"@timestamp":"2025-01-12T12:44:10.396+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=135.9Mi, Sys=14.1Mi, NumGC=2396","level":"stat"}
+{"@timestamp":"2025-01-12T12:45:10.396+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=135.9Mi, Sys=14.1Mi, NumGC=2396","level":"stat"}
+{"@timestamp":"2025-01-12T12:46:10.396+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=135.9Mi, Sys=14.1Mi, NumGC=2397","level":"stat"}
+{"@timestamp":"2025-01-12T12:47:10.393+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=136.0Mi, Sys=14.1Mi, NumGC=2397","level":"stat"}
+{"@timestamp":"2025-01-12T12:48:10.394+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=136.0Mi, Sys=14.1Mi, NumGC=2398","level":"stat"}
+{"@timestamp":"2025-01-12T12:49:10.393+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=136.0Mi, Sys=14.1Mi, NumGC=2398","level":"stat"}
+{"@timestamp":"2025-01-12T12:50:10.391+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=136.0Mi, Sys=14.1Mi, NumGC=2399","level":"stat"}
+{"@timestamp":"2025-01-12T12:51:10.392+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=136.0Mi, Sys=14.1Mi, NumGC=2399","level":"stat"}
+{"@timestamp":"2025-01-12T12:52:10.390+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=136.1Mi, Sys=14.1Mi, NumGC=2400","level":"stat"}
+{"@timestamp":"2025-01-12T12:53:10.390+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=136.1Mi, Sys=14.1Mi, NumGC=2400","level":"stat"}
+{"@timestamp":"2025-01-12T12:54:10.389+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=136.1Mi, Sys=14.1Mi, NumGC=2401","level":"stat"}
+{"@timestamp":"2025-01-12T12:55:10.388+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=136.1Mi, Sys=14.1Mi, NumGC=2401","level":"stat"}
+{"@timestamp":"2025-01-12T12:56:10.386+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=136.1Mi, Sys=14.1Mi, NumGC=2402","level":"stat"}
+{"@timestamp":"2025-01-12T12:57:10.387+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=136.2Mi, Sys=14.1Mi, NumGC=2402","level":"stat"}
+{"@timestamp":"2025-01-12T12:58:10.386+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=136.2Mi, Sys=14.1Mi, NumGC=2403","level":"stat"}
+{"@timestamp":"2025-01-12T12:59:10.385+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=136.2Mi, Sys=14.1Mi, NumGC=2403","level":"stat"}
+{"@timestamp":"2025-01-12T13:00:10.384+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=136.2Mi, Sys=14.1Mi, NumGC=2404","level":"stat"}
+{"@timestamp":"2025-01-12T13:01:10.384+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=136.2Mi, Sys=14.1Mi, NumGC=2404","level":"stat"}
+{"@timestamp":"2025-01-12T13:02:35.239+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=136.3Mi, Sys=14.1Mi, NumGC=2405","level":"stat"}
+{"@timestamp":"2025-01-12T13:03:35.240+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=136.3Mi, Sys=14.1Mi, NumGC=2405","level":"stat"}
+{"@timestamp":"2025-01-12T13:04:35.238+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=136.3Mi, Sys=14.1Mi, NumGC=2406","level":"stat"}
+{"@timestamp":"2025-01-12T13:05:35.238+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=136.3Mi, Sys=14.1Mi, NumGC=2406","level":"stat"}
+{"@timestamp":"2025-01-12T13:06:35.238+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=136.3Mi, Sys=14.1Mi, NumGC=2407","level":"stat"}
+{"@timestamp":"2025-01-12T13:07:35.236+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=136.4Mi, Sys=14.1Mi, NumGC=2407","level":"stat"}
+{"@timestamp":"2025-01-12T13:08:35.236+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=136.4Mi, Sys=14.1Mi, NumGC=2408","level":"stat"}
+{"@timestamp":"2025-01-12T13:09:35.235+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=136.4Mi, Sys=14.1Mi, NumGC=2408","level":"stat"}
+{"@timestamp":"2025-01-12T13:10:35.235+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=136.4Mi, Sys=14.1Mi, NumGC=2409","level":"stat"}
+{"@timestamp":"2025-01-12T13:11:35.234+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=136.4Mi, Sys=14.1Mi, NumGC=2409","level":"stat"}
+{"@timestamp":"2025-01-12T13:12:35.232+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=136.5Mi, Sys=14.1Mi, NumGC=2410","level":"stat"}
+{"@timestamp":"2025-01-12T13:13:35.232+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=136.5Mi, Sys=14.1Mi, NumGC=2410","level":"stat"}
+{"@timestamp":"2025-01-12T13:14:35.232+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=136.5Mi, Sys=14.1Mi, NumGC=2411","level":"stat"}
+{"@timestamp":"2025-01-12T13:15:35.230+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=136.5Mi, Sys=14.1Mi, NumGC=2411","level":"stat"}
+{"@timestamp":"2025-01-12T13:16:35.229+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=136.5Mi, Sys=14.1Mi, NumGC=2412","level":"stat"}
+{"@timestamp":"2025-01-12T13:17:35.229+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=136.6Mi, Sys=14.1Mi, NumGC=2412","level":"stat"}
+{"@timestamp":"2025-01-12T13:18:35.227+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=136.6Mi, Sys=14.1Mi, NumGC=2413","level":"stat"}
+{"@timestamp":"2025-01-12T13:19:35.228+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=136.6Mi, Sys=14.1Mi, NumGC=2413","level":"stat"}
+{"@timestamp":"2025-01-12T13:20:35.227+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=136.6Mi, Sys=14.1Mi, NumGC=2414","level":"stat"}
+{"@timestamp":"2025-01-12T13:21:35.225+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=136.6Mi, Sys=14.1Mi, NumGC=2414","level":"stat"}
+{"@timestamp":"2025-01-12T13:22:35.224+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=136.7Mi, Sys=14.1Mi, NumGC=2415","level":"stat"}
+{"@timestamp":"2025-01-12T13:23:35.114+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=136.7Mi, Sys=14.1Mi, NumGC=2415","level":"stat"}
+{"@timestamp":"2025-01-12T13:24:35.110+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=136.7Mi, Sys=14.1Mi, NumGC=2416","level":"stat"}
+{"@timestamp":"2025-01-12T13:25:35.109+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=136.7Mi, Sys=14.1Mi, NumGC=2416","level":"stat"}
+{"@timestamp":"2025-01-12T13:26:35.106+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=136.7Mi, Sys=14.1Mi, NumGC=2417","level":"stat"}
+{"@timestamp":"2025-01-12T13:27:35.105+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=136.8Mi, Sys=14.1Mi, NumGC=2417","level":"stat"}
+{"@timestamp":"2025-01-12T13:28:35.104+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=136.8Mi, Sys=14.1Mi, NumGC=2418","level":"stat"}
+{"@timestamp":"2025-01-12T13:29:35.102+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=136.8Mi, Sys=14.1Mi, NumGC=2418","level":"stat"}
+{"@timestamp":"2025-01-12T13:30:35.100+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=136.8Mi, Sys=14.1Mi, NumGC=2419","level":"stat"}
+{"@timestamp":"2025-01-12T13:31:35.098+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=136.9Mi, Sys=14.1Mi, NumGC=2419","level":"stat"}
+{"@timestamp":"2025-01-12T13:32:35.096+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=136.9Mi, Sys=14.1Mi, NumGC=2420","level":"stat"}
+{"@timestamp":"2025-01-12T13:33:35.094+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=136.9Mi, Sys=14.1Mi, NumGC=2420","level":"stat"}
+{"@timestamp":"2025-01-12T13:34:35.091+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=136.9Mi, Sys=14.1Mi, NumGC=2421","level":"stat"}
+{"@timestamp":"2025-01-12T13:35:35.090+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=136.9Mi, Sys=14.1Mi, NumGC=2421","level":"stat"}
+{"@timestamp":"2025-01-12T13:36:35.088+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=137.0Mi, Sys=14.1Mi, NumGC=2422","level":"stat"}
+{"@timestamp":"2025-01-12T13:37:35.085+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=137.0Mi, Sys=14.1Mi, NumGC=2422","level":"stat"}
+{"@timestamp":"2025-01-12T13:38:35.084+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=137.0Mi, Sys=14.1Mi, NumGC=2423","level":"stat"}
+{"@timestamp":"2025-01-12T13:39:35.082+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=137.0Mi, Sys=14.1Mi, NumGC=2423","level":"stat"}
+{"@timestamp":"2025-01-12T13:40:35.080+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=137.0Mi, Sys=14.1Mi, NumGC=2424","level":"stat"}
+{"@timestamp":"2025-01-12T13:41:35.078+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=137.1Mi, Sys=14.1Mi, NumGC=2424","level":"stat"}
+{"@timestamp":"2025-01-12T13:42:35.074+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=137.1Mi, Sys=14.1Mi, NumGC=2425","level":"stat"}
+{"@timestamp":"2025-01-12T13:43:35.074+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=137.1Mi, Sys=14.1Mi, NumGC=2425","level":"stat"}
+{"@timestamp":"2025-01-12T13:44:35.071+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=137.1Mi, Sys=14.1Mi, NumGC=2426","level":"stat"}
+{"@timestamp":"2025-01-12T13:45:35.070+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=137.1Mi, Sys=14.1Mi, NumGC=2426","level":"stat"}
+{"@timestamp":"2025-01-12T13:46:35.067+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=137.2Mi, Sys=14.1Mi, NumGC=2427","level":"stat"}
+{"@timestamp":"2025-01-12T13:47:35.065+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=137.2Mi, Sys=14.1Mi, NumGC=2427","level":"stat"}
+{"@timestamp":"2025-01-12T13:48:35.062+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=137.2Mi, Sys=14.1Mi, NumGC=2428","level":"stat"}
+{"@timestamp":"2025-01-12T13:49:35.062+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=137.2Mi, Sys=14.1Mi, NumGC=2428","level":"stat"}
+{"@timestamp":"2025-01-12T13:50:35.058+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=137.2Mi, Sys=14.1Mi, NumGC=2429","level":"stat"}
+{"@timestamp":"2025-01-12T13:51:35.056+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=137.3Mi, Sys=14.1Mi, NumGC=2429","level":"stat"}
+{"@timestamp":"2025-01-12T13:52:35.055+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=137.3Mi, Sys=14.1Mi, NumGC=2430","level":"stat"}
+{"@timestamp":"2025-01-12T13:53:35.053+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=137.3Mi, Sys=14.1Mi, NumGC=2430","level":"stat"}
+{"@timestamp":"2025-01-12T13:54:35.052+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=137.3Mi, Sys=14.1Mi, NumGC=2431","level":"stat"}
+{"@timestamp":"2025-01-12T13:55:35.038+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=137.3Mi, Sys=14.1Mi, NumGC=2431","level":"stat"}
+{"@timestamp":"2025-01-12T13:56:35.015+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=137.3Mi, Sys=14.1Mi, NumGC=2432","level":"stat"}
+{"@timestamp":"2025-01-12T13:57:35.014+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=137.4Mi, Sys=14.1Mi, NumGC=2432","level":"stat"}
+{"@timestamp":"2025-01-12T13:58:35.011+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=137.4Mi, Sys=14.1Mi, NumGC=2433","level":"stat"}
+{"@timestamp":"2025-01-12T13:59:35.008+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=137.4Mi, Sys=14.1Mi, NumGC=2433","level":"stat"}
+{"@timestamp":"2025-01-12T14:00:35.007+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=137.4Mi, Sys=14.1Mi, NumGC=2434","level":"stat"}
+{"@timestamp":"2025-01-12T14:01:35.004+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=137.4Mi, Sys=14.1Mi, NumGC=2434","level":"stat"}
+{"@timestamp":"2025-01-12T14:02:35.001+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=137.5Mi, Sys=14.1Mi, NumGC=2435","level":"stat"}
+{"@timestamp":"2025-01-12T14:03:35.000+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=137.5Mi, Sys=14.1Mi, NumGC=2435","level":"stat"}
+{"@timestamp":"2025-01-12T14:04:34.998+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=137.5Mi, Sys=14.1Mi, NumGC=2436","level":"stat"}
+{"@timestamp":"2025-01-12T14:06:30.040+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=137.5Mi, Sys=14.1Mi, NumGC=2436","level":"stat"}
+{"@timestamp":"2025-01-12T14:07:30.037+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=137.5Mi, Sys=14.1Mi, NumGC=2437","level":"stat"}
+{"@timestamp":"2025-01-12T14:08:30.034+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=137.6Mi, Sys=14.1Mi, NumGC=2437","level":"stat"}
+{"@timestamp":"2025-01-12T14:09:30.032+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=137.6Mi, Sys=14.1Mi, NumGC=2438","level":"stat"}
+{"@timestamp":"2025-01-12T14:10:30.029+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=137.6Mi, Sys=14.1Mi, NumGC=2438","level":"stat"}
+{"@timestamp":"2025-01-12T14:11:30.036+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=137.6Mi, Sys=14.1Mi, NumGC=2439","level":"stat"}
+{"@timestamp":"2025-01-12T14:12:30.040+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=137.7Mi, Sys=14.1Mi, NumGC=2439","level":"stat"}
+{"@timestamp":"2025-01-12T14:13:30.038+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=137.7Mi, Sys=14.1Mi, NumGC=2440","level":"stat"}
+{"@timestamp":"2025-01-12T14:14:30.036+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=137.7Mi, Sys=14.1Mi, NumGC=2440","level":"stat"}
+{"@timestamp":"2025-01-12T14:15:30.032+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=137.7Mi, Sys=14.1Mi, NumGC=2441","level":"stat"}
+{"@timestamp":"2025-01-12T14:16:30.031+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=137.7Mi, Sys=14.1Mi, NumGC=2441","level":"stat"}
+{"@timestamp":"2025-01-12T14:17:30.029+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=137.8Mi, Sys=14.1Mi, NumGC=2442","level":"stat"}
+{"@timestamp":"2025-01-12T14:18:30.026+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=137.8Mi, Sys=14.1Mi, NumGC=2442","level":"stat"}
+{"@timestamp":"2025-01-12T14:19:30.024+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=137.8Mi, Sys=14.1Mi, NumGC=2443","level":"stat"}
+{"@timestamp":"2025-01-12T14:20:30.022+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=137.8Mi, Sys=14.1Mi, NumGC=2443","level":"stat"}
+{"@timestamp":"2025-01-12T14:21:30.019+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=137.8Mi, Sys=14.1Mi, NumGC=2444","level":"stat"}
+{"@timestamp":"2025-01-12T14:22:30.017+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=137.9Mi, Sys=14.1Mi, NumGC=2444","level":"stat"}
+{"@timestamp":"2025-01-12T14:23:30.015+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=137.9Mi, Sys=14.1Mi, NumGC=2445","level":"stat"}
+{"@timestamp":"2025-01-12T14:24:30.013+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=137.9Mi, Sys=14.1Mi, NumGC=2445","level":"stat"}
+{"@timestamp":"2025-01-12T14:25:30.011+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=137.9Mi, Sys=14.1Mi, NumGC=2446","level":"stat"}
+{"@timestamp":"2025-01-12T14:26:30.008+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=137.9Mi, Sys=14.1Mi, NumGC=2446","level":"stat"}
+{"@timestamp":"2025-01-12T14:27:30.006+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=138.0Mi, Sys=14.1Mi, NumGC=2447","level":"stat"}
+{"@timestamp":"2025-01-12T14:28:30.005+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=138.0Mi, Sys=14.1Mi, NumGC=2447","level":"stat"}
+{"@timestamp":"2025-01-12T14:29:30.003+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=138.0Mi, Sys=14.1Mi, NumGC=2448","level":"stat"}
+{"@timestamp":"2025-01-12T14:30:30.000+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=138.0Mi, Sys=14.1Mi, NumGC=2448","level":"stat"}
+{"@timestamp":"2025-01-12T14:31:29.998+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=138.0Mi, Sys=14.1Mi, NumGC=2449","level":"stat"}
+{"@timestamp":"2025-01-12T14:32:29.996+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=138.1Mi, Sys=14.1Mi, NumGC=2449","level":"stat"}
+{"@timestamp":"2025-01-12T14:33:29.994+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=138.1Mi, Sys=14.1Mi, NumGC=2450","level":"stat"}
+{"@timestamp":"2025-01-12T14:34:29.991+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=138.1Mi, Sys=14.1Mi, NumGC=2450","level":"stat"}
+{"@timestamp":"2025-01-12T14:35:29.989+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=138.1Mi, Sys=14.1Mi, NumGC=2451","level":"stat"}
+{"@timestamp":"2025-01-12T14:36:29.985+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=138.1Mi, Sys=14.1Mi, NumGC=2451","level":"stat"}
+{"@timestamp":"2025-01-12T14:37:29.983+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=138.2Mi, Sys=14.1Mi, NumGC=2452","level":"stat"}
+{"@timestamp":"2025-01-12T14:38:29.982+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=138.2Mi, Sys=14.1Mi, NumGC=2452","level":"stat"}
+{"@timestamp":"2025-01-12T14:39:29.979+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=138.2Mi, Sys=14.1Mi, NumGC=2453","level":"stat"}
+{"@timestamp":"2025-01-12T14:40:29.977+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=138.2Mi, Sys=14.1Mi, NumGC=2453","level":"stat"}
+{"@timestamp":"2025-01-12T14:41:29.976+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=138.2Mi, Sys=14.1Mi, NumGC=2454","level":"stat"}
+{"@timestamp":"2025-01-12T14:42:29.973+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=138.3Mi, Sys=14.1Mi, NumGC=2454","level":"stat"}
+{"@timestamp":"2025-01-12T14:43:29.971+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=138.3Mi, Sys=14.1Mi, NumGC=2455","level":"stat"}
+{"@timestamp":"2025-01-12T14:44:29.969+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=138.3Mi, Sys=14.1Mi, NumGC=2455","level":"stat"}
+{"@timestamp":"2025-01-12T14:45:54.787+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=138.3Mi, Sys=14.1Mi, NumGC=2456","level":"stat"}
+{"@timestamp":"2025-01-12T15:02:19.880+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=138.3Mi, Sys=14.1Mi, NumGC=2456","level":"stat"}
+{"@timestamp":"2025-01-12T15:03:19.879+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=138.4Mi, Sys=14.1Mi, NumGC=2457","level":"stat"}
+{"@timestamp":"2025-01-12T15:04:19.877+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=138.4Mi, Sys=14.1Mi, NumGC=2457","level":"stat"}
+{"@timestamp":"2025-01-12T15:05:19.877+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=138.4Mi, Sys=14.1Mi, NumGC=2458","level":"stat"}
+{"@timestamp":"2025-01-12T15:06:19.876+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=138.4Mi, Sys=14.1Mi, NumGC=2458","level":"stat"}
+{"@timestamp":"2025-01-12T15:07:19.873+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=138.4Mi, Sys=14.1Mi, NumGC=2459","level":"stat"}
+{"@timestamp":"2025-01-12T15:08:19.874+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=138.5Mi, Sys=14.1Mi, NumGC=2459","level":"stat"}
+{"@timestamp":"2025-01-12T15:09:19.872+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=138.5Mi, Sys=14.1Mi, NumGC=2460","level":"stat"}
+{"@timestamp":"2025-01-12T15:10:19.872+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=138.5Mi, Sys=14.1Mi, NumGC=2460","level":"stat"}
+{"@timestamp":"2025-01-12T15:11:19.872+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=138.5Mi, Sys=14.1Mi, NumGC=2460","level":"stat"}
+{"@timestamp":"2025-01-12T15:12:19.869+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=138.6Mi, Sys=14.1Mi, NumGC=2461","level":"stat"}
+{"@timestamp":"2025-01-12T15:13:19.867+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=138.6Mi, Sys=14.1Mi, NumGC=2461","level":"stat"}
+{"@timestamp":"2025-01-12T15:14:19.868+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=138.6Mi, Sys=14.1Mi, NumGC=2462","level":"stat"}
+{"@timestamp":"2025-01-12T15:15:19.867+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=138.6Mi, Sys=14.1Mi, NumGC=2462","level":"stat"}
+{"@timestamp":"2025-01-12T15:16:19.866+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=138.6Mi, Sys=14.1Mi, NumGC=2463","level":"stat"}
+{"@timestamp":"2025-01-12T15:17:19.953+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=138.7Mi, Sys=14.1Mi, NumGC=2463","level":"stat"}
+{"@timestamp":"2025-01-12T15:18:19.955+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=138.7Mi, Sys=14.1Mi, NumGC=2464","level":"stat"}
+{"@timestamp":"2025-01-12T15:19:19.955+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=138.7Mi, Sys=14.1Mi, NumGC=2464","level":"stat"}
+{"@timestamp":"2025-01-12T15:20:19.954+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=138.7Mi, Sys=14.1Mi, NumGC=2465","level":"stat"}
+{"@timestamp":"2025-01-12T15:21:19.954+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=138.7Mi, Sys=14.1Mi, NumGC=2465","level":"stat"}
+{"@timestamp":"2025-01-12T15:22:19.953+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=138.8Mi, Sys=14.1Mi, NumGC=2466","level":"stat"}
+{"@timestamp":"2025-01-12T15:23:19.954+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=138.8Mi, Sys=14.1Mi, NumGC=2466","level":"stat"}
+{"@timestamp":"2025-01-12T15:24:19.954+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=138.8Mi, Sys=14.1Mi, NumGC=2467","level":"stat"}
+{"@timestamp":"2025-01-12T15:25:19.953+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=138.8Mi, Sys=14.1Mi, NumGC=2467","level":"stat"}
+{"@timestamp":"2025-01-12T15:26:19.952+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=138.8Mi, Sys=14.1Mi, NumGC=2468","level":"stat"}
+{"@timestamp":"2025-01-12T15:27:19.953+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=138.9Mi, Sys=14.1Mi, NumGC=2468","level":"stat"}
+{"@timestamp":"2025-01-12T15:28:19.953+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=138.9Mi, Sys=14.1Mi, NumGC=2469","level":"stat"}
+{"@timestamp":"2025-01-12T15:29:19.953+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=138.9Mi, Sys=14.1Mi, NumGC=2469","level":"stat"}
+{"@timestamp":"2025-01-12T15:30:19.953+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=138.9Mi, Sys=14.1Mi, NumGC=2470","level":"stat"}
+{"@timestamp":"2025-01-12T15:31:19.951+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=138.9Mi, Sys=14.1Mi, NumGC=2470","level":"stat"}
+{"@timestamp":"2025-01-12T15:32:19.953+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=139.0Mi, Sys=14.1Mi, NumGC=2471","level":"stat"}
+{"@timestamp":"2025-01-12T15:33:19.961+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=139.0Mi, Sys=14.1Mi, NumGC=2471","level":"stat"}
+{"@timestamp":"2025-01-12T15:34:19.964+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=139.0Mi, Sys=14.1Mi, NumGC=2472","level":"stat"}
+{"@timestamp":"2025-01-12T15:35:19.962+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=139.0Mi, Sys=14.1Mi, NumGC=2472","level":"stat"}
+{"@timestamp":"2025-01-12T15:36:19.964+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=139.0Mi, Sys=14.1Mi, NumGC=2473","level":"stat"}
+{"@timestamp":"2025-01-12T15:37:19.964+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=139.1Mi, Sys=14.1Mi, NumGC=2473","level":"stat"}
+{"@timestamp":"2025-01-12T15:38:19.964+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=139.1Mi, Sys=14.1Mi, NumGC=2474","level":"stat"}
+{"@timestamp":"2025-01-12T15:39:19.963+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=139.1Mi, Sys=14.1Mi, NumGC=2474","level":"stat"}
+{"@timestamp":"2025-01-12T15:40:19.963+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=139.1Mi, Sys=14.1Mi, NumGC=2475","level":"stat"}
+{"@timestamp":"2025-01-12T15:41:19.964+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=139.1Mi, Sys=14.1Mi, NumGC=2475","level":"stat"}
+{"@timestamp":"2025-01-12T15:42:19.964+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=139.2Mi, Sys=14.1Mi, NumGC=2476","level":"stat"}
+{"@timestamp":"2025-01-12T15:43:19.962+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=139.2Mi, Sys=14.1Mi, NumGC=2476","level":"stat"}
+{"@timestamp":"2025-01-12T15:44:19.964+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=139.2Mi, Sys=14.1Mi, NumGC=2477","level":"stat"}
+{"@timestamp":"2025-01-12T15:45:19.962+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=139.2Mi, Sys=14.1Mi, NumGC=2477","level":"stat"}
+{"@timestamp":"2025-01-12T15:46:19.963+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=139.2Mi, Sys=14.1Mi, NumGC=2478","level":"stat"}
+{"@timestamp":"2025-01-12T15:47:19.963+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=139.3Mi, Sys=14.1Mi, NumGC=2478","level":"stat"}
+{"@timestamp":"2025-01-12T15:48:19.938+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=139.3Mi, Sys=14.1Mi, NumGC=2479","level":"stat"}
+{"@timestamp":"2025-01-12T15:49:19.935+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=139.3Mi, Sys=14.1Mi, NumGC=2479","level":"stat"}
+{"@timestamp":"2025-01-12T15:50:19.935+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=139.3Mi, Sys=14.1Mi, NumGC=2480","level":"stat"}
+{"@timestamp":"2025-01-12T15:51:19.935+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=139.3Mi, Sys=14.1Mi, NumGC=2480","level":"stat"}
+{"@timestamp":"2025-01-12T15:52:19.934+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=139.4Mi, Sys=14.1Mi, NumGC=2481","level":"stat"}
+{"@timestamp":"2025-01-12T15:53:19.934+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=139.4Mi, Sys=14.1Mi, NumGC=2481","level":"stat"}
+{"@timestamp":"2025-01-12T15:54:19.934+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=139.4Mi, Sys=14.1Mi, NumGC=2482","level":"stat"}
+{"@timestamp":"2025-01-12T15:55:19.934+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=139.4Mi, Sys=14.1Mi, NumGC=2482","level":"stat"}
+{"@timestamp":"2025-01-12T15:56:19.934+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=139.4Mi, Sys=14.1Mi, NumGC=2483","level":"stat"}
+{"@timestamp":"2025-01-12T15:57:19.933+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=139.5Mi, Sys=14.1Mi, NumGC=2483","level":"stat"}
+{"@timestamp":"2025-01-12T15:58:19.933+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=139.5Mi, Sys=14.1Mi, NumGC=2484","level":"stat"}
+{"@timestamp":"2025-01-12T15:59:19.932+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=139.5Mi, Sys=14.1Mi, NumGC=2484","level":"stat"}
+{"@timestamp":"2025-01-12T16:00:19.932+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=139.5Mi, Sys=14.1Mi, NumGC=2485","level":"stat"}
+{"@timestamp":"2025-01-12T16:01:19.932+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=139.5Mi, Sys=14.1Mi, NumGC=2485","level":"stat"}
+{"@timestamp":"2025-01-12T16:02:19.932+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=139.6Mi, Sys=14.1Mi, NumGC=2486","level":"stat"}
+{"@timestamp":"2025-01-12T16:03:39.501+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=139.6Mi, Sys=14.1Mi, NumGC=2486","level":"stat"}
+{"@timestamp":"2025-01-12T16:04:39.502+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=139.6Mi, Sys=14.1Mi, NumGC=2487","level":"stat"}
+{"@timestamp":"2025-01-12T16:05:39.501+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=139.6Mi, Sys=14.1Mi, NumGC=2487","level":"stat"}
+{"@timestamp":"2025-01-12T16:06:39.501+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=139.6Mi, Sys=14.1Mi, NumGC=2488","level":"stat"}
+{"@timestamp":"2025-01-12T16:07:39.501+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=139.7Mi, Sys=14.1Mi, NumGC=2488","level":"stat"}
+{"@timestamp":"2025-01-12T16:08:39.500+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=139.7Mi, Sys=14.1Mi, NumGC=2489","level":"stat"}
+{"@timestamp":"2025-01-12T16:09:39.498+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=139.7Mi, Sys=14.1Mi, NumGC=2489","level":"stat"}
+{"@timestamp":"2025-01-12T16:10:39.499+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=139.7Mi, Sys=14.1Mi, NumGC=2490","level":"stat"}
+{"@timestamp":"2025-01-12T16:11:39.498+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=139.7Mi, Sys=14.1Mi, NumGC=2490","level":"stat"}
+{"@timestamp":"2025-01-12T16:12:39.498+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=139.8Mi, Sys=14.1Mi, NumGC=2491","level":"stat"}
+{"@timestamp":"2025-01-12T16:13:39.497+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=139.8Mi, Sys=14.1Mi, NumGC=2491","level":"stat"}
+{"@timestamp":"2025-01-12T16:14:39.497+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=139.8Mi, Sys=14.1Mi, NumGC=2492","level":"stat"}
+{"@timestamp":"2025-01-12T16:15:39.497+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=139.8Mi, Sys=14.1Mi, NumGC=2492","level":"stat"}
+{"@timestamp":"2025-01-12T16:16:39.497+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=139.8Mi, Sys=14.1Mi, NumGC=2493","level":"stat"}
+{"@timestamp":"2025-01-12T16:17:39.495+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=139.9Mi, Sys=14.1Mi, NumGC=2493","level":"stat"}
+{"@timestamp":"2025-01-12T16:18:39.496+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=139.9Mi, Sys=14.1Mi, NumGC=2494","level":"stat"}
+{"@timestamp":"2025-01-12T16:19:39.548+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=139.9Mi, Sys=14.1Mi, NumGC=2494","level":"stat"}
+{"@timestamp":"2025-01-12T16:20:39.548+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=139.9Mi, Sys=14.1Mi, NumGC=2495","level":"stat"}
+{"@timestamp":"2025-01-12T16:21:39.548+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=139.9Mi, Sys=14.1Mi, NumGC=2495","level":"stat"}
+{"@timestamp":"2025-01-12T16:22:39.548+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=140.0Mi, Sys=14.1Mi, NumGC=2496","level":"stat"}
+{"@timestamp":"2025-01-12T16:23:39.548+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=140.0Mi, Sys=14.1Mi, NumGC=2496","level":"stat"}
+{"@timestamp":"2025-01-12T16:24:39.549+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=140.0Mi, Sys=14.1Mi, NumGC=2497","level":"stat"}
+{"@timestamp":"2025-01-12T16:25:39.549+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=140.0Mi, Sys=14.1Mi, NumGC=2497","level":"stat"}
+{"@timestamp":"2025-01-12T16:26:39.549+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=140.0Mi, Sys=14.1Mi, NumGC=2498","level":"stat"}
+{"@timestamp":"2025-01-12T16:27:39.549+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=140.1Mi, Sys=14.1Mi, NumGC=2498","level":"stat"}
+{"@timestamp":"2025-01-12T16:28:39.548+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=140.1Mi, Sys=14.1Mi, NumGC=2499","level":"stat"}
+{"@timestamp":"2025-01-12T16:29:39.549+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=140.1Mi, Sys=14.1Mi, NumGC=2499","level":"stat"}
+{"@timestamp":"2025-01-12T16:30:39.548+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=140.1Mi, Sys=14.1Mi, NumGC=2500","level":"stat"}
+{"@timestamp":"2025-01-12T16:31:39.549+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=140.1Mi, Sys=14.1Mi, NumGC=2500","level":"stat"}
+{"@timestamp":"2025-01-12T16:32:39.549+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=140.2Mi, Sys=14.1Mi, NumGC=2501","level":"stat"}
+{"@timestamp":"2025-01-12T16:33:39.549+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=140.2Mi, Sys=14.1Mi, NumGC=2501","level":"stat"}
+{"@timestamp":"2025-01-12T16:34:39.449+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=140.2Mi, Sys=14.1Mi, NumGC=2502","level":"stat"}
+{"@timestamp":"2025-01-12T16:35:39.448+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=140.2Mi, Sys=14.1Mi, NumGC=2502","level":"stat"}
+{"@timestamp":"2025-01-12T16:36:39.447+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=140.2Mi, Sys=14.1Mi, NumGC=2503","level":"stat"}
+{"@timestamp":"2025-01-12T16:37:39.446+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=140.3Mi, Sys=14.1Mi, NumGC=2503","level":"stat"}
+{"@timestamp":"2025-01-12T16:38:39.445+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=140.3Mi, Sys=14.1Mi, NumGC=2504","level":"stat"}
+{"@timestamp":"2025-01-12T16:39:39.444+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=140.3Mi, Sys=14.1Mi, NumGC=2504","level":"stat"}
+{"@timestamp":"2025-01-12T16:40:39.443+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=140.3Mi, Sys=14.1Mi, NumGC=2505","level":"stat"}
+{"@timestamp":"2025-01-12T16:41:39.443+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=140.3Mi, Sys=14.1Mi, NumGC=2505","level":"stat"}
+{"@timestamp":"2025-01-12T16:42:39.442+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=140.4Mi, Sys=14.1Mi, NumGC=2506","level":"stat"}
+{"@timestamp":"2025-01-12T16:43:39.441+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=140.4Mi, Sys=14.1Mi, NumGC=2506","level":"stat"}
+{"@timestamp":"2025-01-12T16:44:39.439+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=140.4Mi, Sys=14.1Mi, NumGC=2507","level":"stat"}
+{"@timestamp":"2025-01-12T16:45:39.439+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=140.4Mi, Sys=14.1Mi, NumGC=2507","level":"stat"}
+{"@timestamp":"2025-01-12T16:46:39.451+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=140.5Mi, Sys=14.1Mi, NumGC=2508","level":"stat"}
+{"@timestamp":"2025-01-12T16:47:39.464+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=140.5Mi, Sys=14.1Mi, NumGC=2508","level":"stat"}
+{"@timestamp":"2025-01-12T16:48:39.463+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=140.5Mi, Sys=14.1Mi, NumGC=2509","level":"stat"}
+{"@timestamp":"2025-01-12T16:49:39.462+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=140.5Mi, Sys=14.1Mi, NumGC=2509","level":"stat"}
+{"@timestamp":"2025-01-12T16:50:39.462+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=140.5Mi, Sys=14.1Mi, NumGC=2510","level":"stat"}
+{"@timestamp":"2025-01-12T16:52:04.340+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=140.5Mi, Sys=14.1Mi, NumGC=2510","level":"stat"}
+{"@timestamp":"2025-01-12T17:05:23.302+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=140.6Mi, Sys=14.1Mi, NumGC=2511","level":"stat"}
+{"@timestamp":"2025-01-12T17:06:23.302+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=140.6Mi, Sys=14.1Mi, NumGC=2511","level":"stat"}
+{"@timestamp":"2025-01-12T17:07:23.301+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=140.6Mi, Sys=14.1Mi, NumGC=2512","level":"stat"}
+{"@timestamp":"2025-01-12T17:08:23.300+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=140.6Mi, Sys=14.1Mi, NumGC=2512","level":"stat"}
+{"@timestamp":"2025-01-12T17:09:23.300+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=140.6Mi, Sys=14.1Mi, NumGC=2513","level":"stat"}
+{"@timestamp":"2025-01-12T17:10:23.299+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=140.7Mi, Sys=14.1Mi, NumGC=2513","level":"stat"}
+{"@timestamp":"2025-01-12T17:11:23.298+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=140.7Mi, Sys=14.1Mi, NumGC=2514","level":"stat"}
+{"@timestamp":"2025-01-12T17:12:23.298+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=140.7Mi, Sys=14.1Mi, NumGC=2514","level":"stat"}
+{"@timestamp":"2025-01-12T17:13:23.297+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=140.7Mi, Sys=14.1Mi, NumGC=2515","level":"stat"}
+{"@timestamp":"2025-01-12T17:14:23.297+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=140.8Mi, Sys=14.1Mi, NumGC=2515","level":"stat"}
+{"@timestamp":"2025-01-12T17:15:23.296+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=140.8Mi, Sys=14.1Mi, NumGC=2516","level":"stat"}
+{"@timestamp":"2025-01-12T17:16:23.294+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=140.8Mi, Sys=14.1Mi, NumGC=2516","level":"stat"}
+{"@timestamp":"2025-01-12T17:17:23.294+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=140.8Mi, Sys=14.1Mi, NumGC=2517","level":"stat"}
+{"@timestamp":"2025-01-12T17:18:23.295+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=140.8Mi, Sys=14.1Mi, NumGC=2517","level":"stat"}
+{"@timestamp":"2025-01-12T17:19:23.294+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=140.9Mi, Sys=14.1Mi, NumGC=2518","level":"stat"}
+{"@timestamp":"2025-01-12T17:20:23.293+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=140.9Mi, Sys=14.1Mi, NumGC=2518","level":"stat"}
+{"@timestamp":"2025-01-12T17:21:23.406+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=140.9Mi, Sys=14.1Mi, NumGC=2519","level":"stat"}
+{"@timestamp":"2025-01-12T17:22:23.406+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=140.9Mi, Sys=14.1Mi, NumGC=2519","level":"stat"}
+{"@timestamp":"2025-01-12T17:23:23.407+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=140.9Mi, Sys=14.1Mi, NumGC=2520","level":"stat"}
+{"@timestamp":"2025-01-12T17:24:48.292+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=141.0Mi, Sys=14.1Mi, NumGC=2520","level":"stat"}
+{"@timestamp":"2025-01-12T17:41:13.248+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=141.0Mi, Sys=14.1Mi, NumGC=2521","level":"stat"}
+{"@timestamp":"2025-01-12T17:42:13.248+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=141.0Mi, Sys=14.1Mi, NumGC=2521","level":"stat"}
+{"@timestamp":"2025-01-12T17:43:13.249+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=141.0Mi, Sys=14.1Mi, NumGC=2522","level":"stat"}
+{"@timestamp":"2025-01-12T17:44:13.249+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=141.0Mi, Sys=14.1Mi, NumGC=2522","level":"stat"}
+{"@timestamp":"2025-01-12T17:45:13.250+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=141.1Mi, Sys=14.1Mi, NumGC=2523","level":"stat"}
+{"@timestamp":"2025-01-12T17:46:13.353+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=141.1Mi, Sys=14.1Mi, NumGC=2523","level":"stat"}
+{"@timestamp":"2025-01-12T17:47:13.355+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=141.1Mi, Sys=14.1Mi, NumGC=2524","level":"stat"}
+{"@timestamp":"2025-01-12T17:48:13.356+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=141.1Mi, Sys=14.1Mi, NumGC=2524","level":"stat"}
+{"@timestamp":"2025-01-12T17:49:13.358+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=141.1Mi, Sys=14.1Mi, NumGC=2525","level":"stat"}
+{"@timestamp":"2025-01-12T17:50:13.359+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=141.2Mi, Sys=14.1Mi, NumGC=2525","level":"stat"}
+{"@timestamp":"2025-01-12T17:51:13.361+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=141.2Mi, Sys=14.1Mi, NumGC=2526","level":"stat"}
+{"@timestamp":"2025-01-12T17:52:13.361+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=141.2Mi, Sys=14.1Mi, NumGC=2526","level":"stat"}
+{"@timestamp":"2025-01-12T17:53:13.363+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=141.2Mi, Sys=14.1Mi, NumGC=2527","level":"stat"}
+{"@timestamp":"2025-01-12T17:54:13.364+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=141.2Mi, Sys=14.1Mi, NumGC=2527","level":"stat"}
+{"@timestamp":"2025-01-12T17:55:13.367+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=141.3Mi, Sys=14.1Mi, NumGC=2528","level":"stat"}
+{"@timestamp":"2025-01-12T17:56:13.368+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=141.3Mi, Sys=14.1Mi, NumGC=2528","level":"stat"}
+{"@timestamp":"2025-01-12T17:57:13.370+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=141.3Mi, Sys=14.1Mi, NumGC=2529","level":"stat"}
+{"@timestamp":"2025-01-12T17:58:13.371+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=141.3Mi, Sys=14.1Mi, NumGC=2529","level":"stat"}
+{"@timestamp":"2025-01-12T17:59:13.372+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=141.3Mi, Sys=14.1Mi, NumGC=2530","level":"stat"}
+{"@timestamp":"2025-01-12T18:00:13.374+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=141.4Mi, Sys=14.1Mi, NumGC=2530","level":"stat"}
+{"@timestamp":"2025-01-12T18:01:13.373+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=141.4Mi, Sys=14.1Mi, NumGC=2531","level":"stat"}
+{"@timestamp":"2025-01-12T18:02:13.377+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=141.4Mi, Sys=14.1Mi, NumGC=2531","level":"stat"}
+{"@timestamp":"2025-01-12T18:03:13.378+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=141.4Mi, Sys=14.1Mi, NumGC=2532","level":"stat"}
+{"@timestamp":"2025-01-12T18:04:13.379+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=141.4Mi, Sys=14.1Mi, NumGC=2532","level":"stat"}
+{"@timestamp":"2025-01-12T18:05:13.381+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=141.5Mi, Sys=14.1Mi, NumGC=2533","level":"stat"}
+{"@timestamp":"2025-01-12T18:06:13.381+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=141.5Mi, Sys=14.1Mi, NumGC=2533","level":"stat"}
+{"@timestamp":"2025-01-12T18:07:13.383+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=141.5Mi, Sys=14.1Mi, NumGC=2534","level":"stat"}
+{"@timestamp":"2025-01-12T18:08:13.385+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=141.5Mi, Sys=14.1Mi, NumGC=2534","level":"stat"}
+{"@timestamp":"2025-01-12T18:09:13.387+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=141.5Mi, Sys=14.1Mi, NumGC=2535","level":"stat"}
+{"@timestamp":"2025-01-12T18:10:13.388+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=141.6Mi, Sys=14.1Mi, NumGC=2535","level":"stat"}
+{"@timestamp":"2025-01-12T18:11:13.390+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=141.6Mi, Sys=14.1Mi, NumGC=2536","level":"stat"}
+{"@timestamp":"2025-01-12T18:12:13.391+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=141.6Mi, Sys=14.1Mi, NumGC=2536","level":"stat"}
+{"@timestamp":"2025-01-12T18:13:13.392+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=141.6Mi, Sys=14.1Mi, NumGC=2537","level":"stat"}
+{"@timestamp":"2025-01-12T18:14:13.394+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=141.6Mi, Sys=14.1Mi, NumGC=2537","level":"stat"}
+{"@timestamp":"2025-01-12T18:15:13.395+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=141.7Mi, Sys=14.1Mi, NumGC=2538","level":"stat"}
+{"@timestamp":"2025-01-12T18:16:13.397+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=141.7Mi, Sys=14.1Mi, NumGC=2538","level":"stat"}
+{"@timestamp":"2025-01-12T18:17:13.398+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=141.7Mi, Sys=14.1Mi, NumGC=2539","level":"stat"}
+{"@timestamp":"2025-01-12T18:18:13.400+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=141.7Mi, Sys=14.1Mi, NumGC=2539","level":"stat"}
+{"@timestamp":"2025-01-12T18:19:13.401+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=141.7Mi, Sys=14.1Mi, NumGC=2540","level":"stat"}
+{"@timestamp":"2025-01-12T18:20:13.403+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=141.8Mi, Sys=14.1Mi, NumGC=2540","level":"stat"}
+{"@timestamp":"2025-01-12T18:21:13.404+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=141.8Mi, Sys=14.1Mi, NumGC=2541","level":"stat"}
+{"@timestamp":"2025-01-12T18:22:13.405+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=141.8Mi, Sys=14.1Mi, NumGC=2541","level":"stat"}
+{"@timestamp":"2025-01-12T18:23:13.407+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=141.8Mi, Sys=14.1Mi, NumGC=2542","level":"stat"}
+{"@timestamp":"2025-01-12T18:24:13.300+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=141.8Mi, Sys=14.1Mi, NumGC=2542","level":"stat"}
+{"@timestamp":"2025-01-12T18:25:13.299+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=141.9Mi, Sys=14.1Mi, NumGC=2543","level":"stat"}
+{"@timestamp":"2025-01-12T18:26:13.301+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=141.9Mi, Sys=14.1Mi, NumGC=2543","level":"stat"}
+{"@timestamp":"2025-01-12T18:27:13.301+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=141.9Mi, Sys=14.1Mi, NumGC=2544","level":"stat"}
+{"@timestamp":"2025-01-12T18:28:13.301+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=141.9Mi, Sys=14.1Mi, NumGC=2544","level":"stat"}
+{"@timestamp":"2025-01-12T18:29:13.301+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=141.9Mi, Sys=14.1Mi, NumGC=2545","level":"stat"}
+{"@timestamp":"2025-01-12T18:30:13.302+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=142.0Mi, Sys=14.1Mi, NumGC=2545","level":"stat"}
+{"@timestamp":"2025-01-12T18:31:13.301+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=142.0Mi, Sys=14.1Mi, NumGC=2546","level":"stat"}
+{"@timestamp":"2025-01-12T18:32:13.302+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=142.0Mi, Sys=14.1Mi, NumGC=2546","level":"stat"}
+{"@timestamp":"2025-01-12T18:33:13.301+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=142.0Mi, Sys=14.1Mi, NumGC=2547","level":"stat"}
+{"@timestamp":"2025-01-12T18:34:13.303+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=142.0Mi, Sys=14.1Mi, NumGC=2547","level":"stat"}
+{"@timestamp":"2025-01-12T18:35:13.303+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=142.1Mi, Sys=14.1Mi, NumGC=2548","level":"stat"}
+{"@timestamp":"2025-01-12T18:36:13.302+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=142.1Mi, Sys=14.1Mi, NumGC=2548","level":"stat"}
+{"@timestamp":"2025-01-12T18:37:13.304+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=142.1Mi, Sys=14.1Mi, NumGC=2549","level":"stat"}
+{"@timestamp":"2025-01-12T18:38:13.304+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=142.1Mi, Sys=14.1Mi, NumGC=2549","level":"stat"}
+{"@timestamp":"2025-01-12T18:39:13.304+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=142.2Mi, Sys=14.1Mi, NumGC=2550","level":"stat"}
+{"@timestamp":"2025-01-12T18:40:13.274+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=142.2Mi, Sys=14.1Mi, NumGC=2550","level":"stat"}
+{"@timestamp":"2025-01-12T18:41:13.268+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=142.2Mi, Sys=14.1Mi, NumGC=2551","level":"stat"}
+{"@timestamp":"2025-01-12T18:42:38.198+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=142.2Mi, Sys=14.1Mi, NumGC=2551","level":"stat"}
+{"@timestamp":"2025-01-12T18:43:38.198+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=142.2Mi, Sys=14.1Mi, NumGC=2552","level":"stat"}
+{"@timestamp":"2025-01-12T18:44:38.199+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=142.3Mi, Sys=14.1Mi, NumGC=2552","level":"stat"}
+{"@timestamp":"2025-01-12T18:45:38.199+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=142.3Mi, Sys=14.1Mi, NumGC=2553","level":"stat"}
+{"@timestamp":"2025-01-12T18:46:38.202+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=142.3Mi, Sys=14.1Mi, NumGC=2553","level":"stat"}
+{"@timestamp":"2025-01-12T18:47:38.202+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=142.3Mi, Sys=14.1Mi, NumGC=2554","level":"stat"}
+{"@timestamp":"2025-01-12T18:48:38.203+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=142.3Mi, Sys=14.1Mi, NumGC=2554","level":"stat"}
+{"@timestamp":"2025-01-12T18:49:38.204+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=142.4Mi, Sys=14.1Mi, NumGC=2555","level":"stat"}
+{"@timestamp":"2025-01-12T18:50:38.203+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=142.4Mi, Sys=14.1Mi, NumGC=2555","level":"stat"}
+{"@timestamp":"2025-01-12T18:51:38.206+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=142.4Mi, Sys=14.1Mi, NumGC=2556","level":"stat"}
+{"@timestamp":"2025-01-12T18:52:38.206+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=142.4Mi, Sys=14.1Mi, NumGC=2556","level":"stat"}
+{"@timestamp":"2025-01-12T18:53:38.207+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=142.4Mi, Sys=14.1Mi, NumGC=2557","level":"stat"}
+{"@timestamp":"2025-01-12T18:54:38.208+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=142.5Mi, Sys=14.1Mi, NumGC=2557","level":"stat"}
+{"@timestamp":"2025-01-12T18:55:38.209+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=142.5Mi, Sys=14.1Mi, NumGC=2558","level":"stat"}
+{"@timestamp":"2025-01-12T18:56:38.209+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=142.5Mi, Sys=14.1Mi, NumGC=2558","level":"stat"}
+{"@timestamp":"2025-01-12T18:57:38.211+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=142.5Mi, Sys=14.1Mi, NumGC=2559","level":"stat"}
+{"@timestamp":"2025-01-12T18:58:38.209+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=142.5Mi, Sys=14.1Mi, NumGC=2559","level":"stat"}
+{"@timestamp":"2025-01-12T18:59:38.212+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=142.6Mi, Sys=14.1Mi, NumGC=2560","level":"stat"}
+{"@timestamp":"2025-01-12T19:00:38.213+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=142.6Mi, Sys=14.1Mi, NumGC=2560","level":"stat"}
+{"@timestamp":"2025-01-12T19:01:38.212+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=142.6Mi, Sys=14.1Mi, NumGC=2561","level":"stat"}
+{"@timestamp":"2025-01-12T19:02:38.214+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=142.6Mi, Sys=14.1Mi, NumGC=2561","level":"stat"}
+{"@timestamp":"2025-01-12T19:03:38.214+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=142.6Mi, Sys=14.1Mi, NumGC=2562","level":"stat"}
+{"@timestamp":"2025-01-12T19:04:38.216+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=142.7Mi, Sys=14.1Mi, NumGC=2562","level":"stat"}
+{"@timestamp":"2025-01-12T19:05:38.217+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=142.7Mi, Sys=14.1Mi, NumGC=2563","level":"stat"}
+{"@timestamp":"2025-01-12T19:06:38.218+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=142.7Mi, Sys=14.1Mi, NumGC=2563","level":"stat"}
+{"@timestamp":"2025-01-12T19:07:38.219+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=142.7Mi, Sys=14.1Mi, NumGC=2564","level":"stat"}
+{"@timestamp":"2025-01-12T19:08:38.220+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=142.7Mi, Sys=14.1Mi, NumGC=2564","level":"stat"}
+{"@timestamp":"2025-01-12T19:09:38.218+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=142.8Mi, Sys=14.1Mi, NumGC=2565","level":"stat"}
+{"@timestamp":"2025-01-12T19:10:38.221+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=142.8Mi, Sys=14.1Mi, NumGC=2565","level":"stat"}
+{"@timestamp":"2025-01-12T19:11:38.221+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=142.8Mi, Sys=14.1Mi, NumGC=2566","level":"stat"}
+{"@timestamp":"2025-01-12T19:12:38.100+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=142.8Mi, Sys=14.1Mi, NumGC=2566","level":"stat"}
+{"@timestamp":"2025-01-12T19:13:38.100+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=142.8Mi, Sys=14.1Mi, NumGC=2567","level":"stat"}
+{"@timestamp":"2025-01-12T19:14:38.098+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=142.9Mi, Sys=14.1Mi, NumGC=2567","level":"stat"}
+{"@timestamp":"2025-01-12T19:15:38.099+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=142.9Mi, Sys=14.1Mi, NumGC=2568","level":"stat"}
+{"@timestamp":"2025-01-12T19:16:38.098+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=142.9Mi, Sys=14.1Mi, NumGC=2568","level":"stat"}
+{"@timestamp":"2025-01-12T19:17:38.098+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=142.9Mi, Sys=14.1Mi, NumGC=2569","level":"stat"}
+{"@timestamp":"2025-01-12T19:18:38.097+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=142.9Mi, Sys=14.1Mi, NumGC=2569","level":"stat"}
+{"@timestamp":"2025-01-12T19:19:38.096+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=143.0Mi, Sys=14.1Mi, NumGC=2570","level":"stat"}
+{"@timestamp":"2025-01-12T19:20:38.094+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=143.0Mi, Sys=14.1Mi, NumGC=2570","level":"stat"}
+{"@timestamp":"2025-01-12T19:21:38.095+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=143.0Mi, Sys=14.1Mi, NumGC=2571","level":"stat"}
+{"@timestamp":"2025-01-12T19:22:38.094+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=143.0Mi, Sys=14.1Mi, NumGC=2571","level":"stat"}
+{"@timestamp":"2025-01-12T19:23:38.093+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=143.0Mi, Sys=14.1Mi, NumGC=2572","level":"stat"}
+{"@timestamp":"2025-01-12T19:24:38.092+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=143.1Mi, Sys=14.1Mi, NumGC=2572","level":"stat"}
+{"@timestamp":"2025-01-12T19:25:38.092+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=143.1Mi, Sys=14.1Mi, NumGC=2573","level":"stat"}
+{"@timestamp":"2025-01-12T19:26:38.091+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=143.1Mi, Sys=14.1Mi, NumGC=2573","level":"stat"}
+{"@timestamp":"2025-01-12T19:27:38.091+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=143.1Mi, Sys=14.1Mi, NumGC=2574","level":"stat"}
+{"@timestamp":"2025-01-12T19:28:38.090+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=143.1Mi, Sys=14.1Mi, NumGC=2574","level":"stat"}
+{"@timestamp":"2025-01-12T19:29:38.089+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=143.2Mi, Sys=14.1Mi, NumGC=2575","level":"stat"}
+{"@timestamp":"2025-01-12T19:30:38.087+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=143.2Mi, Sys=14.1Mi, NumGC=2575","level":"stat"}
+{"@timestamp":"2025-01-12T19:31:38.088+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=143.2Mi, Sys=14.1Mi, NumGC=2576","level":"stat"}
+{"@timestamp":"2025-01-12T19:32:38.087+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=143.2Mi, Sys=14.1Mi, NumGC=2576","level":"stat"}
+{"@timestamp":"2025-01-12T19:33:38.086+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=143.3Mi, Sys=14.1Mi, NumGC=2577","level":"stat"}
+{"@timestamp":"2025-01-12T19:34:38.189+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=143.3Mi, Sys=14.1Mi, NumGC=2577","level":"stat"}
+{"@timestamp":"2025-01-12T19:35:38.189+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=143.3Mi, Sys=14.1Mi, NumGC=2578","level":"stat"}
+{"@timestamp":"2025-01-12T19:36:38.190+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=143.3Mi, Sys=14.1Mi, NumGC=2578","level":"stat"}
+{"@timestamp":"2025-01-12T19:37:38.190+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=143.3Mi, Sys=14.1Mi, NumGC=2579","level":"stat"}
+{"@timestamp":"2025-01-12T19:38:38.189+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=143.4Mi, Sys=14.1Mi, NumGC=2579","level":"stat"}
+{"@timestamp":"2025-01-12T19:39:38.192+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=143.4Mi, Sys=14.1Mi, NumGC=2580","level":"stat"}
+{"@timestamp":"2025-01-12T19:40:38.190+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=143.4Mi, Sys=14.1Mi, NumGC=2580","level":"stat"}
+{"@timestamp":"2025-01-12T19:41:38.193+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=143.4Mi, Sys=14.1Mi, NumGC=2581","level":"stat"}
+{"@timestamp":"2025-01-12T19:42:38.193+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=143.4Mi, Sys=14.1Mi, NumGC=2581","level":"stat"}
+{"@timestamp":"2025-01-12T19:43:38.194+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=143.5Mi, Sys=14.1Mi, NumGC=2582","level":"stat"}
+{"@timestamp":"2025-01-12T19:44:38.195+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=143.5Mi, Sys=14.1Mi, NumGC=2582","level":"stat"}
+{"@timestamp":"2025-01-12T20:01:03.208+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=143.5Mi, Sys=14.1Mi, NumGC=2583","level":"stat"}
+{"@timestamp":"2025-01-12T20:02:03.220+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=143.5Mi, Sys=14.1Mi, NumGC=2583","level":"stat"}
+{"@timestamp":"2025-01-12T20:03:03.220+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=143.5Mi, Sys=14.1Mi, NumGC=2584","level":"stat"}
+{"@timestamp":"2025-01-12T20:04:03.222+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=143.6Mi, Sys=14.1Mi, NumGC=2584","level":"stat"}
+{"@timestamp":"2025-01-12T20:05:03.223+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=143.6Mi, Sys=14.1Mi, NumGC=2585","level":"stat"}
+{"@timestamp":"2025-01-12T20:06:03.224+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=143.6Mi, Sys=14.1Mi, NumGC=2585","level":"stat"}
+{"@timestamp":"2025-01-12T20:07:03.223+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=143.6Mi, Sys=14.1Mi, NumGC=2586","level":"stat"}
+{"@timestamp":"2025-01-12T20:08:03.225+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=143.6Mi, Sys=14.1Mi, NumGC=2586","level":"stat"}
+{"@timestamp":"2025-01-12T20:09:03.220+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=143.7Mi, Sys=14.1Mi, NumGC=2587","level":"stat"}
+{"@timestamp":"2025-01-12T20:10:03.216+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=143.7Mi, Sys=14.1Mi, NumGC=2587","level":"stat"}
+{"@timestamp":"2025-01-12T20:11:03.215+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=143.7Mi, Sys=14.1Mi, NumGC=2588","level":"stat"}
+{"@timestamp":"2025-01-12T20:12:03.217+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=143.7Mi, Sys=14.1Mi, NumGC=2588","level":"stat"}
+{"@timestamp":"2025-01-12T20:13:03.218+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=143.7Mi, Sys=14.1Mi, NumGC=2589","level":"stat"}
+{"@timestamp":"2025-01-12T20:14:03.218+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=143.8Mi, Sys=14.1Mi, NumGC=2589","level":"stat"}
+{"@timestamp":"2025-01-12T20:15:03.219+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=143.8Mi, Sys=14.1Mi, NumGC=2590","level":"stat"}
+{"@timestamp":"2025-01-12T20:16:03.220+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=143.8Mi, Sys=14.1Mi, NumGC=2590","level":"stat"}
+{"@timestamp":"2025-01-12T20:17:03.220+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=143.8Mi, Sys=14.1Mi, NumGC=2591","level":"stat"}
+{"@timestamp":"2025-01-12T20:18:03.221+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=143.8Mi, Sys=14.1Mi, NumGC=2591","level":"stat"}
+{"@timestamp":"2025-01-12T20:19:03.221+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=143.9Mi, Sys=14.1Mi, NumGC=2592","level":"stat"}
+{"@timestamp":"2025-01-12T20:20:03.222+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=143.9Mi, Sys=14.1Mi, NumGC=2592","level":"stat"}
+{"@timestamp":"2025-01-12T20:21:03.223+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=143.9Mi, Sys=14.1Mi, NumGC=2593","level":"stat"}
+{"@timestamp":"2025-01-12T20:22:03.223+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=143.9Mi, Sys=14.1Mi, NumGC=2593","level":"stat"}
+{"@timestamp":"2025-01-12T20:23:03.222+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=143.9Mi, Sys=14.1Mi, NumGC=2594","level":"stat"}
+{"@timestamp":"2025-01-12T20:24:03.223+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=144.0Mi, Sys=14.1Mi, NumGC=2594","level":"stat"}
+{"@timestamp":"2025-01-12T20:25:03.214+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=144.0Mi, Sys=14.1Mi, NumGC=2595","level":"stat"}
+{"@timestamp":"2025-01-12T20:26:03.212+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=144.0Mi, Sys=14.1Mi, NumGC=2595","level":"stat"}
+{"@timestamp":"2025-01-12T20:27:03.215+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=144.0Mi, Sys=14.1Mi, NumGC=2596","level":"stat"}
+{"@timestamp":"2025-01-12T20:28:03.213+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=144.0Mi, Sys=14.1Mi, NumGC=2596","level":"stat"}
+{"@timestamp":"2025-01-12T20:29:03.216+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=144.1Mi, Sys=14.1Mi, NumGC=2597","level":"stat"}
+{"@timestamp":"2025-01-12T20:30:03.216+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=144.1Mi, Sys=14.1Mi, NumGC=2597","level":"stat"}
+{"@timestamp":"2025-01-12T20:31:03.215+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=144.1Mi, Sys=14.1Mi, NumGC=2598","level":"stat"}
+{"@timestamp":"2025-01-12T20:32:03.217+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=144.1Mi, Sys=14.1Mi, NumGC=2598","level":"stat"}
+{"@timestamp":"2025-01-12T20:33:03.217+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=144.1Mi, Sys=14.1Mi, NumGC=2599","level":"stat"}
+{"@timestamp":"2025-01-12T20:34:03.218+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=144.2Mi, Sys=14.1Mi, NumGC=2599","level":"stat"}
+{"@timestamp":"2025-01-12T20:35:03.218+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=144.2Mi, Sys=14.1Mi, NumGC=2600","level":"stat"}
+{"@timestamp":"2025-01-12T20:36:03.219+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=144.2Mi, Sys=14.1Mi, NumGC=2600","level":"stat"}
+{"@timestamp":"2025-01-12T20:37:03.219+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=144.2Mi, Sys=14.1Mi, NumGC=2601","level":"stat"}
+{"@timestamp":"2025-01-12T20:38:03.220+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=144.2Mi, Sys=14.1Mi, NumGC=2601","level":"stat"}
+{"@timestamp":"2025-01-12T20:39:03.220+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=144.3Mi, Sys=14.1Mi, NumGC=2602","level":"stat"}
+{"@timestamp":"2025-01-12T20:40:03.221+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=144.3Mi, Sys=14.1Mi, NumGC=2602","level":"stat"}
+{"@timestamp":"2025-01-12T20:41:03.221+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=144.3Mi, Sys=14.1Mi, NumGC=2603","level":"stat"}
+{"@timestamp":"2025-01-12T20:42:03.220+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=144.3Mi, Sys=14.1Mi, NumGC=2603","level":"stat"}
+{"@timestamp":"2025-01-12T20:43:03.222+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=144.4Mi, Sys=14.1Mi, NumGC=2604","level":"stat"}
+{"@timestamp":"2025-01-12T20:44:03.223+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=144.4Mi, Sys=14.1Mi, NumGC=2604","level":"stat"}
+{"@timestamp":"2025-01-12T20:45:03.222+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=144.4Mi, Sys=14.1Mi, NumGC=2605","level":"stat"}
+{"@timestamp":"2025-01-12T20:46:03.224+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=144.4Mi, Sys=14.1Mi, NumGC=2605","level":"stat"}
+{"@timestamp":"2025-01-12T20:47:03.223+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=144.4Mi, Sys=14.1Mi, NumGC=2606","level":"stat"}
+{"@timestamp":"2025-01-12T20:48:03.225+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=144.5Mi, Sys=14.1Mi, NumGC=2606","level":"stat"}
+{"@timestamp":"2025-01-12T20:49:03.225+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=144.5Mi, Sys=14.1Mi, NumGC=2607","level":"stat"}
+{"@timestamp":"2025-01-12T20:50:03.226+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=144.5Mi, Sys=14.1Mi, NumGC=2607","level":"stat"}
+{"@timestamp":"2025-01-12T20:51:03.226+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=144.5Mi, Sys=14.1Mi, NumGC=2608","level":"stat"}
+{"@timestamp":"2025-01-12T20:52:03.226+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=144.5Mi, Sys=14.1Mi, NumGC=2608","level":"stat"}
+{"@timestamp":"2025-01-12T20:53:03.227+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=144.6Mi, Sys=14.1Mi, NumGC=2609","level":"stat"}
+{"@timestamp":"2025-01-12T20:54:03.228+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=144.6Mi, Sys=14.1Mi, NumGC=2609","level":"stat"}
+{"@timestamp":"2025-01-12T20:55:03.228+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=144.6Mi, Sys=14.1Mi, NumGC=2610","level":"stat"}
+{"@timestamp":"2025-01-12T20:56:03.229+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=144.6Mi, Sys=14.1Mi, NumGC=2610","level":"stat"}
+{"@timestamp":"2025-01-12T20:57:03.229+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=144.6Mi, Sys=14.1Mi, NumGC=2611","level":"stat"}
+{"@timestamp":"2025-01-12T20:58:03.230+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=144.7Mi, Sys=14.1Mi, NumGC=2611","level":"stat"}
+{"@timestamp":"2025-01-12T20:59:03.230+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=144.7Mi, Sys=14.1Mi, NumGC=2612","level":"stat"}
+{"@timestamp":"2025-01-12T21:00:03.229+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=144.7Mi, Sys=14.1Mi, NumGC=2612","level":"stat"}
+{"@timestamp":"2025-01-12T21:01:03.231+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=144.7Mi, Sys=14.1Mi, NumGC=2613","level":"stat"}
+{"@timestamp":"2025-01-12T21:02:03.232+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=144.7Mi, Sys=14.1Mi, NumGC=2613","level":"stat"}
+{"@timestamp":"2025-01-12T21:03:28.066+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=144.8Mi, Sys=14.1Mi, NumGC=2614","level":"stat"}
+{"@timestamp":"2025-01-12T21:04:28.067+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=144.8Mi, Sys=14.1Mi, NumGC=2614","level":"stat"}
+{"@timestamp":"2025-01-12T21:05:28.072+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=144.8Mi, Sys=14.1Mi, NumGC=2615","level":"stat"}
+{"@timestamp":"2025-01-12T21:06:28.069+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=144.8Mi, Sys=14.1Mi, NumGC=2615","level":"stat"}
+{"@timestamp":"2025-01-12T21:07:28.069+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=144.8Mi, Sys=14.1Mi, NumGC=2616","level":"stat"}
+{"@timestamp":"2025-01-12T21:15:08.315+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=144.9Mi, Sys=14.1Mi, NumGC=2616","level":"stat"}
+{"@timestamp":"2025-01-12T21:31:33.167+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=144.9Mi, Sys=14.1Mi, NumGC=2617","level":"stat"}
+{"@timestamp":"2025-01-12T21:47:58.077+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=144.9Mi, Sys=14.1Mi, NumGC=2617","level":"stat"}
+{"@timestamp":"2025-01-12T21:48:58.077+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=144.9Mi, Sys=14.1Mi, NumGC=2618","level":"stat"}
+{"@timestamp":"2025-01-12T21:49:58.075+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=144.9Mi, Sys=14.1Mi, NumGC=2618","level":"stat"}
+{"@timestamp":"2025-01-12T21:50:58.076+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=145.0Mi, Sys=14.1Mi, NumGC=2619","level":"stat"}
+{"@timestamp":"2025-01-12T21:51:58.074+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=145.0Mi, Sys=14.1Mi, NumGC=2619","level":"stat"}
+{"@timestamp":"2025-01-12T21:52:58.114+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=145.0Mi, Sys=14.1Mi, NumGC=2620","level":"stat"}
+{"@timestamp":"2025-01-12T21:53:58.118+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=145.0Mi, Sys=14.1Mi, NumGC=2620","level":"stat"}
+{"@timestamp":"2025-01-12T21:54:58.118+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=145.0Mi, Sys=14.1Mi, NumGC=2621","level":"stat"}
+{"@timestamp":"2025-01-12T21:55:58.117+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=145.1Mi, Sys=14.1Mi, NumGC=2621","level":"stat"}
+{"@timestamp":"2025-01-12T21:56:58.116+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=145.1Mi, Sys=14.1Mi, NumGC=2622","level":"stat"}
+{"@timestamp":"2025-01-12T21:57:58.116+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=145.1Mi, Sys=14.1Mi, NumGC=2622","level":"stat"}
+{"@timestamp":"2025-01-12T21:58:58.115+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=145.1Mi, Sys=14.1Mi, NumGC=2623","level":"stat"}
+{"@timestamp":"2025-01-12T21:59:58.114+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=145.1Mi, Sys=14.1Mi, NumGC=2623","level":"stat"}
+{"@timestamp":"2025-01-12T22:00:58.113+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=145.2Mi, Sys=14.1Mi, NumGC=2624","level":"stat"}
+{"@timestamp":"2025-01-12T22:01:58.112+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=145.2Mi, Sys=14.1Mi, NumGC=2624","level":"stat"}
+{"@timestamp":"2025-01-12T22:02:58.112+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=145.2Mi, Sys=14.1Mi, NumGC=2625","level":"stat"}
+{"@timestamp":"2025-01-12T22:03:58.111+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=145.2Mi, Sys=14.1Mi, NumGC=2625","level":"stat"}
+{"@timestamp":"2025-01-12T22:04:58.110+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=145.2Mi, Sys=14.1Mi, NumGC=2626","level":"stat"}
+{"@timestamp":"2025-01-12T22:05:58.109+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=145.3Mi, Sys=14.1Mi, NumGC=2626","level":"stat"}
+{"@timestamp":"2025-01-12T22:06:58.107+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=145.3Mi, Sys=14.1Mi, NumGC=2627","level":"stat"}
+{"@timestamp":"2025-01-12T22:07:58.108+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=145.3Mi, Sys=14.1Mi, NumGC=2627","level":"stat"}
+{"@timestamp":"2025-01-12T22:08:58.104+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=145.3Mi, Sys=14.1Mi, NumGC=2628","level":"stat"}
+{"@timestamp":"2025-01-12T22:09:58.104+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=145.3Mi, Sys=14.1Mi, NumGC=2628","level":"stat"}
+{"@timestamp":"2025-01-12T22:10:58.104+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=145.4Mi, Sys=14.1Mi, NumGC=2629","level":"stat"}
+{"@timestamp":"2025-01-12T22:11:58.102+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=145.4Mi, Sys=14.1Mi, NumGC=2629","level":"stat"}
+{"@timestamp":"2025-01-12T22:12:58.102+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=145.4Mi, Sys=14.1Mi, NumGC=2630","level":"stat"}
+{"@timestamp":"2025-01-12T22:13:58.102+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=145.4Mi, Sys=14.1Mi, NumGC=2630","level":"stat"}
+{"@timestamp":"2025-01-12T22:14:58.099+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=145.4Mi, Sys=14.1Mi, NumGC=2631","level":"stat"}
+{"@timestamp":"2025-01-12T22:15:58.100+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=145.5Mi, Sys=14.1Mi, NumGC=2631","level":"stat"}
+{"@timestamp":"2025-01-12T22:16:58.099+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=145.5Mi, Sys=14.1Mi, NumGC=2632","level":"stat"}
+{"@timestamp":"2025-01-12T22:17:58.098+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=145.5Mi, Sys=14.1Mi, NumGC=2632","level":"stat"}
+{"@timestamp":"2025-01-12T22:18:58.097+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=145.5Mi, Sys=14.1Mi, NumGC=2633","level":"stat"}
+{"@timestamp":"2025-01-12T22:19:58.097+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=145.5Mi, Sys=14.1Mi, NumGC=2633","level":"stat"}
+{"@timestamp":"2025-01-12T22:20:58.096+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=145.6Mi, Sys=14.1Mi, NumGC=2634","level":"stat"}
+{"@timestamp":"2025-01-12T22:21:58.094+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=145.6Mi, Sys=14.1Mi, NumGC=2634","level":"stat"}
+{"@timestamp":"2025-01-12T22:22:58.094+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=145.6Mi, Sys=14.1Mi, NumGC=2635","level":"stat"}
+{"@timestamp":"2025-01-12T22:23:58.093+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=145.6Mi, Sys=14.1Mi, NumGC=2635","level":"stat"}
+{"@timestamp":"2025-01-12T22:24:58.093+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=145.6Mi, Sys=14.1Mi, NumGC=2636","level":"stat"}
+{"@timestamp":"2025-01-12T22:25:58.092+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=145.7Mi, Sys=14.1Mi, NumGC=2636","level":"stat"}
+{"@timestamp":"2025-01-12T22:26:58.091+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=145.7Mi, Sys=14.1Mi, NumGC=2637","level":"stat"}
+{"@timestamp":"2025-01-12T22:27:58.105+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=145.7Mi, Sys=14.1Mi, NumGC=2637","level":"stat"}
+{"@timestamp":"2025-01-12T22:28:58.103+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=145.7Mi, Sys=14.1Mi, NumGC=2638","level":"stat"}
+{"@timestamp":"2025-01-12T22:29:58.104+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=145.7Mi, Sys=14.1Mi, NumGC=2638","level":"stat"}
+{"@timestamp":"2025-01-12T22:30:58.104+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=145.8Mi, Sys=14.1Mi, NumGC=2639","level":"stat"}
+{"@timestamp":"2025-01-12T22:31:58.103+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=145.8Mi, Sys=14.1Mi, NumGC=2639","level":"stat"}
+{"@timestamp":"2025-01-12T22:32:58.102+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=145.8Mi, Sys=14.1Mi, NumGC=2640","level":"stat"}
+{"@timestamp":"2025-01-12T22:33:58.102+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=145.8Mi, Sys=14.1Mi, NumGC=2640","level":"stat"}
+{"@timestamp":"2025-01-12T22:34:58.101+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=145.8Mi, Sys=14.1Mi, NumGC=2641","level":"stat"}
+{"@timestamp":"2025-01-12T22:35:58.101+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=145.9Mi, Sys=14.1Mi, NumGC=2641","level":"stat"}
+{"@timestamp":"2025-01-12T22:36:58.100+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=145.9Mi, Sys=14.1Mi, NumGC=2642","level":"stat"}
+{"@timestamp":"2025-01-12T22:37:58.098+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=145.9Mi, Sys=14.1Mi, NumGC=2642","level":"stat"}
+{"@timestamp":"2025-01-12T22:38:58.098+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=145.9Mi, Sys=14.1Mi, NumGC=2643","level":"stat"}
+{"@timestamp":"2025-01-12T22:39:58.098+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=145.9Mi, Sys=14.1Mi, NumGC=2643","level":"stat"}
+{"@timestamp":"2025-01-12T22:40:58.097+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=146.0Mi, Sys=14.1Mi, NumGC=2644","level":"stat"}
+{"@timestamp":"2025-01-12T22:41:58.096+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=146.0Mi, Sys=14.1Mi, NumGC=2644","level":"stat"}
+{"@timestamp":"2025-01-12T22:42:58.096+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=146.0Mi, Sys=14.1Mi, NumGC=2645","level":"stat"}
+{"@timestamp":"2025-01-12T22:43:58.130+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=146.0Mi, Sys=14.1Mi, NumGC=2645","level":"stat"}
+{"@timestamp":"2025-01-12T22:44:58.134+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=146.0Mi, Sys=14.1Mi, NumGC=2646","level":"stat"}
+{"@timestamp":"2025-01-12T22:45:58.134+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=146.1Mi, Sys=14.1Mi, NumGC=2646","level":"stat"}
+{"@timestamp":"2025-01-12T22:46:58.134+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=146.1Mi, Sys=14.1Mi, NumGC=2647","level":"stat"}
+{"@timestamp":"2025-01-12T22:47:58.134+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=146.1Mi, Sys=14.1Mi, NumGC=2647","level":"stat"}
+{"@timestamp":"2025-01-12T22:49:22.967+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=146.1Mi, Sys=14.1Mi, NumGC=2648","level":"stat"}
+{"@timestamp":"2025-01-12T22:50:22.981+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=146.1Mi, Sys=14.1Mi, NumGC=2648","level":"stat"}
+{"@timestamp":"2025-01-12T22:51:22.981+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=146.2Mi, Sys=14.1Mi, NumGC=2649","level":"stat"}
+{"@timestamp":"2025-01-12T22:52:22.982+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=146.2Mi, Sys=14.1Mi, NumGC=2649","level":"stat"}
+{"@timestamp":"2025-01-12T22:53:22.982+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=146.2Mi, Sys=14.1Mi, NumGC=2650","level":"stat"}
+{"@timestamp":"2025-01-12T22:54:47.848+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=146.2Mi, Sys=14.1Mi, NumGC=2650","level":"stat"}
+{"@timestamp":"2025-01-12T23:11:12.837+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=146.3Mi, Sys=14.1Mi, NumGC=2651","level":"stat"}
+{"@timestamp":"2025-01-12T23:16:05.215+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=146.3Mi, Sys=14.1Mi, NumGC=2651","level":"stat"}
+{"@timestamp":"2025-01-12T23:17:15.105+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=146.3Mi, Sys=14.1Mi, NumGC=2652","level":"stat"}
+{"@timestamp":"2025-01-12T23:18:15.104+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=146.3Mi, Sys=14.1Mi, NumGC=2652","level":"stat"}
+{"@timestamp":"2025-01-12T23:19:15.105+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=146.3Mi, Sys=14.1Mi, NumGC=2653","level":"stat"}
+{"@timestamp":"2025-01-12T23:20:15.104+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=146.3Mi, Sys=14.1Mi, NumGC=2653","level":"stat"}
+{"@timestamp":"2025-01-12T23:21:15.104+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=146.4Mi, Sys=14.1Mi, NumGC=2654","level":"stat"}
+{"@timestamp":"2025-01-12T23:22:15.103+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=146.4Mi, Sys=14.1Mi, NumGC=2654","level":"stat"}
+{"@timestamp":"2025-01-12T23:23:15.103+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=146.4Mi, Sys=14.1Mi, NumGC=2655","level":"stat"}
+{"@timestamp":"2025-01-12T23:24:15.104+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=146.4Mi, Sys=14.1Mi, NumGC=2655","level":"stat"}
+{"@timestamp":"2025-01-12T23:25:15.103+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=146.4Mi, Sys=14.1Mi, NumGC=2656","level":"stat"}
+{"@timestamp":"2025-01-12T23:26:15.102+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=146.5Mi, Sys=14.1Mi, NumGC=2656","level":"stat"}
+{"@timestamp":"2025-01-12T23:27:15.101+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=146.5Mi, Sys=14.1Mi, NumGC=2657","level":"stat"}
+{"@timestamp":"2025-01-12T23:28:15.101+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=146.5Mi, Sys=14.1Mi, NumGC=2657","level":"stat"}
+{"@timestamp":"2025-01-12T23:29:15.101+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=146.5Mi, Sys=14.1Mi, NumGC=2658","level":"stat"}
+{"@timestamp":"2025-01-12T23:30:15.100+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=146.5Mi, Sys=14.1Mi, NumGC=2658","level":"stat"}
+{"@timestamp":"2025-01-12T23:31:15.084+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=146.6Mi, Sys=14.1Mi, NumGC=2659","level":"stat"}
+{"@timestamp":"2025-01-12T23:32:15.081+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=146.6Mi, Sys=14.1Mi, NumGC=2659","level":"stat"}
+{"@timestamp":"2025-01-12T23:33:15.080+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=146.6Mi, Sys=14.1Mi, NumGC=2660","level":"stat"}
+{"@timestamp":"2025-01-12T23:34:15.079+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=146.6Mi, Sys=14.1Mi, NumGC=2660","level":"stat"}
+{"@timestamp":"2025-01-12T23:35:15.079+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=146.7Mi, Sys=14.1Mi, NumGC=2661","level":"stat"}
+{"@timestamp":"2025-01-12T23:36:15.078+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=146.7Mi, Sys=14.1Mi, NumGC=2661","level":"stat"}
+{"@timestamp":"2025-01-12T23:37:15.078+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=146.7Mi, Sys=14.1Mi, NumGC=2662","level":"stat"}
+{"@timestamp":"2025-01-12T23:38:15.077+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=146.7Mi, Sys=14.1Mi, NumGC=2662","level":"stat"}
+{"@timestamp":"2025-01-12T23:39:15.077+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=146.7Mi, Sys=14.1Mi, NumGC=2663","level":"stat"}
+{"@timestamp":"2025-01-12T23:40:15.077+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=146.8Mi, Sys=14.1Mi, NumGC=2663","level":"stat"}
+{"@timestamp":"2025-01-12T23:41:15.075+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=146.8Mi, Sys=14.1Mi, NumGC=2664","level":"stat"}
+{"@timestamp":"2025-01-12T23:42:15.074+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=146.8Mi, Sys=14.1Mi, NumGC=2664","level":"stat"}
+{"@timestamp":"2025-01-12T23:43:15.075+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=146.8Mi, Sys=14.1Mi, NumGC=2665","level":"stat"}
+{"@timestamp":"2025-01-12T23:44:15.081+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=146.8Mi, Sys=14.1Mi, NumGC=2665","level":"stat"}
+{"@timestamp":"2025-01-12T23:45:15.098+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=146.9Mi, Sys=14.1Mi, NumGC=2666","level":"stat"}
+{"@timestamp":"2025-01-12T23:46:15.098+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=146.9Mi, Sys=14.1Mi, NumGC=2666","level":"stat"}
+{"@timestamp":"2025-01-12T23:47:15.096+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=146.9Mi, Sys=14.1Mi, NumGC=2667","level":"stat"}
+{"@timestamp":"2025-01-12T23:48:15.095+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=146.9Mi, Sys=14.1Mi, NumGC=2667","level":"stat"}
+{"@timestamp":"2025-01-12T23:49:39.910+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=146.9Mi, Sys=14.1Mi, NumGC=2668","level":"stat"}
+{"@timestamp":"2025-01-12T23:58:32.021+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=147.0Mi, Sys=14.1Mi, NumGC=2668","level":"stat"}
+{"@timestamp":"2025-01-12T23:59:32.021+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=147.0Mi, Sys=14.1Mi, NumGC=2669","level":"stat"}

+ 963 - 0
app/mq/kafka/logs/stat.log-2025-01-13

@@ -0,0 +1,963 @@
+{"@timestamp":"2025-01-13T00:00:32.021+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=147.0Mi, Sys=14.1Mi, NumGC=2669","level":"stat"}
+{"@timestamp":"2025-01-13T00:01:32.021+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=147.0Mi, Sys=14.1Mi, NumGC=2670","level":"stat"}
+{"@timestamp":"2025-01-13T00:02:32.021+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=147.0Mi, Sys=14.1Mi, NumGC=2670","level":"stat"}
+{"@timestamp":"2025-01-13T00:03:32.049+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=147.1Mi, Sys=14.1Mi, NumGC=2671","level":"stat"}
+{"@timestamp":"2025-01-13T00:04:32.051+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=147.1Mi, Sys=14.1Mi, NumGC=2671","level":"stat"}
+{"@timestamp":"2025-01-13T00:05:32.051+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=147.1Mi, Sys=14.1Mi, NumGC=2672","level":"stat"}
+{"@timestamp":"2025-01-13T00:06:32.051+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=147.1Mi, Sys=14.1Mi, NumGC=2672","level":"stat"}
+{"@timestamp":"2025-01-13T00:07:32.052+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=147.2Mi, Sys=14.1Mi, NumGC=2673","level":"stat"}
+{"@timestamp":"2025-01-13T00:08:32.050+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=147.2Mi, Sys=14.1Mi, NumGC=2673","level":"stat"}
+{"@timestamp":"2025-01-13T00:24:12.510+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=147.2Mi, Sys=14.1Mi, NumGC=2674","level":"stat"}
+{"@timestamp":"2025-01-13T00:25:12.509+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=147.2Mi, Sys=14.1Mi, NumGC=2674","level":"stat"}
+{"@timestamp":"2025-01-13T00:26:12.507+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=147.2Mi, Sys=14.1Mi, NumGC=2675","level":"stat"}
+{"@timestamp":"2025-01-13T00:27:12.505+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=147.3Mi, Sys=14.1Mi, NumGC=2675","level":"stat"}
+{"@timestamp":"2025-01-13T00:28:12.503+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=147.3Mi, Sys=14.1Mi, NumGC=2676","level":"stat"}
+{"@timestamp":"2025-01-13T00:29:12.500+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=147.3Mi, Sys=14.1Mi, NumGC=2676","level":"stat"}
+{"@timestamp":"2025-01-13T00:30:12.498+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=147.3Mi, Sys=14.1Mi, NumGC=2677","level":"stat"}
+{"@timestamp":"2025-01-13T00:31:12.497+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=147.3Mi, Sys=14.1Mi, NumGC=2677","level":"stat"}
+{"@timestamp":"2025-01-13T00:32:12.495+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=147.4Mi, Sys=14.1Mi, NumGC=2678","level":"stat"}
+{"@timestamp":"2025-01-13T00:33:12.493+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=147.4Mi, Sys=14.1Mi, NumGC=2678","level":"stat"}
+{"@timestamp":"2025-01-13T00:34:12.490+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=147.4Mi, Sys=14.1Mi, NumGC=2679","level":"stat"}
+{"@timestamp":"2025-01-13T00:35:12.488+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=147.4Mi, Sys=14.1Mi, NumGC=2679","level":"stat"}
+{"@timestamp":"2025-01-13T00:36:12.486+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=147.4Mi, Sys=14.1Mi, NumGC=2680","level":"stat"}
+{"@timestamp":"2025-01-13T00:37:12.485+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=147.5Mi, Sys=14.1Mi, NumGC=2680","level":"stat"}
+{"@timestamp":"2025-01-13T00:38:12.482+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=147.5Mi, Sys=14.1Mi, NumGC=2681","level":"stat"}
+{"@timestamp":"2025-01-13T00:39:12.480+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=147.5Mi, Sys=14.1Mi, NumGC=2681","level":"stat"}
+{"@timestamp":"2025-01-13T00:40:12.478+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=147.5Mi, Sys=14.1Mi, NumGC=2682","level":"stat"}
+{"@timestamp":"2025-01-13T00:41:12.476+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=147.5Mi, Sys=14.1Mi, NumGC=2682","level":"stat"}
+{"@timestamp":"2025-01-13T00:42:12.474+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=147.6Mi, Sys=14.1Mi, NumGC=2683","level":"stat"}
+{"@timestamp":"2025-01-13T00:43:12.472+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=147.6Mi, Sys=14.1Mi, NumGC=2683","level":"stat"}
+{"@timestamp":"2025-01-13T00:44:12.592+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=147.6Mi, Sys=14.1Mi, NumGC=2684","level":"stat"}
+{"@timestamp":"2025-01-13T00:45:12.591+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=147.6Mi, Sys=14.1Mi, NumGC=2684","level":"stat"}
+{"@timestamp":"2025-01-13T00:46:12.591+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=147.6Mi, Sys=14.1Mi, NumGC=2685","level":"stat"}
+{"@timestamp":"2025-01-13T00:47:12.591+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=147.7Mi, Sys=14.1Mi, NumGC=2685","level":"stat"}
+{"@timestamp":"2025-01-13T00:48:12.589+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=147.7Mi, Sys=14.1Mi, NumGC=2686","level":"stat"}
+{"@timestamp":"2025-01-13T00:49:12.589+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=147.7Mi, Sys=14.1Mi, NumGC=2686","level":"stat"}
+{"@timestamp":"2025-01-13T00:50:12.589+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=147.7Mi, Sys=14.1Mi, NumGC=2687","level":"stat"}
+{"@timestamp":"2025-01-13T00:51:12.588+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=147.7Mi, Sys=14.1Mi, NumGC=2687","level":"stat"}
+{"@timestamp":"2025-01-13T00:52:12.588+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=147.8Mi, Sys=14.1Mi, NumGC=2688","level":"stat"}
+{"@timestamp":"2025-01-13T00:53:12.587+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=147.8Mi, Sys=14.1Mi, NumGC=2688","level":"stat"}
+{"@timestamp":"2025-01-13T00:54:12.586+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=147.8Mi, Sys=14.1Mi, NumGC=2689","level":"stat"}
+{"@timestamp":"2025-01-13T00:55:12.586+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=147.8Mi, Sys=14.1Mi, NumGC=2689","level":"stat"}
+{"@timestamp":"2025-01-13T00:56:12.585+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=147.8Mi, Sys=14.1Mi, NumGC=2690","level":"stat"}
+{"@timestamp":"2025-01-13T00:57:12.585+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=147.9Mi, Sys=14.1Mi, NumGC=2690","level":"stat"}
+{"@timestamp":"2025-01-13T00:58:12.584+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=147.9Mi, Sys=14.1Mi, NumGC=2691","level":"stat"}
+{"@timestamp":"2025-01-13T00:59:12.583+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=147.9Mi, Sys=14.1Mi, NumGC=2691","level":"stat"}
+{"@timestamp":"2025-01-13T01:00:12.583+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=147.9Mi, Sys=14.1Mi, NumGC=2692","level":"stat"}
+{"@timestamp":"2025-01-13T01:01:12.582+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=147.9Mi, Sys=14.1Mi, NumGC=2692","level":"stat"}
+{"@timestamp":"2025-01-13T01:02:12.581+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=148.0Mi, Sys=14.1Mi, NumGC=2693","level":"stat"}
+{"@timestamp":"2025-01-13T01:03:12.580+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=148.0Mi, Sys=14.1Mi, NumGC=2693","level":"stat"}
+{"@timestamp":"2025-01-13T01:04:12.580+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=148.0Mi, Sys=14.1Mi, NumGC=2694","level":"stat"}
+{"@timestamp":"2025-01-13T01:05:12.574+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=148.0Mi, Sys=14.1Mi, NumGC=2694","level":"stat"}
+{"@timestamp":"2025-01-13T01:06:12.571+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=148.1Mi, Sys=14.1Mi, NumGC=2695","level":"stat"}
+{"@timestamp":"2025-01-13T01:07:12.570+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=148.1Mi, Sys=14.1Mi, NumGC=2695","level":"stat"}
+{"@timestamp":"2025-01-13T01:08:12.570+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=148.1Mi, Sys=14.1Mi, NumGC=2696","level":"stat"}
+{"@timestamp":"2025-01-13T01:09:12.569+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=148.1Mi, Sys=14.1Mi, NumGC=2696","level":"stat"}
+{"@timestamp":"2025-01-13T01:10:12.569+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=148.1Mi, Sys=14.1Mi, NumGC=2697","level":"stat"}
+{"@timestamp":"2025-01-13T01:11:12.568+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=148.2Mi, Sys=14.1Mi, NumGC=2697","level":"stat"}
+{"@timestamp":"2025-01-13T01:12:12.567+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=148.2Mi, Sys=14.1Mi, NumGC=2698","level":"stat"}
+{"@timestamp":"2025-01-13T01:13:12.566+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=148.2Mi, Sys=14.1Mi, NumGC=2698","level":"stat"}
+{"@timestamp":"2025-01-13T01:14:12.566+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=148.2Mi, Sys=14.1Mi, NumGC=2699","level":"stat"}
+{"@timestamp":"2025-01-13T01:15:12.565+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=148.2Mi, Sys=14.1Mi, NumGC=2699","level":"stat"}
+{"@timestamp":"2025-01-13T01:16:12.564+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=148.3Mi, Sys=14.1Mi, NumGC=2700","level":"stat"}
+{"@timestamp":"2025-01-13T01:17:12.563+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=148.3Mi, Sys=14.1Mi, NumGC=2700","level":"stat"}
+{"@timestamp":"2025-01-13T01:18:12.563+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=148.3Mi, Sys=14.1Mi, NumGC=2701","level":"stat"}
+{"@timestamp":"2025-01-13T01:19:12.562+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=148.3Mi, Sys=14.1Mi, NumGC=2701","level":"stat"}
+{"@timestamp":"2025-01-13T01:20:12.584+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=148.3Mi, Sys=14.1Mi, NumGC=2702","level":"stat"}
+{"@timestamp":"2025-01-13T01:21:12.592+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=148.4Mi, Sys=14.1Mi, NumGC=2702","level":"stat"}
+{"@timestamp":"2025-01-13T01:22:12.592+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=148.4Mi, Sys=14.1Mi, NumGC=2703","level":"stat"}
+{"@timestamp":"2025-01-13T01:23:12.591+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=148.4Mi, Sys=14.1Mi, NumGC=2703","level":"stat"}
+{"@timestamp":"2025-01-13T01:24:12.591+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=148.4Mi, Sys=14.1Mi, NumGC=2704","level":"stat"}
+{"@timestamp":"2025-01-13T01:25:12.591+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=148.4Mi, Sys=14.1Mi, NumGC=2704","level":"stat"}
+{"@timestamp":"2025-01-13T01:26:12.590+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=148.5Mi, Sys=14.1Mi, NumGC=2705","level":"stat"}
+{"@timestamp":"2025-01-13T01:27:12.590+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=148.5Mi, Sys=14.1Mi, NumGC=2705","level":"stat"}
+{"@timestamp":"2025-01-13T01:28:12.589+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=148.5Mi, Sys=14.1Mi, NumGC=2706","level":"stat"}
+{"@timestamp":"2025-01-13T01:29:12.589+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=148.5Mi, Sys=14.1Mi, NumGC=2706","level":"stat"}
+{"@timestamp":"2025-01-13T01:30:12.591+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=148.5Mi, Sys=14.1Mi, NumGC=2707","level":"stat"}
+{"@timestamp":"2025-01-13T01:31:12.589+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=148.6Mi, Sys=14.1Mi, NumGC=2707","level":"stat"}
+{"@timestamp":"2025-01-13T01:32:12.589+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=148.6Mi, Sys=14.1Mi, NumGC=2708","level":"stat"}
+{"@timestamp":"2025-01-13T01:33:12.588+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=148.6Mi, Sys=14.1Mi, NumGC=2708","level":"stat"}
+{"@timestamp":"2025-01-13T01:34:12.588+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=148.6Mi, Sys=14.1Mi, NumGC=2709","level":"stat"}
+{"@timestamp":"2025-01-13T01:35:12.699+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=148.6Mi, Sys=14.1Mi, NumGC=2709","level":"stat"}
+{"@timestamp":"2025-01-13T01:36:12.699+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=148.7Mi, Sys=14.1Mi, NumGC=2710","level":"stat"}
+{"@timestamp":"2025-01-13T01:37:12.700+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=148.7Mi, Sys=14.1Mi, NumGC=2710","level":"stat"}
+{"@timestamp":"2025-01-13T01:38:12.702+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=148.7Mi, Sys=14.1Mi, NumGC=2711","level":"stat"}
+{"@timestamp":"2025-01-13T01:39:12.702+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=148.7Mi, Sys=14.1Mi, NumGC=2711","level":"stat"}
+{"@timestamp":"2025-01-13T01:40:12.704+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=148.7Mi, Sys=14.1Mi, NumGC=2712","level":"stat"}
+{"@timestamp":"2025-01-13T01:41:12.705+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=148.8Mi, Sys=14.1Mi, NumGC=2712","level":"stat"}
+{"@timestamp":"2025-01-13T01:42:12.705+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=148.8Mi, Sys=14.1Mi, NumGC=2713","level":"stat"}
+{"@timestamp":"2025-01-13T01:43:12.706+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=148.8Mi, Sys=14.1Mi, NumGC=2713","level":"stat"}
+{"@timestamp":"2025-01-13T01:44:12.707+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=148.8Mi, Sys=14.1Mi, NumGC=2714","level":"stat"}
+{"@timestamp":"2025-01-13T01:45:12.708+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=148.8Mi, Sys=14.1Mi, NumGC=2714","level":"stat"}
+{"@timestamp":"2025-01-13T01:46:12.709+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=148.9Mi, Sys=14.1Mi, NumGC=2715","level":"stat"}
+{"@timestamp":"2025-01-13T01:47:12.710+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=148.9Mi, Sys=14.1Mi, NumGC=2715","level":"stat"}
+{"@timestamp":"2025-01-13T01:48:12.710+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=148.9Mi, Sys=14.1Mi, NumGC=2716","level":"stat"}
+{"@timestamp":"2025-01-13T01:49:12.711+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=148.9Mi, Sys=14.1Mi, NumGC=2716","level":"stat"}
+{"@timestamp":"2025-01-13T01:50:12.713+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=148.9Mi, Sys=14.1Mi, NumGC=2717","level":"stat"}
+{"@timestamp":"2025-01-13T01:51:12.713+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=149.0Mi, Sys=14.1Mi, NumGC=2717","level":"stat"}
+{"@timestamp":"2025-01-13T01:52:12.715+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=149.0Mi, Sys=14.1Mi, NumGC=2718","level":"stat"}
+{"@timestamp":"2025-01-13T01:53:12.716+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=149.0Mi, Sys=14.1Mi, NumGC=2718","level":"stat"}
+{"@timestamp":"2025-01-13T01:54:12.717+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=149.0Mi, Sys=14.1Mi, NumGC=2719","level":"stat"}
+{"@timestamp":"2025-01-13T01:55:12.718+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=149.0Mi, Sys=14.1Mi, NumGC=2719","level":"stat"}
+{"@timestamp":"2025-01-13T01:56:12.713+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=149.1Mi, Sys=14.1Mi, NumGC=2720","level":"stat"}
+{"@timestamp":"2025-01-13T01:57:12.713+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=149.1Mi, Sys=14.1Mi, NumGC=2720","level":"stat"}
+{"@timestamp":"2025-01-13T01:58:12.714+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=149.1Mi, Sys=14.1Mi, NumGC=2721","level":"stat"}
+{"@timestamp":"2025-01-13T01:59:12.715+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=149.1Mi, Sys=14.1Mi, NumGC=2721","level":"stat"}
+{"@timestamp":"2025-01-13T02:00:12.716+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=149.1Mi, Sys=14.1Mi, NumGC=2722","level":"stat"}
+{"@timestamp":"2025-01-13T02:01:12.716+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=149.2Mi, Sys=14.1Mi, NumGC=2722","level":"stat"}
+{"@timestamp":"2025-01-13T02:02:12.718+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=149.2Mi, Sys=14.1Mi, NumGC=2723","level":"stat"}
+{"@timestamp":"2025-01-13T02:03:12.718+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=149.2Mi, Sys=14.1Mi, NumGC=2723","level":"stat"}
+{"@timestamp":"2025-01-13T02:04:12.719+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=149.2Mi, Sys=14.1Mi, NumGC=2724","level":"stat"}
+{"@timestamp":"2025-01-13T02:05:12.720+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=149.3Mi, Sys=14.1Mi, NumGC=2724","level":"stat"}
+{"@timestamp":"2025-01-13T02:06:12.721+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=149.3Mi, Sys=14.1Mi, NumGC=2725","level":"stat"}
+{"@timestamp":"2025-01-13T02:07:12.722+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=149.3Mi, Sys=14.1Mi, NumGC=2725","level":"stat"}
+{"@timestamp":"2025-01-13T02:08:12.723+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=149.3Mi, Sys=14.1Mi, NumGC=2726","level":"stat"}
+{"@timestamp":"2025-01-13T02:09:12.724+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=149.3Mi, Sys=14.1Mi, NumGC=2726","level":"stat"}
+{"@timestamp":"2025-01-13T02:10:12.725+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=149.4Mi, Sys=14.1Mi, NumGC=2727","level":"stat"}
+{"@timestamp":"2025-01-13T02:11:12.671+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=149.4Mi, Sys=14.1Mi, NumGC=2727","level":"stat"}
+{"@timestamp":"2025-01-13T02:12:12.671+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=149.4Mi, Sys=14.1Mi, NumGC=2728","level":"stat"}
+{"@timestamp":"2025-01-13T02:13:12.671+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=149.4Mi, Sys=14.1Mi, NumGC=2728","level":"stat"}
+{"@timestamp":"2025-01-13T02:14:12.671+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=149.4Mi, Sys=14.1Mi, NumGC=2729","level":"stat"}
+{"@timestamp":"2025-01-13T02:15:12.671+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=149.5Mi, Sys=14.1Mi, NumGC=2729","level":"stat"}
+{"@timestamp":"2025-01-13T02:16:12.672+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=149.5Mi, Sys=14.1Mi, NumGC=2730","level":"stat"}
+{"@timestamp":"2025-01-13T02:17:12.672+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=149.5Mi, Sys=14.1Mi, NumGC=2730","level":"stat"}
+{"@timestamp":"2025-01-13T02:18:12.672+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=149.5Mi, Sys=14.1Mi, NumGC=2731","level":"stat"}
+{"@timestamp":"2025-01-13T02:19:12.673+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=149.5Mi, Sys=14.1Mi, NumGC=2731","level":"stat"}
+{"@timestamp":"2025-01-13T02:20:12.673+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=149.6Mi, Sys=14.1Mi, NumGC=2732","level":"stat"}
+{"@timestamp":"2025-01-13T02:21:12.673+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=149.6Mi, Sys=14.1Mi, NumGC=2732","level":"stat"}
+{"@timestamp":"2025-01-13T02:22:12.673+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=149.6Mi, Sys=14.1Mi, NumGC=2733","level":"stat"}
+{"@timestamp":"2025-01-13T02:23:12.674+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=149.6Mi, Sys=14.1Mi, NumGC=2733","level":"stat"}
+{"@timestamp":"2025-01-13T02:24:12.674+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=149.6Mi, Sys=14.1Mi, NumGC=2734","level":"stat"}
+{"@timestamp":"2025-01-13T02:25:12.674+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=149.7Mi, Sys=14.1Mi, NumGC=2734","level":"stat"}
+{"@timestamp":"2025-01-13T02:26:12.674+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=149.7Mi, Sys=14.1Mi, NumGC=2735","level":"stat"}
+{"@timestamp":"2025-01-13T02:27:12.674+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=149.7Mi, Sys=14.1Mi, NumGC=2735","level":"stat"}
+{"@timestamp":"2025-01-13T02:28:12.675+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=149.7Mi, Sys=14.1Mi, NumGC=2736","level":"stat"}
+{"@timestamp":"2025-01-13T02:29:12.675+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=149.7Mi, Sys=14.1Mi, NumGC=2736","level":"stat"}
+{"@timestamp":"2025-01-13T02:30:12.675+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=149.8Mi, Sys=14.1Mi, NumGC=2737","level":"stat"}
+{"@timestamp":"2025-01-13T02:31:12.649+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=149.8Mi, Sys=14.1Mi, NumGC=2737","level":"stat"}
+{"@timestamp":"2025-01-13T02:32:12.648+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=149.8Mi, Sys=14.1Mi, NumGC=2738","level":"stat"}
+{"@timestamp":"2025-01-13T02:33:12.648+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=149.8Mi, Sys=14.1Mi, NumGC=2738","level":"stat"}
+{"@timestamp":"2025-01-13T02:34:12.648+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=149.8Mi, Sys=14.1Mi, NumGC=2739","level":"stat"}
+{"@timestamp":"2025-01-13T02:35:12.648+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=149.9Mi, Sys=14.1Mi, NumGC=2739","level":"stat"}
+{"@timestamp":"2025-01-13T02:36:12.648+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=149.9Mi, Sys=14.1Mi, NumGC=2740","level":"stat"}
+{"@timestamp":"2025-01-13T02:37:12.648+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=149.9Mi, Sys=14.1Mi, NumGC=2740","level":"stat"}
+{"@timestamp":"2025-01-13T02:38:12.648+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=149.9Mi, Sys=14.1Mi, NumGC=2741","level":"stat"}
+{"@timestamp":"2025-01-13T02:39:12.648+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=149.9Mi, Sys=14.1Mi, NumGC=2741","level":"stat"}
+{"@timestamp":"2025-01-13T02:40:12.648+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=150.0Mi, Sys=14.1Mi, NumGC=2742","level":"stat"}
+{"@timestamp":"2025-01-13T02:41:12.648+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=150.0Mi, Sys=14.1Mi, NumGC=2742","level":"stat"}
+{"@timestamp":"2025-01-13T02:42:12.648+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=150.0Mi, Sys=14.1Mi, NumGC=2743","level":"stat"}
+{"@timestamp":"2025-01-13T02:43:12.647+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=150.0Mi, Sys=14.1Mi, NumGC=2743","level":"stat"}
+{"@timestamp":"2025-01-13T02:44:12.647+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=150.1Mi, Sys=14.1Mi, NumGC=2744","level":"stat"}
+{"@timestamp":"2025-01-13T02:45:12.647+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=150.1Mi, Sys=14.1Mi, NumGC=2744","level":"stat"}
+{"@timestamp":"2025-01-13T02:46:12.647+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=150.1Mi, Sys=14.1Mi, NumGC=2745","level":"stat"}
+{"@timestamp":"2025-01-13T02:47:12.647+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=150.1Mi, Sys=14.1Mi, NumGC=2745","level":"stat"}
+{"@timestamp":"2025-01-13T02:48:12.646+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=150.1Mi, Sys=14.1Mi, NumGC=2746","level":"stat"}
+{"@timestamp":"2025-01-13T02:49:12.647+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=150.2Mi, Sys=14.1Mi, NumGC=2746","level":"stat"}
+{"@timestamp":"2025-01-13T02:50:12.647+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=150.2Mi, Sys=14.1Mi, NumGC=2747","level":"stat"}
+{"@timestamp":"2025-01-13T02:51:12.647+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=150.2Mi, Sys=14.1Mi, NumGC=2747","level":"stat"}
+{"@timestamp":"2025-01-13T02:52:12.647+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=150.2Mi, Sys=14.1Mi, NumGC=2748","level":"stat"}
+{"@timestamp":"2025-01-13T02:53:12.657+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=150.2Mi, Sys=14.1Mi, NumGC=2748","level":"stat"}
+{"@timestamp":"2025-01-13T02:54:12.672+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=150.3Mi, Sys=14.1Mi, NumGC=2749","level":"stat"}
+{"@timestamp":"2025-01-13T02:55:12.673+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=150.3Mi, Sys=14.1Mi, NumGC=2749","level":"stat"}
+{"@timestamp":"2025-01-13T02:56:12.673+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=150.3Mi, Sys=14.1Mi, NumGC=2750","level":"stat"}
+{"@timestamp":"2025-01-13T02:57:12.674+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=150.3Mi, Sys=14.1Mi, NumGC=2750","level":"stat"}
+{"@timestamp":"2025-01-13T02:58:12.672+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=150.3Mi, Sys=14.1Mi, NumGC=2751","level":"stat"}
+{"@timestamp":"2025-01-13T02:59:12.675+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=150.4Mi, Sys=14.1Mi, NumGC=2751","level":"stat"}
+{"@timestamp":"2025-01-13T03:00:12.675+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=150.4Mi, Sys=14.1Mi, NumGC=2752","level":"stat"}
+{"@timestamp":"2025-01-13T03:01:12.675+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=150.4Mi, Sys=14.1Mi, NumGC=2752","level":"stat"}
+{"@timestamp":"2025-01-13T03:02:12.675+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=150.4Mi, Sys=14.1Mi, NumGC=2753","level":"stat"}
+{"@timestamp":"2025-01-13T03:03:12.675+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=150.4Mi, Sys=14.1Mi, NumGC=2753","level":"stat"}
+{"@timestamp":"2025-01-13T03:04:12.675+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=150.5Mi, Sys=14.1Mi, NumGC=2754","level":"stat"}
+{"@timestamp":"2025-01-13T03:05:12.675+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=150.5Mi, Sys=14.1Mi, NumGC=2754","level":"stat"}
+{"@timestamp":"2025-01-13T03:06:12.682+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=150.5Mi, Sys=14.1Mi, NumGC=2755","level":"stat"}
+{"@timestamp":"2025-01-13T03:07:12.699+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=150.5Mi, Sys=14.1Mi, NumGC=2755","level":"stat"}
+{"@timestamp":"2025-01-13T03:08:12.700+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=150.5Mi, Sys=14.1Mi, NumGC=2756","level":"stat"}
+{"@timestamp":"2025-01-13T03:09:12.695+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=150.6Mi, Sys=14.1Mi, NumGC=2756","level":"stat"}
+{"@timestamp":"2025-01-13T03:10:12.697+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=150.6Mi, Sys=14.1Mi, NumGC=2757","level":"stat"}
+{"@timestamp":"2025-01-13T03:11:23.223+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=150.6Mi, Sys=14.1Mi, NumGC=2757","level":"stat"}
+{"@timestamp":"2025-01-13T03:27:48.218+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=150.6Mi, Sys=14.1Mi, NumGC=2758","level":"stat"}
+{"@timestamp":"2025-01-13T03:44:13.140+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=150.6Mi, Sys=14.1Mi, NumGC=2758","level":"stat"}
+{"@timestamp":"2025-01-13T03:45:13.139+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=150.7Mi, Sys=14.1Mi, NumGC=2759","level":"stat"}
+{"@timestamp":"2025-01-13T03:46:13.139+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=150.7Mi, Sys=14.1Mi, NumGC=2759","level":"stat"}
+{"@timestamp":"2025-01-13T03:47:13.138+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=150.7Mi, Sys=14.1Mi, NumGC=2760","level":"stat"}
+{"@timestamp":"2025-01-13T03:48:13.138+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=150.7Mi, Sys=14.1Mi, NumGC=2760","level":"stat"}
+{"@timestamp":"2025-01-13T03:49:13.138+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=150.7Mi, Sys=14.1Mi, NumGC=2761","level":"stat"}
+{"@timestamp":"2025-01-13T03:50:13.137+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=150.8Mi, Sys=14.1Mi, NumGC=2761","level":"stat"}
+{"@timestamp":"2025-01-13T03:51:13.137+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=150.8Mi, Sys=14.1Mi, NumGC=2762","level":"stat"}
+{"@timestamp":"2025-01-13T03:52:13.136+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=150.8Mi, Sys=14.1Mi, NumGC=2762","level":"stat"}
+{"@timestamp":"2025-01-13T03:53:13.135+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=150.8Mi, Sys=14.1Mi, NumGC=2763","level":"stat"}
+{"@timestamp":"2025-01-13T03:54:13.134+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=150.8Mi, Sys=14.1Mi, NumGC=2763","level":"stat"}
+{"@timestamp":"2025-01-13T03:55:13.134+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=150.9Mi, Sys=14.1Mi, NumGC=2764","level":"stat"}
+{"@timestamp":"2025-01-13T03:56:13.134+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=150.9Mi, Sys=14.1Mi, NumGC=2764","level":"stat"}
+{"@timestamp":"2025-01-13T03:57:13.133+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=150.9Mi, Sys=14.1Mi, NumGC=2765","level":"stat"}
+{"@timestamp":"2025-01-13T03:59:18.411+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=150.9Mi, Sys=14.1Mi, NumGC=2765","level":"stat"}
+{"@timestamp":"2025-01-13T04:00:18.457+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=150.9Mi, Sys=14.1Mi, NumGC=2766","level":"stat"}
+{"@timestamp":"2025-01-13T04:01:18.458+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=151.0Mi, Sys=14.1Mi, NumGC=2766","level":"stat"}
+{"@timestamp":"2025-01-13T04:02:18.459+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=151.0Mi, Sys=14.1Mi, NumGC=2767","level":"stat"}
+{"@timestamp":"2025-01-13T04:03:18.459+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=151.0Mi, Sys=14.1Mi, NumGC=2767","level":"stat"}
+{"@timestamp":"2025-01-13T04:04:18.459+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=151.0Mi, Sys=14.1Mi, NumGC=2768","level":"stat"}
+{"@timestamp":"2025-01-13T04:05:18.460+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=151.0Mi, Sys=14.1Mi, NumGC=2768","level":"stat"}
+{"@timestamp":"2025-01-13T04:21:43.549+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=151.1Mi, Sys=14.1Mi, NumGC=2769","level":"stat"}
+{"@timestamp":"2025-01-13T04:22:43.559+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=151.1Mi, Sys=14.1Mi, NumGC=2769","level":"stat"}
+{"@timestamp":"2025-01-13T04:23:43.561+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=151.1Mi, Sys=14.1Mi, NumGC=2770","level":"stat"}
+{"@timestamp":"2025-01-13T04:24:43.562+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=151.1Mi, Sys=14.1Mi, NumGC=2770","level":"stat"}
+{"@timestamp":"2025-01-13T04:25:43.563+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=151.1Mi, Sys=14.1Mi, NumGC=2771","level":"stat"}
+{"@timestamp":"2025-01-13T04:26:43.563+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=151.2Mi, Sys=14.1Mi, NumGC=2771","level":"stat"}
+{"@timestamp":"2025-01-13T04:27:43.564+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=151.2Mi, Sys=14.1Mi, NumGC=2772","level":"stat"}
+{"@timestamp":"2025-01-13T04:28:43.564+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=151.2Mi, Sys=14.1Mi, NumGC=2772","level":"stat"}
+{"@timestamp":"2025-01-13T04:29:43.565+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=151.2Mi, Sys=14.1Mi, NumGC=2773","level":"stat"}
+{"@timestamp":"2025-01-13T04:30:43.566+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=151.2Mi, Sys=14.1Mi, NumGC=2773","level":"stat"}
+{"@timestamp":"2025-01-13T04:31:43.566+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=151.3Mi, Sys=14.1Mi, NumGC=2774","level":"stat"}
+{"@timestamp":"2025-01-13T04:32:43.566+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=151.3Mi, Sys=14.1Mi, NumGC=2774","level":"stat"}
+{"@timestamp":"2025-01-13T04:33:43.567+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=151.3Mi, Sys=14.1Mi, NumGC=2775","level":"stat"}
+{"@timestamp":"2025-01-13T04:34:43.567+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=151.3Mi, Sys=14.1Mi, NumGC=2775","level":"stat"}
+{"@timestamp":"2025-01-13T04:35:43.567+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=151.3Mi, Sys=14.1Mi, NumGC=2776","level":"stat"}
+{"@timestamp":"2025-01-13T04:36:43.569+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=151.4Mi, Sys=14.1Mi, NumGC=2776","level":"stat"}
+{"@timestamp":"2025-01-13T04:37:43.569+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=151.4Mi, Sys=14.1Mi, NumGC=2777","level":"stat"}
+{"@timestamp":"2025-01-13T04:38:43.570+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=151.4Mi, Sys=14.1Mi, NumGC=2777","level":"stat"}
+{"@timestamp":"2025-01-13T04:39:43.570+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=151.4Mi, Sys=14.1Mi, NumGC=2778","level":"stat"}
+{"@timestamp":"2025-01-13T04:40:43.570+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=151.5Mi, Sys=14.1Mi, NumGC=2778","level":"stat"}
+{"@timestamp":"2025-01-13T04:41:43.572+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=151.5Mi, Sys=14.1Mi, NumGC=2779","level":"stat"}
+{"@timestamp":"2025-01-13T04:42:43.571+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=151.5Mi, Sys=14.1Mi, NumGC=2779","level":"stat"}
+{"@timestamp":"2025-01-13T04:43:43.573+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=151.5Mi, Sys=14.1Mi, NumGC=2780","level":"stat"}
+{"@timestamp":"2025-01-13T04:44:43.574+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=151.5Mi, Sys=14.1Mi, NumGC=2780","level":"stat"}
+{"@timestamp":"2025-01-13T04:45:43.574+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=151.6Mi, Sys=14.1Mi, NumGC=2781","level":"stat"}
+{"@timestamp":"2025-01-13T04:46:43.575+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=151.6Mi, Sys=14.1Mi, NumGC=2781","level":"stat"}
+{"@timestamp":"2025-01-13T04:47:43.575+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=151.6Mi, Sys=14.1Mi, NumGC=2782","level":"stat"}
+{"@timestamp":"2025-01-13T04:48:43.576+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=151.6Mi, Sys=14.1Mi, NumGC=2782","level":"stat"}
+{"@timestamp":"2025-01-13T04:49:43.577+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=151.6Mi, Sys=14.1Mi, NumGC=2783","level":"stat"}
+{"@timestamp":"2025-01-13T04:50:43.576+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=151.7Mi, Sys=14.1Mi, NumGC=2783","level":"stat"}
+{"@timestamp":"2025-01-13T04:51:43.578+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=151.7Mi, Sys=14.1Mi, NumGC=2784","level":"stat"}
+{"@timestamp":"2025-01-13T04:52:43.579+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=151.7Mi, Sys=14.1Mi, NumGC=2784","level":"stat"}
+{"@timestamp":"2025-01-13T04:53:43.579+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=151.7Mi, Sys=14.1Mi, NumGC=2785","level":"stat"}
+{"@timestamp":"2025-01-13T04:54:43.580+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=151.7Mi, Sys=14.1Mi, NumGC=2785","level":"stat"}
+{"@timestamp":"2025-01-13T04:55:43.581+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=151.8Mi, Sys=14.1Mi, NumGC=2786","level":"stat"}
+{"@timestamp":"2025-01-13T04:56:43.580+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=151.8Mi, Sys=14.1Mi, NumGC=2786","level":"stat"}
+{"@timestamp":"2025-01-13T04:57:43.582+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=151.8Mi, Sys=14.1Mi, NumGC=2787","level":"stat"}
+{"@timestamp":"2025-01-13T04:58:43.582+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=151.8Mi, Sys=14.1Mi, NumGC=2787","level":"stat"}
+{"@timestamp":"2025-01-13T04:59:43.583+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=151.8Mi, Sys=14.1Mi, NumGC=2788","level":"stat"}
+{"@timestamp":"2025-01-13T05:00:43.584+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=151.9Mi, Sys=14.1Mi, NumGC=2788","level":"stat"}
+{"@timestamp":"2025-01-13T05:01:43.585+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=151.9Mi, Sys=14.1Mi, NumGC=2789","level":"stat"}
+{"@timestamp":"2025-01-13T05:02:43.585+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=151.9Mi, Sys=14.1Mi, NumGC=2789","level":"stat"}
+{"@timestamp":"2025-01-13T05:03:43.585+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=151.9Mi, Sys=14.1Mi, NumGC=2790","level":"stat"}
+{"@timestamp":"2025-01-13T05:04:43.586+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=151.9Mi, Sys=14.1Mi, NumGC=2790","level":"stat"}
+{"@timestamp":"2025-01-13T05:05:43.586+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=152.0Mi, Sys=14.1Mi, NumGC=2791","level":"stat"}
+{"@timestamp":"2025-01-13T05:06:43.586+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=152.0Mi, Sys=14.1Mi, NumGC=2791","level":"stat"}
+{"@timestamp":"2025-01-13T05:07:43.585+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=152.0Mi, Sys=14.1Mi, NumGC=2792","level":"stat"}
+{"@timestamp":"2025-01-13T05:08:43.587+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=152.0Mi, Sys=14.1Mi, NumGC=2792","level":"stat"}
+{"@timestamp":"2025-01-13T05:09:43.586+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=152.0Mi, Sys=14.1Mi, NumGC=2793","level":"stat"}
+{"@timestamp":"2025-01-13T05:10:43.587+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=152.1Mi, Sys=14.1Mi, NumGC=2793","level":"stat"}
+{"@timestamp":"2025-01-13T05:11:43.589+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=152.1Mi, Sys=14.1Mi, NumGC=2794","level":"stat"}
+{"@timestamp":"2025-01-13T05:12:43.589+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=152.1Mi, Sys=14.1Mi, NumGC=2794","level":"stat"}
+{"@timestamp":"2025-01-13T05:13:43.590+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=152.1Mi, Sys=14.1Mi, NumGC=2795","level":"stat"}
+{"@timestamp":"2025-01-13T05:14:43.590+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=152.1Mi, Sys=14.1Mi, NumGC=2795","level":"stat"}
+{"@timestamp":"2025-01-13T05:15:43.591+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=152.2Mi, Sys=14.1Mi, NumGC=2796","level":"stat"}
+{"@timestamp":"2025-01-13T05:16:43.591+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=152.2Mi, Sys=14.1Mi, NumGC=2796","level":"stat"}
+{"@timestamp":"2025-01-13T05:17:43.592+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=152.2Mi, Sys=14.1Mi, NumGC=2797","level":"stat"}
+{"@timestamp":"2025-01-13T05:18:43.593+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=152.2Mi, Sys=14.1Mi, NumGC=2797","level":"stat"}
+{"@timestamp":"2025-01-13T05:19:43.594+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=152.2Mi, Sys=14.1Mi, NumGC=2798","level":"stat"}
+{"@timestamp":"2025-01-13T05:20:43.594+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=152.3Mi, Sys=14.1Mi, NumGC=2798","level":"stat"}
+{"@timestamp":"2025-01-13T05:21:43.488+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=152.3Mi, Sys=14.1Mi, NumGC=2799","level":"stat"}
+{"@timestamp":"2025-01-13T05:23:08.338+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=152.3Mi, Sys=14.1Mi, NumGC=2799","level":"stat"}
+{"@timestamp":"2025-01-13T05:24:08.336+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=152.3Mi, Sys=14.1Mi, NumGC=2800","level":"stat"}
+{"@timestamp":"2025-01-13T05:25:08.336+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=152.3Mi, Sys=14.1Mi, NumGC=2800","level":"stat"}
+{"@timestamp":"2025-01-13T05:26:08.335+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=152.4Mi, Sys=14.1Mi, NumGC=2801","level":"stat"}
+{"@timestamp":"2025-01-13T05:27:08.334+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=152.4Mi, Sys=14.1Mi, NumGC=2801","level":"stat"}
+{"@timestamp":"2025-01-13T05:43:57.588+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=152.4Mi, Sys=14.1Mi, NumGC=2802","level":"stat"}
+{"@timestamp":"2025-01-13T06:00:22.646+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=152.4Mi, Sys=14.1Mi, NumGC=2802","level":"stat"}
+{"@timestamp":"2025-01-13T06:01:22.645+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=152.4Mi, Sys=14.1Mi, NumGC=2803","level":"stat"}
+{"@timestamp":"2025-01-13T06:02:22.644+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=152.5Mi, Sys=14.1Mi, NumGC=2803","level":"stat"}
+{"@timestamp":"2025-01-13T06:03:22.643+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=152.5Mi, Sys=14.1Mi, NumGC=2804","level":"stat"}
+{"@timestamp":"2025-01-13T06:04:22.641+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=152.5Mi, Sys=14.1Mi, NumGC=2804","level":"stat"}
+{"@timestamp":"2025-01-13T06:05:22.641+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=152.5Mi, Sys=14.1Mi, NumGC=2805","level":"stat"}
+{"@timestamp":"2025-01-13T06:06:22.641+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=152.5Mi, Sys=14.1Mi, NumGC=2805","level":"stat"}
+{"@timestamp":"2025-01-13T06:07:22.638+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=152.6Mi, Sys=14.1Mi, NumGC=2806","level":"stat"}
+{"@timestamp":"2025-01-13T06:08:22.639+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=152.6Mi, Sys=14.1Mi, NumGC=2806","level":"stat"}
+{"@timestamp":"2025-01-13T06:09:22.638+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=152.6Mi, Sys=14.1Mi, NumGC=2807","level":"stat"}
+{"@timestamp":"2025-01-13T06:10:22.636+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=152.6Mi, Sys=14.1Mi, NumGC=2807","level":"stat"}
+{"@timestamp":"2025-01-13T06:11:22.635+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=152.6Mi, Sys=14.1Mi, NumGC=2808","level":"stat"}
+{"@timestamp":"2025-01-13T06:12:22.635+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=152.7Mi, Sys=14.1Mi, NumGC=2808","level":"stat"}
+{"@timestamp":"2025-01-13T06:13:22.635+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=152.7Mi, Sys=14.1Mi, NumGC=2809","level":"stat"}
+{"@timestamp":"2025-01-13T06:14:22.634+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=152.7Mi, Sys=14.1Mi, NumGC=2809","level":"stat"}
+{"@timestamp":"2025-01-13T06:15:22.633+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=152.7Mi, Sys=14.1Mi, NumGC=2810","level":"stat"}
+{"@timestamp":"2025-01-13T06:16:22.632+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=152.7Mi, Sys=14.1Mi, NumGC=2810","level":"stat"}
+{"@timestamp":"2025-01-13T06:17:22.725+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=152.8Mi, Sys=14.1Mi, NumGC=2811","level":"stat"}
+{"@timestamp":"2025-01-13T06:18:22.726+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=152.8Mi, Sys=14.1Mi, NumGC=2811","level":"stat"}
+{"@timestamp":"2025-01-13T06:19:22.726+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=152.8Mi, Sys=14.1Mi, NumGC=2812","level":"stat"}
+{"@timestamp":"2025-01-13T06:20:22.724+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=152.8Mi, Sys=14.1Mi, NumGC=2812","level":"stat"}
+{"@timestamp":"2025-01-13T06:21:22.726+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=152.8Mi, Sys=14.1Mi, NumGC=2813","level":"stat"}
+{"@timestamp":"2025-01-13T06:22:22.725+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=152.9Mi, Sys=14.1Mi, NumGC=2813","level":"stat"}
+{"@timestamp":"2025-01-13T06:23:22.726+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=152.9Mi, Sys=14.1Mi, NumGC=2814","level":"stat"}
+{"@timestamp":"2025-01-13T06:24:22.726+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=152.9Mi, Sys=14.1Mi, NumGC=2814","level":"stat"}
+{"@timestamp":"2025-01-13T06:25:22.727+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=152.9Mi, Sys=14.1Mi, NumGC=2815","level":"stat"}
+{"@timestamp":"2025-01-13T06:26:22.726+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=152.9Mi, Sys=14.1Mi, NumGC=2815","level":"stat"}
+{"@timestamp":"2025-01-13T06:27:22.725+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=153.0Mi, Sys=14.1Mi, NumGC=2816","level":"stat"}
+{"@timestamp":"2025-01-13T06:28:22.727+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=153.0Mi, Sys=14.1Mi, NumGC=2816","level":"stat"}
+{"@timestamp":"2025-01-13T06:29:22.727+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=153.0Mi, Sys=14.1Mi, NumGC=2817","level":"stat"}
+{"@timestamp":"2025-01-13T06:30:22.727+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=153.0Mi, Sys=14.1Mi, NumGC=2817","level":"stat"}
+{"@timestamp":"2025-01-13T06:31:22.727+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=153.0Mi, Sys=14.1Mi, NumGC=2818","level":"stat"}
+{"@timestamp":"2025-01-13T06:32:22.660+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=153.1Mi, Sys=14.1Mi, NumGC=2818","level":"stat"}
+{"@timestamp":"2025-01-13T06:33:22.661+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=153.1Mi, Sys=14.1Mi, NumGC=2819","level":"stat"}
+{"@timestamp":"2025-01-13T06:34:22.660+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=153.1Mi, Sys=14.1Mi, NumGC=2819","level":"stat"}
+{"@timestamp":"2025-01-13T06:35:22.660+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=153.1Mi, Sys=14.1Mi, NumGC=2820","level":"stat"}
+{"@timestamp":"2025-01-13T06:36:22.659+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=153.1Mi, Sys=14.1Mi, NumGC=2820","level":"stat"}
+{"@timestamp":"2025-01-13T06:37:22.659+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=153.2Mi, Sys=14.1Mi, NumGC=2821","level":"stat"}
+{"@timestamp":"2025-01-13T06:38:22.658+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=153.2Mi, Sys=14.1Mi, NumGC=2821","level":"stat"}
+{"@timestamp":"2025-01-13T06:39:22.656+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=153.2Mi, Sys=14.1Mi, NumGC=2822","level":"stat"}
+{"@timestamp":"2025-01-13T06:40:22.656+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=153.2Mi, Sys=14.1Mi, NumGC=2822","level":"stat"}
+{"@timestamp":"2025-01-13T06:41:22.656+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=153.2Mi, Sys=14.1Mi, NumGC=2823","level":"stat"}
+{"@timestamp":"2025-01-13T06:42:22.656+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=153.3Mi, Sys=14.1Mi, NumGC=2823","level":"stat"}
+{"@timestamp":"2025-01-13T06:43:22.655+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=153.3Mi, Sys=14.1Mi, NumGC=2824","level":"stat"}
+{"@timestamp":"2025-01-13T06:44:22.655+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=153.3Mi, Sys=14.1Mi, NumGC=2824","level":"stat"}
+{"@timestamp":"2025-01-13T06:45:22.654+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=153.3Mi, Sys=14.1Mi, NumGC=2825","level":"stat"}
+{"@timestamp":"2025-01-13T06:46:22.654+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=153.4Mi, Sys=14.1Mi, NumGC=2825","level":"stat"}
+{"@timestamp":"2025-01-13T06:47:22.653+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=153.4Mi, Sys=14.1Mi, NumGC=2826","level":"stat"}
+{"@timestamp":"2025-01-13T06:48:22.653+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=153.4Mi, Sys=14.1Mi, NumGC=2826","level":"stat"}
+{"@timestamp":"2025-01-13T06:49:22.651+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=153.4Mi, Sys=14.1Mi, NumGC=2827","level":"stat"}
+{"@timestamp":"2025-01-13T06:50:22.651+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=153.4Mi, Sys=14.1Mi, NumGC=2827","level":"stat"}
+{"@timestamp":"2025-01-13T06:51:22.650+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=153.5Mi, Sys=14.1Mi, NumGC=2828","level":"stat"}
+{"@timestamp":"2025-01-13T06:52:22.650+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=153.5Mi, Sys=14.1Mi, NumGC=2828","level":"stat"}
+{"@timestamp":"2025-01-13T06:53:22.535+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=153.5Mi, Sys=14.1Mi, NumGC=2829","level":"stat"}
+{"@timestamp":"2025-01-13T06:54:22.533+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=153.5Mi, Sys=14.1Mi, NumGC=2829","level":"stat"}
+{"@timestamp":"2025-01-13T06:55:22.531+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=153.5Mi, Sys=14.1Mi, NumGC=2830","level":"stat"}
+{"@timestamp":"2025-01-13T06:56:22.529+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=153.6Mi, Sys=14.1Mi, NumGC=2830","level":"stat"}
+{"@timestamp":"2025-01-13T06:57:22.527+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=153.6Mi, Sys=14.1Mi, NumGC=2831","level":"stat"}
+{"@timestamp":"2025-01-13T06:58:22.523+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=153.6Mi, Sys=14.1Mi, NumGC=2831","level":"stat"}
+{"@timestamp":"2025-01-13T06:59:22.523+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=153.6Mi, Sys=14.1Mi, NumGC=2832","level":"stat"}
+{"@timestamp":"2025-01-13T07:00:22.520+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=153.6Mi, Sys=14.1Mi, NumGC=2832","level":"stat"}
+{"@timestamp":"2025-01-13T07:01:22.520+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=153.7Mi, Sys=14.1Mi, NumGC=2833","level":"stat"}
+{"@timestamp":"2025-01-13T07:02:22.516+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=153.7Mi, Sys=14.1Mi, NumGC=2833","level":"stat"}
+{"@timestamp":"2025-01-13T07:03:47.454+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=153.7Mi, Sys=14.1Mi, NumGC=2834","level":"stat"}
+{"@timestamp":"2025-01-13T07:04:47.451+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=153.7Mi, Sys=14.1Mi, NumGC=2834","level":"stat"}
+{"@timestamp":"2025-01-13T07:05:47.451+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=153.7Mi, Sys=14.1Mi, NumGC=2835","level":"stat"}
+{"@timestamp":"2025-01-13T07:06:47.450+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=153.8Mi, Sys=14.1Mi, NumGC=2835","level":"stat"}
+{"@timestamp":"2025-01-13T07:07:47.449+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=153.8Mi, Sys=14.1Mi, NumGC=2836","level":"stat"}
+{"@timestamp":"2025-01-13T07:09:12.311+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=153.8Mi, Sys=14.1Mi, NumGC=2836","level":"stat"}
+{"@timestamp":"2025-01-13T07:41:02.341+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=153.8Mi, Sys=14.1Mi, NumGC=2837","level":"stat"}
+{"@timestamp":"2025-01-13T07:42:02.381+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=153.8Mi, Sys=14.1Mi, NumGC=2837","level":"stat"}
+{"@timestamp":"2025-01-13T07:43:02.382+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=153.9Mi, Sys=14.1Mi, NumGC=2837","level":"stat"}
+{"@timestamp":"2025-01-13T07:44:02.379+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=153.9Mi, Sys=14.1Mi, NumGC=2838","level":"stat"}
+{"@timestamp":"2025-01-13T07:45:02.379+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=153.9Mi, Sys=14.1Mi, NumGC=2838","level":"stat"}
+{"@timestamp":"2025-01-13T07:46:02.380+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=153.9Mi, Sys=14.1Mi, NumGC=2839","level":"stat"}
+{"@timestamp":"2025-01-13T07:47:02.379+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=153.9Mi, Sys=14.1Mi, NumGC=2839","level":"stat"}
+{"@timestamp":"2025-01-13T07:48:02.377+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=154.0Mi, Sys=14.1Mi, NumGC=2840","level":"stat"}
+{"@timestamp":"2025-01-13T07:49:02.378+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=154.0Mi, Sys=14.1Mi, NumGC=2840","level":"stat"}
+{"@timestamp":"2025-01-13T07:50:02.377+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=154.0Mi, Sys=14.1Mi, NumGC=2841","level":"stat"}
+{"@timestamp":"2025-01-13T07:51:02.366+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=154.0Mi, Sys=14.1Mi, NumGC=2841","level":"stat"}
+{"@timestamp":"2025-01-13T07:52:02.347+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=154.0Mi, Sys=14.1Mi, NumGC=2842","level":"stat"}
+{"@timestamp":"2025-01-13T07:53:02.345+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=154.1Mi, Sys=14.1Mi, NumGC=2842","level":"stat"}
+{"@timestamp":"2025-01-13T07:54:02.345+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=154.1Mi, Sys=14.1Mi, NumGC=2843","level":"stat"}
+{"@timestamp":"2025-01-13T07:55:02.344+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=154.1Mi, Sys=14.1Mi, NumGC=2843","level":"stat"}
+{"@timestamp":"2025-01-13T07:56:02.343+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=154.1Mi, Sys=14.1Mi, NumGC=2844","level":"stat"}
+{"@timestamp":"2025-01-13T07:57:02.342+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=154.1Mi, Sys=14.1Mi, NumGC=2844","level":"stat"}
+{"@timestamp":"2025-01-13T07:58:02.340+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=154.2Mi, Sys=14.1Mi, NumGC=2845","level":"stat"}
+{"@timestamp":"2025-01-13T07:59:02.339+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=154.2Mi, Sys=14.1Mi, NumGC=2845","level":"stat"}
+{"@timestamp":"2025-01-13T08:00:02.339+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=154.2Mi, Sys=14.1Mi, NumGC=2846","level":"stat"}
+{"@timestamp":"2025-01-13T08:01:02.337+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=154.2Mi, Sys=14.1Mi, NumGC=2846","level":"stat"}
+{"@timestamp":"2025-01-13T08:02:02.338+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=154.2Mi, Sys=14.1Mi, NumGC=2847","level":"stat"}
+{"@timestamp":"2025-01-13T08:03:02.337+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=154.3Mi, Sys=14.1Mi, NumGC=2847","level":"stat"}
+{"@timestamp":"2025-01-13T08:04:02.335+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=154.3Mi, Sys=14.1Mi, NumGC=2848","level":"stat"}
+{"@timestamp":"2025-01-13T08:05:02.334+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=154.3Mi, Sys=14.1Mi, NumGC=2848","level":"stat"}
+{"@timestamp":"2025-01-13T08:06:02.334+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=154.3Mi, Sys=14.1Mi, NumGC=2849","level":"stat"}
+{"@timestamp":"2025-01-13T08:07:02.334+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=154.3Mi, Sys=14.1Mi, NumGC=2849","level":"stat"}
+{"@timestamp":"2025-01-13T08:08:02.333+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=154.4Mi, Sys=14.1Mi, NumGC=2850","level":"stat"}
+{"@timestamp":"2025-01-13T08:09:02.332+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=154.4Mi, Sys=14.1Mi, NumGC=2850","level":"stat"}
+{"@timestamp":"2025-01-13T08:10:02.331+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=154.4Mi, Sys=14.1Mi, NumGC=2851","level":"stat"}
+{"@timestamp":"2025-01-13T08:11:02.318+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=154.4Mi, Sys=14.1Mi, NumGC=2851","level":"stat"}
+{"@timestamp":"2025-01-13T08:12:02.316+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=154.5Mi, Sys=14.1Mi, NumGC=2852","level":"stat"}
+{"@timestamp":"2025-01-13T08:13:02.314+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=154.5Mi, Sys=14.1Mi, NumGC=2852","level":"stat"}
+{"@timestamp":"2025-01-13T08:14:02.314+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=154.5Mi, Sys=14.1Mi, NumGC=2853","level":"stat"}
+{"@timestamp":"2025-01-13T08:15:02.313+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=154.5Mi, Sys=14.1Mi, NumGC=2853","level":"stat"}
+{"@timestamp":"2025-01-13T08:16:02.312+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=154.5Mi, Sys=14.1Mi, NumGC=2854","level":"stat"}
+{"@timestamp":"2025-01-13T08:17:02.310+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=154.6Mi, Sys=14.1Mi, NumGC=2854","level":"stat"}
+{"@timestamp":"2025-01-13T08:18:02.310+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=154.6Mi, Sys=14.1Mi, NumGC=2855","level":"stat"}
+{"@timestamp":"2025-01-13T08:19:02.309+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=154.6Mi, Sys=14.1Mi, NumGC=2855","level":"stat"}
+{"@timestamp":"2025-01-13T08:20:02.308+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=154.6Mi, Sys=14.1Mi, NumGC=2856","level":"stat"}
+{"@timestamp":"2025-01-13T08:21:02.307+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=154.6Mi, Sys=14.1Mi, NumGC=2856","level":"stat"}
+{"@timestamp":"2025-01-13T08:22:02.306+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=154.7Mi, Sys=14.1Mi, NumGC=2857","level":"stat"}
+{"@timestamp":"2025-01-13T08:23:02.305+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=154.7Mi, Sys=14.1Mi, NumGC=2857","level":"stat"}
+{"@timestamp":"2025-01-13T08:24:02.304+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=154.7Mi, Sys=14.1Mi, NumGC=2858","level":"stat"}
+{"@timestamp":"2025-01-13T08:25:02.302+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=154.7Mi, Sys=14.1Mi, NumGC=2858","level":"stat"}
+{"@timestamp":"2025-01-13T08:26:02.300+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=154.7Mi, Sys=14.1Mi, NumGC=2859","level":"stat"}
+{"@timestamp":"2025-01-13T08:27:02.301+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=154.8Mi, Sys=14.1Mi, NumGC=2859","level":"stat"}
+{"@timestamp":"2025-01-13T08:28:02.300+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=154.8Mi, Sys=14.1Mi, NumGC=2860","level":"stat"}
+{"@timestamp":"2025-01-13T08:29:02.299+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=154.8Mi, Sys=14.1Mi, NumGC=2860","level":"stat"}
+{"@timestamp":"2025-01-13T08:30:02.298+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=154.8Mi, Sys=14.1Mi, NumGC=2861","level":"stat"}
+{"@timestamp":"2025-01-13T08:31:02.311+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=154.8Mi, Sys=14.1Mi, NumGC=2861","level":"stat"}
+{"@timestamp":"2025-01-13T08:32:02.310+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=154.9Mi, Sys=14.1Mi, NumGC=2862","level":"stat"}
+{"@timestamp":"2025-01-13T08:33:02.309+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=154.9Mi, Sys=14.1Mi, NumGC=2862","level":"stat"}
+{"@timestamp":"2025-01-13T08:34:02.309+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=154.9Mi, Sys=14.1Mi, NumGC=2863","level":"stat"}
+{"@timestamp":"2025-01-13T08:35:02.308+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=154.9Mi, Sys=14.1Mi, NumGC=2863","level":"stat"}
+{"@timestamp":"2025-01-13T08:36:02.307+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=155.0Mi, Sys=14.1Mi, NumGC=2864","level":"stat"}
+{"@timestamp":"2025-01-13T08:37:02.305+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=155.0Mi, Sys=14.1Mi, NumGC=2864","level":"stat"}
+{"@timestamp":"2025-01-13T08:38:02.304+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=155.0Mi, Sys=14.1Mi, NumGC=2865","level":"stat"}
+{"@timestamp":"2025-01-13T08:39:02.304+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=155.0Mi, Sys=14.1Mi, NumGC=2865","level":"stat"}
+{"@timestamp":"2025-01-13T08:40:02.302+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=155.0Mi, Sys=14.1Mi, NumGC=2866","level":"stat"}
+{"@timestamp":"2025-01-13T08:41:02.303+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=155.1Mi, Sys=14.1Mi, NumGC=2866","level":"stat"}
+{"@timestamp":"2025-01-13T08:42:02.302+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=155.1Mi, Sys=14.1Mi, NumGC=2867","level":"stat"}
+{"@timestamp":"2025-01-13T08:43:27.130+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=155.1Mi, Sys=14.1Mi, NumGC=2867","level":"stat"}
+{"@timestamp":"2025-01-13T08:44:27.123+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=155.1Mi, Sys=14.1Mi, NumGC=2868","level":"stat"}
+{"@timestamp":"2025-01-13T08:45:27.122+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=155.1Mi, Sys=14.1Mi, NumGC=2868","level":"stat"}
+{"@timestamp":"2025-01-13T08:46:27.121+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=155.2Mi, Sys=14.1Mi, NumGC=2869","level":"stat"}
+{"@timestamp":"2025-01-13T08:47:27.119+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=155.2Mi, Sys=14.1Mi, NumGC=2869","level":"stat"}
+{"@timestamp":"2025-01-13T08:48:51.985+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=155.2Mi, Sys=14.1Mi, NumGC=2870","level":"stat"}
+{"@timestamp":"2025-01-13T09:05:05.776+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=155.2Mi, Sys=14.1Mi, NumGC=2870","level":"stat"}
+{"@timestamp":"2025-01-13T09:21:09.900+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=155.2Mi, Sys=14.1Mi, NumGC=2871","level":"stat"}
+{"@timestamp":"2025-01-13T09:22:09.900+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=155.3Mi, Sys=14.1Mi, NumGC=2871","level":"stat"}
+{"@timestamp":"2025-01-13T09:23:09.900+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=155.3Mi, Sys=14.1Mi, NumGC=2872","level":"stat"}
+{"@timestamp":"2025-01-13T09:24:09.902+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=155.3Mi, Sys=14.1Mi, NumGC=2872","level":"stat"}
+{"@timestamp":"2025-01-13T09:25:09.901+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=155.3Mi, Sys=14.1Mi, NumGC=2873","level":"stat"}
+{"@timestamp":"2025-01-13T09:26:09.903+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=155.3Mi, Sys=14.1Mi, NumGC=2873","level":"stat"}
+{"@timestamp":"2025-01-13T09:27:09.904+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=155.4Mi, Sys=14.1Mi, NumGC=2874","level":"stat"}
+{"@timestamp":"2025-01-13T09:28:09.903+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=155.4Mi, Sys=14.1Mi, NumGC=2874","level":"stat"}
+{"@timestamp":"2025-01-13T09:29:09.904+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=155.4Mi, Sys=14.1Mi, NumGC=2875","level":"stat"}
+{"@timestamp":"2025-01-13T09:30:09.947+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=155.4Mi, Sys=14.1Mi, NumGC=2875","level":"stat"}
+{"@timestamp":"2025-01-13T09:31:09.952+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=155.4Mi, Sys=14.1Mi, NumGC=2876","level":"stat"}
+{"@timestamp":"2025-01-13T09:32:09.951+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=155.5Mi, Sys=14.1Mi, NumGC=2876","level":"stat"}
+{"@timestamp":"2025-01-13T09:33:09.954+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=155.5Mi, Sys=14.1Mi, NumGC=2877","level":"stat"}
+{"@timestamp":"2025-01-13T09:34:09.953+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=155.5Mi, Sys=14.1Mi, NumGC=2877","level":"stat"}
+{"@timestamp":"2025-01-13T09:35:09.956+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=155.5Mi, Sys=14.1Mi, NumGC=2878","level":"stat"}
+{"@timestamp":"2025-01-13T09:36:09.957+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=155.5Mi, Sys=14.1Mi, NumGC=2878","level":"stat"}
+{"@timestamp":"2025-01-13T09:37:09.959+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=155.6Mi, Sys=14.1Mi, NumGC=2879","level":"stat"}
+{"@timestamp":"2025-01-13T09:38:09.960+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=155.6Mi, Sys=14.1Mi, NumGC=2879","level":"stat"}
+{"@timestamp":"2025-01-13T09:39:09.961+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=155.6Mi, Sys=14.1Mi, NumGC=2880","level":"stat"}
+{"@timestamp":"2025-01-13T09:40:09.962+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=155.6Mi, Sys=14.1Mi, NumGC=2880","level":"stat"}
+{"@timestamp":"2025-01-13T09:41:09.963+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=155.6Mi, Sys=14.1Mi, NumGC=2881","level":"stat"}
+{"@timestamp":"2025-01-13T09:42:09.963+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=155.7Mi, Sys=14.1Mi, NumGC=2881","level":"stat"}
+{"@timestamp":"2025-01-13T09:43:09.965+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=155.7Mi, Sys=14.1Mi, NumGC=2882","level":"stat"}
+{"@timestamp":"2025-01-13T09:44:09.967+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=155.7Mi, Sys=14.1Mi, NumGC=2882","level":"stat"}
+{"@timestamp":"2025-01-13T09:45:09.968+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=155.7Mi, Sys=14.1Mi, NumGC=2883","level":"stat"}
+{"@timestamp":"2025-01-13T09:46:09.968+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=155.8Mi, Sys=14.1Mi, NumGC=2883","level":"stat"}
+{"@timestamp":"2025-01-13T09:47:09.970+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=155.8Mi, Sys=14.1Mi, NumGC=2884","level":"stat"}
+{"@timestamp":"2025-01-13T09:48:09.971+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=155.8Mi, Sys=14.1Mi, NumGC=2884","level":"stat"}
+{"@timestamp":"2025-01-13T09:49:09.971+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=155.8Mi, Sys=14.1Mi, NumGC=2885","level":"stat"}
+{"@timestamp":"2025-01-13T09:50:09.974+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=155.8Mi, Sys=14.1Mi, NumGC=2885","level":"stat"}
+{"@timestamp":"2025-01-13T09:51:09.977+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=155.9Mi, Sys=14.1Mi, NumGC=2886","level":"stat"}
+{"@timestamp":"2025-01-13T09:52:09.980+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=155.9Mi, Sys=14.1Mi, NumGC=2886","level":"stat"}
+{"@timestamp":"2025-01-13T09:53:09.980+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=155.9Mi, Sys=14.1Mi, NumGC=2887","level":"stat"}
+{"@timestamp":"2025-01-13T09:54:09.983+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=155.9Mi, Sys=14.1Mi, NumGC=2887","level":"stat"}
+{"@timestamp":"2025-01-13T09:55:09.983+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=155.9Mi, Sys=14.1Mi, NumGC=2888","level":"stat"}
+{"@timestamp":"2025-01-13T09:56:09.985+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=156.0Mi, Sys=14.1Mi, NumGC=2888","level":"stat"}
+{"@timestamp":"2025-01-13T09:57:09.986+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=156.0Mi, Sys=14.1Mi, NumGC=2889","level":"stat"}
+{"@timestamp":"2025-01-13T09:58:09.987+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=156.0Mi, Sys=14.1Mi, NumGC=2889","level":"stat"}
+{"@timestamp":"2025-01-13T09:59:09.989+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=156.0Mi, Sys=14.1Mi, NumGC=2890","level":"stat"}
+{"@timestamp":"2025-01-13T10:00:09.989+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=156.0Mi, Sys=14.1Mi, NumGC=2890","level":"stat"}
+{"@timestamp":"2025-01-13T10:01:09.990+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=156.1Mi, Sys=14.1Mi, NumGC=2891","level":"stat"}
+{"@timestamp":"2025-01-13T10:02:09.992+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=156.1Mi, Sys=14.1Mi, NumGC=2891","level":"stat"}
+{"@timestamp":"2025-01-13T10:03:09.994+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=156.1Mi, Sys=14.1Mi, NumGC=2892","level":"stat"}
+{"@timestamp":"2025-01-13T10:04:09.995+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=156.1Mi, Sys=14.1Mi, NumGC=2892","level":"stat"}
+{"@timestamp":"2025-01-13T10:05:09.995+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=156.1Mi, Sys=14.1Mi, NumGC=2893","level":"stat"}
+{"@timestamp":"2025-01-13T10:06:09.997+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=156.2Mi, Sys=14.1Mi, NumGC=2893","level":"stat"}
+{"@timestamp":"2025-01-13T10:07:09.890+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=156.2Mi, Sys=14.1Mi, NumGC=2894","level":"stat"}
+{"@timestamp":"2025-01-13T10:08:09.890+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=156.2Mi, Sys=14.1Mi, NumGC=2894","level":"stat"}
+{"@timestamp":"2025-01-13T10:09:09.890+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=156.2Mi, Sys=14.1Mi, NumGC=2895","level":"stat"}
+{"@timestamp":"2025-01-13T10:10:09.890+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=156.2Mi, Sys=14.1Mi, NumGC=2895","level":"stat"}
+{"@timestamp":"2025-01-13T10:11:09.890+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=156.3Mi, Sys=14.1Mi, NumGC=2896","level":"stat"}
+{"@timestamp":"2025-01-13T10:12:09.890+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=156.3Mi, Sys=14.1Mi, NumGC=2896","level":"stat"}
+{"@timestamp":"2025-01-13T10:13:09.890+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=156.3Mi, Sys=14.1Mi, NumGC=2897","level":"stat"}
+{"@timestamp":"2025-01-13T10:14:09.889+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=156.3Mi, Sys=14.1Mi, NumGC=2897","level":"stat"}
+{"@timestamp":"2025-01-13T10:15:09.890+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=156.3Mi, Sys=14.1Mi, NumGC=2898","level":"stat"}
+{"@timestamp":"2025-01-13T10:16:09.890+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=156.4Mi, Sys=14.1Mi, NumGC=2898","level":"stat"}
+{"@timestamp":"2025-01-13T10:17:09.890+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=156.4Mi, Sys=14.1Mi, NumGC=2899","level":"stat"}
+{"@timestamp":"2025-01-13T10:18:09.890+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=156.4Mi, Sys=14.1Mi, NumGC=2899","level":"stat"}
+{"@timestamp":"2025-01-13T10:19:09.889+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=156.4Mi, Sys=14.1Mi, NumGC=2900","level":"stat"}
+{"@timestamp":"2025-01-13T10:20:09.890+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=156.4Mi, Sys=14.1Mi, NumGC=2900","level":"stat"}
+{"@timestamp":"2025-01-13T10:21:09.890+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=156.5Mi, Sys=14.1Mi, NumGC=2901","level":"stat"}
+{"@timestamp":"2025-01-13T10:22:09.929+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=156.5Mi, Sys=14.1Mi, NumGC=2901","level":"stat"}
+{"@timestamp":"2025-01-13T10:23:34.827+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=156.5Mi, Sys=14.1Mi, NumGC=2902","level":"stat"}
+{"@timestamp":"2025-01-13T10:24:34.829+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=156.5Mi, Sys=14.1Mi, NumGC=2902","level":"stat"}
+{"@timestamp":"2025-01-13T10:25:34.830+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=156.6Mi, Sys=14.1Mi, NumGC=2903","level":"stat"}
+{"@timestamp":"2025-01-13T10:26:34.831+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=156.6Mi, Sys=14.1Mi, NumGC=2903","level":"stat"}
+{"@timestamp":"2025-01-13T10:27:34.831+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=156.6Mi, Sys=14.1Mi, NumGC=2904","level":"stat"}
+{"@timestamp":"2025-01-13T10:28:59.692+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=156.6Mi, Sys=14.1Mi, NumGC=2904","level":"stat"}
+{"@timestamp":"2025-01-13T11:00:47.426+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=156.6Mi, Sys=14.1Mi, NumGC=2905","level":"stat"}
+{"@timestamp":"2025-01-13T11:01:47.426+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=156.6Mi, Sys=14.1Mi, NumGC=2905","level":"stat"}
+{"@timestamp":"2025-01-13T11:02:47.425+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=156.7Mi, Sys=14.1Mi, NumGC=2906","level":"stat"}
+{"@timestamp":"2025-01-13T11:03:47.425+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=156.7Mi, Sys=14.1Mi, NumGC=2906","level":"stat"}
+{"@timestamp":"2025-01-13T11:04:47.424+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=156.7Mi, Sys=14.1Mi, NumGC=2907","level":"stat"}
+{"@timestamp":"2025-01-13T11:05:47.424+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=156.7Mi, Sys=14.1Mi, NumGC=2907","level":"stat"}
+{"@timestamp":"2025-01-13T11:06:47.424+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=156.8Mi, Sys=14.1Mi, NumGC=2908","level":"stat"}
+{"@timestamp":"2025-01-13T11:07:47.424+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=156.8Mi, Sys=14.1Mi, NumGC=2908","level":"stat"}
+{"@timestamp":"2025-01-13T11:08:47.423+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=156.8Mi, Sys=14.1Mi, NumGC=2909","level":"stat"}
+{"@timestamp":"2025-01-13T11:09:47.423+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=156.8Mi, Sys=14.1Mi, NumGC=2909","level":"stat"}
+{"@timestamp":"2025-01-13T11:10:47.423+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=156.8Mi, Sys=14.1Mi, NumGC=2910","level":"stat"}
+{"@timestamp":"2025-01-13T11:11:47.423+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=156.9Mi, Sys=14.1Mi, NumGC=2910","level":"stat"}
+{"@timestamp":"2025-01-13T11:12:47.423+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=156.9Mi, Sys=14.1Mi, NumGC=2911","level":"stat"}
+{"@timestamp":"2025-01-13T11:13:47.422+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=156.9Mi, Sys=14.1Mi, NumGC=2911","level":"stat"}
+{"@timestamp":"2025-01-13T11:14:47.421+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=156.9Mi, Sys=14.1Mi, NumGC=2912","level":"stat"}
+{"@timestamp":"2025-01-13T11:15:47.422+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=156.9Mi, Sys=14.1Mi, NumGC=2912","level":"stat"}
+{"@timestamp":"2025-01-13T11:16:47.421+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=157.0Mi, Sys=14.1Mi, NumGC=2913","level":"stat"}
+{"@timestamp":"2025-01-13T11:17:47.421+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=157.0Mi, Sys=14.1Mi, NumGC=2913","level":"stat"}
+{"@timestamp":"2025-01-13T11:18:47.421+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=157.0Mi, Sys=14.1Mi, NumGC=2914","level":"stat"}
+{"@timestamp":"2025-01-13T11:19:47.421+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=157.0Mi, Sys=14.1Mi, NumGC=2914","level":"stat"}
+{"@timestamp":"2025-01-13T11:20:47.421+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=157.0Mi, Sys=14.1Mi, NumGC=2915","level":"stat"}
+{"@timestamp":"2025-01-13T11:21:47.419+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=157.1Mi, Sys=14.1Mi, NumGC=2915","level":"stat"}
+{"@timestamp":"2025-01-13T11:22:47.356+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=157.1Mi, Sys=14.1Mi, NumGC=2916","level":"stat"}
+{"@timestamp":"2025-01-13T11:23:47.355+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=157.1Mi, Sys=14.1Mi, NumGC=2916","level":"stat"}
+{"@timestamp":"2025-01-13T11:24:47.354+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=157.1Mi, Sys=14.1Mi, NumGC=2917","level":"stat"}
+{"@timestamp":"2025-01-13T11:25:47.352+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=157.1Mi, Sys=14.1Mi, NumGC=2917","level":"stat"}
+{"@timestamp":"2025-01-13T11:26:47.352+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=157.2Mi, Sys=14.1Mi, NumGC=2918","level":"stat"}
+{"@timestamp":"2025-01-13T11:27:47.350+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=157.2Mi, Sys=14.1Mi, NumGC=2918","level":"stat"}
+{"@timestamp":"2025-01-13T11:28:47.349+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=157.2Mi, Sys=14.1Mi, NumGC=2919","level":"stat"}
+{"@timestamp":"2025-01-13T11:29:47.348+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=157.2Mi, Sys=14.1Mi, NumGC=2919","level":"stat"}
+{"@timestamp":"2025-01-13T11:30:47.347+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=157.2Mi, Sys=14.1Mi, NumGC=2920","level":"stat"}
+{"@timestamp":"2025-01-13T11:31:47.346+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=157.3Mi, Sys=14.1Mi, NumGC=2920","level":"stat"}
+{"@timestamp":"2025-01-13T11:32:47.343+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=157.3Mi, Sys=14.1Mi, NumGC=2921","level":"stat"}
+{"@timestamp":"2025-01-13T11:33:47.344+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=157.3Mi, Sys=14.1Mi, NumGC=2921","level":"stat"}
+{"@timestamp":"2025-01-13T11:34:47.343+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=157.3Mi, Sys=14.1Mi, NumGC=2922","level":"stat"}
+{"@timestamp":"2025-01-13T11:35:47.342+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=157.3Mi, Sys=14.1Mi, NumGC=2922","level":"stat"}
+{"@timestamp":"2025-01-13T11:36:47.340+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=157.4Mi, Sys=14.1Mi, NumGC=2923","level":"stat"}
+{"@timestamp":"2025-01-13T11:37:47.340+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=157.4Mi, Sys=14.1Mi, NumGC=2923","level":"stat"}
+{"@timestamp":"2025-01-13T11:38:47.339+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=157.4Mi, Sys=14.1Mi, NumGC=2924","level":"stat"}
+{"@timestamp":"2025-01-13T11:39:47.338+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=157.4Mi, Sys=14.1Mi, NumGC=2924","level":"stat"}
+{"@timestamp":"2025-01-13T11:40:47.323+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=157.4Mi, Sys=14.1Mi, NumGC=2925","level":"stat"}
+{"@timestamp":"2025-01-13T11:41:47.309+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=157.5Mi, Sys=14.1Mi, NumGC=2925","level":"stat"}
+{"@timestamp":"2025-01-13T11:42:47.306+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=157.5Mi, Sys=14.1Mi, NumGC=2926","level":"stat"}
+{"@timestamp":"2025-01-13T11:43:47.306+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=157.5Mi, Sys=14.1Mi, NumGC=2926","level":"stat"}
+{"@timestamp":"2025-01-13T11:44:47.304+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=157.5Mi, Sys=14.1Mi, NumGC=2927","level":"stat"}
+{"@timestamp":"2025-01-13T11:45:47.303+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=157.5Mi, Sys=14.1Mi, NumGC=2927","level":"stat"}
+{"@timestamp":"2025-01-13T11:46:47.301+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=157.6Mi, Sys=14.1Mi, NumGC=2928","level":"stat"}
+{"@timestamp":"2025-01-13T11:47:47.299+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=157.6Mi, Sys=14.1Mi, NumGC=2928","level":"stat"}
+{"@timestamp":"2025-01-13T11:48:47.298+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=157.6Mi, Sys=14.1Mi, NumGC=2929","level":"stat"}
+{"@timestamp":"2025-01-13T11:49:47.296+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=157.6Mi, Sys=14.1Mi, NumGC=2929","level":"stat"}
+{"@timestamp":"2025-01-13T11:50:47.296+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=157.6Mi, Sys=14.1Mi, NumGC=2930","level":"stat"}
+{"@timestamp":"2025-01-13T11:51:47.294+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=157.7Mi, Sys=14.1Mi, NumGC=2930","level":"stat"}
+{"@timestamp":"2025-01-13T11:52:47.293+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=157.7Mi, Sys=14.1Mi, NumGC=2931","level":"stat"}
+{"@timestamp":"2025-01-13T11:53:47.291+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=157.7Mi, Sys=14.1Mi, NumGC=2931","level":"stat"}
+{"@timestamp":"2025-01-13T11:54:47.290+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=157.7Mi, Sys=14.1Mi, NumGC=2932","level":"stat"}
+{"@timestamp":"2025-01-13T11:55:47.288+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=157.7Mi, Sys=14.1Mi, NumGC=2932","level":"stat"}
+{"@timestamp":"2025-01-13T11:56:47.287+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=157.8Mi, Sys=14.1Mi, NumGC=2933","level":"stat"}
+{"@timestamp":"2025-01-13T11:57:47.286+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=157.8Mi, Sys=14.1Mi, NumGC=2933","level":"stat"}
+{"@timestamp":"2025-01-13T11:58:47.284+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=157.8Mi, Sys=14.1Mi, NumGC=2934","level":"stat"}
+{"@timestamp":"2025-01-13T11:59:47.281+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=157.8Mi, Sys=14.1Mi, NumGC=2934","level":"stat"}
+{"@timestamp":"2025-01-13T12:00:47.367+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=157.8Mi, Sys=14.1Mi, NumGC=2935","level":"stat"}
+{"@timestamp":"2025-01-13T12:01:47.367+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=157.9Mi, Sys=14.1Mi, NumGC=2935","level":"stat"}
+{"@timestamp":"2025-01-13T12:02:47.366+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=157.9Mi, Sys=14.1Mi, NumGC=2936","level":"stat"}
+{"@timestamp":"2025-01-13T12:03:47.364+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=157.9Mi, Sys=14.1Mi, NumGC=2936","level":"stat"}
+{"@timestamp":"2025-01-13T12:04:47.365+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=157.9Mi, Sys=14.1Mi, NumGC=2937","level":"stat"}
+{"@timestamp":"2025-01-13T12:05:47.365+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=157.9Mi, Sys=14.1Mi, NumGC=2937","level":"stat"}
+{"@timestamp":"2025-01-13T12:06:47.363+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=158.0Mi, Sys=14.1Mi, NumGC=2938","level":"stat"}
+{"@timestamp":"2025-01-13T12:07:47.364+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=158.0Mi, Sys=14.1Mi, NumGC=2938","level":"stat"}
+{"@timestamp":"2025-01-13T12:08:47.363+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=158.0Mi, Sys=14.1Mi, NumGC=2939","level":"stat"}
+{"@timestamp":"2025-01-13T12:09:47.364+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=158.0Mi, Sys=14.1Mi, NumGC=2939","level":"stat"}
+{"@timestamp":"2025-01-13T12:10:47.363+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=158.0Mi, Sys=14.1Mi, NumGC=2940","level":"stat"}
+{"@timestamp":"2025-01-13T12:11:47.363+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=158.1Mi, Sys=14.1Mi, NumGC=2940","level":"stat"}
+{"@timestamp":"2025-01-13T12:12:47.361+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=158.1Mi, Sys=14.1Mi, NumGC=2941","level":"stat"}
+{"@timestamp":"2025-01-13T12:13:47.362+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=158.1Mi, Sys=14.1Mi, NumGC=2941","level":"stat"}
+{"@timestamp":"2025-01-13T12:14:47.361+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=158.1Mi, Sys=14.1Mi, NumGC=2942","level":"stat"}
+{"@timestamp":"2025-01-13T12:15:47.361+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=158.2Mi, Sys=14.1Mi, NumGC=2942","level":"stat"}
+{"@timestamp":"2025-01-13T12:16:47.361+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=158.2Mi, Sys=14.1Mi, NumGC=2943","level":"stat"}
+{"@timestamp":"2025-01-13T12:17:47.361+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=158.2Mi, Sys=14.1Mi, NumGC=2943","level":"stat"}
+{"@timestamp":"2025-01-13T12:18:47.360+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=158.2Mi, Sys=14.1Mi, NumGC=2944","level":"stat"}
+{"@timestamp":"2025-01-13T12:19:47.360+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=158.2Mi, Sys=14.1Mi, NumGC=2944","level":"stat"}
+{"@timestamp":"2025-01-13T12:20:47.360+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=158.3Mi, Sys=14.1Mi, NumGC=2945","level":"stat"}
+{"@timestamp":"2025-01-13T12:21:47.373+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=158.3Mi, Sys=14.1Mi, NumGC=2945","level":"stat"}
+{"@timestamp":"2025-01-13T12:22:47.373+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=158.3Mi, Sys=14.1Mi, NumGC=2946","level":"stat"}
+{"@timestamp":"2025-01-13T12:23:47.373+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=158.3Mi, Sys=14.1Mi, NumGC=2946","level":"stat"}
+{"@timestamp":"2025-01-13T12:24:47.372+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=158.3Mi, Sys=14.1Mi, NumGC=2947","level":"stat"}
+{"@timestamp":"2025-01-13T12:25:47.372+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=158.4Mi, Sys=14.1Mi, NumGC=2947","level":"stat"}
+{"@timestamp":"2025-01-13T12:26:47.372+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=158.4Mi, Sys=14.1Mi, NumGC=2948","level":"stat"}
+{"@timestamp":"2025-01-13T12:27:47.372+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=158.4Mi, Sys=14.1Mi, NumGC=2948","level":"stat"}
+{"@timestamp":"2025-01-13T12:28:47.372+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=158.4Mi, Sys=14.1Mi, NumGC=2949","level":"stat"}
+{"@timestamp":"2025-01-13T12:29:47.371+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=158.4Mi, Sys=14.1Mi, NumGC=2949","level":"stat"}
+{"@timestamp":"2025-01-13T12:30:47.371+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=158.5Mi, Sys=14.1Mi, NumGC=2950","level":"stat"}
+{"@timestamp":"2025-01-13T12:31:47.371+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=158.5Mi, Sys=14.1Mi, NumGC=2950","level":"stat"}
+{"@timestamp":"2025-01-13T12:32:47.371+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=158.5Mi, Sys=14.1Mi, NumGC=2951","level":"stat"}
+{"@timestamp":"2025-01-13T12:33:47.371+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=158.5Mi, Sys=14.1Mi, NumGC=2951","level":"stat"}
+{"@timestamp":"2025-01-13T12:34:47.371+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=158.6Mi, Sys=14.1Mi, NumGC=2952","level":"stat"}
+{"@timestamp":"2025-01-13T12:35:47.370+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=158.6Mi, Sys=14.1Mi, NumGC=2952","level":"stat"}
+{"@timestamp":"2025-01-13T12:36:47.307+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=158.6Mi, Sys=14.1Mi, NumGC=2953","level":"stat"}
+{"@timestamp":"2025-01-13T12:37:47.307+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=158.6Mi, Sys=14.1Mi, NumGC=2953","level":"stat"}
+{"@timestamp":"2025-01-13T12:38:47.304+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=158.6Mi, Sys=14.1Mi, NumGC=2954","level":"stat"}
+{"@timestamp":"2025-01-13T12:39:47.304+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=158.7Mi, Sys=14.1Mi, NumGC=2954","level":"stat"}
+{"@timestamp":"2025-01-13T12:40:47.303+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=158.7Mi, Sys=14.1Mi, NumGC=2955","level":"stat"}
+{"@timestamp":"2025-01-13T12:41:47.302+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=158.7Mi, Sys=14.1Mi, NumGC=2955","level":"stat"}
+{"@timestamp":"2025-01-13T12:42:47.301+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=158.7Mi, Sys=14.1Mi, NumGC=2956","level":"stat"}
+{"@timestamp":"2025-01-13T12:43:47.301+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=158.7Mi, Sys=14.1Mi, NumGC=2956","level":"stat"}
+{"@timestamp":"2025-01-13T12:44:47.300+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=158.8Mi, Sys=14.1Mi, NumGC=2957","level":"stat"}
+{"@timestamp":"2025-01-13T12:45:47.298+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=158.8Mi, Sys=14.1Mi, NumGC=2957","level":"stat"}
+{"@timestamp":"2025-01-13T12:46:47.298+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=158.8Mi, Sys=14.1Mi, NumGC=2958","level":"stat"}
+{"@timestamp":"2025-01-13T12:47:47.296+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=158.8Mi, Sys=14.1Mi, NumGC=2958","level":"stat"}
+{"@timestamp":"2025-01-13T12:48:47.295+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=158.8Mi, Sys=14.1Mi, NumGC=2959","level":"stat"}
+{"@timestamp":"2025-01-13T12:49:47.295+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=158.9Mi, Sys=14.1Mi, NumGC=2959","level":"stat"}
+{"@timestamp":"2025-01-13T12:50:47.295+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=158.9Mi, Sys=14.1Mi, NumGC=2960","level":"stat"}
+{"@timestamp":"2025-01-13T12:51:47.297+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=158.9Mi, Sys=14.1Mi, NumGC=2960","level":"stat"}
+{"@timestamp":"2025-01-13T12:52:47.297+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=158.9Mi, Sys=14.1Mi, NumGC=2961","level":"stat"}
+{"@timestamp":"2025-01-13T12:53:47.296+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=158.9Mi, Sys=14.1Mi, NumGC=2961","level":"stat"}
+{"@timestamp":"2025-01-13T12:54:47.294+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=159.0Mi, Sys=14.1Mi, NumGC=2962","level":"stat"}
+{"@timestamp":"2025-01-13T12:55:47.295+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=159.0Mi, Sys=14.1Mi, NumGC=2962","level":"stat"}
+{"@timestamp":"2025-01-13T12:56:47.294+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=159.0Mi, Sys=14.1Mi, NumGC=2963","level":"stat"}
+{"@timestamp":"2025-01-13T12:57:47.291+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=159.0Mi, Sys=14.1Mi, NumGC=2963","level":"stat"}
+{"@timestamp":"2025-01-13T12:58:47.291+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=159.0Mi, Sys=14.1Mi, NumGC=2964","level":"stat"}
+{"@timestamp":"2025-01-13T12:59:47.290+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=159.1Mi, Sys=14.1Mi, NumGC=2964","level":"stat"}
+{"@timestamp":"2025-01-13T13:00:47.279+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=159.1Mi, Sys=14.1Mi, NumGC=2965","level":"stat"}
+{"@timestamp":"2025-01-13T13:01:47.278+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=159.1Mi, Sys=14.1Mi, NumGC=2965","level":"stat"}
+{"@timestamp":"2025-01-13T13:02:47.277+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=159.1Mi, Sys=14.1Mi, NumGC=2966","level":"stat"}
+{"@timestamp":"2025-01-13T13:03:47.276+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=159.1Mi, Sys=14.1Mi, NumGC=2966","level":"stat"}
+{"@timestamp":"2025-01-13T13:04:47.275+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=159.2Mi, Sys=14.1Mi, NumGC=2967","level":"stat"}
+{"@timestamp":"2025-01-13T13:05:47.274+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=159.2Mi, Sys=14.1Mi, NumGC=2967","level":"stat"}
+{"@timestamp":"2025-01-13T13:06:47.273+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=159.2Mi, Sys=14.1Mi, NumGC=2968","level":"stat"}
+{"@timestamp":"2025-01-13T13:07:47.272+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=159.2Mi, Sys=14.1Mi, NumGC=2968","level":"stat"}
+{"@timestamp":"2025-01-13T13:08:47.271+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=159.2Mi, Sys=14.1Mi, NumGC=2969","level":"stat"}
+{"@timestamp":"2025-01-13T13:09:47.270+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=159.3Mi, Sys=14.1Mi, NumGC=2969","level":"stat"}
+{"@timestamp":"2025-01-13T13:10:47.269+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=159.3Mi, Sys=14.1Mi, NumGC=2970","level":"stat"}
+{"@timestamp":"2025-01-13T13:11:47.268+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=159.3Mi, Sys=14.1Mi, NumGC=2970","level":"stat"}
+{"@timestamp":"2025-01-13T13:12:47.269+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=159.3Mi, Sys=14.1Mi, NumGC=2971","level":"stat"}
+{"@timestamp":"2025-01-13T13:13:47.267+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=159.3Mi, Sys=14.1Mi, NumGC=2971","level":"stat"}
+{"@timestamp":"2025-01-13T13:14:47.266+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=159.4Mi, Sys=14.1Mi, NumGC=2972","level":"stat"}
+{"@timestamp":"2025-01-13T13:15:47.363+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=159.4Mi, Sys=14.1Mi, NumGC=2972","level":"stat"}
+{"@timestamp":"2025-01-13T13:16:47.365+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=159.4Mi, Sys=14.1Mi, NumGC=2973","level":"stat"}
+{"@timestamp":"2025-01-13T13:17:47.365+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=159.4Mi, Sys=14.1Mi, NumGC=2973","level":"stat"}
+{"@timestamp":"2025-01-13T13:34:12.331+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=159.4Mi, Sys=14.1Mi, NumGC=2974","level":"stat"}
+{"@timestamp":"2025-01-13T13:50:22.400+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=159.5Mi, Sys=14.1Mi, NumGC=2974","level":"stat"}
+{"@timestamp":"2025-01-13T14:06:47.437+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=159.5Mi, Sys=14.1Mi, NumGC=2975","level":"stat"}
+{"@timestamp":"2025-01-13T14:07:47.433+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=159.5Mi, Sys=14.1Mi, NumGC=2975","level":"stat"}
+{"@timestamp":"2025-01-13T14:08:47.433+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=159.5Mi, Sys=14.1Mi, NumGC=2976","level":"stat"}
+{"@timestamp":"2025-01-13T14:09:47.433+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=159.5Mi, Sys=14.1Mi, NumGC=2976","level":"stat"}
+{"@timestamp":"2025-01-13T14:10:47.433+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=159.6Mi, Sys=14.1Mi, NumGC=2977","level":"stat"}
+{"@timestamp":"2025-01-13T14:11:47.431+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=159.6Mi, Sys=14.1Mi, NumGC=2977","level":"stat"}
+{"@timestamp":"2025-01-13T14:12:47.432+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=159.6Mi, Sys=14.1Mi, NumGC=2978","level":"stat"}
+{"@timestamp":"2025-01-13T14:13:47.432+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=159.6Mi, Sys=14.1Mi, NumGC=2978","level":"stat"}
+{"@timestamp":"2025-01-13T14:14:47.432+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=159.6Mi, Sys=14.1Mi, NumGC=2979","level":"stat"}
+{"@timestamp":"2025-01-13T14:15:47.430+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=159.7Mi, Sys=14.1Mi, NumGC=2979","level":"stat"}
+{"@timestamp":"2025-01-13T14:16:47.430+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=159.7Mi, Sys=14.1Mi, NumGC=2980","level":"stat"}
+{"@timestamp":"2025-01-13T14:17:47.432+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=159.7Mi, Sys=14.1Mi, NumGC=2980","level":"stat"}
+{"@timestamp":"2025-01-13T14:18:47.432+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=159.7Mi, Sys=14.1Mi, NumGC=2981","level":"stat"}
+{"@timestamp":"2025-01-13T14:19:47.429+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=159.7Mi, Sys=14.1Mi, NumGC=2981","level":"stat"}
+{"@timestamp":"2025-01-13T14:20:47.431+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=159.8Mi, Sys=14.1Mi, NumGC=2982","level":"stat"}
+{"@timestamp":"2025-01-13T14:21:47.429+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=159.8Mi, Sys=14.1Mi, NumGC=2982","level":"stat"}
+{"@timestamp":"2025-01-13T14:22:47.431+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=159.8Mi, Sys=14.1Mi, NumGC=2983","level":"stat"}
+{"@timestamp":"2025-01-13T14:23:47.430+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=159.8Mi, Sys=14.1Mi, NumGC=2983","level":"stat"}
+{"@timestamp":"2025-01-13T14:24:47.419+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=159.8Mi, Sys=14.1Mi, NumGC=2984","level":"stat"}
+{"@timestamp":"2025-01-13T14:25:47.418+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=159.9Mi, Sys=14.1Mi, NumGC=2984","level":"stat"}
+{"@timestamp":"2025-01-13T14:26:47.418+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=159.9Mi, Sys=14.1Mi, NumGC=2985","level":"stat"}
+{"@timestamp":"2025-01-13T14:27:47.419+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=159.9Mi, Sys=14.1Mi, NumGC=2985","level":"stat"}
+{"@timestamp":"2025-01-13T14:28:47.418+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=159.9Mi, Sys=14.1Mi, NumGC=2986","level":"stat"}
+{"@timestamp":"2025-01-13T14:29:47.419+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=159.9Mi, Sys=14.1Mi, NumGC=2986","level":"stat"}
+{"@timestamp":"2025-01-13T14:30:47.418+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=160.0Mi, Sys=14.1Mi, NumGC=2987","level":"stat"}
+{"@timestamp":"2025-01-13T14:31:47.418+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=160.0Mi, Sys=14.1Mi, NumGC=2987","level":"stat"}
+{"@timestamp":"2025-01-13T14:32:47.418+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=160.0Mi, Sys=14.1Mi, NumGC=2988","level":"stat"}
+{"@timestamp":"2025-01-13T14:33:47.417+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=160.0Mi, Sys=14.1Mi, NumGC=2988","level":"stat"}
+{"@timestamp":"2025-01-13T14:34:47.417+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=160.0Mi, Sys=14.1Mi, NumGC=2989","level":"stat"}
+{"@timestamp":"2025-01-13T14:35:47.417+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=160.1Mi, Sys=14.1Mi, NumGC=2989","level":"stat"}
+{"@timestamp":"2025-01-13T14:36:47.415+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=160.1Mi, Sys=14.1Mi, NumGC=2990","level":"stat"}
+{"@timestamp":"2025-01-13T14:37:47.416+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=160.1Mi, Sys=14.1Mi, NumGC=2990","level":"stat"}
+{"@timestamp":"2025-01-13T14:38:47.415+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=160.1Mi, Sys=14.1Mi, NumGC=2991","level":"stat"}
+{"@timestamp":"2025-01-13T14:39:47.415+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=160.1Mi, Sys=14.1Mi, NumGC=2991","level":"stat"}
+{"@timestamp":"2025-01-13T14:40:47.414+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=160.2Mi, Sys=14.1Mi, NumGC=2992","level":"stat"}
+{"@timestamp":"2025-01-13T14:41:47.415+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=160.2Mi, Sys=14.1Mi, NumGC=2992","level":"stat"}
+{"@timestamp":"2025-01-13T14:42:47.414+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=160.2Mi, Sys=14.1Mi, NumGC=2993","level":"stat"}
+{"@timestamp":"2025-01-13T14:43:47.414+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=160.2Mi, Sys=14.1Mi, NumGC=2993","level":"stat"}
+{"@timestamp":"2025-01-13T14:44:47.283+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=160.3Mi, Sys=14.1Mi, NumGC=2994","level":"stat"}
+{"@timestamp":"2025-01-13T14:45:47.281+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=160.3Mi, Sys=14.1Mi, NumGC=2994","level":"stat"}
+{"@timestamp":"2025-01-13T14:46:47.279+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=160.3Mi, Sys=14.1Mi, NumGC=2995","level":"stat"}
+{"@timestamp":"2025-01-13T14:47:47.277+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=160.3Mi, Sys=14.1Mi, NumGC=2995","level":"stat"}
+{"@timestamp":"2025-01-13T14:48:47.276+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=160.3Mi, Sys=14.1Mi, NumGC=2996","level":"stat"}
+{"@timestamp":"2025-01-13T14:49:47.274+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=160.4Mi, Sys=14.1Mi, NumGC=2996","level":"stat"}
+{"@timestamp":"2025-01-13T14:50:47.272+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=160.4Mi, Sys=14.1Mi, NumGC=2997","level":"stat"}
+{"@timestamp":"2025-01-13T14:51:47.270+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=160.4Mi, Sys=14.1Mi, NumGC=2997","level":"stat"}
+{"@timestamp":"2025-01-13T14:52:47.268+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=160.4Mi, Sys=14.1Mi, NumGC=2998","level":"stat"}
+{"@timestamp":"2025-01-13T14:53:47.266+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=160.4Mi, Sys=14.1Mi, NumGC=2998","level":"stat"}
+{"@timestamp":"2025-01-13T14:54:47.264+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=160.5Mi, Sys=14.1Mi, NumGC=2999","level":"stat"}
+{"@timestamp":"2025-01-13T14:55:47.263+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=160.5Mi, Sys=14.1Mi, NumGC=2999","level":"stat"}
+{"@timestamp":"2025-01-13T14:56:47.260+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=160.5Mi, Sys=14.1Mi, NumGC=3000","level":"stat"}
+{"@timestamp":"2025-01-13T14:57:47.258+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=160.5Mi, Sys=14.1Mi, NumGC=3000","level":"stat"}
+{"@timestamp":"2025-01-13T14:58:47.258+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=160.5Mi, Sys=14.1Mi, NumGC=3001","level":"stat"}
+{"@timestamp":"2025-01-13T14:59:47.260+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=160.6Mi, Sys=14.1Mi, NumGC=3001","level":"stat"}
+{"@timestamp":"2025-01-13T15:00:47.262+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=160.6Mi, Sys=14.1Mi, NumGC=3002","level":"stat"}
+{"@timestamp":"2025-01-13T15:03:47.458+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=160.6Mi, Sys=14.1Mi, NumGC=3002","level":"stat"}
+{"@timestamp":"2025-01-13T15:04:47.456+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=160.6Mi, Sys=14.1Mi, NumGC=3003","level":"stat"}
+{"@timestamp":"2025-01-13T15:05:47.454+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=160.6Mi, Sys=14.1Mi, NumGC=3003","level":"stat"}
+{"@timestamp":"2025-01-13T15:06:47.452+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=160.7Mi, Sys=14.1Mi, NumGC=3004","level":"stat"}
+{"@timestamp":"2025-01-13T15:07:47.451+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=160.7Mi, Sys=14.1Mi, NumGC=3004","level":"stat"}
+{"@timestamp":"2025-01-13T15:08:47.450+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=160.7Mi, Sys=14.1Mi, NumGC=3005","level":"stat"}
+{"@timestamp":"2025-01-13T15:09:47.448+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=160.7Mi, Sys=14.1Mi, NumGC=3005","level":"stat"}
+{"@timestamp":"2025-01-13T15:10:47.445+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=160.7Mi, Sys=14.1Mi, NumGC=3006","level":"stat"}
+{"@timestamp":"2025-01-13T15:11:47.443+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=160.8Mi, Sys=14.1Mi, NumGC=3006","level":"stat"}
+{"@timestamp":"2025-01-13T15:12:47.443+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=160.8Mi, Sys=14.1Mi, NumGC=3007","level":"stat"}
+{"@timestamp":"2025-01-13T15:13:47.441+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=160.8Mi, Sys=14.1Mi, NumGC=3007","level":"stat"}
+{"@timestamp":"2025-01-13T15:16:03.140+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=160.8Mi, Sys=14.1Mi, NumGC=3008","level":"stat"}
+{"@timestamp":"2025-01-13T15:17:03.138+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=160.8Mi, Sys=14.1Mi, NumGC=3008","level":"stat"}
+{"@timestamp":"2025-01-13T15:18:03.138+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=160.9Mi, Sys=14.1Mi, NumGC=3009","level":"stat"}
+{"@timestamp":"2025-01-13T15:19:03.174+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=160.9Mi, Sys=14.1Mi, NumGC=3009","level":"stat"}
+{"@timestamp":"2025-01-13T15:20:03.182+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=160.9Mi, Sys=14.1Mi, NumGC=3010","level":"stat"}
+{"@timestamp":"2025-01-13T15:21:03.182+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=160.9Mi, Sys=14.1Mi, NumGC=3010","level":"stat"}
+{"@timestamp":"2025-01-13T15:22:03.182+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=160.9Mi, Sys=14.1Mi, NumGC=3011","level":"stat"}
+{"@timestamp":"2025-01-13T15:23:03.181+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=161.0Mi, Sys=14.1Mi, NumGC=3011","level":"stat"}
+{"@timestamp":"2025-01-13T15:24:03.181+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=161.0Mi, Sys=14.1Mi, NumGC=3012","level":"stat"}
+{"@timestamp":"2025-01-13T15:25:03.181+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=161.0Mi, Sys=14.1Mi, NumGC=3012","level":"stat"}
+{"@timestamp":"2025-01-13T15:26:03.180+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=161.0Mi, Sys=14.1Mi, NumGC=3013","level":"stat"}
+{"@timestamp":"2025-01-13T15:27:03.180+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=161.0Mi, Sys=14.1Mi, NumGC=3013","level":"stat"}
+{"@timestamp":"2025-01-13T15:28:03.179+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=161.1Mi, Sys=14.1Mi, NumGC=3014","level":"stat"}
+{"@timestamp":"2025-01-13T15:29:03.179+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=161.1Mi, Sys=14.1Mi, NumGC=3014","level":"stat"}
+{"@timestamp":"2025-01-13T15:30:03.179+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=161.1Mi, Sys=14.1Mi, NumGC=3015","level":"stat"}
+{"@timestamp":"2025-01-13T15:31:03.179+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=161.1Mi, Sys=14.1Mi, NumGC=3015","level":"stat"}
+{"@timestamp":"2025-01-13T15:32:03.178+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=161.2Mi, Sys=14.1Mi, NumGC=3016","level":"stat"}
+{"@timestamp":"2025-01-13T15:33:03.177+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=161.2Mi, Sys=14.1Mi, NumGC=3016","level":"stat"}
+{"@timestamp":"2025-01-13T15:34:03.178+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=161.2Mi, Sys=14.1Mi, NumGC=3017","level":"stat"}
+{"@timestamp":"2025-01-13T15:35:03.225+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=161.2Mi, Sys=14.1Mi, NumGC=3017","level":"stat"}
+{"@timestamp":"2025-01-13T15:36:03.228+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=161.2Mi, Sys=14.1Mi, NumGC=3018","level":"stat"}
+{"@timestamp":"2025-01-13T15:37:03.227+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=161.3Mi, Sys=14.1Mi, NumGC=3018","level":"stat"}
+{"@timestamp":"2025-01-13T15:38:03.228+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=161.3Mi, Sys=14.1Mi, NumGC=3019","level":"stat"}
+{"@timestamp":"2025-01-13T15:39:03.229+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=161.3Mi, Sys=14.1Mi, NumGC=3019","level":"stat"}
+{"@timestamp":"2025-01-13T15:40:03.229+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=161.3Mi, Sys=14.1Mi, NumGC=3020","level":"stat"}
+{"@timestamp":"2025-01-13T15:41:03.229+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=161.3Mi, Sys=14.1Mi, NumGC=3020","level":"stat"}
+{"@timestamp":"2025-01-13T15:42:03.230+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=161.4Mi, Sys=14.1Mi, NumGC=3021","level":"stat"}
+{"@timestamp":"2025-01-13T15:43:03.230+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=161.4Mi, Sys=14.1Mi, NumGC=3021","level":"stat"}
+{"@timestamp":"2025-01-13T15:44:03.230+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=161.4Mi, Sys=14.1Mi, NumGC=3022","level":"stat"}
+{"@timestamp":"2025-01-13T15:45:03.230+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=161.4Mi, Sys=14.1Mi, NumGC=3022","level":"stat"}
+{"@timestamp":"2025-01-13T15:46:03.231+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=161.4Mi, Sys=14.1Mi, NumGC=3023","level":"stat"}
+{"@timestamp":"2025-01-13T15:47:03.231+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=161.5Mi, Sys=14.1Mi, NumGC=3023","level":"stat"}
+{"@timestamp":"2025-01-13T15:48:03.231+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=161.5Mi, Sys=14.1Mi, NumGC=3024","level":"stat"}
+{"@timestamp":"2025-01-13T15:49:03.232+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=161.5Mi, Sys=14.1Mi, NumGC=3024","level":"stat"}
+{"@timestamp":"2025-01-13T15:50:03.264+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=161.5Mi, Sys=14.1Mi, NumGC=3025","level":"stat"}
+{"@timestamp":"2025-01-13T15:51:03.267+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=161.5Mi, Sys=14.1Mi, NumGC=3025","level":"stat"}
+{"@timestamp":"2025-01-13T15:52:03.269+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=161.6Mi, Sys=14.1Mi, NumGC=3026","level":"stat"}
+{"@timestamp":"2025-01-13T15:53:03.269+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=161.6Mi, Sys=14.1Mi, NumGC=3026","level":"stat"}
+{"@timestamp":"2025-01-13T15:54:03.270+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=161.6Mi, Sys=14.1Mi, NumGC=3027","level":"stat"}
+{"@timestamp":"2025-01-13T15:55:03.271+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=161.6Mi, Sys=14.1Mi, NumGC=3027","level":"stat"}
+{"@timestamp":"2025-01-13T15:56:03.272+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=161.6Mi, Sys=14.1Mi, NumGC=3028","level":"stat"}
+{"@timestamp":"2025-01-13T15:57:03.272+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=161.7Mi, Sys=14.1Mi, NumGC=3028","level":"stat"}
+{"@timestamp":"2025-01-13T15:58:03.273+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=161.7Mi, Sys=14.1Mi, NumGC=3029","level":"stat"}
+{"@timestamp":"2025-01-13T15:59:03.273+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=161.7Mi, Sys=14.1Mi, NumGC=3029","level":"stat"}
+{"@timestamp":"2025-01-13T16:00:03.274+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=161.7Mi, Sys=14.1Mi, NumGC=3030","level":"stat"}
+{"@timestamp":"2025-01-13T16:01:03.275+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=161.7Mi, Sys=14.1Mi, NumGC=3030","level":"stat"}
+{"@timestamp":"2025-01-13T16:02:03.275+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=161.8Mi, Sys=14.1Mi, NumGC=3031","level":"stat"}
+{"@timestamp":"2025-01-13T16:03:03.275+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=161.8Mi, Sys=14.1Mi, NumGC=3031","level":"stat"}
+{"@timestamp":"2025-01-13T16:04:03.277+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=161.8Mi, Sys=14.1Mi, NumGC=3032","level":"stat"}
+{"@timestamp":"2025-01-13T16:05:03.282+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=161.8Mi, Sys=14.1Mi, NumGC=3032","level":"stat"}
+{"@timestamp":"2025-01-13T16:06:03.283+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=161.8Mi, Sys=14.1Mi, NumGC=3033","level":"stat"}
+{"@timestamp":"2025-01-13T16:07:03.283+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=161.9Mi, Sys=14.1Mi, NumGC=3033","level":"stat"}
+{"@timestamp":"2025-01-13T16:08:03.284+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=161.9Mi, Sys=14.1Mi, NumGC=3034","level":"stat"}
+{"@timestamp":"2025-01-13T16:09:03.284+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=161.9Mi, Sys=14.1Mi, NumGC=3034","level":"stat"}
+{"@timestamp":"2025-01-13T16:10:03.286+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=161.9Mi, Sys=14.1Mi, NumGC=3035","level":"stat"}
+{"@timestamp":"2025-01-13T16:11:03.287+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=161.9Mi, Sys=14.1Mi, NumGC=3035","level":"stat"}
+{"@timestamp":"2025-01-13T16:12:03.287+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=162.0Mi, Sys=14.1Mi, NumGC=3036","level":"stat"}
+{"@timestamp":"2025-01-13T16:13:03.288+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=162.0Mi, Sys=14.1Mi, NumGC=3036","level":"stat"}
+{"@timestamp":"2025-01-13T16:14:03.288+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=162.0Mi, Sys=14.1Mi, NumGC=3037","level":"stat"}
+{"@timestamp":"2025-01-13T16:15:03.289+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=162.0Mi, Sys=14.1Mi, NumGC=3037","level":"stat"}
+{"@timestamp":"2025-01-13T16:16:03.290+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=162.0Mi, Sys=14.1Mi, NumGC=3038","level":"stat"}
+{"@timestamp":"2025-01-13T16:17:03.291+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=162.1Mi, Sys=14.1Mi, NumGC=3038","level":"stat"}
+{"@timestamp":"2025-01-13T16:18:03.292+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=162.1Mi, Sys=14.1Mi, NumGC=3039","level":"stat"}
+{"@timestamp":"2025-01-13T16:19:03.292+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=162.1Mi, Sys=14.1Mi, NumGC=3039","level":"stat"}
+{"@timestamp":"2025-01-13T16:20:03.192+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=162.1Mi, Sys=14.1Mi, NumGC=3040","level":"stat"}
+{"@timestamp":"2025-01-13T16:21:03.191+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=162.1Mi, Sys=14.1Mi, NumGC=3040","level":"stat"}
+{"@timestamp":"2025-01-13T16:22:03.191+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=162.2Mi, Sys=14.1Mi, NumGC=3041","level":"stat"}
+{"@timestamp":"2025-01-13T16:23:03.191+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=162.2Mi, Sys=14.1Mi, NumGC=3041","level":"stat"}
+{"@timestamp":"2025-01-13T16:24:03.190+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=162.2Mi, Sys=14.1Mi, NumGC=3042","level":"stat"}
+{"@timestamp":"2025-01-13T16:25:03.190+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=162.2Mi, Sys=14.1Mi, NumGC=3042","level":"stat"}
+{"@timestamp":"2025-01-13T16:26:03.190+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=162.2Mi, Sys=14.1Mi, NumGC=3043","level":"stat"}
+{"@timestamp":"2025-01-13T16:27:03.189+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=162.3Mi, Sys=14.1Mi, NumGC=3043","level":"stat"}
+{"@timestamp":"2025-01-13T16:28:03.189+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=162.3Mi, Sys=14.1Mi, NumGC=3044","level":"stat"}
+{"@timestamp":"2025-01-13T16:29:03.190+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=162.3Mi, Sys=14.1Mi, NumGC=3044","level":"stat"}
+{"@timestamp":"2025-01-13T16:30:03.189+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=162.3Mi, Sys=14.1Mi, NumGC=3045","level":"stat"}
+{"@timestamp":"2025-01-13T16:31:03.189+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=162.3Mi, Sys=14.1Mi, NumGC=3045","level":"stat"}
+{"@timestamp":"2025-01-13T16:32:03.188+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=162.4Mi, Sys=14.1Mi, NumGC=3046","level":"stat"}
+{"@timestamp":"2025-01-13T16:33:03.203+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=162.4Mi, Sys=14.1Mi, NumGC=3046","level":"stat"}
+{"@timestamp":"2025-01-13T16:49:28.340+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=162.4Mi, Sys=14.1Mi, NumGC=3047","level":"stat"}
+{"@timestamp":"2025-01-13T16:50:28.346+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=162.4Mi, Sys=14.1Mi, NumGC=3047","level":"stat"}
+{"@timestamp":"2025-01-13T16:51:28.345+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=162.4Mi, Sys=14.1Mi, NumGC=3048","level":"stat"}
+{"@timestamp":"2025-01-13T16:52:28.347+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=162.5Mi, Sys=14.1Mi, NumGC=3048","level":"stat"}
+{"@timestamp":"2025-01-13T16:53:28.348+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=162.5Mi, Sys=14.1Mi, NumGC=3049","level":"stat"}
+{"@timestamp":"2025-01-13T16:54:28.347+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=162.5Mi, Sys=14.1Mi, NumGC=3049","level":"stat"}
+{"@timestamp":"2025-01-13T16:55:28.347+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=162.5Mi, Sys=14.1Mi, NumGC=3050","level":"stat"}
+{"@timestamp":"2025-01-13T16:56:28.349+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=162.5Mi, Sys=14.1Mi, NumGC=3050","level":"stat"}
+{"@timestamp":"2025-01-13T16:57:28.350+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=162.6Mi, Sys=14.1Mi, NumGC=3051","level":"stat"}
+{"@timestamp":"2025-01-13T16:58:28.350+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=162.6Mi, Sys=14.1Mi, NumGC=3051","level":"stat"}
+{"@timestamp":"2025-01-13T16:59:28.350+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=162.6Mi, Sys=14.1Mi, NumGC=3052","level":"stat"}
+{"@timestamp":"2025-01-13T17:00:28.350+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=162.6Mi, Sys=14.1Mi, NumGC=3052","level":"stat"}
+{"@timestamp":"2025-01-13T17:01:28.351+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=162.6Mi, Sys=14.1Mi, NumGC=3053","level":"stat"}
+{"@timestamp":"2025-01-13T17:02:28.352+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=162.7Mi, Sys=14.1Mi, NumGC=3053","level":"stat"}
+{"@timestamp":"2025-01-13T17:03:28.351+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=162.7Mi, Sys=14.1Mi, NumGC=3054","level":"stat"}
+{"@timestamp":"2025-01-13T17:04:28.288+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=162.7Mi, Sys=14.1Mi, NumGC=3054","level":"stat"}
+{"@timestamp":"2025-01-13T17:05:28.288+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=162.7Mi, Sys=14.1Mi, NumGC=3055","level":"stat"}
+{"@timestamp":"2025-01-13T17:06:28.288+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=162.7Mi, Sys=14.1Mi, NumGC=3055","level":"stat"}
+{"@timestamp":"2025-01-13T17:07:28.288+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=162.8Mi, Sys=14.1Mi, NumGC=3056","level":"stat"}
+{"@timestamp":"2025-01-13T17:08:28.287+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=162.8Mi, Sys=14.1Mi, NumGC=3056","level":"stat"}
+{"@timestamp":"2025-01-13T17:09:28.288+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=162.8Mi, Sys=14.1Mi, NumGC=3057","level":"stat"}
+{"@timestamp":"2025-01-13T17:10:28.288+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=162.8Mi, Sys=14.1Mi, NumGC=3057","level":"stat"}
+{"@timestamp":"2025-01-13T17:11:28.278+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=162.9Mi, Sys=14.1Mi, NumGC=3058","level":"stat"}
+{"@timestamp":"2025-01-13T17:12:28.277+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=162.9Mi, Sys=14.1Mi, NumGC=3058","level":"stat"}
+{"@timestamp":"2025-01-13T17:13:28.277+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=162.9Mi, Sys=14.1Mi, NumGC=3059","level":"stat"}
+{"@timestamp":"2025-01-13T17:14:28.277+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=162.9Mi, Sys=14.1Mi, NumGC=3059","level":"stat"}
+{"@timestamp":"2025-01-13T17:15:28.277+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=162.9Mi, Sys=14.1Mi, NumGC=3060","level":"stat"}
+{"@timestamp":"2025-01-13T17:16:28.277+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=163.0Mi, Sys=14.1Mi, NumGC=3060","level":"stat"}
+{"@timestamp":"2025-01-13T17:17:28.277+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=163.0Mi, Sys=14.1Mi, NumGC=3061","level":"stat"}
+{"@timestamp":"2025-01-13T17:18:28.277+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=163.0Mi, Sys=14.1Mi, NumGC=3061","level":"stat"}
+{"@timestamp":"2025-01-13T17:19:28.275+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=163.0Mi, Sys=14.1Mi, NumGC=3062","level":"stat"}
+{"@timestamp":"2025-01-13T17:20:28.308+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=163.0Mi, Sys=14.1Mi, NumGC=3062","level":"stat"}
+{"@timestamp":"2025-01-13T17:21:28.311+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=163.1Mi, Sys=14.1Mi, NumGC=3063","level":"stat"}
+{"@timestamp":"2025-01-13T17:22:28.312+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=163.1Mi, Sys=14.1Mi, NumGC=3063","level":"stat"}
+{"@timestamp":"2025-01-13T17:23:28.312+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=163.1Mi, Sys=14.1Mi, NumGC=3064","level":"stat"}
+{"@timestamp":"2025-01-13T17:24:28.312+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=163.1Mi, Sys=14.1Mi, NumGC=3064","level":"stat"}
+{"@timestamp":"2025-01-13T17:25:28.312+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=163.1Mi, Sys=14.1Mi, NumGC=3065","level":"stat"}
+{"@timestamp":"2025-01-13T17:41:53.435+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=163.1Mi, Sys=14.1Mi, NumGC=3065","level":"stat"}
+{"@timestamp":"2025-01-13T18:13:18.508+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=163.2Mi, Sys=14.1Mi, NumGC=3066","level":"stat"}
+{"@timestamp":"2025-01-13T18:29:30.442+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=163.2Mi, Sys=14.1Mi, NumGC=3066","level":"stat"}
+{"@timestamp":"2025-01-13T18:31:14.878+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=163.2Mi, Sys=14.1Mi, NumGC=3067","level":"stat"}
+{"@timestamp":"2025-01-13T18:32:14.877+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=163.2Mi, Sys=14.1Mi, NumGC=3067","level":"stat"}
+{"@timestamp":"2025-01-13T18:33:14.877+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=163.3Mi, Sys=14.1Mi, NumGC=3068","level":"stat"}
+{"@timestamp":"2025-01-13T18:34:14.876+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=163.3Mi, Sys=14.1Mi, NumGC=3068","level":"stat"}
+{"@timestamp":"2025-01-13T18:35:14.876+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=163.3Mi, Sys=14.1Mi, NumGC=3069","level":"stat"}
+{"@timestamp":"2025-01-13T18:36:14.875+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=163.3Mi, Sys=14.1Mi, NumGC=3069","level":"stat"}
+{"@timestamp":"2025-01-13T18:37:14.875+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=163.3Mi, Sys=14.1Mi, NumGC=3070","level":"stat"}
+{"@timestamp":"2025-01-13T18:38:14.876+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=163.3Mi, Sys=14.1Mi, NumGC=3070","level":"stat"}
+{"@timestamp":"2025-01-13T18:39:14.874+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=163.4Mi, Sys=14.1Mi, NumGC=3071","level":"stat"}
+{"@timestamp":"2025-01-13T18:40:14.874+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=163.4Mi, Sys=14.1Mi, NumGC=3071","level":"stat"}
+{"@timestamp":"2025-01-13T18:41:14.873+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=163.4Mi, Sys=14.1Mi, NumGC=3072","level":"stat"}
+{"@timestamp":"2025-01-13T18:42:14.873+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=163.4Mi, Sys=14.1Mi, NumGC=3072","level":"stat"}
+{"@timestamp":"2025-01-13T18:43:14.873+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=163.5Mi, Sys=14.1Mi, NumGC=3073","level":"stat"}
+{"@timestamp":"2025-01-13T18:44:14.872+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=163.5Mi, Sys=14.1Mi, NumGC=3073","level":"stat"}
+{"@timestamp":"2025-01-13T18:45:14.985+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=163.5Mi, Sys=14.1Mi, NumGC=3074","level":"stat"}
+{"@timestamp":"2025-01-13T18:46:14.986+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=163.5Mi, Sys=14.1Mi, NumGC=3074","level":"stat"}
+{"@timestamp":"2025-01-13T18:47:14.987+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=163.5Mi, Sys=14.1Mi, NumGC=3075","level":"stat"}
+{"@timestamp":"2025-01-13T18:48:14.988+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=163.6Mi, Sys=14.1Mi, NumGC=3075","level":"stat"}
+{"@timestamp":"2025-01-13T18:49:14.989+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=163.6Mi, Sys=14.1Mi, NumGC=3076","level":"stat"}
+{"@timestamp":"2025-01-13T18:50:14.988+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=163.6Mi, Sys=14.1Mi, NumGC=3076","level":"stat"}
+{"@timestamp":"2025-01-13T18:51:14.991+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=163.6Mi, Sys=14.1Mi, NumGC=3077","level":"stat"}
+{"@timestamp":"2025-01-13T18:52:14.991+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=163.6Mi, Sys=14.1Mi, NumGC=3077","level":"stat"}
+{"@timestamp":"2025-01-13T19:08:33.341+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=163.7Mi, Sys=14.1Mi, NumGC=3078","level":"stat"}
+{"@timestamp":"2025-01-13T19:13:37.800+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=163.7Mi, Sys=14.1Mi, NumGC=3078","level":"stat"}
+{"@timestamp":"2025-01-13T19:18:50.851+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=163.7Mi, Sys=14.1Mi, NumGC=3079","level":"stat"}
+{"@timestamp":"2025-01-13T19:24:03.868+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=163.7Mi, Sys=14.1Mi, NumGC=3079","level":"stat"}
+{"@timestamp":"2025-01-13T19:29:16.855+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=163.7Mi, Sys=14.1Mi, NumGC=3080","level":"stat"}
+{"@timestamp":"2025-01-13T19:37:20.766+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=163.8Mi, Sys=14.1Mi, NumGC=3080","level":"stat"}
+{"@timestamp":"2025-01-13T19:46:22.925+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=163.8Mi, Sys=14.1Mi, NumGC=3081","level":"stat"}
+{"@timestamp":"2025-01-13T19:47:22.939+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=163.8Mi, Sys=14.1Mi, NumGC=3081","level":"stat"}
+{"@timestamp":"2025-01-13T20:03:47.788+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=163.8Mi, Sys=14.1Mi, NumGC=3082","level":"stat"}
+{"@timestamp":"2025-01-13T20:20:12.763+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=163.8Mi, Sys=14.1Mi, NumGC=3082","level":"stat"}
+{"@timestamp":"2025-01-13T20:36:37.690+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=163.9Mi, Sys=14.1Mi, NumGC=3083","level":"stat"}
+{"@timestamp":"2025-01-13T20:53:02.641+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=163.9Mi, Sys=14.1Mi, NumGC=3083","level":"stat"}
+{"@timestamp":"2025-01-13T21:04:39.455+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=163.9Mi, Sys=14.1Mi, NumGC=3084","level":"stat"}
+{"@timestamp":"2025-01-13T21:05:39.453+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=163.9Mi, Sys=14.1Mi, NumGC=3084","level":"stat"}
+{"@timestamp":"2025-01-13T21:06:39.451+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=164.0Mi, Sys=14.1Mi, NumGC=3085","level":"stat"}
+{"@timestamp":"2025-01-13T21:07:39.450+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=164.0Mi, Sys=14.1Mi, NumGC=3085","level":"stat"}
+{"@timestamp":"2025-01-13T21:08:39.448+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=164.0Mi, Sys=14.1Mi, NumGC=3086","level":"stat"}
+{"@timestamp":"2025-01-13T21:09:39.446+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=164.0Mi, Sys=14.1Mi, NumGC=3086","level":"stat"}
+{"@timestamp":"2025-01-13T21:10:39.445+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=164.0Mi, Sys=14.1Mi, NumGC=3087","level":"stat"}
+{"@timestamp":"2025-01-13T21:11:39.443+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=164.1Mi, Sys=14.1Mi, NumGC=3087","level":"stat"}
+{"@timestamp":"2025-01-13T21:12:39.440+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=164.1Mi, Sys=14.1Mi, NumGC=3088","level":"stat"}
+{"@timestamp":"2025-01-13T21:13:39.439+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=164.1Mi, Sys=14.1Mi, NumGC=3088","level":"stat"}
+{"@timestamp":"2025-01-13T21:14:39.438+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=164.1Mi, Sys=14.1Mi, NumGC=3089","level":"stat"}
+{"@timestamp":"2025-01-13T21:15:39.436+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=164.1Mi, Sys=14.1Mi, NumGC=3089","level":"stat"}
+{"@timestamp":"2025-01-13T21:16:39.434+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=164.2Mi, Sys=14.1Mi, NumGC=3090","level":"stat"}
+{"@timestamp":"2025-01-13T21:17:39.432+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=164.2Mi, Sys=14.1Mi, NumGC=3090","level":"stat"}
+{"@timestamp":"2025-01-13T21:18:39.431+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=164.2Mi, Sys=14.1Mi, NumGC=3091","level":"stat"}
+{"@timestamp":"2025-01-13T21:19:39.429+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=164.2Mi, Sys=14.1Mi, NumGC=3091","level":"stat"}
+{"@timestamp":"2025-01-13T21:20:39.427+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=164.2Mi, Sys=14.1Mi, NumGC=3092","level":"stat"}
+{"@timestamp":"2025-01-13T21:21:39.425+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=164.3Mi, Sys=14.1Mi, NumGC=3092","level":"stat"}
+{"@timestamp":"2025-01-13T21:22:39.424+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=164.3Mi, Sys=14.1Mi, NumGC=3093","level":"stat"}
+{"@timestamp":"2025-01-13T21:23:39.422+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=164.3Mi, Sys=14.1Mi, NumGC=3093","level":"stat"}
+{"@timestamp":"2025-01-13T21:24:39.555+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=164.3Mi, Sys=14.1Mi, NumGC=3094","level":"stat"}
+{"@timestamp":"2025-01-13T21:25:39.554+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=164.3Mi, Sys=14.1Mi, NumGC=3094","level":"stat"}
+{"@timestamp":"2025-01-13T21:26:39.554+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=164.4Mi, Sys=14.1Mi, NumGC=3095","level":"stat"}
+{"@timestamp":"2025-01-13T21:27:39.554+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=164.4Mi, Sys=14.1Mi, NumGC=3095","level":"stat"}
+{"@timestamp":"2025-01-13T21:28:39.554+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=164.4Mi, Sys=14.1Mi, NumGC=3096","level":"stat"}
+{"@timestamp":"2025-01-13T21:29:39.554+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=164.4Mi, Sys=14.1Mi, NumGC=3096","level":"stat"}
+{"@timestamp":"2025-01-13T21:30:39.554+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=164.4Mi, Sys=14.1Mi, NumGC=3097","level":"stat"}
+{"@timestamp":"2025-01-13T21:31:39.554+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=164.5Mi, Sys=14.1Mi, NumGC=3097","level":"stat"}
+{"@timestamp":"2025-01-13T21:32:39.554+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=164.5Mi, Sys=14.1Mi, NumGC=3098","level":"stat"}
+{"@timestamp":"2025-01-13T21:33:39.553+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=164.5Mi, Sys=14.1Mi, NumGC=3098","level":"stat"}
+{"@timestamp":"2025-01-13T21:34:39.553+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=164.5Mi, Sys=14.1Mi, NumGC=3099","level":"stat"}
+{"@timestamp":"2025-01-13T21:35:39.553+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=164.5Mi, Sys=14.1Mi, NumGC=3099","level":"stat"}
+{"@timestamp":"2025-01-13T21:36:39.553+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=164.6Mi, Sys=14.1Mi, NumGC=3100","level":"stat"}
+{"@timestamp":"2025-01-13T21:37:39.553+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=164.6Mi, Sys=14.1Mi, NumGC=3100","level":"stat"}
+{"@timestamp":"2025-01-13T21:38:39.554+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=164.6Mi, Sys=14.1Mi, NumGC=3101","level":"stat"}
+{"@timestamp":"2025-01-13T21:39:39.554+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=164.6Mi, Sys=14.1Mi, NumGC=3101","level":"stat"}
+{"@timestamp":"2025-01-13T21:40:39.554+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=164.6Mi, Sys=14.1Mi, NumGC=3102","level":"stat"}
+{"@timestamp":"2025-01-13T21:41:39.553+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=164.7Mi, Sys=14.1Mi, NumGC=3102","level":"stat"}
+{"@timestamp":"2025-01-13T21:42:39.552+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=164.7Mi, Sys=14.1Mi, NumGC=3103","level":"stat"}
+{"@timestamp":"2025-01-13T21:43:39.552+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=164.7Mi, Sys=14.1Mi, NumGC=3103","level":"stat"}
+{"@timestamp":"2025-01-13T21:44:39.552+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=164.7Mi, Sys=14.1Mi, NumGC=3104","level":"stat"}
+{"@timestamp":"2025-01-13T21:45:39.547+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=164.7Mi, Sys=14.1Mi, NumGC=3104","level":"stat"}
+{"@timestamp":"2025-01-13T21:46:39.545+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=164.8Mi, Sys=14.1Mi, NumGC=3105","level":"stat"}
+{"@timestamp":"2025-01-13T21:47:39.545+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=164.8Mi, Sys=14.1Mi, NumGC=3105","level":"stat"}
+{"@timestamp":"2025-01-13T21:48:39.545+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=164.8Mi, Sys=14.1Mi, NumGC=3106","level":"stat"}
+{"@timestamp":"2025-01-13T21:49:39.544+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=164.8Mi, Sys=14.1Mi, NumGC=3106","level":"stat"}
+{"@timestamp":"2025-01-13T21:50:39.544+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=164.8Mi, Sys=14.1Mi, NumGC=3107","level":"stat"}
+{"@timestamp":"2025-01-13T21:51:39.544+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=164.9Mi, Sys=14.1Mi, NumGC=3107","level":"stat"}
+{"@timestamp":"2025-01-13T21:52:39.544+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=164.9Mi, Sys=14.1Mi, NumGC=3108","level":"stat"}
+{"@timestamp":"2025-01-13T21:53:39.543+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=164.9Mi, Sys=14.1Mi, NumGC=3108","level":"stat"}
+{"@timestamp":"2025-01-13T21:54:39.543+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=164.9Mi, Sys=14.1Mi, NumGC=3109","level":"stat"}
+{"@timestamp":"2025-01-13T21:55:39.543+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=164.9Mi, Sys=14.1Mi, NumGC=3109","level":"stat"}
+{"@timestamp":"2025-01-13T21:56:39.543+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=165.0Mi, Sys=14.1Mi, NumGC=3110","level":"stat"}
+{"@timestamp":"2025-01-13T21:57:39.543+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=165.0Mi, Sys=14.1Mi, NumGC=3110","level":"stat"}
+{"@timestamp":"2025-01-13T21:58:39.543+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=165.0Mi, Sys=14.1Mi, NumGC=3111","level":"stat"}
+{"@timestamp":"2025-01-13T21:59:39.542+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=165.0Mi, Sys=14.1Mi, NumGC=3111","level":"stat"}
+{"@timestamp":"2025-01-13T22:00:39.542+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=165.0Mi, Sys=14.1Mi, NumGC=3112","level":"stat"}
+{"@timestamp":"2025-01-13T22:01:39.527+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=165.1Mi, Sys=14.1Mi, NumGC=3112","level":"stat"}
+{"@timestamp":"2025-01-13T22:02:39.522+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=165.1Mi, Sys=14.1Mi, NumGC=3113","level":"stat"}
+{"@timestamp":"2025-01-13T22:03:39.522+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=165.1Mi, Sys=14.1Mi, NumGC=3113","level":"stat"}
+{"@timestamp":"2025-01-13T22:04:39.522+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=165.1Mi, Sys=14.1Mi, NumGC=3114","level":"stat"}
+{"@timestamp":"2025-01-13T22:05:39.522+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=165.1Mi, Sys=14.1Mi, NumGC=3114","level":"stat"}
+{"@timestamp":"2025-01-13T22:06:39.521+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=165.2Mi, Sys=14.1Mi, NumGC=3115","level":"stat"}
+{"@timestamp":"2025-01-13T22:07:39.520+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=165.2Mi, Sys=14.1Mi, NumGC=3115","level":"stat"}
+{"@timestamp":"2025-01-13T22:08:39.520+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=165.2Mi, Sys=14.1Mi, NumGC=3116","level":"stat"}
+{"@timestamp":"2025-01-13T22:09:39.519+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=165.2Mi, Sys=14.1Mi, NumGC=3116","level":"stat"}
+{"@timestamp":"2025-01-13T22:10:39.519+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=165.2Mi, Sys=14.1Mi, NumGC=3117","level":"stat"}
+{"@timestamp":"2025-01-13T22:11:39.519+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=165.3Mi, Sys=14.1Mi, NumGC=3117","level":"stat"}
+{"@timestamp":"2025-01-13T22:12:39.517+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=165.3Mi, Sys=14.1Mi, NumGC=3118","level":"stat"}
+{"@timestamp":"2025-01-13T22:13:39.517+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=165.3Mi, Sys=14.1Mi, NumGC=3118","level":"stat"}
+{"@timestamp":"2025-01-13T22:14:39.461+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=165.3Mi, Sys=14.1Mi, NumGC=3119","level":"stat"}
+{"@timestamp":"2025-01-13T22:15:39.458+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=165.3Mi, Sys=14.1Mi, NumGC=3119","level":"stat"}
+{"@timestamp":"2025-01-13T22:16:39.459+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=165.4Mi, Sys=14.1Mi, NumGC=3120","level":"stat"}
+{"@timestamp":"2025-01-13T22:17:39.457+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=165.4Mi, Sys=14.1Mi, NumGC=3120","level":"stat"}
+{"@timestamp":"2025-01-13T22:18:39.456+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=165.4Mi, Sys=14.1Mi, NumGC=3121","level":"stat"}
+{"@timestamp":"2025-01-13T22:20:04.326+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=165.4Mi, Sys=14.1Mi, NumGC=3121","level":"stat"}
+{"@timestamp":"2025-01-13T22:36:29.352+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=165.4Mi, Sys=14.1Mi, NumGC=3122","level":"stat"}
+{"@timestamp":"2025-01-13T22:48:34.861+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=165.5Mi, Sys=14.1Mi, NumGC=3122","level":"stat"}
+{"@timestamp":"2025-01-13T22:49:34.861+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=165.5Mi, Sys=14.1Mi, NumGC=3123","level":"stat"}
+{"@timestamp":"2025-01-13T22:50:34.861+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=165.5Mi, Sys=14.1Mi, NumGC=3123","level":"stat"}
+{"@timestamp":"2025-01-13T22:51:34.863+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=165.5Mi, Sys=14.1Mi, NumGC=3124","level":"stat"}
+{"@timestamp":"2025-01-13T22:52:34.863+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=165.5Mi, Sys=14.1Mi, NumGC=3124","level":"stat"}
+{"@timestamp":"2025-01-13T22:53:34.863+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=165.6Mi, Sys=14.1Mi, NumGC=3125","level":"stat"}
+{"@timestamp":"2025-01-13T22:54:34.865+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=165.6Mi, Sys=14.1Mi, NumGC=3125","level":"stat"}
+{"@timestamp":"2025-01-13T22:55:34.865+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=165.6Mi, Sys=14.1Mi, NumGC=3126","level":"stat"}
+{"@timestamp":"2025-01-13T22:56:34.864+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=165.6Mi, Sys=14.1Mi, NumGC=3126","level":"stat"}
+{"@timestamp":"2025-01-13T22:57:34.865+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=165.6Mi, Sys=14.1Mi, NumGC=3127","level":"stat"}
+{"@timestamp":"2025-01-13T22:58:34.866+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=165.7Mi, Sys=14.1Mi, NumGC=3127","level":"stat"}
+{"@timestamp":"2025-01-13T22:59:34.880+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=165.7Mi, Sys=14.1Mi, NumGC=3128","level":"stat"}
+{"@timestamp":"2025-01-13T23:00:34.882+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=165.7Mi, Sys=14.1Mi, NumGC=3128","level":"stat"}
+{"@timestamp":"2025-01-13T23:01:34.883+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=165.7Mi, Sys=14.1Mi, NumGC=3129","level":"stat"}
+{"@timestamp":"2025-01-13T23:02:34.883+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=165.7Mi, Sys=14.1Mi, NumGC=3129","level":"stat"}
+{"@timestamp":"2025-01-13T23:03:34.906+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=165.8Mi, Sys=14.1Mi, NumGC=3130","level":"stat"}
+{"@timestamp":"2025-01-13T23:04:59.851+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=165.8Mi, Sys=14.1Mi, NumGC=3130","level":"stat"}
+{"@timestamp":"2025-01-13T23:21:24.870+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=165.8Mi, Sys=14.1Mi, NumGC=3131","level":"stat"}
+{"@timestamp":"2025-01-13T23:22:24.868+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=165.8Mi, Sys=14.1Mi, NumGC=3131","level":"stat"}
+{"@timestamp":"2025-01-13T23:23:24.869+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=165.8Mi, Sys=14.1Mi, NumGC=3132","level":"stat"}
+{"@timestamp":"2025-01-13T23:24:24.869+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=165.9Mi, Sys=14.1Mi, NumGC=3132","level":"stat"}
+{"@timestamp":"2025-01-13T23:25:24.870+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=165.9Mi, Sys=14.1Mi, NumGC=3133","level":"stat"}
+{"@timestamp":"2025-01-13T23:26:24.870+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=165.9Mi, Sys=14.1Mi, NumGC=3133","level":"stat"}
+{"@timestamp":"2025-01-13T23:27:24.898+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=165.9Mi, Sys=14.1Mi, NumGC=3134","level":"stat"}
+{"@timestamp":"2025-01-13T23:28:24.899+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=165.9Mi, Sys=14.1Mi, NumGC=3134","level":"stat"}
+{"@timestamp":"2025-01-13T23:29:24.900+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=166.0Mi, Sys=14.1Mi, NumGC=3135","level":"stat"}
+{"@timestamp":"2025-01-13T23:30:24.900+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=166.0Mi, Sys=14.1Mi, NumGC=3135","level":"stat"}
+{"@timestamp":"2025-01-13T23:31:24.901+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=166.0Mi, Sys=14.1Mi, NumGC=3136","level":"stat"}
+{"@timestamp":"2025-01-13T23:32:24.902+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=166.0Mi, Sys=14.1Mi, NumGC=3136","level":"stat"}
+{"@timestamp":"2025-01-13T23:33:24.903+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=166.0Mi, Sys=14.1Mi, NumGC=3137","level":"stat"}
+{"@timestamp":"2025-01-13T23:34:24.904+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=166.1Mi, Sys=14.1Mi, NumGC=3137","level":"stat"}
+{"@timestamp":"2025-01-13T23:35:24.905+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=166.1Mi, Sys=14.1Mi, NumGC=3138","level":"stat"}
+{"@timestamp":"2025-01-13T23:36:24.906+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=166.1Mi, Sys=14.1Mi, NumGC=3138","level":"stat"}
+{"@timestamp":"2025-01-13T23:37:24.906+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=166.1Mi, Sys=14.1Mi, NumGC=3139","level":"stat"}
+{"@timestamp":"2025-01-13T23:38:24.907+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=166.1Mi, Sys=14.1Mi, NumGC=3139","level":"stat"}
+{"@timestamp":"2025-01-13T23:39:24.908+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=166.2Mi, Sys=14.1Mi, NumGC=3140","level":"stat"}
+{"@timestamp":"2025-01-13T23:40:24.909+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=166.2Mi, Sys=14.1Mi, NumGC=3140","level":"stat"}
+{"@timestamp":"2025-01-13T23:41:24.910+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=166.2Mi, Sys=14.1Mi, NumGC=3141","level":"stat"}
+{"@timestamp":"2025-01-13T23:42:24.940+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=166.2Mi, Sys=14.1Mi, NumGC=3141","level":"stat"}
+{"@timestamp":"2025-01-13T23:43:24.945+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=166.3Mi, Sys=14.1Mi, NumGC=3142","level":"stat"}
+{"@timestamp":"2025-01-13T23:44:24.947+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=166.3Mi, Sys=14.1Mi, NumGC=3142","level":"stat"}
+{"@timestamp":"2025-01-13T23:45:24.948+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=166.3Mi, Sys=14.1Mi, NumGC=3143","level":"stat"}
+{"@timestamp":"2025-01-13T23:46:24.949+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=166.3Mi, Sys=14.1Mi, NumGC=3143","level":"stat"}
+{"@timestamp":"2025-01-13T23:47:24.950+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=166.3Mi, Sys=14.1Mi, NumGC=3144","level":"stat"}
+{"@timestamp":"2025-01-13T23:48:24.951+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=166.3Mi, Sys=14.1Mi, NumGC=3144","level":"stat"}
+{"@timestamp":"2025-01-13T23:49:24.953+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=166.4Mi, Sys=14.1Mi, NumGC=3145","level":"stat"}
+{"@timestamp":"2025-01-13T23:50:24.954+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=166.4Mi, Sys=14.1Mi, NumGC=3145","level":"stat"}
+{"@timestamp":"2025-01-13T23:51:24.955+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=166.4Mi, Sys=14.1Mi, NumGC=3146","level":"stat"}
+{"@timestamp":"2025-01-13T23:52:24.956+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=166.4Mi, Sys=14.1Mi, NumGC=3146","level":"stat"}
+{"@timestamp":"2025-01-13T23:53:24.957+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=166.5Mi, Sys=14.1Mi, NumGC=3147","level":"stat"}
+{"@timestamp":"2025-01-13T23:54:24.958+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=166.5Mi, Sys=14.1Mi, NumGC=3147","level":"stat"}
+{"@timestamp":"2025-01-13T23:55:24.960+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=166.5Mi, Sys=14.1Mi, NumGC=3148","level":"stat"}
+{"@timestamp":"2025-01-13T23:56:24.961+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=166.5Mi, Sys=14.1Mi, NumGC=3148","level":"stat"}
+{"@timestamp":"2025-01-13T23:57:24.962+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=166.5Mi, Sys=14.1Mi, NumGC=3149","level":"stat"}
+{"@timestamp":"2025-01-13T23:58:24.964+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=166.5Mi, Sys=14.1Mi, NumGC=3149","level":"stat"}
+{"@timestamp":"2025-01-13T23:59:24.965+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=166.6Mi, Sys=14.1Mi, NumGC=3150","level":"stat"}

+ 1149 - 0
app/mq/kafka/logs/stat.log-2025-01-14

@@ -0,0 +1,1149 @@
+{"@timestamp":"2025-01-14T00:00:24.966+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=166.6Mi, Sys=14.1Mi, NumGC=3150","level":"stat"}
+{"@timestamp":"2025-01-14T00:01:24.966+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=166.6Mi, Sys=14.1Mi, NumGC=3151","level":"stat"}
+{"@timestamp":"2025-01-14T00:02:24.968+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=166.6Mi, Sys=14.1Mi, NumGC=3151","level":"stat"}
+{"@timestamp":"2025-01-14T00:03:24.969+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=166.7Mi, Sys=14.1Mi, NumGC=3152","level":"stat"}
+{"@timestamp":"2025-01-14T00:04:24.971+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=166.7Mi, Sys=14.1Mi, NumGC=3152","level":"stat"}
+{"@timestamp":"2025-01-14T00:05:24.972+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=166.7Mi, Sys=14.1Mi, NumGC=3153","level":"stat"}
+{"@timestamp":"2025-01-14T00:06:24.955+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=166.7Mi, Sys=14.1Mi, NumGC=3153","level":"stat"}
+{"@timestamp":"2025-01-14T00:07:24.941+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=166.7Mi, Sys=14.1Mi, NumGC=3154","level":"stat"}
+{"@timestamp":"2025-01-14T00:08:24.941+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=166.8Mi, Sys=14.1Mi, NumGC=3154","level":"stat"}
+{"@timestamp":"2025-01-14T00:09:24.943+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=166.8Mi, Sys=14.1Mi, NumGC=3155","level":"stat"}
+{"@timestamp":"2025-01-14T00:10:24.942+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=166.8Mi, Sys=14.1Mi, NumGC=3155","level":"stat"}
+{"@timestamp":"2025-01-14T00:11:24.944+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=166.8Mi, Sys=14.1Mi, NumGC=3156","level":"stat"}
+{"@timestamp":"2025-01-14T00:12:24.944+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=166.8Mi, Sys=14.1Mi, NumGC=3156","level":"stat"}
+{"@timestamp":"2025-01-14T00:13:24.945+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=166.9Mi, Sys=14.1Mi, NumGC=3157","level":"stat"}
+{"@timestamp":"2025-01-14T00:14:24.947+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=166.9Mi, Sys=14.1Mi, NumGC=3157","level":"stat"}
+{"@timestamp":"2025-01-14T00:15:24.946+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=166.9Mi, Sys=14.1Mi, NumGC=3158","level":"stat"}
+{"@timestamp":"2025-01-14T00:16:24.948+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=166.9Mi, Sys=14.1Mi, NumGC=3158","level":"stat"}
+{"@timestamp":"2025-01-14T00:17:24.949+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=166.9Mi, Sys=14.1Mi, NumGC=3159","level":"stat"}
+{"@timestamp":"2025-01-14T00:18:24.949+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=167.0Mi, Sys=14.1Mi, NumGC=3159","level":"stat"}
+{"@timestamp":"2025-01-14T00:19:24.950+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=167.0Mi, Sys=14.1Mi, NumGC=3160","level":"stat"}
+{"@timestamp":"2025-01-14T00:20:24.951+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=167.0Mi, Sys=14.1Mi, NumGC=3160","level":"stat"}
+{"@timestamp":"2025-01-14T00:21:24.952+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=167.0Mi, Sys=14.1Mi, NumGC=3161","level":"stat"}
+{"@timestamp":"2025-01-14T00:22:24.976+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=167.0Mi, Sys=14.1Mi, NumGC=3161","level":"stat"}
+{"@timestamp":"2025-01-14T00:23:24.991+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=167.1Mi, Sys=14.1Mi, NumGC=3162","level":"stat"}
+{"@timestamp":"2025-01-14T00:24:24.993+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=167.1Mi, Sys=14.1Mi, NumGC=3162","level":"stat"}
+{"@timestamp":"2025-01-14T00:25:24.994+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=167.1Mi, Sys=14.1Mi, NumGC=3163","level":"stat"}
+{"@timestamp":"2025-01-14T00:26:24.996+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=167.1Mi, Sys=14.1Mi, NumGC=3163","level":"stat"}
+{"@timestamp":"2025-01-14T00:27:24.997+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=167.1Mi, Sys=14.1Mi, NumGC=3164","level":"stat"}
+{"@timestamp":"2025-01-14T00:28:24.998+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=167.2Mi, Sys=14.1Mi, NumGC=3164","level":"stat"}
+{"@timestamp":"2025-01-14T00:29:24.998+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=167.2Mi, Sys=14.1Mi, NumGC=3165","level":"stat"}
+{"@timestamp":"2025-01-14T00:30:25.000+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=167.2Mi, Sys=14.1Mi, NumGC=3165","level":"stat"}
+{"@timestamp":"2025-01-14T00:31:25.002+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=167.2Mi, Sys=14.1Mi, NumGC=3166","level":"stat"}
+{"@timestamp":"2025-01-14T00:32:25.003+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=167.2Mi, Sys=14.1Mi, NumGC=3166","level":"stat"}
+{"@timestamp":"2025-01-14T00:33:25.003+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=167.3Mi, Sys=14.1Mi, NumGC=3167","level":"stat"}
+{"@timestamp":"2025-01-14T00:34:25.005+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=167.3Mi, Sys=14.1Mi, NumGC=3167","level":"stat"}
+{"@timestamp":"2025-01-14T00:35:25.007+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=167.3Mi, Sys=14.1Mi, NumGC=3168","level":"stat"}
+{"@timestamp":"2025-01-14T00:36:25.008+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=167.3Mi, Sys=14.1Mi, NumGC=3168","level":"stat"}
+{"@timestamp":"2025-01-14T00:37:25.010+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=167.4Mi, Sys=14.1Mi, NumGC=3169","level":"stat"}
+{"@timestamp":"2025-01-14T00:38:25.011+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=167.4Mi, Sys=14.1Mi, NumGC=3169","level":"stat"}
+{"@timestamp":"2025-01-14T00:39:25.012+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=167.4Mi, Sys=14.1Mi, NumGC=3170","level":"stat"}
+{"@timestamp":"2025-01-14T00:40:25.013+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=167.4Mi, Sys=14.1Mi, NumGC=3170","level":"stat"}
+{"@timestamp":"2025-01-14T00:41:25.015+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=167.4Mi, Sys=14.1Mi, NumGC=3171","level":"stat"}
+{"@timestamp":"2025-01-14T00:42:25.016+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=167.5Mi, Sys=14.1Mi, NumGC=3171","level":"stat"}
+{"@timestamp":"2025-01-14T00:43:25.017+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=167.5Mi, Sys=14.1Mi, NumGC=3172","level":"stat"}
+{"@timestamp":"2025-01-14T00:44:25.018+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=167.5Mi, Sys=14.1Mi, NumGC=3172","level":"stat"}
+{"@timestamp":"2025-01-14T00:45:25.019+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=167.5Mi, Sys=14.1Mi, NumGC=3173","level":"stat"}
+{"@timestamp":"2025-01-14T00:46:25.021+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=167.5Mi, Sys=14.1Mi, NumGC=3173","level":"stat"}
+{"@timestamp":"2025-01-14T00:47:25.023+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=167.5Mi, Sys=14.1Mi, NumGC=3174","level":"stat"}
+{"@timestamp":"2025-01-14T00:48:25.021+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=167.6Mi, Sys=14.1Mi, NumGC=3174","level":"stat"}
+{"@timestamp":"2025-01-14T00:49:25.021+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=167.6Mi, Sys=14.1Mi, NumGC=3175","level":"stat"}
+{"@timestamp":"2025-01-14T00:50:25.022+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=167.6Mi, Sys=14.1Mi, NumGC=3175","level":"stat"}
+{"@timestamp":"2025-01-14T00:51:25.023+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=167.6Mi, Sys=14.1Mi, NumGC=3176","level":"stat"}
+{"@timestamp":"2025-01-14T00:52:25.024+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=167.7Mi, Sys=14.1Mi, NumGC=3176","level":"stat"}
+{"@timestamp":"2025-01-14T00:53:25.026+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=167.7Mi, Sys=14.1Mi, NumGC=3177","level":"stat"}
+{"@timestamp":"2025-01-14T00:54:25.027+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=167.7Mi, Sys=14.1Mi, NumGC=3177","level":"stat"}
+{"@timestamp":"2025-01-14T00:55:25.028+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=167.7Mi, Sys=14.1Mi, NumGC=3178","level":"stat"}
+{"@timestamp":"2025-01-14T00:56:25.029+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=167.7Mi, Sys=14.1Mi, NumGC=3178","level":"stat"}
+{"@timestamp":"2025-01-14T00:57:25.031+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=167.8Mi, Sys=14.1Mi, NumGC=3179","level":"stat"}
+{"@timestamp":"2025-01-14T00:58:25.032+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=167.8Mi, Sys=14.1Mi, NumGC=3179","level":"stat"}
+{"@timestamp":"2025-01-14T00:59:25.033+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=167.8Mi, Sys=14.1Mi, NumGC=3180","level":"stat"}
+{"@timestamp":"2025-01-14T01:00:25.034+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=167.8Mi, Sys=14.1Mi, NumGC=3180","level":"stat"}
+{"@timestamp":"2025-01-14T01:01:25.035+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=167.8Mi, Sys=14.1Mi, NumGC=3181","level":"stat"}
+{"@timestamp":"2025-01-14T01:02:25.036+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=167.9Mi, Sys=14.1Mi, NumGC=3181","level":"stat"}
+{"@timestamp":"2025-01-14T01:03:25.038+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=167.9Mi, Sys=14.1Mi, NumGC=3182","level":"stat"}
+{"@timestamp":"2025-01-14T01:04:25.039+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=167.9Mi, Sys=14.1Mi, NumGC=3182","level":"stat"}
+{"@timestamp":"2025-01-14T01:05:25.040+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=167.9Mi, Sys=14.1Mi, NumGC=3183","level":"stat"}
+{"@timestamp":"2025-01-14T01:06:25.041+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=167.9Mi, Sys=14.1Mi, NumGC=3183","level":"stat"}
+{"@timestamp":"2025-01-14T01:07:25.043+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=168.0Mi, Sys=14.1Mi, NumGC=3184","level":"stat"}
+{"@timestamp":"2025-01-14T01:08:25.043+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=168.0Mi, Sys=14.1Mi, NumGC=3184","level":"stat"}
+{"@timestamp":"2025-01-14T01:09:25.045+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=168.0Mi, Sys=14.1Mi, NumGC=3185","level":"stat"}
+{"@timestamp":"2025-01-14T01:10:25.046+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=168.0Mi, Sys=14.1Mi, NumGC=3185","level":"stat"}
+{"@timestamp":"2025-01-14T01:11:25.047+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=168.0Mi, Sys=14.1Mi, NumGC=3186","level":"stat"}
+{"@timestamp":"2025-01-14T01:12:25.040+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=168.1Mi, Sys=14.1Mi, NumGC=3186","level":"stat"}
+{"@timestamp":"2025-01-14T01:13:25.041+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=168.1Mi, Sys=14.1Mi, NumGC=3187","level":"stat"}
+{"@timestamp":"2025-01-14T01:14:25.042+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=168.1Mi, Sys=14.1Mi, NumGC=3187","level":"stat"}
+{"@timestamp":"2025-01-14T01:15:25.044+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=168.1Mi, Sys=14.1Mi, NumGC=3187","level":"stat"}
+{"@timestamp":"2025-01-14T01:16:25.044+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=168.1Mi, Sys=14.1Mi, NumGC=3188","level":"stat"}
+{"@timestamp":"2025-01-14T01:17:25.045+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=168.2Mi, Sys=14.1Mi, NumGC=3188","level":"stat"}
+{"@timestamp":"2025-01-14T01:18:25.046+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=168.2Mi, Sys=14.1Mi, NumGC=3189","level":"stat"}
+{"@timestamp":"2025-01-14T01:19:25.048+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=168.2Mi, Sys=14.1Mi, NumGC=3189","level":"stat"}
+{"@timestamp":"2025-01-14T01:20:25.049+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=168.2Mi, Sys=14.1Mi, NumGC=3190","level":"stat"}
+{"@timestamp":"2025-01-14T01:21:25.050+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=168.2Mi, Sys=14.1Mi, NumGC=3190","level":"stat"}
+{"@timestamp":"2025-01-14T01:22:25.051+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=168.3Mi, Sys=14.1Mi, NumGC=3191","level":"stat"}
+{"@timestamp":"2025-01-14T01:23:25.052+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=168.3Mi, Sys=14.1Mi, NumGC=3191","level":"stat"}
+{"@timestamp":"2025-01-14T01:24:25.053+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=168.3Mi, Sys=14.1Mi, NumGC=3192","level":"stat"}
+{"@timestamp":"2025-01-14T01:25:25.054+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=168.3Mi, Sys=14.1Mi, NumGC=3192","level":"stat"}
+{"@timestamp":"2025-01-14T01:26:25.054+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=168.3Mi, Sys=14.1Mi, NumGC=3193","level":"stat"}
+{"@timestamp":"2025-01-14T01:27:24.932+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=168.4Mi, Sys=14.1Mi, NumGC=3193","level":"stat"}
+{"@timestamp":"2025-01-14T01:28:24.932+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=168.4Mi, Sys=14.1Mi, NumGC=3194","level":"stat"}
+{"@timestamp":"2025-01-14T01:29:24.932+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=168.4Mi, Sys=14.1Mi, NumGC=3194","level":"stat"}
+{"@timestamp":"2025-01-14T01:30:24.931+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=168.4Mi, Sys=14.1Mi, NumGC=3195","level":"stat"}
+{"@timestamp":"2025-01-14T01:31:24.931+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=168.4Mi, Sys=14.1Mi, NumGC=3195","level":"stat"}
+{"@timestamp":"2025-01-14T01:32:24.931+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=168.5Mi, Sys=14.1Mi, NumGC=3196","level":"stat"}
+{"@timestamp":"2025-01-14T01:33:24.930+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=168.5Mi, Sys=14.1Mi, NumGC=3196","level":"stat"}
+{"@timestamp":"2025-01-14T01:34:24.930+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=168.5Mi, Sys=14.1Mi, NumGC=3197","level":"stat"}
+{"@timestamp":"2025-01-14T01:35:24.929+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=168.5Mi, Sys=14.1Mi, NumGC=3197","level":"stat"}
+{"@timestamp":"2025-01-14T01:36:24.929+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=168.5Mi, Sys=14.1Mi, NumGC=3198","level":"stat"}
+{"@timestamp":"2025-01-14T01:37:24.929+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=168.6Mi, Sys=14.1Mi, NumGC=3198","level":"stat"}
+{"@timestamp":"2025-01-14T01:38:24.928+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=168.6Mi, Sys=14.1Mi, NumGC=3199","level":"stat"}
+{"@timestamp":"2025-01-14T01:39:24.927+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=168.6Mi, Sys=14.1Mi, NumGC=3199","level":"stat"}
+{"@timestamp":"2025-01-14T01:40:24.927+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=168.6Mi, Sys=14.1Mi, NumGC=3200","level":"stat"}
+{"@timestamp":"2025-01-14T01:41:24.927+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=168.6Mi, Sys=14.1Mi, NumGC=3200","level":"stat"}
+{"@timestamp":"2025-01-14T01:42:24.926+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=168.7Mi, Sys=14.1Mi, NumGC=3201","level":"stat"}
+{"@timestamp":"2025-01-14T01:43:24.926+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=168.7Mi, Sys=14.1Mi, NumGC=3201","level":"stat"}
+{"@timestamp":"2025-01-14T01:44:24.926+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=168.7Mi, Sys=14.1Mi, NumGC=3202","level":"stat"}
+{"@timestamp":"2025-01-14T01:45:24.925+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=168.7Mi, Sys=14.1Mi, NumGC=3202","level":"stat"}
+{"@timestamp":"2025-01-14T01:46:24.925+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=168.8Mi, Sys=14.1Mi, NumGC=3203","level":"stat"}
+{"@timestamp":"2025-01-14T01:47:24.925+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=168.8Mi, Sys=14.1Mi, NumGC=3203","level":"stat"}
+{"@timestamp":"2025-01-14T01:48:24.924+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=168.8Mi, Sys=14.1Mi, NumGC=3204","level":"stat"}
+{"@timestamp":"2025-01-14T01:49:24.924+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=168.8Mi, Sys=14.1Mi, NumGC=3204","level":"stat"}
+{"@timestamp":"2025-01-14T01:50:24.941+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=168.8Mi, Sys=14.1Mi, NumGC=3205","level":"stat"}
+{"@timestamp":"2025-01-14T01:51:24.941+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=168.9Mi, Sys=14.1Mi, NumGC=3205","level":"stat"}
+{"@timestamp":"2025-01-14T01:52:24.941+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=168.9Mi, Sys=14.1Mi, NumGC=3206","level":"stat"}
+{"@timestamp":"2025-01-14T01:53:24.941+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=168.9Mi, Sys=14.1Mi, NumGC=3206","level":"stat"}
+{"@timestamp":"2025-01-14T01:54:24.941+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=168.9Mi, Sys=14.1Mi, NumGC=3207","level":"stat"}
+{"@timestamp":"2025-01-14T01:55:24.940+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=168.9Mi, Sys=14.1Mi, NumGC=3207","level":"stat"}
+{"@timestamp":"2025-01-14T01:56:24.941+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=169.0Mi, Sys=14.1Mi, NumGC=3208","level":"stat"}
+{"@timestamp":"2025-01-14T01:57:24.940+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=169.0Mi, Sys=14.1Mi, NumGC=3208","level":"stat"}
+{"@timestamp":"2025-01-14T01:58:24.940+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=169.0Mi, Sys=14.1Mi, NumGC=3209","level":"stat"}
+{"@timestamp":"2025-01-14T01:59:24.940+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=169.0Mi, Sys=14.1Mi, NumGC=3209","level":"stat"}
+{"@timestamp":"2025-01-14T02:00:24.940+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=169.0Mi, Sys=14.1Mi, NumGC=3210","level":"stat"}
+{"@timestamp":"2025-01-14T02:01:24.940+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=169.1Mi, Sys=14.1Mi, NumGC=3210","level":"stat"}
+{"@timestamp":"2025-01-14T02:02:24.940+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=169.1Mi, Sys=14.1Mi, NumGC=3211","level":"stat"}
+{"@timestamp":"2025-01-14T02:03:24.939+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=169.1Mi, Sys=14.1Mi, NumGC=3211","level":"stat"}
+{"@timestamp":"2025-01-14T02:04:24.939+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=169.1Mi, Sys=14.1Mi, NumGC=3212","level":"stat"}
+{"@timestamp":"2025-01-14T02:05:24.939+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=169.1Mi, Sys=14.1Mi, NumGC=3212","level":"stat"}
+{"@timestamp":"2025-01-14T02:06:24.951+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=169.2Mi, Sys=14.1Mi, NumGC=3213","level":"stat"}
+{"@timestamp":"2025-01-14T02:07:24.953+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=169.2Mi, Sys=14.1Mi, NumGC=3213","level":"stat"}
+{"@timestamp":"2025-01-14T02:08:24.954+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=169.2Mi, Sys=14.1Mi, NumGC=3214","level":"stat"}
+{"@timestamp":"2025-01-14T02:09:24.953+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=169.2Mi, Sys=14.1Mi, NumGC=3214","level":"stat"}
+{"@timestamp":"2025-01-14T02:10:24.953+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=169.2Mi, Sys=14.1Mi, NumGC=3215","level":"stat"}
+{"@timestamp":"2025-01-14T02:11:24.953+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=169.3Mi, Sys=14.1Mi, NumGC=3215","level":"stat"}
+{"@timestamp":"2025-01-14T02:12:24.954+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=169.3Mi, Sys=14.1Mi, NumGC=3216","level":"stat"}
+{"@timestamp":"2025-01-14T02:13:24.954+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=169.3Mi, Sys=14.1Mi, NumGC=3216","level":"stat"}
+{"@timestamp":"2025-01-14T02:14:24.954+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=169.3Mi, Sys=14.1Mi, NumGC=3217","level":"stat"}
+{"@timestamp":"2025-01-14T02:15:24.954+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=169.3Mi, Sys=14.1Mi, NumGC=3217","level":"stat"}
+{"@timestamp":"2025-01-14T02:16:24.954+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=169.4Mi, Sys=14.1Mi, NumGC=3218","level":"stat"}
+{"@timestamp":"2025-01-14T02:17:24.953+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=169.4Mi, Sys=14.1Mi, NumGC=3218","level":"stat"}
+{"@timestamp":"2025-01-14T02:18:24.953+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=169.4Mi, Sys=14.1Mi, NumGC=3219","level":"stat"}
+{"@timestamp":"2025-01-14T02:19:24.953+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=169.4Mi, Sys=14.1Mi, NumGC=3219","level":"stat"}
+{"@timestamp":"2025-01-14T02:20:24.954+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=169.5Mi, Sys=14.1Mi, NumGC=3220","level":"stat"}
+{"@timestamp":"2025-01-14T02:21:24.976+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=169.5Mi, Sys=14.1Mi, NumGC=3220","level":"stat"}
+{"@timestamp":"2025-01-14T02:22:24.984+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=169.5Mi, Sys=14.1Mi, NumGC=3221","level":"stat"}
+{"@timestamp":"2025-01-14T02:23:24.984+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=169.5Mi, Sys=14.1Mi, NumGC=3221","level":"stat"}
+{"@timestamp":"2025-01-14T02:24:24.984+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=169.5Mi, Sys=14.1Mi, NumGC=3222","level":"stat"}
+{"@timestamp":"2025-01-14T02:25:24.985+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=169.6Mi, Sys=14.1Mi, NumGC=3222","level":"stat"}
+{"@timestamp":"2025-01-14T02:26:24.985+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=169.6Mi, Sys=14.1Mi, NumGC=3223","level":"stat"}
+{"@timestamp":"2025-01-14T02:27:24.985+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=169.6Mi, Sys=14.1Mi, NumGC=3223","level":"stat"}
+{"@timestamp":"2025-01-14T02:28:24.985+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=169.6Mi, Sys=14.1Mi, NumGC=3224","level":"stat"}
+{"@timestamp":"2025-01-14T02:29:24.985+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=169.6Mi, Sys=14.1Mi, NumGC=3224","level":"stat"}
+{"@timestamp":"2025-01-14T02:30:24.987+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=169.7Mi, Sys=14.1Mi, NumGC=3225","level":"stat"}
+{"@timestamp":"2025-01-14T02:31:24.987+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=169.7Mi, Sys=14.1Mi, NumGC=3225","level":"stat"}
+{"@timestamp":"2025-01-14T02:32:24.987+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=169.7Mi, Sys=14.1Mi, NumGC=3226","level":"stat"}
+{"@timestamp":"2025-01-14T02:33:24.987+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=169.7Mi, Sys=14.1Mi, NumGC=3226","level":"stat"}
+{"@timestamp":"2025-01-14T02:34:24.988+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=169.8Mi, Sys=14.1Mi, NumGC=3227","level":"stat"}
+{"@timestamp":"2025-01-14T02:35:24.988+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=169.8Mi, Sys=14.1Mi, NumGC=3227","level":"stat"}
+{"@timestamp":"2025-01-14T02:36:24.989+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=169.8Mi, Sys=14.1Mi, NumGC=3228","level":"stat"}
+{"@timestamp":"2025-01-14T02:37:24.989+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=169.8Mi, Sys=14.1Mi, NumGC=3228","level":"stat"}
+{"@timestamp":"2025-01-14T02:38:24.989+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=169.8Mi, Sys=14.1Mi, NumGC=3229","level":"stat"}
+{"@timestamp":"2025-01-14T02:39:24.989+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=169.9Mi, Sys=14.1Mi, NumGC=3229","level":"stat"}
+{"@timestamp":"2025-01-14T02:40:24.989+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=169.9Mi, Sys=14.1Mi, NumGC=3230","level":"stat"}
+{"@timestamp":"2025-01-14T02:41:24.990+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=169.9Mi, Sys=14.1Mi, NumGC=3230","level":"stat"}
+{"@timestamp":"2025-01-14T02:42:24.993+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=169.9Mi, Sys=14.1Mi, NumGC=3231","level":"stat"}
+{"@timestamp":"2025-01-14T02:43:24.993+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=169.9Mi, Sys=14.1Mi, NumGC=3231","level":"stat"}
+{"@timestamp":"2025-01-14T02:44:24.993+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=170.0Mi, Sys=14.1Mi, NumGC=3232","level":"stat"}
+{"@timestamp":"2025-01-14T02:45:24.994+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=170.0Mi, Sys=14.1Mi, NumGC=3232","level":"stat"}
+{"@timestamp":"2025-01-14T02:46:24.994+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=170.0Mi, Sys=14.1Mi, NumGC=3233","level":"stat"}
+{"@timestamp":"2025-01-14T02:47:24.994+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=170.0Mi, Sys=14.1Mi, NumGC=3233","level":"stat"}
+{"@timestamp":"2025-01-14T02:48:24.995+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=170.0Mi, Sys=14.1Mi, NumGC=3234","level":"stat"}
+{"@timestamp":"2025-01-14T02:49:24.995+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=170.1Mi, Sys=14.1Mi, NumGC=3234","level":"stat"}
+{"@timestamp":"2025-01-14T02:50:24.995+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=170.1Mi, Sys=14.1Mi, NumGC=3235","level":"stat"}
+{"@timestamp":"2025-01-14T02:51:24.996+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=170.1Mi, Sys=14.1Mi, NumGC=3235","level":"stat"}
+{"@timestamp":"2025-01-14T02:52:24.996+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=170.1Mi, Sys=14.1Mi, NumGC=3236","level":"stat"}
+{"@timestamp":"2025-01-14T02:53:24.997+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=170.1Mi, Sys=14.1Mi, NumGC=3236","level":"stat"}
+{"@timestamp":"2025-01-14T02:54:24.997+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=170.2Mi, Sys=14.1Mi, NumGC=3237","level":"stat"}
+{"@timestamp":"2025-01-14T02:55:24.997+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=170.2Mi, Sys=14.1Mi, NumGC=3237","level":"stat"}
+{"@timestamp":"2025-01-14T02:56:24.998+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=170.2Mi, Sys=14.1Mi, NumGC=3238","level":"stat"}
+{"@timestamp":"2025-01-14T02:57:24.998+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=170.2Mi, Sys=14.1Mi, NumGC=3238","level":"stat"}
+{"@timestamp":"2025-01-14T02:58:24.984+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=170.2Mi, Sys=14.1Mi, NumGC=3239","level":"stat"}
+{"@timestamp":"2025-01-14T02:59:24.975+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=170.3Mi, Sys=14.1Mi, NumGC=3239","level":"stat"}
+{"@timestamp":"2025-01-14T03:00:24.975+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=170.3Mi, Sys=14.1Mi, NumGC=3240","level":"stat"}
+{"@timestamp":"2025-01-14T03:01:24.975+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=170.3Mi, Sys=14.1Mi, NumGC=3240","level":"stat"}
+{"@timestamp":"2025-01-14T03:02:24.975+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=170.3Mi, Sys=14.1Mi, NumGC=3241","level":"stat"}
+{"@timestamp":"2025-01-14T03:03:24.975+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=170.3Mi, Sys=14.1Mi, NumGC=3241","level":"stat"}
+{"@timestamp":"2025-01-14T03:04:24.975+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=170.4Mi, Sys=14.1Mi, NumGC=3242","level":"stat"}
+{"@timestamp":"2025-01-14T03:05:24.975+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=170.4Mi, Sys=14.1Mi, NumGC=3242","level":"stat"}
+{"@timestamp":"2025-01-14T03:06:24.975+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=170.4Mi, Sys=14.1Mi, NumGC=3243","level":"stat"}
+{"@timestamp":"2025-01-14T03:07:24.976+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=170.4Mi, Sys=14.1Mi, NumGC=3243","level":"stat"}
+{"@timestamp":"2025-01-14T03:08:24.976+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=170.4Mi, Sys=14.1Mi, NumGC=3244","level":"stat"}
+{"@timestamp":"2025-01-14T03:09:24.976+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=170.5Mi, Sys=14.1Mi, NumGC=3244","level":"stat"}
+{"@timestamp":"2025-01-14T03:10:24.975+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=170.5Mi, Sys=14.1Mi, NumGC=3245","level":"stat"}
+{"@timestamp":"2025-01-14T03:11:24.976+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=170.5Mi, Sys=14.1Mi, NumGC=3245","level":"stat"}
+{"@timestamp":"2025-01-14T03:12:24.975+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=170.5Mi, Sys=14.1Mi, NumGC=3246","level":"stat"}
+{"@timestamp":"2025-01-14T03:13:24.978+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=170.5Mi, Sys=14.1Mi, NumGC=3246","level":"stat"}
+{"@timestamp":"2025-01-14T03:14:24.982+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=170.6Mi, Sys=14.1Mi, NumGC=3247","level":"stat"}
+{"@timestamp":"2025-01-14T03:15:24.982+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=170.6Mi, Sys=14.1Mi, NumGC=3247","level":"stat"}
+{"@timestamp":"2025-01-14T03:16:24.982+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=170.6Mi, Sys=14.1Mi, NumGC=3248","level":"stat"}
+{"@timestamp":"2025-01-14T03:17:24.983+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=170.6Mi, Sys=14.1Mi, NumGC=3248","level":"stat"}
+{"@timestamp":"2025-01-14T03:18:24.983+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=170.6Mi, Sys=14.1Mi, NumGC=3249","level":"stat"}
+{"@timestamp":"2025-01-14T03:19:24.983+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=170.7Mi, Sys=14.1Mi, NumGC=3249","level":"stat"}
+{"@timestamp":"2025-01-14T03:20:24.983+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=170.7Mi, Sys=14.1Mi, NumGC=3250","level":"stat"}
+{"@timestamp":"2025-01-14T03:21:24.983+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=170.7Mi, Sys=14.1Mi, NumGC=3250","level":"stat"}
+{"@timestamp":"2025-01-14T03:22:24.984+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=170.7Mi, Sys=14.1Mi, NumGC=3251","level":"stat"}
+{"@timestamp":"2025-01-14T03:23:24.983+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=170.7Mi, Sys=14.1Mi, NumGC=3251","level":"stat"}
+{"@timestamp":"2025-01-14T03:24:24.984+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=170.8Mi, Sys=14.1Mi, NumGC=3252","level":"stat"}
+{"@timestamp":"2025-01-14T03:25:24.984+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=170.8Mi, Sys=14.1Mi, NumGC=3252","level":"stat"}
+{"@timestamp":"2025-01-14T03:26:24.984+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=170.8Mi, Sys=14.1Mi, NumGC=3253","level":"stat"}
+{"@timestamp":"2025-01-14T03:27:24.984+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=170.8Mi, Sys=14.1Mi, NumGC=3253","level":"stat"}
+{"@timestamp":"2025-01-14T03:28:24.985+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=170.9Mi, Sys=14.1Mi, NumGC=3254","level":"stat"}
+{"@timestamp":"2025-01-14T03:29:24.864+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=170.9Mi, Sys=14.1Mi, NumGC=3254","level":"stat"}
+{"@timestamp":"2025-01-14T03:30:24.863+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=170.9Mi, Sys=14.1Mi, NumGC=3255","level":"stat"}
+{"@timestamp":"2025-01-14T03:31:24.862+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=170.9Mi, Sys=14.1Mi, NumGC=3255","level":"stat"}
+{"@timestamp":"2025-01-14T03:32:24.861+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=170.9Mi, Sys=14.1Mi, NumGC=3256","level":"stat"}
+{"@timestamp":"2025-01-14T03:33:24.860+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=171.0Mi, Sys=14.1Mi, NumGC=3256","level":"stat"}
+{"@timestamp":"2025-01-14T03:34:24.858+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=171.0Mi, Sys=14.1Mi, NumGC=3257","level":"stat"}
+{"@timestamp":"2025-01-14T03:35:24.857+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=171.0Mi, Sys=14.1Mi, NumGC=3257","level":"stat"}
+{"@timestamp":"2025-01-14T03:36:24.856+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=171.0Mi, Sys=14.1Mi, NumGC=3258","level":"stat"}
+{"@timestamp":"2025-01-14T03:37:24.854+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=171.0Mi, Sys=14.1Mi, NumGC=3258","level":"stat"}
+{"@timestamp":"2025-01-14T03:38:24.853+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=171.1Mi, Sys=14.1Mi, NumGC=3259","level":"stat"}
+{"@timestamp":"2025-01-14T03:39:24.853+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=171.1Mi, Sys=14.1Mi, NumGC=3259","level":"stat"}
+{"@timestamp":"2025-01-14T03:40:24.852+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=171.1Mi, Sys=14.1Mi, NumGC=3260","level":"stat"}
+{"@timestamp":"2025-01-14T03:41:24.850+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=171.1Mi, Sys=14.1Mi, NumGC=3260","level":"stat"}
+{"@timestamp":"2025-01-14T03:42:24.849+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=171.1Mi, Sys=14.1Mi, NumGC=3261","level":"stat"}
+{"@timestamp":"2025-01-14T03:43:24.847+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=171.2Mi, Sys=14.1Mi, NumGC=3261","level":"stat"}
+{"@timestamp":"2025-01-14T03:44:24.846+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=171.2Mi, Sys=14.1Mi, NumGC=3262","level":"stat"}
+{"@timestamp":"2025-01-14T03:45:24.846+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=171.2Mi, Sys=14.1Mi, NumGC=3262","level":"stat"}
+{"@timestamp":"2025-01-14T03:46:24.766+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=171.2Mi, Sys=14.1Mi, NumGC=3263","level":"stat"}
+{"@timestamp":"2025-01-14T03:47:24.764+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=171.2Mi, Sys=14.1Mi, NumGC=3263","level":"stat"}
+{"@timestamp":"2025-01-14T03:48:24.763+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=171.3Mi, Sys=14.1Mi, NumGC=3264","level":"stat"}
+{"@timestamp":"2025-01-14T03:49:24.759+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=171.3Mi, Sys=14.1Mi, NumGC=3264","level":"stat"}
+{"@timestamp":"2025-01-14T03:50:24.758+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=171.3Mi, Sys=14.1Mi, NumGC=3265","level":"stat"}
+{"@timestamp":"2025-01-14T03:51:24.756+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=171.3Mi, Sys=14.1Mi, NumGC=3265","level":"stat"}
+{"@timestamp":"2025-01-14T03:52:24.753+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=171.3Mi, Sys=14.1Mi, NumGC=3266","level":"stat"}
+{"@timestamp":"2025-01-14T03:53:24.752+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=171.4Mi, Sys=14.1Mi, NumGC=3266","level":"stat"}
+{"@timestamp":"2025-01-14T03:54:24.750+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=171.4Mi, Sys=14.1Mi, NumGC=3267","level":"stat"}
+{"@timestamp":"2025-01-14T03:55:24.748+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=171.4Mi, Sys=14.1Mi, NumGC=3267","level":"stat"}
+{"@timestamp":"2025-01-14T03:56:24.745+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=171.4Mi, Sys=14.1Mi, NumGC=3268","level":"stat"}
+{"@timestamp":"2025-01-14T03:57:24.744+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=171.4Mi, Sys=14.1Mi, NumGC=3268","level":"stat"}
+{"@timestamp":"2025-01-14T03:58:24.741+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=171.5Mi, Sys=14.1Mi, NumGC=3269","level":"stat"}
+{"@timestamp":"2025-01-14T03:59:24.739+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=171.5Mi, Sys=14.1Mi, NumGC=3269","level":"stat"}
+{"@timestamp":"2025-01-14T04:00:24.738+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=171.5Mi, Sys=14.1Mi, NumGC=3270","level":"stat"}
+{"@timestamp":"2025-01-14T04:01:24.735+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=171.5Mi, Sys=14.1Mi, NumGC=3270","level":"stat"}
+{"@timestamp":"2025-01-14T04:02:24.733+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=171.5Mi, Sys=14.1Mi, NumGC=3271","level":"stat"}
+{"@timestamp":"2025-01-14T04:03:24.731+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=171.6Mi, Sys=14.1Mi, NumGC=3271","level":"stat"}
+{"@timestamp":"2025-01-14T04:04:24.728+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=171.6Mi, Sys=14.1Mi, NumGC=3272","level":"stat"}
+{"@timestamp":"2025-01-14T04:05:24.726+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=171.6Mi, Sys=14.1Mi, NumGC=3272","level":"stat"}
+{"@timestamp":"2025-01-14T04:06:24.724+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=171.6Mi, Sys=14.1Mi, NumGC=3273","level":"stat"}
+{"@timestamp":"2025-01-14T04:07:24.723+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=171.6Mi, Sys=14.1Mi, NumGC=3273","level":"stat"}
+{"@timestamp":"2025-01-14T04:08:24.775+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=171.7Mi, Sys=14.1Mi, NumGC=3274","level":"stat"}
+{"@timestamp":"2025-01-14T04:09:24.774+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=171.7Mi, Sys=14.1Mi, NumGC=3274","level":"stat"}
+{"@timestamp":"2025-01-14T04:10:24.773+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=171.7Mi, Sys=14.1Mi, NumGC=3275","level":"stat"}
+{"@timestamp":"2025-01-14T04:11:24.771+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=171.7Mi, Sys=14.1Mi, NumGC=3275","level":"stat"}
+{"@timestamp":"2025-01-14T04:12:24.770+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=171.7Mi, Sys=14.1Mi, NumGC=3276","level":"stat"}
+{"@timestamp":"2025-01-14T04:13:24.768+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=171.8Mi, Sys=14.1Mi, NumGC=3276","level":"stat"}
+{"@timestamp":"2025-01-14T04:14:24.767+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=171.8Mi, Sys=14.1Mi, NumGC=3277","level":"stat"}
+{"@timestamp":"2025-01-14T04:15:24.766+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=171.8Mi, Sys=14.1Mi, NumGC=3277","level":"stat"}
+{"@timestamp":"2025-01-14T04:16:24.764+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=171.8Mi, Sys=14.1Mi, NumGC=3278","level":"stat"}
+{"@timestamp":"2025-01-14T04:17:24.763+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=171.8Mi, Sys=14.1Mi, NumGC=3278","level":"stat"}
+{"@timestamp":"2025-01-14T04:18:24.761+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=171.9Mi, Sys=14.1Mi, NumGC=3279","level":"stat"}
+{"@timestamp":"2025-01-14T04:19:24.760+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=171.9Mi, Sys=14.1Mi, NumGC=3279","level":"stat"}
+{"@timestamp":"2025-01-14T04:20:24.758+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=171.9Mi, Sys=14.1Mi, NumGC=3280","level":"stat"}
+{"@timestamp":"2025-01-14T04:21:24.757+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=171.9Mi, Sys=14.1Mi, NumGC=3280","level":"stat"}
+{"@timestamp":"2025-01-14T04:22:24.756+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=171.9Mi, Sys=14.1Mi, NumGC=3281","level":"stat"}
+{"@timestamp":"2025-01-14T04:23:24.754+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=172.0Mi, Sys=14.1Mi, NumGC=3281","level":"stat"}
+{"@timestamp":"2025-01-14T04:24:24.841+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=172.0Mi, Sys=14.1Mi, NumGC=3282","level":"stat"}
+{"@timestamp":"2025-01-14T04:25:24.840+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=172.0Mi, Sys=14.1Mi, NumGC=3282","level":"stat"}
+{"@timestamp":"2025-01-14T04:26:24.840+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=172.0Mi, Sys=14.1Mi, NumGC=3283","level":"stat"}
+{"@timestamp":"2025-01-14T04:27:24.840+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=172.0Mi, Sys=14.1Mi, NumGC=3283","level":"stat"}
+{"@timestamp":"2025-01-14T04:28:24.839+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=172.1Mi, Sys=14.1Mi, NumGC=3284","level":"stat"}
+{"@timestamp":"2025-01-14T04:29:24.839+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=172.1Mi, Sys=14.1Mi, NumGC=3284","level":"stat"}
+{"@timestamp":"2025-01-14T04:30:24.839+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=172.1Mi, Sys=14.1Mi, NumGC=3285","level":"stat"}
+{"@timestamp":"2025-01-14T04:31:24.838+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=172.1Mi, Sys=14.1Mi, NumGC=3285","level":"stat"}
+{"@timestamp":"2025-01-14T04:32:24.838+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=172.2Mi, Sys=14.1Mi, NumGC=3286","level":"stat"}
+{"@timestamp":"2025-01-14T04:33:24.838+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=172.2Mi, Sys=14.1Mi, NumGC=3286","level":"stat"}
+{"@timestamp":"2025-01-14T04:34:24.838+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=172.2Mi, Sys=14.1Mi, NumGC=3287","level":"stat"}
+{"@timestamp":"2025-01-14T04:35:24.837+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=172.2Mi, Sys=14.1Mi, NumGC=3287","level":"stat"}
+{"@timestamp":"2025-01-14T04:36:24.837+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=172.2Mi, Sys=14.1Mi, NumGC=3288","level":"stat"}
+{"@timestamp":"2025-01-14T04:37:24.836+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=172.2Mi, Sys=14.1Mi, NumGC=3288","level":"stat"}
+{"@timestamp":"2025-01-14T04:38:24.836+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=172.3Mi, Sys=14.1Mi, NumGC=3289","level":"stat"}
+{"@timestamp":"2025-01-14T04:39:24.836+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=172.3Mi, Sys=14.1Mi, NumGC=3289","level":"stat"}
+{"@timestamp":"2025-01-14T04:40:24.866+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=172.3Mi, Sys=14.1Mi, NumGC=3290","level":"stat"}
+{"@timestamp":"2025-01-14T04:41:24.868+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=172.3Mi, Sys=14.1Mi, NumGC=3290","level":"stat"}
+{"@timestamp":"2025-01-14T04:42:24.868+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=172.4Mi, Sys=14.1Mi, NumGC=3291","level":"stat"}
+{"@timestamp":"2025-01-14T04:43:24.868+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=172.4Mi, Sys=14.1Mi, NumGC=3291","level":"stat"}
+{"@timestamp":"2025-01-14T04:44:24.868+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=172.4Mi, Sys=14.1Mi, NumGC=3292","level":"stat"}
+{"@timestamp":"2025-01-14T04:45:24.868+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=172.4Mi, Sys=14.1Mi, NumGC=3292","level":"stat"}
+{"@timestamp":"2025-01-14T04:46:24.868+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=172.4Mi, Sys=14.1Mi, NumGC=3293","level":"stat"}
+{"@timestamp":"2025-01-14T04:47:24.868+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=172.5Mi, Sys=14.1Mi, NumGC=3293","level":"stat"}
+{"@timestamp":"2025-01-14T04:48:24.868+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=172.5Mi, Sys=14.1Mi, NumGC=3294","level":"stat"}
+{"@timestamp":"2025-01-14T04:49:24.868+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=172.5Mi, Sys=14.1Mi, NumGC=3294","level":"stat"}
+{"@timestamp":"2025-01-14T04:50:24.868+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=172.5Mi, Sys=14.1Mi, NumGC=3295","level":"stat"}
+{"@timestamp":"2025-01-14T04:51:24.868+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=172.5Mi, Sys=14.1Mi, NumGC=3295","level":"stat"}
+{"@timestamp":"2025-01-14T04:52:24.868+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=172.6Mi, Sys=14.1Mi, NumGC=3296","level":"stat"}
+{"@timestamp":"2025-01-14T04:53:24.868+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=172.6Mi, Sys=14.1Mi, NumGC=3296","level":"stat"}
+{"@timestamp":"2025-01-14T04:54:24.868+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=172.6Mi, Sys=14.1Mi, NumGC=3297","level":"stat"}
+{"@timestamp":"2025-01-14T04:55:24.811+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=172.6Mi, Sys=14.1Mi, NumGC=3297","level":"stat"}
+{"@timestamp":"2025-01-14T05:27:03.091+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=172.6Mi, Sys=14.1Mi, NumGC=3298","level":"stat"}
+{"@timestamp":"2025-01-14T05:28:03.099+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=172.7Mi, Sys=14.1Mi, NumGC=3298","level":"stat"}
+{"@timestamp":"2025-01-14T05:45:53.446+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=172.7Mi, Sys=14.1Mi, NumGC=3299","level":"stat"}
+{"@timestamp":"2025-01-14T06:02:01.492+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=172.7Mi, Sys=14.1Mi, NumGC=3299","level":"stat"}
+{"@timestamp":"2025-01-14T06:18:11.510+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=172.7Mi, Sys=14.1Mi, NumGC=3300","level":"stat"}
+{"@timestamp":"2025-01-14T06:34:36.528+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=172.7Mi, Sys=14.1Mi, NumGC=3300","level":"stat"}
+{"@timestamp":"2025-01-14T06:35:36.527+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=172.8Mi, Sys=14.1Mi, NumGC=3301","level":"stat"}
+{"@timestamp":"2025-01-14T06:36:36.527+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=172.8Mi, Sys=14.1Mi, NumGC=3301","level":"stat"}
+{"@timestamp":"2025-01-14T06:53:01.672+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=172.8Mi, Sys=14.1Mi, NumGC=3302","level":"stat"}
+{"@timestamp":"2025-01-14T07:11:43.939+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=172.8Mi, Sys=14.1Mi, NumGC=3302","level":"stat"}
+{"@timestamp":"2025-01-14T07:12:43.897+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=172.9Mi, Sys=14.1Mi, NumGC=3303","level":"stat"}
+{"@timestamp":"2025-01-14T07:13:43.895+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=172.9Mi, Sys=14.1Mi, NumGC=3303","level":"stat"}
+{"@timestamp":"2025-01-14T07:14:43.896+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=172.9Mi, Sys=14.1Mi, NumGC=3304","level":"stat"}
+{"@timestamp":"2025-01-14T07:15:43.895+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=172.9Mi, Sys=14.1Mi, NumGC=3304","level":"stat"}
+{"@timestamp":"2025-01-14T07:16:43.896+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=172.9Mi, Sys=14.1Mi, NumGC=3305","level":"stat"}
+{"@timestamp":"2025-01-14T07:17:43.895+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=172.9Mi, Sys=14.1Mi, NumGC=3305","level":"stat"}
+{"@timestamp":"2025-01-14T07:18:43.895+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=173.0Mi, Sys=14.1Mi, NumGC=3306","level":"stat"}
+{"@timestamp":"2025-01-14T07:19:43.895+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=173.0Mi, Sys=14.1Mi, NumGC=3306","level":"stat"}
+{"@timestamp":"2025-01-14T07:20:43.895+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=173.0Mi, Sys=14.1Mi, NumGC=3307","level":"stat"}
+{"@timestamp":"2025-01-14T07:21:43.892+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=173.0Mi, Sys=14.1Mi, NumGC=3307","level":"stat"}
+{"@timestamp":"2025-01-14T07:22:43.895+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=173.1Mi, Sys=14.1Mi, NumGC=3308","level":"stat"}
+{"@timestamp":"2025-01-14T07:23:43.895+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=173.1Mi, Sys=14.1Mi, NumGC=3308","level":"stat"}
+{"@timestamp":"2025-01-14T07:24:43.895+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=173.1Mi, Sys=14.1Mi, NumGC=3309","level":"stat"}
+{"@timestamp":"2025-01-14T07:25:43.893+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=173.1Mi, Sys=14.1Mi, NumGC=3309","level":"stat"}
+{"@timestamp":"2025-01-14T07:26:43.894+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=173.1Mi, Sys=14.1Mi, NumGC=3310","level":"stat"}
+{"@timestamp":"2025-01-14T07:27:43.894+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=173.2Mi, Sys=14.1Mi, NumGC=3310","level":"stat"}
+{"@timestamp":"2025-01-14T07:28:43.893+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=173.2Mi, Sys=14.1Mi, NumGC=3311","level":"stat"}
+{"@timestamp":"2025-01-14T07:29:43.894+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=173.2Mi, Sys=14.1Mi, NumGC=3311","level":"stat"}
+{"@timestamp":"2025-01-14T07:30:43.893+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=173.2Mi, Sys=14.1Mi, NumGC=3312","level":"stat"}
+{"@timestamp":"2025-01-14T07:31:43.893+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=173.2Mi, Sys=14.1Mi, NumGC=3312","level":"stat"}
+{"@timestamp":"2025-01-14T07:32:43.893+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=173.3Mi, Sys=14.1Mi, NumGC=3313","level":"stat"}
+{"@timestamp":"2025-01-14T07:33:43.893+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=173.3Mi, Sys=14.1Mi, NumGC=3313","level":"stat"}
+{"@timestamp":"2025-01-14T07:34:43.893+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=173.3Mi, Sys=14.1Mi, NumGC=3314","level":"stat"}
+{"@timestamp":"2025-01-14T07:35:43.892+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=173.3Mi, Sys=14.1Mi, NumGC=3314","level":"stat"}
+{"@timestamp":"2025-01-14T07:36:43.892+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=173.3Mi, Sys=14.1Mi, NumGC=3315","level":"stat"}
+{"@timestamp":"2025-01-14T07:37:43.892+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=173.4Mi, Sys=14.1Mi, NumGC=3315","level":"stat"}
+{"@timestamp":"2025-01-14T07:38:43.892+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=173.4Mi, Sys=14.1Mi, NumGC=3316","level":"stat"}
+{"@timestamp":"2025-01-14T07:39:43.891+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=173.4Mi, Sys=14.1Mi, NumGC=3316","level":"stat"}
+{"@timestamp":"2025-01-14T07:40:43.891+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=173.4Mi, Sys=14.1Mi, NumGC=3317","level":"stat"}
+{"@timestamp":"2025-01-14T07:41:43.890+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=173.4Mi, Sys=14.1Mi, NumGC=3317","level":"stat"}
+{"@timestamp":"2025-01-14T07:42:43.890+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=173.5Mi, Sys=14.1Mi, NumGC=3318","level":"stat"}
+{"@timestamp":"2025-01-14T07:43:43.890+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=173.5Mi, Sys=14.1Mi, NumGC=3318","level":"stat"}
+{"@timestamp":"2025-01-14T07:44:43.890+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=173.5Mi, Sys=14.1Mi, NumGC=3319","level":"stat"}
+{"@timestamp":"2025-01-14T07:45:43.888+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=173.5Mi, Sys=14.1Mi, NumGC=3319","level":"stat"}
+{"@timestamp":"2025-01-14T07:46:43.889+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=173.5Mi, Sys=14.1Mi, NumGC=3320","level":"stat"}
+{"@timestamp":"2025-01-14T07:47:43.889+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=173.6Mi, Sys=14.1Mi, NumGC=3320","level":"stat"}
+{"@timestamp":"2025-01-14T07:48:43.888+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=173.6Mi, Sys=14.1Mi, NumGC=3321","level":"stat"}
+{"@timestamp":"2025-01-14T07:49:43.888+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=173.6Mi, Sys=14.1Mi, NumGC=3321","level":"stat"}
+{"@timestamp":"2025-01-14T07:50:43.888+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=173.6Mi, Sys=14.1Mi, NumGC=3322","level":"stat"}
+{"@timestamp":"2025-01-14T07:51:43.886+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=173.6Mi, Sys=14.1Mi, NumGC=3322","level":"stat"}
+{"@timestamp":"2025-01-14T07:52:43.888+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=173.7Mi, Sys=14.1Mi, NumGC=3323","level":"stat"}
+{"@timestamp":"2025-01-14T07:53:43.886+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=173.7Mi, Sys=14.1Mi, NumGC=3323","level":"stat"}
+{"@timestamp":"2025-01-14T07:54:43.885+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=173.7Mi, Sys=14.1Mi, NumGC=3324","level":"stat"}
+{"@timestamp":"2025-01-14T07:55:43.887+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=173.7Mi, Sys=14.1Mi, NumGC=3324","level":"stat"}
+{"@timestamp":"2025-01-14T07:56:43.885+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=173.7Mi, Sys=14.1Mi, NumGC=3325","level":"stat"}
+{"@timestamp":"2025-01-14T07:57:43.887+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=173.8Mi, Sys=14.1Mi, NumGC=3325","level":"stat"}
+{"@timestamp":"2025-01-14T07:58:43.886+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=173.8Mi, Sys=14.1Mi, NumGC=3326","level":"stat"}
+{"@timestamp":"2025-01-14T07:59:43.886+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=173.8Mi, Sys=14.1Mi, NumGC=3326","level":"stat"}
+{"@timestamp":"2025-01-14T08:00:43.886+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=173.8Mi, Sys=14.1Mi, NumGC=3327","level":"stat"}
+{"@timestamp":"2025-01-14T08:01:43.884+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=173.8Mi, Sys=14.1Mi, NumGC=3327","level":"stat"}
+{"@timestamp":"2025-01-14T08:02:43.886+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=173.9Mi, Sys=14.1Mi, NumGC=3328","level":"stat"}
+{"@timestamp":"2025-01-14T08:03:43.871+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=173.9Mi, Sys=14.1Mi, NumGC=3328","level":"stat"}
+{"@timestamp":"2025-01-14T08:04:43.869+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=173.9Mi, Sys=14.1Mi, NumGC=3329","level":"stat"}
+{"@timestamp":"2025-01-14T08:05:43.869+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=173.9Mi, Sys=14.1Mi, NumGC=3329","level":"stat"}
+{"@timestamp":"2025-01-14T08:06:43.868+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=173.9Mi, Sys=14.1Mi, NumGC=3330","level":"stat"}
+{"@timestamp":"2025-01-14T08:07:43.866+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=174.0Mi, Sys=14.1Mi, NumGC=3330","level":"stat"}
+{"@timestamp":"2025-01-14T08:08:43.867+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=174.0Mi, Sys=14.1Mi, NumGC=3331","level":"stat"}
+{"@timestamp":"2025-01-14T08:09:43.866+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=174.0Mi, Sys=14.1Mi, NumGC=3331","level":"stat"}
+{"@timestamp":"2025-01-14T08:10:43.866+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=174.0Mi, Sys=14.1Mi, NumGC=3332","level":"stat"}
+{"@timestamp":"2025-01-14T08:11:43.866+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=174.0Mi, Sys=14.1Mi, NumGC=3332","level":"stat"}
+{"@timestamp":"2025-01-14T08:28:32.322+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=174.1Mi, Sys=14.1Mi, NumGC=3333","level":"stat"}
+{"@timestamp":"2025-01-14T08:44:54.306+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=174.1Mi, Sys=14.1Mi, NumGC=3333","level":"stat"}
+{"@timestamp":"2025-01-14T08:45:54.312+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=174.1Mi, Sys=14.1Mi, NumGC=3334","level":"stat"}
+{"@timestamp":"2025-01-14T08:46:54.313+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=174.1Mi, Sys=14.1Mi, NumGC=3334","level":"stat"}
+{"@timestamp":"2025-01-14T08:47:54.314+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=174.2Mi, Sys=14.1Mi, NumGC=3335","level":"stat"}
+{"@timestamp":"2025-01-14T08:48:54.314+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=174.2Mi, Sys=14.1Mi, NumGC=3335","level":"stat"}
+{"@timestamp":"2025-01-14T08:57:31.187+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=174.2Mi, Sys=14.1Mi, NumGC=3336","level":"stat"}
+{"@timestamp":"2025-01-14T08:58:31.190+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=174.2Mi, Sys=14.1Mi, NumGC=3336","level":"stat"}
+{"@timestamp":"2025-01-14T08:59:31.189+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=174.2Mi, Sys=14.1Mi, NumGC=3337","level":"stat"}
+{"@timestamp":"2025-01-14T09:00:31.191+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=174.3Mi, Sys=14.1Mi, NumGC=3337","level":"stat"}
+{"@timestamp":"2025-01-14T09:01:31.193+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=174.3Mi, Sys=14.1Mi, NumGC=3338","level":"stat"}
+{"@timestamp":"2025-01-14T09:02:31.193+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=174.3Mi, Sys=14.1Mi, NumGC=3338","level":"stat"}
+{"@timestamp":"2025-01-14T09:03:31.193+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=174.3Mi, Sys=14.1Mi, NumGC=3339","level":"stat"}
+{"@timestamp":"2025-01-14T09:04:31.195+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=174.3Mi, Sys=14.1Mi, NumGC=3339","level":"stat"}
+{"@timestamp":"2025-01-14T09:05:31.196+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=174.4Mi, Sys=14.1Mi, NumGC=3340","level":"stat"}
+{"@timestamp":"2025-01-14T09:06:31.197+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=174.4Mi, Sys=14.1Mi, NumGC=3340","level":"stat"}
+{"@timestamp":"2025-01-14T09:07:31.198+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=174.4Mi, Sys=14.1Mi, NumGC=3341","level":"stat"}
+{"@timestamp":"2025-01-14T09:08:31.199+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=174.4Mi, Sys=14.1Mi, NumGC=3341","level":"stat"}
+{"@timestamp":"2025-01-14T09:09:31.200+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=174.4Mi, Sys=14.1Mi, NumGC=3342","level":"stat"}
+{"@timestamp":"2025-01-14T09:10:31.201+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=174.5Mi, Sys=14.1Mi, NumGC=3342","level":"stat"}
+{"@timestamp":"2025-01-14T09:11:31.202+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=174.5Mi, Sys=14.1Mi, NumGC=3343","level":"stat"}
+{"@timestamp":"2025-01-14T09:12:31.202+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=174.5Mi, Sys=14.1Mi, NumGC=3343","level":"stat"}
+{"@timestamp":"2025-01-14T09:13:31.204+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=174.5Mi, Sys=14.1Mi, NumGC=3344","level":"stat"}
+{"@timestamp":"2025-01-14T09:14:31.193+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=174.5Mi, Sys=14.1Mi, NumGC=3344","level":"stat"}
+{"@timestamp":"2025-01-14T09:15:31.193+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=174.6Mi, Sys=14.1Mi, NumGC=3345","level":"stat"}
+{"@timestamp":"2025-01-14T09:16:31.194+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=174.6Mi, Sys=14.1Mi, NumGC=3345","level":"stat"}
+{"@timestamp":"2025-01-14T09:17:31.195+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=174.6Mi, Sys=14.1Mi, NumGC=3346","level":"stat"}
+{"@timestamp":"2025-01-14T09:18:31.194+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=174.6Mi, Sys=14.1Mi, NumGC=3346","level":"stat"}
+{"@timestamp":"2025-01-14T09:19:31.197+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=174.6Mi, Sys=14.1Mi, NumGC=3347","level":"stat"}
+{"@timestamp":"2025-01-14T09:20:31.198+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=174.7Mi, Sys=14.1Mi, NumGC=3347","level":"stat"}
+{"@timestamp":"2025-01-14T09:21:31.198+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=174.7Mi, Sys=14.1Mi, NumGC=3348","level":"stat"}
+{"@timestamp":"2025-01-14T09:22:31.199+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=174.7Mi, Sys=14.1Mi, NumGC=3348","level":"stat"}
+{"@timestamp":"2025-01-14T09:23:31.200+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=174.7Mi, Sys=14.1Mi, NumGC=3349","level":"stat"}
+{"@timestamp":"2025-01-14T09:24:31.200+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=174.8Mi, Sys=14.1Mi, NumGC=3349","level":"stat"}
+{"@timestamp":"2025-01-14T09:25:31.202+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=174.8Mi, Sys=14.1Mi, NumGC=3350","level":"stat"}
+{"@timestamp":"2025-01-14T09:26:31.203+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=174.8Mi, Sys=14.1Mi, NumGC=3350","level":"stat"}
+{"@timestamp":"2025-01-14T09:27:31.203+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=174.8Mi, Sys=14.1Mi, NumGC=3351","level":"stat"}
+{"@timestamp":"2025-01-14T09:28:31.204+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=174.8Mi, Sys=14.1Mi, NumGC=3351","level":"stat"}
+{"@timestamp":"2025-01-14T09:29:31.205+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=174.9Mi, Sys=14.1Mi, NumGC=3352","level":"stat"}
+{"@timestamp":"2025-01-14T09:30:31.206+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=174.9Mi, Sys=14.1Mi, NumGC=3352","level":"stat"}
+{"@timestamp":"2025-01-14T09:31:31.206+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=174.9Mi, Sys=14.1Mi, NumGC=3353","level":"stat"}
+{"@timestamp":"2025-01-14T09:32:31.207+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=174.9Mi, Sys=14.1Mi, NumGC=3353","level":"stat"}
+{"@timestamp":"2025-01-14T09:33:31.208+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=174.9Mi, Sys=14.1Mi, NumGC=3354","level":"stat"}
+{"@timestamp":"2025-01-14T09:34:31.209+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=175.0Mi, Sys=14.1Mi, NumGC=3354","level":"stat"}
+{"@timestamp":"2025-01-14T09:35:31.210+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=175.0Mi, Sys=14.1Mi, NumGC=3355","level":"stat"}
+{"@timestamp":"2025-01-14T09:36:31.210+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=175.0Mi, Sys=14.1Mi, NumGC=3355","level":"stat"}
+{"@timestamp":"2025-01-14T09:37:31.211+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=175.0Mi, Sys=14.1Mi, NumGC=3356","level":"stat"}
+{"@timestamp":"2025-01-14T09:38:31.215+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=175.0Mi, Sys=14.1Mi, NumGC=3356","level":"stat"}
+{"@timestamp":"2025-01-14T09:39:31.217+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=175.1Mi, Sys=14.1Mi, NumGC=3357","level":"stat"}
+{"@timestamp":"2025-01-14T09:40:31.218+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=175.1Mi, Sys=14.1Mi, NumGC=3357","level":"stat"}
+{"@timestamp":"2025-01-14T09:41:31.218+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=175.1Mi, Sys=14.1Mi, NumGC=3358","level":"stat"}
+{"@timestamp":"2025-01-14T09:42:31.220+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=175.1Mi, Sys=14.1Mi, NumGC=3358","level":"stat"}
+{"@timestamp":"2025-01-14T09:43:31.220+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=175.1Mi, Sys=14.1Mi, NumGC=3359","level":"stat"}
+{"@timestamp":"2025-01-14T09:44:31.221+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=175.2Mi, Sys=14.1Mi, NumGC=3359","level":"stat"}
+{"@timestamp":"2025-01-14T09:45:31.222+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=175.2Mi, Sys=14.1Mi, NumGC=3360","level":"stat"}
+{"@timestamp":"2025-01-14T09:46:31.223+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=175.2Mi, Sys=14.1Mi, NumGC=3360","level":"stat"}
+{"@timestamp":"2025-01-14T09:47:31.224+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=175.2Mi, Sys=14.1Mi, NumGC=3361","level":"stat"}
+{"@timestamp":"2025-01-14T09:48:31.225+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=175.2Mi, Sys=14.1Mi, NumGC=3361","level":"stat"}
+{"@timestamp":"2025-01-14T09:49:31.226+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=175.3Mi, Sys=14.1Mi, NumGC=3362","level":"stat"}
+{"@timestamp":"2025-01-14T09:50:31.226+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=175.3Mi, Sys=14.1Mi, NumGC=3362","level":"stat"}
+{"@timestamp":"2025-01-14T09:51:31.228+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=175.3Mi, Sys=14.1Mi, NumGC=3363","level":"stat"}
+{"@timestamp":"2025-01-14T09:52:31.228+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=175.3Mi, Sys=14.1Mi, NumGC=3363","level":"stat"}
+{"@timestamp":"2025-01-14T09:53:31.229+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=175.3Mi, Sys=14.1Mi, NumGC=3364","level":"stat"}
+{"@timestamp":"2025-01-14T09:54:31.230+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=175.4Mi, Sys=14.1Mi, NumGC=3364","level":"stat"}
+{"@timestamp":"2025-01-14T09:55:31.230+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=175.4Mi, Sys=14.1Mi, NumGC=3365","level":"stat"}
+{"@timestamp":"2025-01-14T09:56:31.232+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=175.4Mi, Sys=14.1Mi, NumGC=3365","level":"stat"}
+{"@timestamp":"2025-01-14T09:57:31.231+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=175.4Mi, Sys=14.1Mi, NumGC=3366","level":"stat"}
+{"@timestamp":"2025-01-14T09:58:31.232+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=175.4Mi, Sys=14.1Mi, NumGC=3366","level":"stat"}
+{"@timestamp":"2025-01-14T09:59:31.235+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=175.5Mi, Sys=14.1Mi, NumGC=3367","level":"stat"}
+{"@timestamp":"2025-01-14T10:16:21.044+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=175.5Mi, Sys=14.1Mi, NumGC=3367","level":"stat"}
+{"@timestamp":"2025-01-14T10:32:45.974+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=175.5Mi, Sys=14.1Mi, NumGC=3368","level":"stat"}
+{"@timestamp":"2025-01-14T10:49:11.012+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=175.5Mi, Sys=14.1Mi, NumGC=3368","level":"stat"}
+{"@timestamp":"2025-01-14T10:50:10.997+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=175.6Mi, Sys=14.1Mi, NumGC=3369","level":"stat"}
+{"@timestamp":"2025-01-14T10:51:10.994+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=175.6Mi, Sys=14.1Mi, NumGC=3369","level":"stat"}
+{"@timestamp":"2025-01-14T10:52:10.992+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=175.6Mi, Sys=14.1Mi, NumGC=3370","level":"stat"}
+{"@timestamp":"2025-01-14T10:53:10.992+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=175.6Mi, Sys=14.1Mi, NumGC=3370","level":"stat"}
+{"@timestamp":"2025-01-14T10:54:10.990+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=175.6Mi, Sys=14.1Mi, NumGC=3371","level":"stat"}
+{"@timestamp":"2025-01-14T10:55:10.989+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=175.7Mi, Sys=14.1Mi, NumGC=3371","level":"stat"}
+{"@timestamp":"2025-01-14T10:56:11.022+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=175.7Mi, Sys=14.1Mi, NumGC=3372","level":"stat"}
+{"@timestamp":"2025-01-14T10:57:11.022+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=175.7Mi, Sys=14.1Mi, NumGC=3372","level":"stat"}
+{"@timestamp":"2025-01-14T10:58:11.023+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=175.7Mi, Sys=14.1Mi, NumGC=3373","level":"stat"}
+{"@timestamp":"2025-01-14T10:59:11.021+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=175.7Mi, Sys=14.1Mi, NumGC=3373","level":"stat"}
+{"@timestamp":"2025-01-14T11:00:11.020+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=175.8Mi, Sys=14.1Mi, NumGC=3374","level":"stat"}
+{"@timestamp":"2025-01-14T11:01:11.019+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=175.8Mi, Sys=14.1Mi, NumGC=3374","level":"stat"}
+{"@timestamp":"2025-01-14T11:02:11.017+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=175.8Mi, Sys=14.1Mi, NumGC=3375","level":"stat"}
+{"@timestamp":"2025-01-14T11:03:11.017+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=175.8Mi, Sys=14.1Mi, NumGC=3375","level":"stat"}
+{"@timestamp":"2025-01-14T11:04:11.016+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=175.8Mi, Sys=14.1Mi, NumGC=3376","level":"stat"}
+{"@timestamp":"2025-01-14T11:05:11.015+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=175.9Mi, Sys=14.1Mi, NumGC=3376","level":"stat"}
+{"@timestamp":"2025-01-14T11:06:11.014+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=175.9Mi, Sys=14.1Mi, NumGC=3377","level":"stat"}
+{"@timestamp":"2025-01-14T11:07:11.013+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=175.9Mi, Sys=14.1Mi, NumGC=3377","level":"stat"}
+{"@timestamp":"2025-01-14T11:08:11.012+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=175.9Mi, Sys=14.1Mi, NumGC=3378","level":"stat"}
+{"@timestamp":"2025-01-14T11:09:11.010+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=175.9Mi, Sys=14.1Mi, NumGC=3378","level":"stat"}
+{"@timestamp":"2025-01-14T11:10:11.009+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=176.0Mi, Sys=14.1Mi, NumGC=3379","level":"stat"}
+{"@timestamp":"2025-01-14T11:11:11.009+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=176.0Mi, Sys=14.1Mi, NumGC=3379","level":"stat"}
+{"@timestamp":"2025-01-14T11:12:10.883+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=176.0Mi, Sys=14.1Mi, NumGC=3380","level":"stat"}
+{"@timestamp":"2025-01-14T11:13:10.882+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=176.0Mi, Sys=14.1Mi, NumGC=3380","level":"stat"}
+{"@timestamp":"2025-01-14T11:14:10.879+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=176.0Mi, Sys=14.1Mi, NumGC=3381","level":"stat"}
+{"@timestamp":"2025-01-14T11:15:10.878+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=176.1Mi, Sys=14.1Mi, NumGC=3381","level":"stat"}
+{"@timestamp":"2025-01-14T11:16:10.875+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=176.1Mi, Sys=14.1Mi, NumGC=3382","level":"stat"}
+{"@timestamp":"2025-01-14T11:17:10.871+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=176.1Mi, Sys=14.1Mi, NumGC=3382","level":"stat"}
+{"@timestamp":"2025-01-14T11:18:10.871+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=176.1Mi, Sys=14.1Mi, NumGC=3383","level":"stat"}
+{"@timestamp":"2025-01-14T11:19:10.868+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=176.2Mi, Sys=14.1Mi, NumGC=3383","level":"stat"}
+{"@timestamp":"2025-01-14T11:20:10.864+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=176.2Mi, Sys=14.1Mi, NumGC=3384","level":"stat"}
+{"@timestamp":"2025-01-14T11:21:10.863+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=176.2Mi, Sys=14.1Mi, NumGC=3384","level":"stat"}
+{"@timestamp":"2025-01-14T11:22:10.861+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=176.2Mi, Sys=14.1Mi, NumGC=3385","level":"stat"}
+{"@timestamp":"2025-01-14T11:23:10.858+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=176.2Mi, Sys=14.1Mi, NumGC=3385","level":"stat"}
+{"@timestamp":"2025-01-14T11:24:10.856+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=176.3Mi, Sys=14.1Mi, NumGC=3386","level":"stat"}
+{"@timestamp":"2025-01-14T11:25:10.854+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=176.3Mi, Sys=14.1Mi, NumGC=3386","level":"stat"}
+{"@timestamp":"2025-01-14T11:26:10.851+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=176.3Mi, Sys=14.1Mi, NumGC=3387","level":"stat"}
+{"@timestamp":"2025-01-14T11:27:10.849+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=176.3Mi, Sys=14.1Mi, NumGC=3387","level":"stat"}
+{"@timestamp":"2025-01-14T11:28:10.846+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=176.3Mi, Sys=14.1Mi, NumGC=3388","level":"stat"}
+{"@timestamp":"2025-01-14T11:29:10.844+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=176.4Mi, Sys=14.1Mi, NumGC=3388","level":"stat"}
+{"@timestamp":"2025-01-14T11:30:10.841+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=176.4Mi, Sys=14.1Mi, NumGC=3389","level":"stat"}
+{"@timestamp":"2025-01-14T11:31:10.838+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=176.4Mi, Sys=14.1Mi, NumGC=3389","level":"stat"}
+{"@timestamp":"2025-01-14T11:32:10.837+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=176.4Mi, Sys=14.1Mi, NumGC=3390","level":"stat"}
+{"@timestamp":"2025-01-14T11:33:10.834+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=176.4Mi, Sys=14.1Mi, NumGC=3390","level":"stat"}
+{"@timestamp":"2025-01-14T11:34:10.832+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=176.5Mi, Sys=14.1Mi, NumGC=3391","level":"stat"}
+{"@timestamp":"2025-01-14T11:35:10.829+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=176.5Mi, Sys=14.1Mi, NumGC=3391","level":"stat"}
+{"@timestamp":"2025-01-14T11:36:10.827+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=176.5Mi, Sys=14.1Mi, NumGC=3392","level":"stat"}
+{"@timestamp":"2025-01-14T11:37:10.963+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=176.5Mi, Sys=14.1Mi, NumGC=3392","level":"stat"}
+{"@timestamp":"2025-01-14T11:38:10.963+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=176.6Mi, Sys=14.1Mi, NumGC=3393","level":"stat"}
+{"@timestamp":"2025-01-14T11:39:10.961+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=176.6Mi, Sys=14.1Mi, NumGC=3393","level":"stat"}
+{"@timestamp":"2025-01-14T11:40:10.959+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=176.6Mi, Sys=14.1Mi, NumGC=3394","level":"stat"}
+{"@timestamp":"2025-01-14T11:41:10.960+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=176.6Mi, Sys=14.1Mi, NumGC=3394","level":"stat"}
+{"@timestamp":"2025-01-14T11:42:10.960+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=176.6Mi, Sys=14.1Mi, NumGC=3395","level":"stat"}
+{"@timestamp":"2025-01-14T11:43:10.959+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=176.7Mi, Sys=14.1Mi, NumGC=3395","level":"stat"}
+{"@timestamp":"2025-01-14T11:44:10.958+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=176.7Mi, Sys=14.1Mi, NumGC=3396","level":"stat"}
+{"@timestamp":"2025-01-14T11:45:10.957+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=176.7Mi, Sys=14.1Mi, NumGC=3396","level":"stat"}
+{"@timestamp":"2025-01-14T11:46:11.011+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=176.7Mi, Sys=14.1Mi, NumGC=3397","level":"stat"}
+{"@timestamp":"2025-01-14T11:47:11.012+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=176.7Mi, Sys=14.1Mi, NumGC=3397","level":"stat"}
+{"@timestamp":"2025-01-14T11:48:11.011+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=176.8Mi, Sys=14.1Mi, NumGC=3398","level":"stat"}
+{"@timestamp":"2025-01-14T11:49:11.011+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=176.8Mi, Sys=14.1Mi, NumGC=3398","level":"stat"}
+{"@timestamp":"2025-01-14T11:50:11.010+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=176.8Mi, Sys=14.1Mi, NumGC=3399","level":"stat"}
+{"@timestamp":"2025-01-14T11:51:11.011+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=176.8Mi, Sys=14.1Mi, NumGC=3399","level":"stat"}
+{"@timestamp":"2025-01-14T11:52:11.011+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=176.8Mi, Sys=14.1Mi, NumGC=3400","level":"stat"}
+{"@timestamp":"2025-01-14T11:53:11.011+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=176.9Mi, Sys=14.1Mi, NumGC=3400","level":"stat"}
+{"@timestamp":"2025-01-14T11:54:11.011+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=176.9Mi, Sys=14.1Mi, NumGC=3401","level":"stat"}
+{"@timestamp":"2025-01-14T11:55:11.011+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=176.9Mi, Sys=14.1Mi, NumGC=3401","level":"stat"}
+{"@timestamp":"2025-01-14T11:56:11.011+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=176.9Mi, Sys=14.1Mi, NumGC=3402","level":"stat"}
+{"@timestamp":"2025-01-14T11:57:11.011+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=176.9Mi, Sys=14.1Mi, NumGC=3402","level":"stat"}
+{"@timestamp":"2025-01-14T11:58:11.011+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=177.0Mi, Sys=14.1Mi, NumGC=3403","level":"stat"}
+{"@timestamp":"2025-01-14T11:59:11.010+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=177.0Mi, Sys=14.1Mi, NumGC=3403","level":"stat"}
+{"@timestamp":"2025-01-14T12:00:11.009+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=177.0Mi, Sys=14.1Mi, NumGC=3404","level":"stat"}
+{"@timestamp":"2025-01-14T12:01:11.010+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=177.0Mi, Sys=14.1Mi, NumGC=3404","level":"stat"}
+{"@timestamp":"2025-01-14T12:02:11.010+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=177.0Mi, Sys=14.1Mi, NumGC=3405","level":"stat"}
+{"@timestamp":"2025-01-14T12:03:11.010+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=177.1Mi, Sys=14.1Mi, NumGC=3405","level":"stat"}
+{"@timestamp":"2025-01-14T12:04:11.010+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=177.1Mi, Sys=14.1Mi, NumGC=3406","level":"stat"}
+{"@timestamp":"2025-01-14T12:05:11.010+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=177.1Mi, Sys=14.1Mi, NumGC=3406","level":"stat"}
+{"@timestamp":"2025-01-14T12:06:11.010+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=177.1Mi, Sys=14.1Mi, NumGC=3407","level":"stat"}
+{"@timestamp":"2025-01-14T12:07:11.010+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=177.1Mi, Sys=14.1Mi, NumGC=3407","level":"stat"}
+{"@timestamp":"2025-01-14T12:08:11.010+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=177.2Mi, Sys=14.1Mi, NumGC=3408","level":"stat"}
+{"@timestamp":"2025-01-14T12:09:11.010+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=177.2Mi, Sys=14.1Mi, NumGC=3408","level":"stat"}
+{"@timestamp":"2025-01-14T12:10:11.010+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=177.2Mi, Sys=14.1Mi, NumGC=3409","level":"stat"}
+{"@timestamp":"2025-01-14T12:11:11.009+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=177.2Mi, Sys=14.1Mi, NumGC=3409","level":"stat"}
+{"@timestamp":"2025-01-14T12:12:11.009+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=177.3Mi, Sys=14.1Mi, NumGC=3410","level":"stat"}
+{"@timestamp":"2025-01-14T12:13:11.009+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=177.3Mi, Sys=14.1Mi, NumGC=3410","level":"stat"}
+{"@timestamp":"2025-01-14T12:14:11.009+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=177.3Mi, Sys=14.1Mi, NumGC=3411","level":"stat"}
+{"@timestamp":"2025-01-14T12:15:11.009+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=177.3Mi, Sys=14.1Mi, NumGC=3411","level":"stat"}
+{"@timestamp":"2025-01-14T12:16:11.009+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=177.3Mi, Sys=14.1Mi, NumGC=3412","level":"stat"}
+{"@timestamp":"2025-01-14T12:17:11.031+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=177.4Mi, Sys=14.1Mi, NumGC=3412","level":"stat"}
+{"@timestamp":"2025-01-14T12:18:11.032+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=177.4Mi, Sys=14.1Mi, NumGC=3413","level":"stat"}
+{"@timestamp":"2025-01-14T12:19:11.033+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=177.4Mi, Sys=14.1Mi, NumGC=3413","level":"stat"}
+{"@timestamp":"2025-01-14T12:20:11.033+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=177.4Mi, Sys=14.1Mi, NumGC=3414","level":"stat"}
+{"@timestamp":"2025-01-14T12:21:11.033+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=177.4Mi, Sys=14.1Mi, NumGC=3414","level":"stat"}
+{"@timestamp":"2025-01-14T12:22:11.033+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=177.5Mi, Sys=14.1Mi, NumGC=3415","level":"stat"}
+{"@timestamp":"2025-01-14T12:23:11.033+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=177.5Mi, Sys=14.1Mi, NumGC=3415","level":"stat"}
+{"@timestamp":"2025-01-14T12:24:11.034+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=177.5Mi, Sys=14.1Mi, NumGC=3416","level":"stat"}
+{"@timestamp":"2025-01-14T12:25:11.034+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=177.5Mi, Sys=14.1Mi, NumGC=3416","level":"stat"}
+{"@timestamp":"2025-01-14T12:26:11.034+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=177.5Mi, Sys=14.1Mi, NumGC=3417","level":"stat"}
+{"@timestamp":"2025-01-14T12:27:11.034+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=177.6Mi, Sys=14.1Mi, NumGC=3417","level":"stat"}
+{"@timestamp":"2025-01-14T12:28:11.035+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=177.6Mi, Sys=14.1Mi, NumGC=3418","level":"stat"}
+{"@timestamp":"2025-01-14T12:29:11.035+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=177.6Mi, Sys=14.1Mi, NumGC=3418","level":"stat"}
+{"@timestamp":"2025-01-14T12:30:11.035+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=177.6Mi, Sys=14.1Mi, NumGC=3419","level":"stat"}
+{"@timestamp":"2025-01-14T12:31:11.035+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=177.6Mi, Sys=14.1Mi, NumGC=3419","level":"stat"}
+{"@timestamp":"2025-01-14T12:32:11.044+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=177.7Mi, Sys=14.1Mi, NumGC=3420","level":"stat"}
+{"@timestamp":"2025-01-14T12:33:11.060+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=177.7Mi, Sys=14.1Mi, NumGC=3420","level":"stat"}
+{"@timestamp":"2025-01-14T12:34:11.060+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=177.7Mi, Sys=14.1Mi, NumGC=3421","level":"stat"}
+{"@timestamp":"2025-01-14T12:35:11.060+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=177.7Mi, Sys=14.1Mi, NumGC=3421","level":"stat"}
+{"@timestamp":"2025-01-14T12:36:11.061+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=177.7Mi, Sys=14.1Mi, NumGC=3422","level":"stat"}
+{"@timestamp":"2025-01-14T12:37:11.061+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=177.8Mi, Sys=14.1Mi, NumGC=3422","level":"stat"}
+{"@timestamp":"2025-01-14T12:38:11.062+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=177.8Mi, Sys=14.1Mi, NumGC=3423","level":"stat"}
+{"@timestamp":"2025-01-14T12:39:11.063+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=177.8Mi, Sys=14.1Mi, NumGC=3423","level":"stat"}
+{"@timestamp":"2025-01-14T12:40:11.063+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=177.8Mi, Sys=14.1Mi, NumGC=3424","level":"stat"}
+{"@timestamp":"2025-01-14T12:41:11.064+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=177.8Mi, Sys=14.1Mi, NumGC=3424","level":"stat"}
+{"@timestamp":"2025-01-14T12:42:11.064+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=177.9Mi, Sys=14.1Mi, NumGC=3425","level":"stat"}
+{"@timestamp":"2025-01-14T12:43:11.065+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=177.9Mi, Sys=14.1Mi, NumGC=3425","level":"stat"}
+{"@timestamp":"2025-01-14T12:44:11.065+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=177.9Mi, Sys=14.1Mi, NumGC=3426","level":"stat"}
+{"@timestamp":"2025-01-14T12:45:11.067+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=177.9Mi, Sys=14.1Mi, NumGC=3426","level":"stat"}
+{"@timestamp":"2025-01-14T12:46:11.067+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=177.9Mi, Sys=14.1Mi, NumGC=3427","level":"stat"}
+{"@timestamp":"2025-01-14T12:47:11.068+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=178.0Mi, Sys=14.1Mi, NumGC=3427","level":"stat"}
+{"@timestamp":"2025-01-14T12:48:11.084+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=178.0Mi, Sys=14.1Mi, NumGC=3428","level":"stat"}
+{"@timestamp":"2025-01-14T12:49:11.086+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=178.0Mi, Sys=14.1Mi, NumGC=3428","level":"stat"}
+{"@timestamp":"2025-01-14T13:05:36.061+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=178.0Mi, Sys=14.1Mi, NumGC=3429","level":"stat"}
+{"@timestamp":"2025-01-14T13:21:37.970+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=178.0Mi, Sys=14.1Mi, NumGC=3429","level":"stat"}
+{"@timestamp":"2025-01-14T13:38:03.026+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=178.1Mi, Sys=14.1Mi, NumGC=3430","level":"stat"}
+{"@timestamp":"2025-01-14T13:39:11.216+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=178.1Mi, Sys=14.1Mi, NumGC=3430","level":"stat"}
+{"@timestamp":"2025-01-14T13:55:36.114+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=178.1Mi, Sys=14.1Mi, NumGC=3431","level":"stat"}
+{"@timestamp":"2025-01-14T13:56:36.114+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=178.1Mi, Sys=14.1Mi, NumGC=3431","level":"stat"}
+{"@timestamp":"2025-01-14T13:57:36.112+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=178.1Mi, Sys=14.1Mi, NumGC=3432","level":"stat"}
+{"@timestamp":"2025-01-14T13:58:36.110+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=178.2Mi, Sys=14.1Mi, NumGC=3432","level":"stat"}
+{"@timestamp":"2025-01-14T13:59:36.110+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=178.2Mi, Sys=14.1Mi, NumGC=3433","level":"stat"}
+{"@timestamp":"2025-01-14T14:00:36.108+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=178.2Mi, Sys=14.1Mi, NumGC=3433","level":"stat"}
+{"@timestamp":"2025-01-14T14:01:36.107+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=178.2Mi, Sys=14.1Mi, NumGC=3434","level":"stat"}
+{"@timestamp":"2025-01-14T14:02:36.105+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=178.2Mi, Sys=14.1Mi, NumGC=3434","level":"stat"}
+{"@timestamp":"2025-01-14T14:03:36.102+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=178.3Mi, Sys=14.1Mi, NumGC=3435","level":"stat"}
+{"@timestamp":"2025-01-14T14:04:36.103+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=178.3Mi, Sys=14.1Mi, NumGC=3435","level":"stat"}
+{"@timestamp":"2025-01-14T14:05:36.101+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=178.3Mi, Sys=14.1Mi, NumGC=3436","level":"stat"}
+{"@timestamp":"2025-01-14T14:06:36.099+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=178.3Mi, Sys=14.1Mi, NumGC=3436","level":"stat"}
+{"@timestamp":"2025-01-14T14:07:36.097+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=178.3Mi, Sys=14.1Mi, NumGC=3437","level":"stat"}
+{"@timestamp":"2025-01-14T14:08:36.097+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=178.4Mi, Sys=14.1Mi, NumGC=3437","level":"stat"}
+{"@timestamp":"2025-01-14T14:09:36.096+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=178.4Mi, Sys=14.1Mi, NumGC=3438","level":"stat"}
+{"@timestamp":"2025-01-14T14:10:36.093+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=178.4Mi, Sys=14.1Mi, NumGC=3438","level":"stat"}
+{"@timestamp":"2025-01-14T14:11:36.092+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=178.4Mi, Sys=14.1Mi, NumGC=3439","level":"stat"}
+{"@timestamp":"2025-01-14T14:12:36.091+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=178.4Mi, Sys=14.1Mi, NumGC=3439","level":"stat"}
+{"@timestamp":"2025-01-14T14:13:36.123+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=178.5Mi, Sys=14.1Mi, NumGC=3440","level":"stat"}
+{"@timestamp":"2025-01-14T14:14:36.123+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=178.5Mi, Sys=14.1Mi, NumGC=3440","level":"stat"}
+{"@timestamp":"2025-01-14T14:15:36.123+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=178.5Mi, Sys=14.1Mi, NumGC=3441","level":"stat"}
+{"@timestamp":"2025-01-14T14:16:36.122+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=178.5Mi, Sys=14.1Mi, NumGC=3441","level":"stat"}
+{"@timestamp":"2025-01-14T14:17:36.121+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=178.5Mi, Sys=14.1Mi, NumGC=3442","level":"stat"}
+{"@timestamp":"2025-01-14T14:18:36.118+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=178.6Mi, Sys=14.1Mi, NumGC=3442","level":"stat"}
+{"@timestamp":"2025-01-14T14:19:36.119+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=178.6Mi, Sys=14.1Mi, NumGC=3443","level":"stat"}
+{"@timestamp":"2025-01-14T14:20:36.118+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=178.6Mi, Sys=14.1Mi, NumGC=3443","level":"stat"}
+{"@timestamp":"2025-01-14T14:21:36.115+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=178.6Mi, Sys=14.1Mi, NumGC=3444","level":"stat"}
+{"@timestamp":"2025-01-14T14:22:36.116+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=178.6Mi, Sys=14.1Mi, NumGC=3444","level":"stat"}
+{"@timestamp":"2025-01-14T14:23:36.114+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=178.7Mi, Sys=14.1Mi, NumGC=3445","level":"stat"}
+{"@timestamp":"2025-01-14T14:24:36.113+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=178.7Mi, Sys=14.1Mi, NumGC=3445","level":"stat"}
+{"@timestamp":"2025-01-14T14:25:36.112+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=178.7Mi, Sys=14.1Mi, NumGC=3446","level":"stat"}
+{"@timestamp":"2025-01-14T14:26:36.111+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=178.7Mi, Sys=14.1Mi, NumGC=3446","level":"stat"}
+{"@timestamp":"2025-01-14T14:27:36.110+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=178.7Mi, Sys=14.1Mi, NumGC=3447","level":"stat"}
+{"@timestamp":"2025-01-14T14:28:36.109+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=178.8Mi, Sys=14.1Mi, NumGC=3447","level":"stat"}
+{"@timestamp":"2025-01-14T14:29:36.107+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=178.8Mi, Sys=14.1Mi, NumGC=3448","level":"stat"}
+{"@timestamp":"2025-01-14T14:30:36.106+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=178.8Mi, Sys=14.1Mi, NumGC=3448","level":"stat"}
+{"@timestamp":"2025-01-14T14:31:36.104+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=178.8Mi, Sys=14.1Mi, NumGC=3449","level":"stat"}
+{"@timestamp":"2025-01-14T14:32:36.104+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=178.8Mi, Sys=14.1Mi, NumGC=3449","level":"stat"}
+{"@timestamp":"2025-01-14T14:33:36.103+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=178.9Mi, Sys=14.1Mi, NumGC=3450","level":"stat"}
+{"@timestamp":"2025-01-14T14:34:36.100+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=178.9Mi, Sys=14.1Mi, NumGC=3450","level":"stat"}
+{"@timestamp":"2025-01-14T14:35:36.101+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=178.9Mi, Sys=14.1Mi, NumGC=3451","level":"stat"}
+{"@timestamp":"2025-01-14T14:36:36.100+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=178.9Mi, Sys=14.1Mi, NumGC=3451","level":"stat"}
+{"@timestamp":"2025-01-14T14:37:36.099+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=178.9Mi, Sys=14.1Mi, NumGC=3452","level":"stat"}
+{"@timestamp":"2025-01-14T14:38:36.098+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=179.0Mi, Sys=14.1Mi, NumGC=3452","level":"stat"}
+{"@timestamp":"2025-01-14T14:39:36.097+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=179.0Mi, Sys=14.1Mi, NumGC=3453","level":"stat"}
+{"@timestamp":"2025-01-14T14:40:36.094+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=179.0Mi, Sys=14.1Mi, NumGC=3453","level":"stat"}
+{"@timestamp":"2025-01-14T14:41:36.095+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=179.0Mi, Sys=14.1Mi, NumGC=3454","level":"stat"}
+{"@timestamp":"2025-01-14T14:42:36.092+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=179.0Mi, Sys=14.1Mi, NumGC=3454","level":"stat"}
+{"@timestamp":"2025-01-14T14:43:36.092+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=179.1Mi, Sys=14.1Mi, NumGC=3455","level":"stat"}
+{"@timestamp":"2025-01-14T14:44:36.107+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=179.1Mi, Sys=14.1Mi, NumGC=3455","level":"stat"}
+{"@timestamp":"2025-01-14T14:45:36.111+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=179.1Mi, Sys=14.1Mi, NumGC=3456","level":"stat"}
+{"@timestamp":"2025-01-14T14:46:36.111+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=179.1Mi, Sys=14.1Mi, NumGC=3456","level":"stat"}
+{"@timestamp":"2025-01-14T14:47:36.110+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=179.1Mi, Sys=14.1Mi, NumGC=3457","level":"stat"}
+{"@timestamp":"2025-01-14T14:48:36.109+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=179.2Mi, Sys=14.1Mi, NumGC=3457","level":"stat"}
+{"@timestamp":"2025-01-14T14:49:36.108+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=179.2Mi, Sys=14.1Mi, NumGC=3458","level":"stat"}
+{"@timestamp":"2025-01-14T14:50:36.106+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=179.2Mi, Sys=14.1Mi, NumGC=3458","level":"stat"}
+{"@timestamp":"2025-01-14T14:51:36.107+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=179.2Mi, Sys=14.1Mi, NumGC=3459","level":"stat"}
+{"@timestamp":"2025-01-14T14:52:36.104+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=179.2Mi, Sys=14.1Mi, NumGC=3459","level":"stat"}
+{"@timestamp":"2025-01-14T14:53:36.104+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=179.3Mi, Sys=14.1Mi, NumGC=3460","level":"stat"}
+{"@timestamp":"2025-01-14T14:54:36.104+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=179.3Mi, Sys=14.1Mi, NumGC=3460","level":"stat"}
+{"@timestamp":"2025-01-14T14:56:01.017+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=179.3Mi, Sys=14.1Mi, NumGC=3461","level":"stat"}
+{"@timestamp":"2025-01-14T14:57:01.018+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=179.3Mi, Sys=14.1Mi, NumGC=3461","level":"stat"}
+{"@timestamp":"2025-01-14T14:58:01.016+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=179.4Mi, Sys=14.1Mi, NumGC=3462","level":"stat"}
+{"@timestamp":"2025-01-14T14:59:01.055+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=179.4Mi, Sys=14.1Mi, NumGC=3462","level":"stat"}
+{"@timestamp":"2025-01-14T15:00:01.066+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=179.4Mi, Sys=14.1Mi, NumGC=3463","level":"stat"}
+{"@timestamp":"2025-01-14T15:01:01.066+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=179.4Mi, Sys=14.1Mi, NumGC=3463","level":"stat"}
+{"@timestamp":"2025-01-14T15:02:01.066+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=179.4Mi, Sys=14.1Mi, NumGC=3464","level":"stat"}
+{"@timestamp":"2025-01-14T15:03:01.066+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=179.4Mi, Sys=14.1Mi, NumGC=3464","level":"stat"}
+{"@timestamp":"2025-01-14T15:04:01.066+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=179.5Mi, Sys=14.1Mi, NumGC=3465","level":"stat"}
+{"@timestamp":"2025-01-14T15:05:01.068+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=179.5Mi, Sys=14.1Mi, NumGC=3465","level":"stat"}
+{"@timestamp":"2025-01-14T15:06:01.067+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=179.5Mi, Sys=14.1Mi, NumGC=3466","level":"stat"}
+{"@timestamp":"2025-01-14T15:07:01.068+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=179.5Mi, Sys=14.1Mi, NumGC=3466","level":"stat"}
+{"@timestamp":"2025-01-14T15:08:01.069+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=179.5Mi, Sys=14.1Mi, NumGC=3467","level":"stat"}
+{"@timestamp":"2025-01-14T15:09:01.069+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=179.6Mi, Sys=14.1Mi, NumGC=3467","level":"stat"}
+{"@timestamp":"2025-01-14T15:10:01.067+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=179.6Mi, Sys=14.1Mi, NumGC=3468","level":"stat"}
+{"@timestamp":"2025-01-14T15:11:01.069+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=179.6Mi, Sys=14.1Mi, NumGC=3468","level":"stat"}
+{"@timestamp":"2025-01-14T15:12:01.069+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=179.6Mi, Sys=14.1Mi, NumGC=3469","level":"stat"}
+{"@timestamp":"2025-01-14T15:13:01.070+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=179.7Mi, Sys=14.1Mi, NumGC=3469","level":"stat"}
+{"@timestamp":"2025-01-14T15:14:01.070+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=179.7Mi, Sys=14.1Mi, NumGC=3470","level":"stat"}
+{"@timestamp":"2025-01-14T15:15:01.088+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=179.7Mi, Sys=14.1Mi, NumGC=3470","level":"stat"}
+{"@timestamp":"2025-01-14T15:16:01.095+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=179.7Mi, Sys=14.1Mi, NumGC=3471","level":"stat"}
+{"@timestamp":"2025-01-14T15:17:01.094+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=179.7Mi, Sys=14.1Mi, NumGC=3471","level":"stat"}
+{"@timestamp":"2025-01-14T15:18:01.096+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=179.7Mi, Sys=14.1Mi, NumGC=3472","level":"stat"}
+{"@timestamp":"2025-01-14T15:19:01.097+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=179.8Mi, Sys=14.1Mi, NumGC=3472","level":"stat"}
+{"@timestamp":"2025-01-14T15:20:01.097+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=179.8Mi, Sys=14.1Mi, NumGC=3473","level":"stat"}
+{"@timestamp":"2025-01-14T15:21:01.098+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=179.8Mi, Sys=14.1Mi, NumGC=3473","level":"stat"}
+{"@timestamp":"2025-01-14T15:22:01.097+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=179.8Mi, Sys=14.1Mi, NumGC=3474","level":"stat"}
+{"@timestamp":"2025-01-14T15:23:01.098+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=179.9Mi, Sys=14.1Mi, NumGC=3474","level":"stat"}
+{"@timestamp":"2025-01-14T15:24:01.100+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=179.9Mi, Sys=14.1Mi, NumGC=3475","level":"stat"}
+{"@timestamp":"2025-01-14T15:25:01.098+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=179.9Mi, Sys=14.1Mi, NumGC=3475","level":"stat"}
+{"@timestamp":"2025-01-14T15:26:01.101+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=179.9Mi, Sys=14.1Mi, NumGC=3476","level":"stat"}
+{"@timestamp":"2025-01-14T15:27:01.101+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=179.9Mi, Sys=14.1Mi, NumGC=3476","level":"stat"}
+{"@timestamp":"2025-01-14T15:28:01.102+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=180.0Mi, Sys=14.1Mi, NumGC=3477","level":"stat"}
+{"@timestamp":"2025-01-14T15:29:01.100+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=180.0Mi, Sys=14.1Mi, NumGC=3477","level":"stat"}
+{"@timestamp":"2025-01-14T15:30:01.102+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=180.0Mi, Sys=14.1Mi, NumGC=3478","level":"stat"}
+{"@timestamp":"2025-01-14T15:31:01.122+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=180.0Mi, Sys=14.1Mi, NumGC=3478","level":"stat"}
+{"@timestamp":"2025-01-14T15:32:01.125+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=180.0Mi, Sys=14.1Mi, NumGC=3479","level":"stat"}
+{"@timestamp":"2025-01-14T15:33:01.126+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=180.1Mi, Sys=14.1Mi, NumGC=3479","level":"stat"}
+{"@timestamp":"2025-01-14T15:34:01.126+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=180.1Mi, Sys=14.1Mi, NumGC=3480","level":"stat"}
+{"@timestamp":"2025-01-14T15:35:01.127+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=180.1Mi, Sys=14.1Mi, NumGC=3480","level":"stat"}
+{"@timestamp":"2025-01-14T15:36:01.128+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=180.1Mi, Sys=14.1Mi, NumGC=3481","level":"stat"}
+{"@timestamp":"2025-01-14T15:37:01.129+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=180.1Mi, Sys=14.1Mi, NumGC=3481","level":"stat"}
+{"@timestamp":"2025-01-14T15:38:01.129+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=180.2Mi, Sys=14.1Mi, NumGC=3482","level":"stat"}
+{"@timestamp":"2025-01-14T15:39:01.129+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=180.2Mi, Sys=14.1Mi, NumGC=3482","level":"stat"}
+{"@timestamp":"2025-01-14T15:40:01.129+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=180.2Mi, Sys=14.1Mi, NumGC=3483","level":"stat"}
+{"@timestamp":"2025-01-14T15:41:01.132+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=180.2Mi, Sys=14.1Mi, NumGC=3483","level":"stat"}
+{"@timestamp":"2025-01-14T15:42:01.133+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=180.2Mi, Sys=14.1Mi, NumGC=3484","level":"stat"}
+{"@timestamp":"2025-01-14T15:43:01.132+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=180.3Mi, Sys=14.1Mi, NumGC=3484","level":"stat"}
+{"@timestamp":"2025-01-14T15:44:01.134+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=180.3Mi, Sys=14.1Mi, NumGC=3485","level":"stat"}
+{"@timestamp":"2025-01-14T15:45:01.134+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=180.3Mi, Sys=14.1Mi, NumGC=3485","level":"stat"}
+{"@timestamp":"2025-01-14T15:46:01.057+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=180.3Mi, Sys=14.1Mi, NumGC=3486","level":"stat"}
+{"@timestamp":"2025-01-14T15:47:01.056+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=180.3Mi, Sys=14.1Mi, NumGC=3486","level":"stat"}
+{"@timestamp":"2025-01-14T15:48:01.057+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=180.4Mi, Sys=14.1Mi, NumGC=3487","level":"stat"}
+{"@timestamp":"2025-01-14T15:49:01.057+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=180.4Mi, Sys=14.1Mi, NumGC=3487","level":"stat"}
+{"@timestamp":"2025-01-14T15:50:01.055+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=180.4Mi, Sys=14.1Mi, NumGC=3488","level":"stat"}
+{"@timestamp":"2025-01-14T15:51:01.057+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=180.4Mi, Sys=14.1Mi, NumGC=3488","level":"stat"}
+{"@timestamp":"2025-01-14T15:52:01.056+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=180.4Mi, Sys=14.1Mi, NumGC=3489","level":"stat"}
+{"@timestamp":"2025-01-14T15:53:01.056+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=180.5Mi, Sys=14.1Mi, NumGC=3489","level":"stat"}
+{"@timestamp":"2025-01-14T15:54:01.056+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=180.5Mi, Sys=14.1Mi, NumGC=3490","level":"stat"}
+{"@timestamp":"2025-01-14T15:55:01.056+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=180.5Mi, Sys=14.1Mi, NumGC=3490","level":"stat"}
+{"@timestamp":"2025-01-14T15:56:25.967+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=180.5Mi, Sys=14.1Mi, NumGC=3491","level":"stat"}
+{"@timestamp":"2025-01-14T15:57:25.989+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=180.5Mi, Sys=14.1Mi, NumGC=3491","level":"stat"}
+{"@timestamp":"2025-01-14T15:58:25.989+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=180.6Mi, Sys=14.1Mi, NumGC=3492","level":"stat"}
+{"@timestamp":"2025-01-14T15:59:25.990+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=180.6Mi, Sys=14.1Mi, NumGC=3492","level":"stat"}
+{"@timestamp":"2025-01-14T16:00:25.988+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=180.6Mi, Sys=14.1Mi, NumGC=3493","level":"stat"}
+{"@timestamp":"2025-01-14T16:01:25.989+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=180.6Mi, Sys=14.1Mi, NumGC=3493","level":"stat"}
+{"@timestamp":"2025-01-14T16:02:25.990+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=180.6Mi, Sys=14.1Mi, NumGC=3494","level":"stat"}
+{"@timestamp":"2025-01-14T16:03:25.990+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=180.7Mi, Sys=14.1Mi, NumGC=3494","level":"stat"}
+{"@timestamp":"2025-01-14T16:04:25.991+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=180.7Mi, Sys=14.1Mi, NumGC=3495","level":"stat"}
+{"@timestamp":"2025-01-14T16:05:25.991+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=180.7Mi, Sys=14.1Mi, NumGC=3495","level":"stat"}
+{"@timestamp":"2025-01-14T16:06:25.990+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=180.7Mi, Sys=14.1Mi, NumGC=3496","level":"stat"}
+{"@timestamp":"2025-01-14T16:07:26.003+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=180.7Mi, Sys=14.1Mi, NumGC=3496","level":"stat"}
+{"@timestamp":"2025-01-14T16:08:26.011+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=180.8Mi, Sys=14.1Mi, NumGC=3497","level":"stat"}
+{"@timestamp":"2025-01-14T16:09:26.010+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=180.8Mi, Sys=14.1Mi, NumGC=3497","level":"stat"}
+{"@timestamp":"2025-01-14T16:10:26.010+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=180.8Mi, Sys=14.1Mi, NumGC=3498","level":"stat"}
+{"@timestamp":"2025-01-14T16:11:26.012+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=180.8Mi, Sys=14.1Mi, NumGC=3498","level":"stat"}
+{"@timestamp":"2025-01-14T16:12:26.012+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=180.8Mi, Sys=14.1Mi, NumGC=3499","level":"stat"}
+{"@timestamp":"2025-01-14T16:13:26.011+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=180.9Mi, Sys=14.1Mi, NumGC=3499","level":"stat"}
+{"@timestamp":"2025-01-14T16:14:26.013+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=180.9Mi, Sys=14.1Mi, NumGC=3500","level":"stat"}
+{"@timestamp":"2025-01-14T16:15:26.014+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=180.9Mi, Sys=14.1Mi, NumGC=3500","level":"stat"}
+{"@timestamp":"2025-01-14T16:16:26.014+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=180.9Mi, Sys=14.1Mi, NumGC=3501","level":"stat"}
+{"@timestamp":"2025-01-14T16:17:26.014+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=180.9Mi, Sys=14.1Mi, NumGC=3501","level":"stat"}
+{"@timestamp":"2025-01-14T16:18:26.015+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=181.0Mi, Sys=14.1Mi, NumGC=3502","level":"stat"}
+{"@timestamp":"2025-01-14T16:19:26.014+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=181.0Mi, Sys=14.1Mi, NumGC=3502","level":"stat"}
+{"@timestamp":"2025-01-14T16:20:26.014+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=181.0Mi, Sys=14.1Mi, NumGC=3503","level":"stat"}
+{"@timestamp":"2025-01-14T16:21:26.015+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=181.0Mi, Sys=14.1Mi, NumGC=3503","level":"stat"}
+{"@timestamp":"2025-01-14T16:22:26.016+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=181.1Mi, Sys=14.1Mi, NumGC=3504","level":"stat"}
+{"@timestamp":"2025-01-14T16:23:26.017+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=181.1Mi, Sys=14.1Mi, NumGC=3504","level":"stat"}
+{"@timestamp":"2025-01-14T16:24:26.017+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=181.1Mi, Sys=14.1Mi, NumGC=3505","level":"stat"}
+{"@timestamp":"2025-01-14T16:25:26.018+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=181.1Mi, Sys=14.1Mi, NumGC=3505","level":"stat"}
+{"@timestamp":"2025-01-14T16:26:26.018+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=181.1Mi, Sys=14.1Mi, NumGC=3506","level":"stat"}
+{"@timestamp":"2025-01-14T16:27:26.019+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=181.1Mi, Sys=14.1Mi, NumGC=3506","level":"stat"}
+{"@timestamp":"2025-01-14T16:28:26.019+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=181.2Mi, Sys=14.1Mi, NumGC=3507","level":"stat"}
+{"@timestamp":"2025-01-14T16:29:26.018+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=181.2Mi, Sys=14.1Mi, NumGC=3507","level":"stat"}
+{"@timestamp":"2025-01-14T16:30:26.020+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=181.2Mi, Sys=14.1Mi, NumGC=3508","level":"stat"}
+{"@timestamp":"2025-01-14T16:31:26.020+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=181.2Mi, Sys=14.1Mi, NumGC=3508","level":"stat"}
+{"@timestamp":"2025-01-14T16:32:26.021+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=181.3Mi, Sys=14.1Mi, NumGC=3509","level":"stat"}
+{"@timestamp":"2025-01-14T16:33:26.021+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=181.3Mi, Sys=14.1Mi, NumGC=3509","level":"stat"}
+{"@timestamp":"2025-01-14T16:34:26.020+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=181.3Mi, Sys=14.1Mi, NumGC=3510","level":"stat"}
+{"@timestamp":"2025-01-14T16:35:26.020+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=181.3Mi, Sys=14.1Mi, NumGC=3510","level":"stat"}
+{"@timestamp":"2025-01-14T16:36:26.022+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=181.3Mi, Sys=14.1Mi, NumGC=3511","level":"stat"}
+{"@timestamp":"2025-01-14T16:37:26.022+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=181.4Mi, Sys=14.1Mi, NumGC=3511","level":"stat"}
+{"@timestamp":"2025-01-14T16:38:26.023+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=181.4Mi, Sys=14.1Mi, NumGC=3512","level":"stat"}
+{"@timestamp":"2025-01-14T16:39:26.023+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=181.4Mi, Sys=14.1Mi, NumGC=3512","level":"stat"}
+{"@timestamp":"2025-01-14T16:40:26.024+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=181.4Mi, Sys=14.1Mi, NumGC=3513","level":"stat"}
+{"@timestamp":"2025-01-14T16:41:26.023+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=181.4Mi, Sys=14.1Mi, NumGC=3513","level":"stat"}
+{"@timestamp":"2025-01-14T16:42:26.025+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=181.5Mi, Sys=14.1Mi, NumGC=3514","level":"stat"}
+{"@timestamp":"2025-01-14T16:43:26.025+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=181.5Mi, Sys=14.1Mi, NumGC=3514","level":"stat"}
+{"@timestamp":"2025-01-14T16:44:26.026+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=181.5Mi, Sys=14.1Mi, NumGC=3515","level":"stat"}
+{"@timestamp":"2025-01-14T16:45:26.026+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=181.5Mi, Sys=14.1Mi, NumGC=3515","level":"stat"}
+{"@timestamp":"2025-01-14T16:46:26.025+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=181.5Mi, Sys=14.1Mi, NumGC=3516","level":"stat"}
+{"@timestamp":"2025-01-14T16:47:26.026+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=181.6Mi, Sys=14.1Mi, NumGC=3516","level":"stat"}
+{"@timestamp":"2025-01-14T16:48:26.026+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=181.6Mi, Sys=14.1Mi, NumGC=3517","level":"stat"}
+{"@timestamp":"2025-01-14T16:49:25.926+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=181.6Mi, Sys=14.1Mi, NumGC=3517","level":"stat"}
+{"@timestamp":"2025-01-14T16:50:25.926+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=181.6Mi, Sys=14.1Mi, NumGC=3518","level":"stat"}
+{"@timestamp":"2025-01-14T16:51:25.926+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=181.6Mi, Sys=14.1Mi, NumGC=3518","level":"stat"}
+{"@timestamp":"2025-01-14T16:52:25.925+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=181.7Mi, Sys=14.1Mi, NumGC=3519","level":"stat"}
+{"@timestamp":"2025-01-14T16:53:25.924+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=181.7Mi, Sys=14.1Mi, NumGC=3519","level":"stat"}
+{"@timestamp":"2025-01-14T16:54:25.922+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=181.7Mi, Sys=14.1Mi, NumGC=3520","level":"stat"}
+{"@timestamp":"2025-01-14T16:55:25.922+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=181.7Mi, Sys=14.1Mi, NumGC=3520","level":"stat"}
+{"@timestamp":"2025-01-14T16:56:25.922+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=181.7Mi, Sys=14.1Mi, NumGC=3521","level":"stat"}
+{"@timestamp":"2025-01-14T16:57:50.916+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=181.8Mi, Sys=14.1Mi, NumGC=3521","level":"stat"}
+{"@timestamp":"2025-01-14T16:58:50.914+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=181.8Mi, Sys=14.1Mi, NumGC=3522","level":"stat"}
+{"@timestamp":"2025-01-14T16:59:50.917+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=181.8Mi, Sys=14.1Mi, NumGC=3522","level":"stat"}
+{"@timestamp":"2025-01-14T17:00:50.917+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=181.8Mi, Sys=14.1Mi, NumGC=3523","level":"stat"}
+{"@timestamp":"2025-01-14T17:01:50.918+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=181.8Mi, Sys=14.1Mi, NumGC=3523","level":"stat"}
+{"@timestamp":"2025-01-14T17:02:50.916+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=181.9Mi, Sys=14.1Mi, NumGC=3524","level":"stat"}
+{"@timestamp":"2025-01-14T17:03:50.918+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=181.9Mi, Sys=14.1Mi, NumGC=3524","level":"stat"}
+{"@timestamp":"2025-01-14T17:04:50.917+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=181.9Mi, Sys=14.1Mi, NumGC=3525","level":"stat"}
+{"@timestamp":"2025-01-14T17:05:50.919+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=181.9Mi, Sys=14.1Mi, NumGC=3525","level":"stat"}
+{"@timestamp":"2025-01-14T17:06:50.919+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=181.9Mi, Sys=14.1Mi, NumGC=3526","level":"stat"}
+{"@timestamp":"2025-01-14T17:07:50.918+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=182.0Mi, Sys=14.1Mi, NumGC=3526","level":"stat"}
+{"@timestamp":"2025-01-14T17:08:50.921+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=182.0Mi, Sys=14.1Mi, NumGC=3527","level":"stat"}
+{"@timestamp":"2025-01-14T17:09:50.921+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=182.0Mi, Sys=14.1Mi, NumGC=3527","level":"stat"}
+{"@timestamp":"2025-01-14T17:10:50.921+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=182.0Mi, Sys=14.1Mi, NumGC=3528","level":"stat"}
+{"@timestamp":"2025-01-14T17:11:50.922+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=182.0Mi, Sys=14.1Mi, NumGC=3528","level":"stat"}
+{"@timestamp":"2025-01-14T17:12:50.922+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=182.1Mi, Sys=14.1Mi, NumGC=3529","level":"stat"}
+{"@timestamp":"2025-01-14T17:13:50.923+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=182.1Mi, Sys=14.1Mi, NumGC=3529","level":"stat"}
+{"@timestamp":"2025-01-14T17:14:50.939+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=182.1Mi, Sys=14.1Mi, NumGC=3530","level":"stat"}
+{"@timestamp":"2025-01-14T17:15:50.952+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=182.1Mi, Sys=14.1Mi, NumGC=3530","level":"stat"}
+{"@timestamp":"2025-01-14T17:16:50.953+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=182.1Mi, Sys=14.1Mi, NumGC=3531","level":"stat"}
+{"@timestamp":"2025-01-14T17:17:50.953+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=182.2Mi, Sys=14.1Mi, NumGC=3531","level":"stat"}
+{"@timestamp":"2025-01-14T17:18:50.955+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=182.2Mi, Sys=14.1Mi, NumGC=3532","level":"stat"}
+{"@timestamp":"2025-01-14T17:19:50.955+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=182.2Mi, Sys=14.1Mi, NumGC=3532","level":"stat"}
+{"@timestamp":"2025-01-14T17:20:50.956+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=182.2Mi, Sys=14.1Mi, NumGC=3533","level":"stat"}
+{"@timestamp":"2025-01-14T17:21:50.957+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=182.3Mi, Sys=14.1Mi, NumGC=3533","level":"stat"}
+{"@timestamp":"2025-01-14T17:22:50.958+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=182.3Mi, Sys=14.1Mi, NumGC=3534","level":"stat"}
+{"@timestamp":"2025-01-14T17:23:50.958+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=182.3Mi, Sys=14.1Mi, NumGC=3534","level":"stat"}
+{"@timestamp":"2025-01-14T17:24:50.959+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=182.3Mi, Sys=14.1Mi, NumGC=3535","level":"stat"}
+{"@timestamp":"2025-01-14T17:25:50.959+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=182.3Mi, Sys=14.1Mi, NumGC=3535","level":"stat"}
+{"@timestamp":"2025-01-14T17:26:50.961+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=182.4Mi, Sys=14.1Mi, NumGC=3536","level":"stat"}
+{"@timestamp":"2025-01-14T17:27:50.960+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=182.4Mi, Sys=14.1Mi, NumGC=3536","level":"stat"}
+{"@timestamp":"2025-01-14T17:28:50.961+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=182.4Mi, Sys=14.1Mi, NumGC=3537","level":"stat"}
+{"@timestamp":"2025-01-14T17:29:50.963+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=182.4Mi, Sys=14.1Mi, NumGC=3537","level":"stat"}
+{"@timestamp":"2025-01-14T17:30:50.964+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=182.4Mi, Sys=14.1Mi, NumGC=3538","level":"stat"}
+{"@timestamp":"2025-01-14T17:31:50.963+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=182.5Mi, Sys=14.1Mi, NumGC=3538","level":"stat"}
+{"@timestamp":"2025-01-14T17:32:50.965+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=182.5Mi, Sys=14.1Mi, NumGC=3539","level":"stat"}
+{"@timestamp":"2025-01-14T17:33:50.966+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=182.5Mi, Sys=14.1Mi, NumGC=3539","level":"stat"}
+{"@timestamp":"2025-01-14T17:34:50.966+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=182.5Mi, Sys=14.1Mi, NumGC=3540","level":"stat"}
+{"@timestamp":"2025-01-14T17:35:50.968+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=182.5Mi, Sys=14.1Mi, NumGC=3540","level":"stat"}
+{"@timestamp":"2025-01-14T17:36:50.968+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=182.6Mi, Sys=14.1Mi, NumGC=3541","level":"stat"}
+{"@timestamp":"2025-01-14T17:37:50.959+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=182.6Mi, Sys=14.1Mi, NumGC=3541","level":"stat"}
+{"@timestamp":"2025-01-14T17:38:50.959+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=182.6Mi, Sys=14.1Mi, NumGC=3542","level":"stat"}
+{"@timestamp":"2025-01-14T17:39:50.960+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=182.6Mi, Sys=14.1Mi, NumGC=3542","level":"stat"}
+{"@timestamp":"2025-01-14T17:40:50.958+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=182.6Mi, Sys=14.1Mi, NumGC=3543","level":"stat"}
+{"@timestamp":"2025-01-14T17:41:50.961+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=182.7Mi, Sys=14.1Mi, NumGC=3543","level":"stat"}
+{"@timestamp":"2025-01-14T17:42:50.960+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=182.7Mi, Sys=14.1Mi, NumGC=3544","level":"stat"}
+{"@timestamp":"2025-01-14T17:43:50.961+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=182.7Mi, Sys=14.1Mi, NumGC=3544","level":"stat"}
+{"@timestamp":"2025-01-14T17:44:50.963+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=182.7Mi, Sys=14.1Mi, NumGC=3545","level":"stat"}
+{"@timestamp":"2025-01-14T17:45:50.964+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=182.7Mi, Sys=14.1Mi, NumGC=3545","level":"stat"}
+{"@timestamp":"2025-01-14T17:46:50.964+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=182.8Mi, Sys=14.1Mi, NumGC=3546","level":"stat"}
+{"@timestamp":"2025-01-14T17:47:50.964+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=182.8Mi, Sys=14.1Mi, NumGC=3546","level":"stat"}
+{"@timestamp":"2025-01-14T17:48:50.966+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=182.8Mi, Sys=14.1Mi, NumGC=3547","level":"stat"}
+{"@timestamp":"2025-01-14T17:49:50.965+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=182.8Mi, Sys=14.1Mi, NumGC=3547","level":"stat"}
+{"@timestamp":"2025-01-14T17:50:50.967+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=182.8Mi, Sys=14.1Mi, NumGC=3548","level":"stat"}
+{"@timestamp":"2025-01-14T17:51:50.967+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=182.9Mi, Sys=14.1Mi, NumGC=3548","level":"stat"}
+{"@timestamp":"2025-01-14T17:52:50.902+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=182.9Mi, Sys=14.1Mi, NumGC=3549","level":"stat"}
+{"@timestamp":"2025-01-14T17:53:50.901+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=182.9Mi, Sys=14.1Mi, NumGC=3549","level":"stat"}
+{"@timestamp":"2025-01-14T17:54:50.901+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=182.9Mi, Sys=14.1Mi, NumGC=3550","level":"stat"}
+{"@timestamp":"2025-01-14T17:55:50.901+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=182.9Mi, Sys=14.1Mi, NumGC=3550","level":"stat"}
+{"@timestamp":"2025-01-14T17:56:50.901+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=183.0Mi, Sys=14.1Mi, NumGC=3551","level":"stat"}
+{"@timestamp":"2025-01-14T17:58:15.744+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=183.0Mi, Sys=14.1Mi, NumGC=3551","level":"stat"}
+{"@timestamp":"2025-01-14T17:59:15.740+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=183.0Mi, Sys=14.1Mi, NumGC=3551","level":"stat"}
+{"@timestamp":"2025-01-14T18:00:15.738+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=183.0Mi, Sys=14.1Mi, NumGC=3552","level":"stat"}
+{"@timestamp":"2025-01-14T18:01:15.738+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=183.0Mi, Sys=14.1Mi, NumGC=3552","level":"stat"}
+{"@timestamp":"2025-01-14T18:02:15.737+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=183.1Mi, Sys=14.1Mi, NumGC=3553","level":"stat"}
+{"@timestamp":"2025-01-14T18:03:15.736+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=183.1Mi, Sys=14.1Mi, NumGC=3553","level":"stat"}
+{"@timestamp":"2025-01-14T18:04:15.736+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=183.1Mi, Sys=14.1Mi, NumGC=3554","level":"stat"}
+{"@timestamp":"2025-01-14T18:05:15.736+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=183.1Mi, Sys=14.1Mi, NumGC=3554","level":"stat"}
+{"@timestamp":"2025-01-14T18:06:15.735+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=183.2Mi, Sys=14.1Mi, NumGC=3555","level":"stat"}
+{"@timestamp":"2025-01-14T18:07:15.735+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=183.2Mi, Sys=14.1Mi, NumGC=3555","level":"stat"}
+{"@timestamp":"2025-01-14T18:08:15.733+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=183.2Mi, Sys=14.1Mi, NumGC=3556","level":"stat"}
+{"@timestamp":"2025-01-14T18:09:15.735+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=183.2Mi, Sys=14.1Mi, NumGC=3556","level":"stat"}
+{"@timestamp":"2025-01-14T18:10:15.734+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=183.2Mi, Sys=14.1Mi, NumGC=3557","level":"stat"}
+{"@timestamp":"2025-01-14T18:11:15.733+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=183.3Mi, Sys=14.1Mi, NumGC=3557","level":"stat"}
+{"@timestamp":"2025-01-14T18:12:15.732+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=183.3Mi, Sys=14.1Mi, NumGC=3558","level":"stat"}
+{"@timestamp":"2025-01-14T18:13:15.733+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=183.3Mi, Sys=14.1Mi, NumGC=3558","level":"stat"}
+{"@timestamp":"2025-01-14T18:14:15.732+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=183.3Mi, Sys=14.1Mi, NumGC=3559","level":"stat"}
+{"@timestamp":"2025-01-14T18:15:15.730+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=183.3Mi, Sys=14.1Mi, NumGC=3559","level":"stat"}
+{"@timestamp":"2025-01-14T18:16:15.730+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=183.4Mi, Sys=14.1Mi, NumGC=3560","level":"stat"}
+{"@timestamp":"2025-01-14T18:17:15.729+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=183.4Mi, Sys=14.1Mi, NumGC=3560","level":"stat"}
+{"@timestamp":"2025-01-14T18:18:15.744+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=183.4Mi, Sys=14.1Mi, NumGC=3561","level":"stat"}
+{"@timestamp":"2025-01-14T18:19:15.755+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=183.4Mi, Sys=14.1Mi, NumGC=3561","level":"stat"}
+{"@timestamp":"2025-01-14T18:20:15.754+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=183.4Mi, Sys=14.1Mi, NumGC=3562","level":"stat"}
+{"@timestamp":"2025-01-14T18:21:15.756+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=183.5Mi, Sys=14.1Mi, NumGC=3562","level":"stat"}
+{"@timestamp":"2025-01-14T18:22:15.754+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=183.5Mi, Sys=14.1Mi, NumGC=3563","level":"stat"}
+{"@timestamp":"2025-01-14T18:23:15.755+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=183.5Mi, Sys=14.1Mi, NumGC=3563","level":"stat"}
+{"@timestamp":"2025-01-14T18:24:15.755+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=183.5Mi, Sys=14.1Mi, NumGC=3564","level":"stat"}
+{"@timestamp":"2025-01-14T18:25:15.755+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=183.5Mi, Sys=14.1Mi, NumGC=3564","level":"stat"}
+{"@timestamp":"2025-01-14T18:26:15.755+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=183.6Mi, Sys=14.1Mi, NumGC=3565","level":"stat"}
+{"@timestamp":"2025-01-14T18:27:15.753+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=183.6Mi, Sys=14.1Mi, NumGC=3565","level":"stat"}
+{"@timestamp":"2025-01-14T18:28:15.755+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=183.6Mi, Sys=14.1Mi, NumGC=3566","level":"stat"}
+{"@timestamp":"2025-01-14T18:29:15.753+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=183.6Mi, Sys=14.1Mi, NumGC=3566","level":"stat"}
+{"@timestamp":"2025-01-14T18:30:15.754+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=183.6Mi, Sys=14.1Mi, NumGC=3567","level":"stat"}
+{"@timestamp":"2025-01-14T18:31:15.754+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=183.7Mi, Sys=14.1Mi, NumGC=3567","level":"stat"}
+{"@timestamp":"2025-01-14T18:32:15.754+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=183.7Mi, Sys=14.1Mi, NumGC=3568","level":"stat"}
+{"@timestamp":"2025-01-14T18:33:15.754+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=183.7Mi, Sys=14.1Mi, NumGC=3568","level":"stat"}
+{"@timestamp":"2025-01-14T18:34:15.759+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=183.7Mi, Sys=14.1Mi, NumGC=3569","level":"stat"}
+{"@timestamp":"2025-01-14T18:35:15.758+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=183.7Mi, Sys=14.1Mi, NumGC=3569","level":"stat"}
+{"@timestamp":"2025-01-14T18:36:15.758+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=183.8Mi, Sys=14.1Mi, NumGC=3570","level":"stat"}
+{"@timestamp":"2025-01-14T18:37:15.759+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=183.8Mi, Sys=14.1Mi, NumGC=3570","level":"stat"}
+{"@timestamp":"2025-01-14T18:38:15.758+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=183.8Mi, Sys=14.1Mi, NumGC=3571","level":"stat"}
+{"@timestamp":"2025-01-14T18:39:15.757+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=183.8Mi, Sys=14.1Mi, NumGC=3571","level":"stat"}
+{"@timestamp":"2025-01-14T18:40:15.759+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=183.8Mi, Sys=14.1Mi, NumGC=3572","level":"stat"}
+{"@timestamp":"2025-01-14T18:41:15.759+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=183.9Mi, Sys=14.1Mi, NumGC=3572","level":"stat"}
+{"@timestamp":"2025-01-14T18:42:15.758+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=183.9Mi, Sys=14.1Mi, NumGC=3573","level":"stat"}
+{"@timestamp":"2025-01-14T18:43:15.758+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=183.9Mi, Sys=14.1Mi, NumGC=3573","level":"stat"}
+{"@timestamp":"2025-01-14T18:44:15.758+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=183.9Mi, Sys=14.1Mi, NumGC=3574","level":"stat"}
+{"@timestamp":"2025-01-14T18:45:15.759+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=183.9Mi, Sys=14.1Mi, NumGC=3574","level":"stat"}
+{"@timestamp":"2025-01-14T18:46:15.759+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=184.0Mi, Sys=14.1Mi, NumGC=3575","level":"stat"}
+{"@timestamp":"2025-01-14T18:47:15.759+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=184.0Mi, Sys=14.1Mi, NumGC=3575","level":"stat"}
+{"@timestamp":"2025-01-14T18:48:15.758+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=184.0Mi, Sys=14.1Mi, NumGC=3576","level":"stat"}
+{"@timestamp":"2025-01-14T18:49:15.705+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=184.0Mi, Sys=14.1Mi, NumGC=3576","level":"stat"}
+{"@timestamp":"2025-01-14T18:50:15.705+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=184.0Mi, Sys=14.1Mi, NumGC=3577","level":"stat"}
+{"@timestamp":"2025-01-14T18:51:15.704+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=184.1Mi, Sys=14.1Mi, NumGC=3577","level":"stat"}
+{"@timestamp":"2025-01-14T18:52:15.703+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=184.1Mi, Sys=14.1Mi, NumGC=3578","level":"stat"}
+{"@timestamp":"2025-01-14T18:53:15.702+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=184.1Mi, Sys=14.1Mi, NumGC=3578","level":"stat"}
+{"@timestamp":"2025-01-14T18:54:15.702+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=184.1Mi, Sys=14.1Mi, NumGC=3579","level":"stat"}
+{"@timestamp":"2025-01-14T18:55:15.701+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=184.1Mi, Sys=14.1Mi, NumGC=3579","level":"stat"}
+{"@timestamp":"2025-01-14T18:56:15.700+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=184.2Mi, Sys=14.1Mi, NumGC=3580","level":"stat"}
+{"@timestamp":"2025-01-14T18:57:15.700+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=184.2Mi, Sys=14.1Mi, NumGC=3580","level":"stat"}
+{"@timestamp":"2025-01-14T18:58:40.668+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=184.2Mi, Sys=14.1Mi, NumGC=3581","level":"stat"}
+{"@timestamp":"2025-01-14T18:59:40.668+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=184.2Mi, Sys=14.1Mi, NumGC=3581","level":"stat"}
+{"@timestamp":"2025-01-14T19:00:40.669+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=184.2Mi, Sys=14.1Mi, NumGC=3582","level":"stat"}
+{"@timestamp":"2025-01-14T19:01:40.669+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=184.3Mi, Sys=14.1Mi, NumGC=3582","level":"stat"}
+{"@timestamp":"2025-01-14T19:02:40.668+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=184.3Mi, Sys=14.1Mi, NumGC=3583","level":"stat"}
+{"@timestamp":"2025-01-14T19:03:40.670+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=184.3Mi, Sys=14.1Mi, NumGC=3583","level":"stat"}
+{"@timestamp":"2025-01-14T19:04:40.671+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=184.3Mi, Sys=14.1Mi, NumGC=3584","level":"stat"}
+{"@timestamp":"2025-01-14T19:05:40.671+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=184.3Mi, Sys=14.1Mi, NumGC=3584","level":"stat"}
+{"@timestamp":"2025-01-14T19:06:40.671+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=184.4Mi, Sys=14.1Mi, NumGC=3585","level":"stat"}
+{"@timestamp":"2025-01-14T19:07:40.673+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=184.4Mi, Sys=14.1Mi, NumGC=3585","level":"stat"}
+{"@timestamp":"2025-01-14T19:08:40.673+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=184.4Mi, Sys=14.1Mi, NumGC=3586","level":"stat"}
+{"@timestamp":"2025-01-14T19:09:40.674+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=184.4Mi, Sys=14.1Mi, NumGC=3586","level":"stat"}
+{"@timestamp":"2025-01-14T19:10:40.674+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=184.5Mi, Sys=14.1Mi, NumGC=3587","level":"stat"}
+{"@timestamp":"2025-01-14T19:11:40.673+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=184.5Mi, Sys=14.1Mi, NumGC=3587","level":"stat"}
+{"@timestamp":"2025-01-14T19:12:40.675+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=184.5Mi, Sys=14.1Mi, NumGC=3588","level":"stat"}
+{"@timestamp":"2025-01-14T19:13:40.676+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=184.5Mi, Sys=14.1Mi, NumGC=3588","level":"stat"}
+{"@timestamp":"2025-01-14T19:14:40.676+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=184.5Mi, Sys=14.1Mi, NumGC=3589","level":"stat"}
+{"@timestamp":"2025-01-14T19:15:40.677+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=184.6Mi, Sys=14.1Mi, NumGC=3589","level":"stat"}
+{"@timestamp":"2025-01-14T19:16:40.677+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=184.6Mi, Sys=14.1Mi, NumGC=3590","level":"stat"}
+{"@timestamp":"2025-01-14T19:17:40.678+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=184.6Mi, Sys=14.1Mi, NumGC=3590","level":"stat"}
+{"@timestamp":"2025-01-14T19:18:40.677+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=184.6Mi, Sys=14.1Mi, NumGC=3591","level":"stat"}
+{"@timestamp":"2025-01-14T19:19:40.692+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=184.6Mi, Sys=14.1Mi, NumGC=3591","level":"stat"}
+{"@timestamp":"2025-01-14T19:20:40.694+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=184.7Mi, Sys=14.1Mi, NumGC=3592","level":"stat"}
+{"@timestamp":"2025-01-14T19:21:40.694+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=184.7Mi, Sys=14.1Mi, NumGC=3592","level":"stat"}
+{"@timestamp":"2025-01-14T19:22:40.695+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=184.7Mi, Sys=14.1Mi, NumGC=3593","level":"stat"}
+{"@timestamp":"2025-01-14T19:23:40.694+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=184.7Mi, Sys=14.1Mi, NumGC=3593","level":"stat"}
+{"@timestamp":"2025-01-14T19:24:40.696+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=184.7Mi, Sys=14.1Mi, NumGC=3594","level":"stat"}
+{"@timestamp":"2025-01-14T19:25:40.696+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=184.8Mi, Sys=14.1Mi, NumGC=3594","level":"stat"}
+{"@timestamp":"2025-01-14T19:26:40.698+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=184.8Mi, Sys=14.1Mi, NumGC=3595","level":"stat"}
+{"@timestamp":"2025-01-14T19:27:40.698+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=184.8Mi, Sys=14.1Mi, NumGC=3595","level":"stat"}
+{"@timestamp":"2025-01-14T19:28:40.699+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=184.8Mi, Sys=14.1Mi, NumGC=3596","level":"stat"}
+{"@timestamp":"2025-01-14T19:29:40.699+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=184.8Mi, Sys=14.1Mi, NumGC=3596","level":"stat"}
+{"@timestamp":"2025-01-14T19:30:40.700+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=184.9Mi, Sys=14.1Mi, NumGC=3597","level":"stat"}
+{"@timestamp":"2025-01-14T19:31:40.701+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=184.9Mi, Sys=14.1Mi, NumGC=3597","level":"stat"}
+{"@timestamp":"2025-01-14T19:32:40.701+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=184.9Mi, Sys=14.1Mi, NumGC=3598","level":"stat"}
+{"@timestamp":"2025-01-14T19:33:40.702+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=184.9Mi, Sys=14.1Mi, NumGC=3598","level":"stat"}
+{"@timestamp":"2025-01-14T19:34:40.703+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=185.0Mi, Sys=14.1Mi, NumGC=3599","level":"stat"}
+{"@timestamp":"2025-01-14T19:35:40.704+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=185.0Mi, Sys=14.1Mi, NumGC=3599","level":"stat"}
+{"@timestamp":"2025-01-14T19:36:40.705+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=185.0Mi, Sys=14.1Mi, NumGC=3600","level":"stat"}
+{"@timestamp":"2025-01-14T19:37:40.705+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=185.0Mi, Sys=14.1Mi, NumGC=3600","level":"stat"}
+{"@timestamp":"2025-01-14T19:38:40.705+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=185.0Mi, Sys=14.1Mi, NumGC=3601","level":"stat"}
+{"@timestamp":"2025-01-14T19:39:40.705+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=185.1Mi, Sys=14.1Mi, NumGC=3601","level":"stat"}
+{"@timestamp":"2025-01-14T19:40:40.707+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=185.1Mi, Sys=14.1Mi, NumGC=3602","level":"stat"}
+{"@timestamp":"2025-01-14T19:41:40.708+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=185.1Mi, Sys=14.1Mi, NumGC=3602","level":"stat"}
+{"@timestamp":"2025-01-14T19:42:40.709+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=185.1Mi, Sys=14.1Mi, NumGC=3603","level":"stat"}
+{"@timestamp":"2025-01-14T19:43:40.709+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=185.1Mi, Sys=14.1Mi, NumGC=3603","level":"stat"}
+{"@timestamp":"2025-01-14T19:44:40.710+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=185.2Mi, Sys=14.1Mi, NumGC=3604","level":"stat"}
+{"@timestamp":"2025-01-14T19:45:40.711+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=185.2Mi, Sys=14.1Mi, NumGC=3604","level":"stat"}
+{"@timestamp":"2025-01-14T19:46:40.633+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=185.2Mi, Sys=14.1Mi, NumGC=3605","level":"stat"}
+{"@timestamp":"2025-01-14T19:47:40.632+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=185.2Mi, Sys=14.1Mi, NumGC=3605","level":"stat"}
+{"@timestamp":"2025-01-14T19:48:40.633+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=185.2Mi, Sys=14.1Mi, NumGC=3606","level":"stat"}
+{"@timestamp":"2025-01-14T19:49:40.632+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=185.3Mi, Sys=14.1Mi, NumGC=3606","level":"stat"}
+{"@timestamp":"2025-01-14T19:50:40.632+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=185.3Mi, Sys=14.1Mi, NumGC=3607","level":"stat"}
+{"@timestamp":"2025-01-14T19:51:40.632+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=185.3Mi, Sys=14.1Mi, NumGC=3607","level":"stat"}
+{"@timestamp":"2025-01-14T19:52:40.632+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=185.3Mi, Sys=14.1Mi, NumGC=3608","level":"stat"}
+{"@timestamp":"2025-01-14T19:53:40.632+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=185.3Mi, Sys=14.1Mi, NumGC=3608","level":"stat"}
+{"@timestamp":"2025-01-14T19:54:40.630+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=185.4Mi, Sys=14.1Mi, NumGC=3609","level":"stat"}
+{"@timestamp":"2025-01-14T19:55:40.631+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=185.4Mi, Sys=14.1Mi, NumGC=3609","level":"stat"}
+{"@timestamp":"2025-01-14T19:56:40.629+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=185.4Mi, Sys=14.1Mi, NumGC=3610","level":"stat"}
+{"@timestamp":"2025-01-14T19:57:40.629+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=185.4Mi, Sys=14.1Mi, NumGC=3610","level":"stat"}
+{"@timestamp":"2025-01-14T19:58:40.630+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=185.4Mi, Sys=14.1Mi, NumGC=3611","level":"stat"}
+{"@timestamp":"2025-01-14T20:00:05.456+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=185.5Mi, Sys=14.1Mi, NumGC=3611","level":"stat"}
+{"@timestamp":"2025-01-14T20:01:05.453+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=185.5Mi, Sys=14.1Mi, NumGC=3612","level":"stat"}
+{"@timestamp":"2025-01-14T20:02:05.453+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=185.5Mi, Sys=14.1Mi, NumGC=3612","level":"stat"}
+{"@timestamp":"2025-01-14T20:03:05.451+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=185.5Mi, Sys=14.1Mi, NumGC=3613","level":"stat"}
+{"@timestamp":"2025-01-14T20:04:05.450+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=185.5Mi, Sys=14.1Mi, NumGC=3613","level":"stat"}
+{"@timestamp":"2025-01-14T20:05:05.448+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=185.6Mi, Sys=14.1Mi, NumGC=3614","level":"stat"}
+{"@timestamp":"2025-01-14T20:06:05.447+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=185.6Mi, Sys=14.1Mi, NumGC=3614","level":"stat"}
+{"@timestamp":"2025-01-14T20:07:05.445+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=185.6Mi, Sys=14.1Mi, NumGC=3615","level":"stat"}
+{"@timestamp":"2025-01-14T20:08:05.443+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=185.6Mi, Sys=14.1Mi, NumGC=3615","level":"stat"}
+{"@timestamp":"2025-01-14T20:09:05.442+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=185.6Mi, Sys=14.1Mi, NumGC=3616","level":"stat"}
+{"@timestamp":"2025-01-14T20:10:05.441+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=185.7Mi, Sys=14.1Mi, NumGC=3616","level":"stat"}
+{"@timestamp":"2025-01-14T20:11:05.440+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=185.7Mi, Sys=14.1Mi, NumGC=3617","level":"stat"}
+{"@timestamp":"2025-01-14T20:12:05.438+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=185.7Mi, Sys=14.1Mi, NumGC=3617","level":"stat"}
+{"@timestamp":"2025-01-14T20:13:05.437+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=185.7Mi, Sys=14.1Mi, NumGC=3618","level":"stat"}
+{"@timestamp":"2025-01-14T20:14:05.436+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=185.7Mi, Sys=14.1Mi, NumGC=3618","level":"stat"}
+{"@timestamp":"2025-01-14T20:15:05.434+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=185.8Mi, Sys=14.1Mi, NumGC=3619","level":"stat"}
+{"@timestamp":"2025-01-14T20:16:05.433+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=185.8Mi, Sys=14.1Mi, NumGC=3619","level":"stat"}
+{"@timestamp":"2025-01-14T20:17:05.431+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=185.8Mi, Sys=14.1Mi, NumGC=3620","level":"stat"}
+{"@timestamp":"2025-01-14T20:18:05.430+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=185.8Mi, Sys=14.1Mi, NumGC=3620","level":"stat"}
+{"@timestamp":"2025-01-14T20:19:05.428+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=185.8Mi, Sys=14.1Mi, NumGC=3621","level":"stat"}
+{"@timestamp":"2025-01-14T20:20:05.427+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=185.9Mi, Sys=14.1Mi, NumGC=3621","level":"stat"}
+{"@timestamp":"2025-01-14T20:21:05.424+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=185.9Mi, Sys=14.1Mi, NumGC=3622","level":"stat"}
+{"@timestamp":"2025-01-14T20:22:05.424+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=185.9Mi, Sys=14.1Mi, NumGC=3622","level":"stat"}
+{"@timestamp":"2025-01-14T20:23:05.421+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=185.9Mi, Sys=14.1Mi, NumGC=3623","level":"stat"}
+{"@timestamp":"2025-01-14T20:24:05.421+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=185.9Mi, Sys=14.1Mi, NumGC=3623","level":"stat"}
+{"@timestamp":"2025-01-14T20:25:05.420+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=186.0Mi, Sys=14.1Mi, NumGC=3624","level":"stat"}
+{"@timestamp":"2025-01-14T20:26:05.418+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=186.0Mi, Sys=14.1Mi, NumGC=3624","level":"stat"}
+{"@timestamp":"2025-01-14T20:27:05.417+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=186.0Mi, Sys=14.1Mi, NumGC=3625","level":"stat"}
+{"@timestamp":"2025-01-14T20:28:05.415+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=186.0Mi, Sys=14.1Mi, NumGC=3625","level":"stat"}
+{"@timestamp":"2025-01-14T20:29:05.412+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=186.1Mi, Sys=14.1Mi, NumGC=3626","level":"stat"}
+{"@timestamp":"2025-01-14T20:30:05.413+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=186.1Mi, Sys=14.1Mi, NumGC=3626","level":"stat"}
+{"@timestamp":"2025-01-14T20:31:05.411+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=186.1Mi, Sys=14.1Mi, NumGC=3627","level":"stat"}
+{"@timestamp":"2025-01-14T20:32:05.408+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=186.1Mi, Sys=14.1Mi, NumGC=3627","level":"stat"}
+{"@timestamp":"2025-01-14T20:33:05.549+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=186.1Mi, Sys=14.1Mi, NumGC=3628","level":"stat"}
+{"@timestamp":"2025-01-14T20:34:05.548+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=186.2Mi, Sys=14.1Mi, NumGC=3628","level":"stat"}
+{"@timestamp":"2025-01-14T20:35:05.548+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=186.2Mi, Sys=14.1Mi, NumGC=3629","level":"stat"}
+{"@timestamp":"2025-01-14T20:36:05.550+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=186.2Mi, Sys=14.1Mi, NumGC=3629","level":"stat"}
+{"@timestamp":"2025-01-14T20:37:05.550+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=186.2Mi, Sys=14.1Mi, NumGC=3630","level":"stat"}
+{"@timestamp":"2025-01-14T20:38:05.549+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=186.2Mi, Sys=14.1Mi, NumGC=3630","level":"stat"}
+{"@timestamp":"2025-01-14T20:39:05.551+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=186.3Mi, Sys=14.1Mi, NumGC=3631","level":"stat"}
+{"@timestamp":"2025-01-14T20:40:05.550+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=186.3Mi, Sys=14.1Mi, NumGC=3631","level":"stat"}
+{"@timestamp":"2025-01-14T20:41:05.551+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=186.3Mi, Sys=14.1Mi, NumGC=3632","level":"stat"}
+{"@timestamp":"2025-01-14T20:42:05.551+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=186.3Mi, Sys=14.1Mi, NumGC=3632","level":"stat"}
+{"@timestamp":"2025-01-14T20:43:05.550+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=186.3Mi, Sys=14.1Mi, NumGC=3633","level":"stat"}
+{"@timestamp":"2025-01-14T20:44:05.551+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=186.4Mi, Sys=14.1Mi, NumGC=3633","level":"stat"}
+{"@timestamp":"2025-01-14T20:45:05.551+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=186.4Mi, Sys=14.1Mi, NumGC=3634","level":"stat"}
+{"@timestamp":"2025-01-14T20:46:05.552+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=186.4Mi, Sys=14.1Mi, NumGC=3634","level":"stat"}
+{"@timestamp":"2025-01-14T20:47:05.551+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=186.4Mi, Sys=14.1Mi, NumGC=3635","level":"stat"}
+{"@timestamp":"2025-01-14T20:48:05.546+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=186.5Mi, Sys=14.1Mi, NumGC=3635","level":"stat"}
+{"@timestamp":"2025-01-14T20:49:05.530+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=186.5Mi, Sys=14.1Mi, NumGC=3636","level":"stat"}
+{"@timestamp":"2025-01-14T20:50:05.529+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=186.5Mi, Sys=14.1Mi, NumGC=3636","level":"stat"}
+{"@timestamp":"2025-01-14T20:51:05.528+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=186.5Mi, Sys=14.1Mi, NumGC=3637","level":"stat"}
+{"@timestamp":"2025-01-14T20:52:05.530+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=186.5Mi, Sys=14.1Mi, NumGC=3637","level":"stat"}
+{"@timestamp":"2025-01-14T20:53:05.529+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=186.6Mi, Sys=14.1Mi, NumGC=3638","level":"stat"}
+{"@timestamp":"2025-01-14T20:54:05.528+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=186.6Mi, Sys=14.1Mi, NumGC=3638","level":"stat"}
+{"@timestamp":"2025-01-14T20:55:05.529+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=186.6Mi, Sys=14.1Mi, NumGC=3639","level":"stat"}
+{"@timestamp":"2025-01-14T20:56:05.529+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=186.6Mi, Sys=14.1Mi, NumGC=3639","level":"stat"}
+{"@timestamp":"2025-01-14T20:57:05.529+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=186.6Mi, Sys=14.1Mi, NumGC=3640","level":"stat"}
+{"@timestamp":"2025-01-14T20:58:05.529+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=186.7Mi, Sys=14.1Mi, NumGC=3640","level":"stat"}
+{"@timestamp":"2025-01-14T20:59:05.528+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=186.7Mi, Sys=14.1Mi, NumGC=3641","level":"stat"}
+{"@timestamp":"2025-01-14T21:00:30.451+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=186.7Mi, Sys=14.1Mi, NumGC=3641","level":"stat"}
+{"@timestamp":"2025-01-14T21:01:30.452+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=186.7Mi, Sys=14.1Mi, NumGC=3642","level":"stat"}
+{"@timestamp":"2025-01-14T21:02:30.453+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=186.7Mi, Sys=14.1Mi, NumGC=3642","level":"stat"}
+{"@timestamp":"2025-01-14T21:03:30.452+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=186.8Mi, Sys=14.1Mi, NumGC=3643","level":"stat"}
+{"@timestamp":"2025-01-14T21:04:30.452+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=186.8Mi, Sys=14.1Mi, NumGC=3643","level":"stat"}
+{"@timestamp":"2025-01-14T21:05:30.452+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=186.8Mi, Sys=14.1Mi, NumGC=3644","level":"stat"}
+{"@timestamp":"2025-01-14T21:06:30.452+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=186.8Mi, Sys=14.1Mi, NumGC=3644","level":"stat"}
+{"@timestamp":"2025-01-14T21:07:30.450+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=186.8Mi, Sys=14.1Mi, NumGC=3645","level":"stat"}
+{"@timestamp":"2025-01-14T21:08:30.452+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=186.9Mi, Sys=14.1Mi, NumGC=3645","level":"stat"}
+{"@timestamp":"2025-01-14T21:09:30.452+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=186.9Mi, Sys=14.1Mi, NumGC=3646","level":"stat"}
+{"@timestamp":"2025-01-14T21:10:30.451+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=186.9Mi, Sys=14.1Mi, NumGC=3646","level":"stat"}
+{"@timestamp":"2025-01-14T21:11:30.452+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=186.9Mi, Sys=14.1Mi, NumGC=3647","level":"stat"}
+{"@timestamp":"2025-01-14T21:12:30.450+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=186.9Mi, Sys=14.1Mi, NumGC=3647","level":"stat"}
+{"@timestamp":"2025-01-14T21:13:30.520+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=187.0Mi, Sys=14.1Mi, NumGC=3648","level":"stat"}
+{"@timestamp":"2025-01-14T21:14:30.521+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=187.0Mi, Sys=14.1Mi, NumGC=3648","level":"stat"}
+{"@timestamp":"2025-01-14T21:15:30.522+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=187.0Mi, Sys=14.1Mi, NumGC=3649","level":"stat"}
+{"@timestamp":"2025-01-14T21:16:30.523+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=187.0Mi, Sys=14.1Mi, NumGC=3649","level":"stat"}
+{"@timestamp":"2025-01-14T21:17:30.523+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=187.0Mi, Sys=14.1Mi, NumGC=3650","level":"stat"}
+{"@timestamp":"2025-01-14T21:18:30.523+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=187.1Mi, Sys=14.1Mi, NumGC=3650","level":"stat"}
+{"@timestamp":"2025-01-14T21:19:30.524+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=187.1Mi, Sys=14.1Mi, NumGC=3651","level":"stat"}
+{"@timestamp":"2025-01-14T21:20:30.524+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=187.1Mi, Sys=14.1Mi, NumGC=3651","level":"stat"}
+{"@timestamp":"2025-01-14T21:21:30.526+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=187.1Mi, Sys=14.1Mi, NumGC=3652","level":"stat"}
+{"@timestamp":"2025-01-14T21:22:30.527+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=187.1Mi, Sys=14.1Mi, NumGC=3652","level":"stat"}
+{"@timestamp":"2025-01-14T21:23:30.528+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=187.2Mi, Sys=14.1Mi, NumGC=3653","level":"stat"}
+{"@timestamp":"2025-01-14T21:24:30.527+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=187.2Mi, Sys=14.1Mi, NumGC=3653","level":"stat"}
+{"@timestamp":"2025-01-14T21:25:30.530+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=187.2Mi, Sys=14.1Mi, NumGC=3654","level":"stat"}
+{"@timestamp":"2025-01-14T21:26:30.529+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=187.2Mi, Sys=14.1Mi, NumGC=3654","level":"stat"}
+{"@timestamp":"2025-01-14T21:27:30.531+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=187.2Mi, Sys=14.1Mi, NumGC=3655","level":"stat"}
+{"@timestamp":"2025-01-14T21:28:30.532+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=187.3Mi, Sys=14.1Mi, NumGC=3655","level":"stat"}
+{"@timestamp":"2025-01-14T21:29:30.532+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=187.3Mi, Sys=14.1Mi, NumGC=3656","level":"stat"}
+{"@timestamp":"2025-01-14T21:30:30.532+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=187.3Mi, Sys=14.1Mi, NumGC=3656","level":"stat"}
+{"@timestamp":"2025-01-14T21:31:30.534+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=187.3Mi, Sys=14.1Mi, NumGC=3657","level":"stat"}
+{"@timestamp":"2025-01-14T21:32:30.535+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=187.3Mi, Sys=14.1Mi, NumGC=3657","level":"stat"}
+{"@timestamp":"2025-01-14T21:33:30.535+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=187.4Mi, Sys=14.1Mi, NumGC=3658","level":"stat"}
+{"@timestamp":"2025-01-14T21:34:30.439+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=187.4Mi, Sys=14.1Mi, NumGC=3658","level":"stat"}
+{"@timestamp":"2025-01-14T21:35:30.439+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=187.4Mi, Sys=14.1Mi, NumGC=3659","level":"stat"}
+{"@timestamp":"2025-01-14T21:36:30.438+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=187.4Mi, Sys=14.1Mi, NumGC=3659","level":"stat"}
+{"@timestamp":"2025-01-14T21:37:30.436+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=187.5Mi, Sys=14.1Mi, NumGC=3660","level":"stat"}
+{"@timestamp":"2025-01-14T21:38:30.437+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=187.5Mi, Sys=14.1Mi, NumGC=3660","level":"stat"}
+{"@timestamp":"2025-01-14T21:39:30.437+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=187.5Mi, Sys=14.1Mi, NumGC=3661","level":"stat"}
+{"@timestamp":"2025-01-14T21:40:30.437+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=187.5Mi, Sys=14.1Mi, NumGC=3661","level":"stat"}
+{"@timestamp":"2025-01-14T21:41:30.436+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=187.5Mi, Sys=14.1Mi, NumGC=3662","level":"stat"}
+{"@timestamp":"2025-01-14T21:42:30.436+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=187.6Mi, Sys=14.1Mi, NumGC=3662","level":"stat"}
+{"@timestamp":"2025-01-14T21:43:30.435+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=187.6Mi, Sys=14.1Mi, NumGC=3663","level":"stat"}
+{"@timestamp":"2025-01-14T21:44:30.435+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=187.6Mi, Sys=14.1Mi, NumGC=3663","level":"stat"}
+{"@timestamp":"2025-01-14T21:45:30.433+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=187.6Mi, Sys=14.1Mi, NumGC=3664","level":"stat"}
+{"@timestamp":"2025-01-14T21:46:30.433+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=187.6Mi, Sys=14.1Mi, NumGC=3664","level":"stat"}
+{"@timestamp":"2025-01-14T21:47:30.433+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=187.7Mi, Sys=14.1Mi, NumGC=3665","level":"stat"}
+{"@timestamp":"2025-01-14T21:48:30.431+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=187.7Mi, Sys=14.1Mi, NumGC=3665","level":"stat"}
+{"@timestamp":"2025-01-14T21:49:30.431+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=187.7Mi, Sys=14.1Mi, NumGC=3666","level":"stat"}
+{"@timestamp":"2025-01-14T21:50:30.428+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=187.7Mi, Sys=14.1Mi, NumGC=3666","level":"stat"}
+{"@timestamp":"2025-01-14T21:51:30.424+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=187.7Mi, Sys=14.1Mi, NumGC=3667","level":"stat"}
+{"@timestamp":"2025-01-14T21:52:30.424+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=187.8Mi, Sys=14.1Mi, NumGC=3667","level":"stat"}
+{"@timestamp":"2025-01-14T21:53:30.423+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=187.8Mi, Sys=14.1Mi, NumGC=3668","level":"stat"}
+{"@timestamp":"2025-01-14T21:54:30.422+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=187.8Mi, Sys=14.1Mi, NumGC=3668","level":"stat"}
+{"@timestamp":"2025-01-14T21:55:30.421+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=187.8Mi, Sys=14.1Mi, NumGC=3669","level":"stat"}
+{"@timestamp":"2025-01-14T21:56:30.421+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=187.8Mi, Sys=14.1Mi, NumGC=3669","level":"stat"}
+{"@timestamp":"2025-01-14T21:57:30.421+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=187.9Mi, Sys=14.1Mi, NumGC=3670","level":"stat"}
+{"@timestamp":"2025-01-14T21:58:30.421+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=187.9Mi, Sys=14.1Mi, NumGC=3670","level":"stat"}
+{"@timestamp":"2025-01-14T21:59:30.420+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=187.9Mi, Sys=14.1Mi, NumGC=3671","level":"stat"}
+{"@timestamp":"2025-01-14T22:15:55.431+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=187.9Mi, Sys=14.1Mi, NumGC=3671","level":"stat"}
+{"@timestamp":"2025-01-14T22:16:55.463+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=187.9Mi, Sys=14.1Mi, NumGC=3672","level":"stat"}
+{"@timestamp":"2025-01-14T22:17:55.465+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=188.0Mi, Sys=14.1Mi, NumGC=3672","level":"stat"}
+{"@timestamp":"2025-01-14T22:18:55.465+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=188.0Mi, Sys=14.1Mi, NumGC=3673","level":"stat"}
+{"@timestamp":"2025-01-14T22:19:55.465+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=188.0Mi, Sys=14.1Mi, NumGC=3673","level":"stat"}
+{"@timestamp":"2025-01-14T22:20:55.465+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=188.0Mi, Sys=14.1Mi, NumGC=3674","level":"stat"}
+{"@timestamp":"2025-01-14T22:21:55.464+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=188.0Mi, Sys=14.1Mi, NumGC=3674","level":"stat"}
+{"@timestamp":"2025-01-14T22:22:55.464+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=188.1Mi, Sys=14.1Mi, NumGC=3675","level":"stat"}
+{"@timestamp":"2025-01-14T22:23:55.464+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=188.1Mi, Sys=14.1Mi, NumGC=3675","level":"stat"}
+{"@timestamp":"2025-01-14T22:24:55.464+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=188.1Mi, Sys=14.1Mi, NumGC=3676","level":"stat"}
+{"@timestamp":"2025-01-14T22:25:55.463+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=188.1Mi, Sys=14.1Mi, NumGC=3676","level":"stat"}
+{"@timestamp":"2025-01-14T22:26:55.463+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=188.1Mi, Sys=14.1Mi, NumGC=3677","level":"stat"}
+{"@timestamp":"2025-01-14T22:27:55.462+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=188.2Mi, Sys=14.1Mi, NumGC=3677","level":"stat"}
+{"@timestamp":"2025-01-14T22:28:55.462+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=188.2Mi, Sys=14.1Mi, NumGC=3678","level":"stat"}
+{"@timestamp":"2025-01-14T22:29:55.462+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=188.2Mi, Sys=14.1Mi, NumGC=3678","level":"stat"}
+{"@timestamp":"2025-01-14T22:30:55.462+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=188.2Mi, Sys=14.1Mi, NumGC=3679","level":"stat"}
+{"@timestamp":"2025-01-14T22:31:55.457+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=188.2Mi, Sys=14.1Mi, NumGC=3679","level":"stat"}
+{"@timestamp":"2025-01-14T22:32:55.456+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=188.3Mi, Sys=14.1Mi, NumGC=3680","level":"stat"}
+{"@timestamp":"2025-01-14T22:33:55.456+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=188.3Mi, Sys=14.1Mi, NumGC=3680","level":"stat"}
+{"@timestamp":"2025-01-14T22:34:55.455+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=188.3Mi, Sys=14.1Mi, NumGC=3681","level":"stat"}
+{"@timestamp":"2025-01-14T22:35:55.455+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=188.3Mi, Sys=14.1Mi, NumGC=3681","level":"stat"}
+{"@timestamp":"2025-01-14T22:36:55.455+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=188.3Mi, Sys=14.1Mi, NumGC=3682","level":"stat"}
+{"@timestamp":"2025-01-14T22:37:55.454+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=188.4Mi, Sys=14.1Mi, NumGC=3682","level":"stat"}
+{"@timestamp":"2025-01-14T22:38:55.454+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=188.4Mi, Sys=14.1Mi, NumGC=3683","level":"stat"}
+{"@timestamp":"2025-01-14T22:39:55.453+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=188.4Mi, Sys=14.1Mi, NumGC=3683","level":"stat"}
+{"@timestamp":"2025-01-14T22:40:55.453+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=188.4Mi, Sys=14.1Mi, NumGC=3684","level":"stat"}
+{"@timestamp":"2025-01-14T22:41:55.452+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=188.4Mi, Sys=14.1Mi, NumGC=3684","level":"stat"}
+{"@timestamp":"2025-01-14T22:42:55.452+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=188.5Mi, Sys=14.1Mi, NumGC=3685","level":"stat"}
+{"@timestamp":"2025-01-14T22:43:55.452+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=188.5Mi, Sys=14.1Mi, NumGC=3685","level":"stat"}
+{"@timestamp":"2025-01-14T22:44:55.452+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=188.5Mi, Sys=14.1Mi, NumGC=3686","level":"stat"}
+{"@timestamp":"2025-01-14T22:45:55.451+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=188.5Mi, Sys=14.1Mi, NumGC=3686","level":"stat"}
+{"@timestamp":"2025-01-14T22:46:55.451+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=188.5Mi, Sys=14.1Mi, NumGC=3687","level":"stat"}
+{"@timestamp":"2025-01-14T22:47:55.448+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=188.6Mi, Sys=14.1Mi, NumGC=3687","level":"stat"}
+{"@timestamp":"2025-01-14T22:48:55.444+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=188.6Mi, Sys=14.1Mi, NumGC=3688","level":"stat"}
+{"@timestamp":"2025-01-14T22:49:55.443+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=188.6Mi, Sys=14.1Mi, NumGC=3688","level":"stat"}
+{"@timestamp":"2025-01-14T22:50:55.443+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=188.6Mi, Sys=14.1Mi, NumGC=3689","level":"stat"}
+{"@timestamp":"2025-01-14T22:51:55.442+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=188.6Mi, Sys=14.1Mi, NumGC=3689","level":"stat"}
+{"@timestamp":"2025-01-14T22:52:55.442+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=188.7Mi, Sys=14.1Mi, NumGC=3690","level":"stat"}
+{"@timestamp":"2025-01-14T22:53:55.441+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=188.7Mi, Sys=14.1Mi, NumGC=3690","level":"stat"}
+{"@timestamp":"2025-01-14T22:54:55.441+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=188.7Mi, Sys=14.1Mi, NumGC=3691","level":"stat"}
+{"@timestamp":"2025-01-14T22:55:55.440+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=188.7Mi, Sys=14.1Mi, NumGC=3691","level":"stat"}
+{"@timestamp":"2025-01-14T22:56:55.440+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=188.7Mi, Sys=14.1Mi, NumGC=3692","level":"stat"}
+{"@timestamp":"2025-01-14T22:57:55.440+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=188.8Mi, Sys=14.1Mi, NumGC=3692","level":"stat"}
+{"@timestamp":"2025-01-14T22:58:55.439+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=188.8Mi, Sys=14.1Mi, NumGC=3693","level":"stat"}
+{"@timestamp":"2025-01-14T22:59:55.438+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=188.8Mi, Sys=14.1Mi, NumGC=3693","level":"stat"}
+{"@timestamp":"2025-01-14T23:00:55.437+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=188.8Mi, Sys=14.1Mi, NumGC=3694","level":"stat"}
+{"@timestamp":"2025-01-14T23:01:55.438+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=188.8Mi, Sys=14.1Mi, NumGC=3694","level":"stat"}
+{"@timestamp":"2025-01-14T23:02:55.437+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=188.9Mi, Sys=14.1Mi, NumGC=3695","level":"stat"}
+{"@timestamp":"2025-01-14T23:03:55.437+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=188.9Mi, Sys=14.1Mi, NumGC=3695","level":"stat"}
+{"@timestamp":"2025-01-14T23:04:55.437+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=188.9Mi, Sys=14.1Mi, NumGC=3696","level":"stat"}
+{"@timestamp":"2025-01-14T23:05:55.436+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=188.9Mi, Sys=14.1Mi, NumGC=3696","level":"stat"}
+{"@timestamp":"2025-01-14T23:06:55.436+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=189.0Mi, Sys=14.1Mi, NumGC=3697","level":"stat"}
+{"@timestamp":"2025-01-14T23:07:55.435+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=189.0Mi, Sys=14.1Mi, NumGC=3697","level":"stat"}
+{"@timestamp":"2025-01-14T23:08:55.495+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=189.0Mi, Sys=14.1Mi, NumGC=3698","level":"stat"}
+{"@timestamp":"2025-01-14T23:09:55.495+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=189.0Mi, Sys=14.1Mi, NumGC=3698","level":"stat"}
+{"@timestamp":"2025-01-14T23:10:55.495+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=189.0Mi, Sys=14.1Mi, NumGC=3699","level":"stat"}
+{"@timestamp":"2025-01-14T23:11:55.496+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=189.1Mi, Sys=14.1Mi, NumGC=3699","level":"stat"}
+{"@timestamp":"2025-01-14T23:12:55.496+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=189.1Mi, Sys=14.1Mi, NumGC=3700","level":"stat"}
+{"@timestamp":"2025-01-14T23:13:55.496+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=189.1Mi, Sys=14.1Mi, NumGC=3700","level":"stat"}
+{"@timestamp":"2025-01-14T23:14:55.497+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=189.1Mi, Sys=14.1Mi, NumGC=3701","level":"stat"}
+{"@timestamp":"2025-01-14T23:15:55.497+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=189.1Mi, Sys=14.1Mi, NumGC=3701","level":"stat"}
+{"@timestamp":"2025-01-14T23:16:55.498+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=189.2Mi, Sys=14.1Mi, NumGC=3702","level":"stat"}
+{"@timestamp":"2025-01-14T23:17:55.498+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=189.2Mi, Sys=14.1Mi, NumGC=3702","level":"stat"}
+{"@timestamp":"2025-01-14T23:18:55.498+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=189.2Mi, Sys=14.1Mi, NumGC=3703","level":"stat"}
+{"@timestamp":"2025-01-14T23:19:55.497+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=189.2Mi, Sys=14.1Mi, NumGC=3703","level":"stat"}
+{"@timestamp":"2025-01-14T23:20:55.498+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=189.2Mi, Sys=14.1Mi, NumGC=3704","level":"stat"}
+{"@timestamp":"2025-01-14T23:21:55.499+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=189.3Mi, Sys=14.1Mi, NumGC=3704","level":"stat"}
+{"@timestamp":"2025-01-14T23:22:55.499+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=189.3Mi, Sys=14.1Mi, NumGC=3705","level":"stat"}
+{"@timestamp":"2025-01-14T23:23:55.500+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=189.3Mi, Sys=14.1Mi, NumGC=3705","level":"stat"}
+{"@timestamp":"2025-01-14T23:24:55.500+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=189.3Mi, Sys=14.1Mi, NumGC=3706","level":"stat"}
+{"@timestamp":"2025-01-14T23:25:55.500+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=189.3Mi, Sys=14.1Mi, NumGC=3706","level":"stat"}
+{"@timestamp":"2025-01-14T23:26:55.499+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=189.4Mi, Sys=14.1Mi, NumGC=3707","level":"stat"}
+{"@timestamp":"2025-01-14T23:27:55.501+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=189.4Mi, Sys=14.1Mi, NumGC=3707","level":"stat"}
+{"@timestamp":"2025-01-14T23:28:55.501+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=189.4Mi, Sys=14.1Mi, NumGC=3708","level":"stat"}
+{"@timestamp":"2025-01-14T23:29:55.501+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=189.4Mi, Sys=14.1Mi, NumGC=3708","level":"stat"}
+{"@timestamp":"2025-01-14T23:30:55.502+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=189.4Mi, Sys=14.1Mi, NumGC=3709","level":"stat"}
+{"@timestamp":"2025-01-14T23:31:55.502+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=189.5Mi, Sys=14.1Mi, NumGC=3709","level":"stat"}
+{"@timestamp":"2025-01-14T23:32:55.502+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=189.5Mi, Sys=14.1Mi, NumGC=3710","level":"stat"}
+{"@timestamp":"2025-01-14T23:33:55.502+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=189.5Mi, Sys=14.1Mi, NumGC=3710","level":"stat"}
+{"@timestamp":"2025-01-14T23:34:55.503+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=189.5Mi, Sys=14.1Mi, NumGC=3711","level":"stat"}
+{"@timestamp":"2025-01-14T23:35:55.502+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=189.6Mi, Sys=14.1Mi, NumGC=3711","level":"stat"}
+{"@timestamp":"2025-01-14T23:36:55.503+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=189.6Mi, Sys=14.1Mi, NumGC=3712","level":"stat"}
+{"@timestamp":"2025-01-14T23:37:55.504+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=189.6Mi, Sys=14.1Mi, NumGC=3712","level":"stat"}
+{"@timestamp":"2025-01-14T23:38:55.504+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=189.6Mi, Sys=14.1Mi, NumGC=3713","level":"stat"}
+{"@timestamp":"2025-01-14T23:39:55.504+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=189.6Mi, Sys=14.1Mi, NumGC=3713","level":"stat"}
+{"@timestamp":"2025-01-14T23:40:55.504+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=189.7Mi, Sys=14.1Mi, NumGC=3714","level":"stat"}
+{"@timestamp":"2025-01-14T23:41:55.505+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=189.7Mi, Sys=14.1Mi, NumGC=3714","level":"stat"}
+{"@timestamp":"2025-01-14T23:42:55.505+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=189.7Mi, Sys=14.1Mi, NumGC=3715","level":"stat"}
+{"@timestamp":"2025-01-14T23:43:55.505+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=189.7Mi, Sys=14.1Mi, NumGC=3715","level":"stat"}
+{"@timestamp":"2025-01-14T23:44:55.506+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=189.7Mi, Sys=14.1Mi, NumGC=3716","level":"stat"}
+{"@timestamp":"2025-01-14T23:45:55.506+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=189.8Mi, Sys=14.1Mi, NumGC=3716","level":"stat"}
+{"@timestamp":"2025-01-14T23:46:55.573+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=189.8Mi, Sys=14.1Mi, NumGC=3717","level":"stat"}
+{"@timestamp":"2025-01-14T23:47:55.574+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=189.8Mi, Sys=14.1Mi, NumGC=3717","level":"stat"}
+{"@timestamp":"2025-01-14T23:48:55.574+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=189.8Mi, Sys=14.1Mi, NumGC=3718","level":"stat"}
+{"@timestamp":"2025-01-14T23:49:55.576+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=189.8Mi, Sys=14.1Mi, NumGC=3718","level":"stat"}
+{"@timestamp":"2025-01-14T23:50:55.577+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=189.9Mi, Sys=14.1Mi, NumGC=3719","level":"stat"}
+{"@timestamp":"2025-01-14T23:51:55.578+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=189.9Mi, Sys=14.1Mi, NumGC=3719","level":"stat"}
+{"@timestamp":"2025-01-14T23:52:55.579+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=189.9Mi, Sys=14.1Mi, NumGC=3720","level":"stat"}
+{"@timestamp":"2025-01-14T23:53:55.580+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=189.9Mi, Sys=14.1Mi, NumGC=3720","level":"stat"}
+{"@timestamp":"2025-01-14T23:54:55.581+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=190.0Mi, Sys=14.1Mi, NumGC=3721","level":"stat"}
+{"@timestamp":"2025-01-14T23:55:55.582+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=190.0Mi, Sys=14.1Mi, NumGC=3721","level":"stat"}
+{"@timestamp":"2025-01-14T23:56:55.584+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=190.0Mi, Sys=14.1Mi, NumGC=3722","level":"stat"}
+{"@timestamp":"2025-01-14T23:57:55.584+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=190.0Mi, Sys=14.1Mi, NumGC=3722","level":"stat"}
+{"@timestamp":"2025-01-14T23:58:55.586+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=190.0Mi, Sys=14.1Mi, NumGC=3723","level":"stat"}
+{"@timestamp":"2025-01-14T23:59:55.587+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=190.1Mi, Sys=14.1Mi, NumGC=3723","level":"stat"}

+ 1028 - 0
app/mq/kafka/logs/stat.log-2025-01-15

@@ -0,0 +1,1028 @@
+{"@timestamp":"2025-01-15T00:00:55.588+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=190.1Mi, Sys=14.1Mi, NumGC=3724","level":"stat"}
+{"@timestamp":"2025-01-15T00:01:55.589+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=190.1Mi, Sys=14.1Mi, NumGC=3724","level":"stat"}
+{"@timestamp":"2025-01-15T00:02:55.590+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=190.1Mi, Sys=14.1Mi, NumGC=3725","level":"stat"}
+{"@timestamp":"2025-01-15T00:03:55.591+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=190.1Mi, Sys=14.1Mi, NumGC=3725","level":"stat"}
+{"@timestamp":"2025-01-15T00:04:55.592+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=190.2Mi, Sys=14.1Mi, NumGC=3726","level":"stat"}
+{"@timestamp":"2025-01-15T00:05:55.593+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=190.2Mi, Sys=14.1Mi, NumGC=3726","level":"stat"}
+{"@timestamp":"2025-01-15T00:06:55.595+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=190.2Mi, Sys=14.1Mi, NumGC=3727","level":"stat"}
+{"@timestamp":"2025-01-15T00:07:55.595+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=190.2Mi, Sys=14.1Mi, NumGC=3727","level":"stat"}
+{"@timestamp":"2025-01-15T00:08:55.597+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=190.2Mi, Sys=14.1Mi, NumGC=3728","level":"stat"}
+{"@timestamp":"2025-01-15T00:09:55.598+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=190.3Mi, Sys=14.1Mi, NumGC=3728","level":"stat"}
+{"@timestamp":"2025-01-15T00:10:55.599+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=190.3Mi, Sys=14.1Mi, NumGC=3729","level":"stat"}
+{"@timestamp":"2025-01-15T00:11:55.599+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=190.3Mi, Sys=14.1Mi, NumGC=3729","level":"stat"}
+{"@timestamp":"2025-01-15T00:12:55.600+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=190.3Mi, Sys=14.1Mi, NumGC=3730","level":"stat"}
+{"@timestamp":"2025-01-15T00:13:55.602+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=190.3Mi, Sys=14.1Mi, NumGC=3730","level":"stat"}
+{"@timestamp":"2025-01-15T00:14:55.603+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=190.4Mi, Sys=14.1Mi, NumGC=3731","level":"stat"}
+{"@timestamp":"2025-01-15T00:15:55.604+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=190.4Mi, Sys=14.1Mi, NumGC=3731","level":"stat"}
+{"@timestamp":"2025-01-15T00:16:55.605+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=190.4Mi, Sys=14.1Mi, NumGC=3732","level":"stat"}
+{"@timestamp":"2025-01-15T00:17:55.606+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=190.4Mi, Sys=14.1Mi, NumGC=3732","level":"stat"}
+{"@timestamp":"2025-01-15T00:18:55.608+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=190.4Mi, Sys=14.1Mi, NumGC=3733","level":"stat"}
+{"@timestamp":"2025-01-15T00:19:55.608+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=190.5Mi, Sys=14.1Mi, NumGC=3733","level":"stat"}
+{"@timestamp":"2025-01-15T00:20:55.610+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=190.5Mi, Sys=14.1Mi, NumGC=3734","level":"stat"}
+{"@timestamp":"2025-01-15T00:21:55.611+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=190.5Mi, Sys=14.1Mi, NumGC=3734","level":"stat"}
+{"@timestamp":"2025-01-15T00:22:55.611+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=190.5Mi, Sys=14.1Mi, NumGC=3735","level":"stat"}
+{"@timestamp":"2025-01-15T00:23:55.613+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=190.5Mi, Sys=14.1Mi, NumGC=3735","level":"stat"}
+{"@timestamp":"2025-01-15T00:24:55.614+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=190.6Mi, Sys=14.1Mi, NumGC=3736","level":"stat"}
+{"@timestamp":"2025-01-15T00:25:55.615+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=190.6Mi, Sys=14.1Mi, NumGC=3736","level":"stat"}
+{"@timestamp":"2025-01-15T00:26:55.616+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=190.6Mi, Sys=14.1Mi, NumGC=3737","level":"stat"}
+{"@timestamp":"2025-01-15T00:27:55.617+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=190.6Mi, Sys=14.1Mi, NumGC=3737","level":"stat"}
+{"@timestamp":"2025-01-15T00:28:55.618+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=190.6Mi, Sys=14.1Mi, NumGC=3738","level":"stat"}
+{"@timestamp":"2025-01-15T00:29:55.619+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=190.7Mi, Sys=14.1Mi, NumGC=3738","level":"stat"}
+{"@timestamp":"2025-01-15T00:30:55.620+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=190.7Mi, Sys=14.1Mi, NumGC=3739","level":"stat"}
+{"@timestamp":"2025-01-15T00:31:55.621+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=190.7Mi, Sys=14.1Mi, NumGC=3739","level":"stat"}
+{"@timestamp":"2025-01-15T00:32:55.622+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=190.7Mi, Sys=14.1Mi, NumGC=3740","level":"stat"}
+{"@timestamp":"2025-01-15T00:33:55.589+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=190.7Mi, Sys=14.1Mi, NumGC=3740","level":"stat"}
+{"@timestamp":"2025-01-15T00:34:55.590+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=190.8Mi, Sys=14.1Mi, NumGC=3741","level":"stat"}
+{"@timestamp":"2025-01-15T00:35:55.591+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=190.8Mi, Sys=14.1Mi, NumGC=3741","level":"stat"}
+{"@timestamp":"2025-01-15T00:36:55.592+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=190.8Mi, Sys=14.1Mi, NumGC=3742","level":"stat"}
+{"@timestamp":"2025-01-15T00:37:55.591+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=190.8Mi, Sys=14.1Mi, NumGC=3742","level":"stat"}
+{"@timestamp":"2025-01-15T00:38:55.592+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=190.8Mi, Sys=14.1Mi, NumGC=3743","level":"stat"}
+{"@timestamp":"2025-01-15T00:39:55.592+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=190.9Mi, Sys=14.1Mi, NumGC=3743","level":"stat"}
+{"@timestamp":"2025-01-15T00:40:55.593+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=190.9Mi, Sys=14.1Mi, NumGC=3744","level":"stat"}
+{"@timestamp":"2025-01-15T00:41:55.594+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=190.9Mi, Sys=14.1Mi, NumGC=3744","level":"stat"}
+{"@timestamp":"2025-01-15T00:42:55.595+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=190.9Mi, Sys=14.1Mi, NumGC=3745","level":"stat"}
+{"@timestamp":"2025-01-15T00:43:55.595+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=190.9Mi, Sys=14.1Mi, NumGC=3745","level":"stat"}
+{"@timestamp":"2025-01-15T00:44:55.597+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=191.0Mi, Sys=14.1Mi, NumGC=3746","level":"stat"}
+{"@timestamp":"2025-01-15T00:45:55.597+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=191.0Mi, Sys=14.1Mi, NumGC=3746","level":"stat"}
+{"@timestamp":"2025-01-15T00:46:55.598+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=191.0Mi, Sys=14.1Mi, NumGC=3747","level":"stat"}
+{"@timestamp":"2025-01-15T00:47:55.599+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=191.0Mi, Sys=14.1Mi, NumGC=3747","level":"stat"}
+{"@timestamp":"2025-01-15T00:48:55.526+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=191.1Mi, Sys=14.1Mi, NumGC=3748","level":"stat"}
+{"@timestamp":"2025-01-15T00:49:55.526+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=191.1Mi, Sys=14.1Mi, NumGC=3748","level":"stat"}
+{"@timestamp":"2025-01-15T00:50:55.526+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=191.1Mi, Sys=14.1Mi, NumGC=3749","level":"stat"}
+{"@timestamp":"2025-01-15T00:51:55.527+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=191.1Mi, Sys=14.1Mi, NumGC=3749","level":"stat"}
+{"@timestamp":"2025-01-15T00:52:55.527+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=191.1Mi, Sys=14.1Mi, NumGC=3750","level":"stat"}
+{"@timestamp":"2025-01-15T00:53:55.527+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=191.2Mi, Sys=14.1Mi, NumGC=3750","level":"stat"}
+{"@timestamp":"2025-01-15T00:54:55.527+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=191.2Mi, Sys=14.1Mi, NumGC=3751","level":"stat"}
+{"@timestamp":"2025-01-15T00:55:55.525+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=191.2Mi, Sys=14.1Mi, NumGC=3751","level":"stat"}
+{"@timestamp":"2025-01-15T00:56:55.527+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=191.2Mi, Sys=14.1Mi, NumGC=3752","level":"stat"}
+{"@timestamp":"2025-01-15T00:57:55.593+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=191.2Mi, Sys=14.1Mi, NumGC=3752","level":"stat"}
+{"@timestamp":"2025-01-15T00:58:55.593+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=191.3Mi, Sys=14.1Mi, NumGC=3753","level":"stat"}
+{"@timestamp":"2025-01-15T00:59:55.594+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=191.3Mi, Sys=14.1Mi, NumGC=3753","level":"stat"}
+{"@timestamp":"2025-01-15T01:00:55.592+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=191.3Mi, Sys=14.1Mi, NumGC=3754","level":"stat"}
+{"@timestamp":"2025-01-15T01:01:55.595+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=191.3Mi, Sys=14.1Mi, NumGC=3754","level":"stat"}
+{"@timestamp":"2025-01-15T01:03:20.426+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=191.3Mi, Sys=14.1Mi, NumGC=3755","level":"stat"}
+{"@timestamp":"2025-01-15T01:19:45.471+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=191.4Mi, Sys=14.1Mi, NumGC=3755","level":"stat"}
+{"@timestamp":"2025-01-15T01:32:43.527+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=191.4Mi, Sys=14.1Mi, NumGC=3756","level":"stat"}
+{"@timestamp":"2025-01-15T01:33:43.527+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=191.4Mi, Sys=14.1Mi, NumGC=3756","level":"stat"}
+{"@timestamp":"2025-01-15T01:34:43.528+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=191.4Mi, Sys=14.1Mi, NumGC=3757","level":"stat"}
+{"@timestamp":"2025-01-15T01:35:43.529+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=191.4Mi, Sys=14.1Mi, NumGC=3757","level":"stat"}
+{"@timestamp":"2025-01-15T01:36:43.529+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=191.5Mi, Sys=14.1Mi, NumGC=3758","level":"stat"}
+{"@timestamp":"2025-01-15T01:37:43.530+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=191.5Mi, Sys=14.1Mi, NumGC=3758","level":"stat"}
+{"@timestamp":"2025-01-15T01:38:43.531+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=191.5Mi, Sys=14.1Mi, NumGC=3759","level":"stat"}
+{"@timestamp":"2025-01-15T01:39:43.531+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=191.5Mi, Sys=14.1Mi, NumGC=3759","level":"stat"}
+{"@timestamp":"2025-01-15T01:40:43.532+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=191.5Mi, Sys=14.1Mi, NumGC=3760","level":"stat"}
+{"@timestamp":"2025-01-15T01:41:43.533+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=191.6Mi, Sys=14.1Mi, NumGC=3760","level":"stat"}
+{"@timestamp":"2025-01-15T01:42:43.533+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=191.6Mi, Sys=14.1Mi, NumGC=3761","level":"stat"}
+{"@timestamp":"2025-01-15T01:43:43.530+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=191.6Mi, Sys=14.1Mi, NumGC=3761","level":"stat"}
+{"@timestamp":"2025-01-15T01:44:43.530+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=191.6Mi, Sys=14.1Mi, NumGC=3762","level":"stat"}
+{"@timestamp":"2025-01-15T01:45:43.531+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=191.6Mi, Sys=14.1Mi, NumGC=3762","level":"stat"}
+{"@timestamp":"2025-01-15T01:46:43.532+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=191.7Mi, Sys=14.1Mi, NumGC=3763","level":"stat"}
+{"@timestamp":"2025-01-15T01:47:43.532+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=191.7Mi, Sys=14.1Mi, NumGC=3763","level":"stat"}
+{"@timestamp":"2025-01-15T01:48:43.533+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=191.7Mi, Sys=14.1Mi, NumGC=3764","level":"stat"}
+{"@timestamp":"2025-01-15T01:49:43.534+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=191.7Mi, Sys=14.1Mi, NumGC=3764","level":"stat"}
+{"@timestamp":"2025-01-15T01:50:43.534+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=191.7Mi, Sys=14.1Mi, NumGC=3765","level":"stat"}
+{"@timestamp":"2025-01-15T01:51:43.535+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=191.8Mi, Sys=14.1Mi, NumGC=3765","level":"stat"}
+{"@timestamp":"2025-01-15T01:52:43.536+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=191.8Mi, Sys=14.1Mi, NumGC=3766","level":"stat"}
+{"@timestamp":"2025-01-15T01:53:43.536+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=191.8Mi, Sys=14.1Mi, NumGC=3766","level":"stat"}
+{"@timestamp":"2025-01-15T01:54:43.537+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=191.8Mi, Sys=14.1Mi, NumGC=3767","level":"stat"}
+{"@timestamp":"2025-01-15T01:55:43.538+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=191.8Mi, Sys=14.1Mi, NumGC=3767","level":"stat"}
+{"@timestamp":"2025-01-15T01:56:43.538+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=191.9Mi, Sys=14.1Mi, NumGC=3768","level":"stat"}
+{"@timestamp":"2025-01-15T01:57:43.539+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=191.9Mi, Sys=14.1Mi, NumGC=3768","level":"stat"}
+{"@timestamp":"2025-01-15T01:58:43.540+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=191.9Mi, Sys=14.1Mi, NumGC=3769","level":"stat"}
+{"@timestamp":"2025-01-15T01:59:43.540+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=191.9Mi, Sys=14.1Mi, NumGC=3769","level":"stat"}
+{"@timestamp":"2025-01-15T02:00:43.542+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=192.0Mi, Sys=14.1Mi, NumGC=3770","level":"stat"}
+{"@timestamp":"2025-01-15T02:01:43.543+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=192.0Mi, Sys=14.1Mi, NumGC=3770","level":"stat"}
+{"@timestamp":"2025-01-15T02:02:43.543+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=192.0Mi, Sys=14.1Mi, NumGC=3771","level":"stat"}
+{"@timestamp":"2025-01-15T02:03:43.544+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=192.0Mi, Sys=14.1Mi, NumGC=3771","level":"stat"}
+{"@timestamp":"2025-01-15T02:04:43.543+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=192.0Mi, Sys=14.1Mi, NumGC=3772","level":"stat"}
+{"@timestamp":"2025-01-15T02:05:43.538+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=192.1Mi, Sys=14.1Mi, NumGC=3772","level":"stat"}
+{"@timestamp":"2025-01-15T02:06:43.538+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=192.1Mi, Sys=14.1Mi, NumGC=3773","level":"stat"}
+{"@timestamp":"2025-01-15T02:07:43.539+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=192.1Mi, Sys=14.1Mi, NumGC=3773","level":"stat"}
+{"@timestamp":"2025-01-15T02:08:43.538+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=192.1Mi, Sys=14.1Mi, NumGC=3774","level":"stat"}
+{"@timestamp":"2025-01-15T02:09:43.539+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=192.1Mi, Sys=14.1Mi, NumGC=3774","level":"stat"}
+{"@timestamp":"2025-01-15T02:10:43.539+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=192.2Mi, Sys=14.1Mi, NumGC=3775","level":"stat"}
+{"@timestamp":"2025-01-15T02:11:43.458+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=192.2Mi, Sys=14.1Mi, NumGC=3775","level":"stat"}
+{"@timestamp":"2025-01-15T02:12:43.457+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=192.2Mi, Sys=14.1Mi, NumGC=3776","level":"stat"}
+{"@timestamp":"2025-01-15T02:13:43.457+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=192.2Mi, Sys=14.1Mi, NumGC=3776","level":"stat"}
+{"@timestamp":"2025-01-15T02:14:43.457+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=192.2Mi, Sys=14.1Mi, NumGC=3777","level":"stat"}
+{"@timestamp":"2025-01-15T02:15:43.456+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=192.3Mi, Sys=14.1Mi, NumGC=3777","level":"stat"}
+{"@timestamp":"2025-01-15T02:16:43.456+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=192.3Mi, Sys=14.1Mi, NumGC=3778","level":"stat"}
+{"@timestamp":"2025-01-15T02:17:43.455+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=192.3Mi, Sys=14.1Mi, NumGC=3778","level":"stat"}
+{"@timestamp":"2025-01-15T02:18:43.454+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=192.3Mi, Sys=14.1Mi, NumGC=3779","level":"stat"}
+{"@timestamp":"2025-01-15T02:19:43.454+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=192.3Mi, Sys=14.1Mi, NumGC=3779","level":"stat"}
+{"@timestamp":"2025-01-15T02:20:43.454+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=192.4Mi, Sys=14.1Mi, NumGC=3780","level":"stat"}
+{"@timestamp":"2025-01-15T02:21:43.453+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=192.4Mi, Sys=14.1Mi, NumGC=3780","level":"stat"}
+{"@timestamp":"2025-01-15T02:22:43.453+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=192.4Mi, Sys=14.1Mi, NumGC=3781","level":"stat"}
+{"@timestamp":"2025-01-15T02:23:43.452+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=192.4Mi, Sys=14.1Mi, NumGC=3781","level":"stat"}
+{"@timestamp":"2025-01-15T02:24:43.452+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=192.4Mi, Sys=14.1Mi, NumGC=3782","level":"stat"}
+{"@timestamp":"2025-01-15T02:25:43.451+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=192.5Mi, Sys=14.1Mi, NumGC=3782","level":"stat"}
+{"@timestamp":"2025-01-15T02:26:43.451+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=192.5Mi, Sys=14.1Mi, NumGC=3783","level":"stat"}
+{"@timestamp":"2025-01-15T02:27:43.450+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=192.5Mi, Sys=14.1Mi, NumGC=3783","level":"stat"}
+{"@timestamp":"2025-01-15T02:28:43.450+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=192.5Mi, Sys=14.1Mi, NumGC=3784","level":"stat"}
+{"@timestamp":"2025-01-15T02:29:43.449+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=192.5Mi, Sys=14.1Mi, NumGC=3784","level":"stat"}
+{"@timestamp":"2025-01-15T02:30:43.449+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=192.6Mi, Sys=14.1Mi, NumGC=3785","level":"stat"}
+{"@timestamp":"2025-01-15T02:31:43.448+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=192.6Mi, Sys=14.1Mi, NumGC=3785","level":"stat"}
+{"@timestamp":"2025-01-15T02:32:43.448+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=192.6Mi, Sys=14.1Mi, NumGC=3786","level":"stat"}
+{"@timestamp":"2025-01-15T02:33:43.447+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=192.6Mi, Sys=14.1Mi, NumGC=3786","level":"stat"}
+{"@timestamp":"2025-01-15T02:34:43.447+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=192.6Mi, Sys=14.1Mi, NumGC=3787","level":"stat"}
+{"@timestamp":"2025-01-15T02:35:43.446+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=192.7Mi, Sys=14.1Mi, NumGC=3787","level":"stat"}
+{"@timestamp":"2025-01-15T02:36:43.455+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=192.7Mi, Sys=14.1Mi, NumGC=3788","level":"stat"}
+{"@timestamp":"2025-01-15T02:37:43.458+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=192.7Mi, Sys=14.1Mi, NumGC=3788","level":"stat"}
+{"@timestamp":"2025-01-15T02:38:43.457+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=192.7Mi, Sys=14.1Mi, NumGC=3789","level":"stat"}
+{"@timestamp":"2025-01-15T02:39:43.457+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=192.7Mi, Sys=14.1Mi, NumGC=3789","level":"stat"}
+{"@timestamp":"2025-01-15T02:40:43.457+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=192.8Mi, Sys=14.1Mi, NumGC=3790","level":"stat"}
+{"@timestamp":"2025-01-15T02:41:43.456+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=192.8Mi, Sys=14.1Mi, NumGC=3790","level":"stat"}
+{"@timestamp":"2025-01-15T02:42:43.456+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=192.8Mi, Sys=14.1Mi, NumGC=3791","level":"stat"}
+{"@timestamp":"2025-01-15T02:43:43.455+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=192.8Mi, Sys=14.1Mi, NumGC=3791","level":"stat"}
+{"@timestamp":"2025-01-15T02:44:43.455+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=192.8Mi, Sys=14.1Mi, NumGC=3792","level":"stat"}
+{"@timestamp":"2025-01-15T02:45:43.455+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=192.9Mi, Sys=14.1Mi, NumGC=3792","level":"stat"}
+{"@timestamp":"2025-01-15T02:46:43.454+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=192.9Mi, Sys=14.1Mi, NumGC=3793","level":"stat"}
+{"@timestamp":"2025-01-15T02:47:43.454+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=192.9Mi, Sys=14.1Mi, NumGC=3793","level":"stat"}
+{"@timestamp":"2025-01-15T02:48:43.454+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=192.9Mi, Sys=14.1Mi, NumGC=3794","level":"stat"}
+{"@timestamp":"2025-01-15T02:49:43.453+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=192.9Mi, Sys=14.1Mi, NumGC=3794","level":"stat"}
+{"@timestamp":"2025-01-15T02:50:43.453+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=193.0Mi, Sys=14.1Mi, NumGC=3795","level":"stat"}
+{"@timestamp":"2025-01-15T02:51:43.453+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=193.0Mi, Sys=14.1Mi, NumGC=3795","level":"stat"}
+{"@timestamp":"2025-01-15T02:52:43.427+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=193.0Mi, Sys=14.1Mi, NumGC=3796","level":"stat"}
+{"@timestamp":"2025-01-15T02:53:43.406+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=193.0Mi, Sys=14.1Mi, NumGC=3796","level":"stat"}
+{"@timestamp":"2025-01-15T02:54:43.405+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=193.0Mi, Sys=14.1Mi, NumGC=3797","level":"stat"}
+{"@timestamp":"2025-01-15T02:55:43.419+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=193.1Mi, Sys=14.1Mi, NumGC=3797","level":"stat"}
+{"@timestamp":"2025-01-15T02:56:43.424+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=193.1Mi, Sys=14.1Mi, NumGC=3798","level":"stat"}
+{"@timestamp":"2025-01-15T02:57:43.423+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=193.1Mi, Sys=14.1Mi, NumGC=3798","level":"stat"}
+{"@timestamp":"2025-01-15T02:58:43.423+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=193.1Mi, Sys=14.1Mi, NumGC=3799","level":"stat"}
+{"@timestamp":"2025-01-15T02:59:43.422+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=193.1Mi, Sys=14.1Mi, NumGC=3799","level":"stat"}
+{"@timestamp":"2025-01-15T03:01:08.211+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=193.2Mi, Sys=14.1Mi, NumGC=3800","level":"stat"}
+{"@timestamp":"2025-01-15T03:17:33.216+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=193.2Mi, Sys=14.1Mi, NumGC=3800","level":"stat"}
+{"@timestamp":"2025-01-15T03:18:33.209+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=193.2Mi, Sys=14.1Mi, NumGC=3801","level":"stat"}
+{"@timestamp":"2025-01-15T03:19:33.207+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=193.2Mi, Sys=14.1Mi, NumGC=3801","level":"stat"}
+{"@timestamp":"2025-01-15T03:20:33.206+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=193.3Mi, Sys=14.1Mi, NumGC=3802","level":"stat"}
+{"@timestamp":"2025-01-15T03:36:46.331+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=193.3Mi, Sys=14.1Mi, NumGC=3802","level":"stat"}
+{"@timestamp":"2025-01-15T03:37:46.328+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=193.3Mi, Sys=14.1Mi, NumGC=3803","level":"stat"}
+{"@timestamp":"2025-01-15T03:38:46.327+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=193.3Mi, Sys=14.1Mi, NumGC=3803","level":"stat"}
+{"@timestamp":"2025-01-15T03:39:46.326+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=193.3Mi, Sys=14.1Mi, NumGC=3804","level":"stat"}
+{"@timestamp":"2025-01-15T03:40:46.324+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=193.4Mi, Sys=14.1Mi, NumGC=3804","level":"stat"}
+{"@timestamp":"2025-01-15T03:42:11.215+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=193.4Mi, Sys=14.1Mi, NumGC=3805","level":"stat"}
+{"@timestamp":"2025-01-15T04:13:34.056+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=193.4Mi, Sys=14.1Mi, NumGC=3805","level":"stat"}
+{"@timestamp":"2025-01-15T04:14:34.101+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=193.4Mi, Sys=14.1Mi, NumGC=3806","level":"stat"}
+{"@timestamp":"2025-01-15T04:15:34.102+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=193.4Mi, Sys=14.1Mi, NumGC=3806","level":"stat"}
+{"@timestamp":"2025-01-15T04:16:34.099+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=193.5Mi, Sys=14.1Mi, NumGC=3807","level":"stat"}
+{"@timestamp":"2025-01-15T04:17:34.098+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=193.5Mi, Sys=14.1Mi, NumGC=3807","level":"stat"}
+{"@timestamp":"2025-01-15T04:18:34.099+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=193.5Mi, Sys=14.1Mi, NumGC=3808","level":"stat"}
+{"@timestamp":"2025-01-15T04:19:34.119+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=193.5Mi, Sys=14.1Mi, NumGC=3808","level":"stat"}
+{"@timestamp":"2025-01-15T04:20:34.119+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=193.5Mi, Sys=14.1Mi, NumGC=3809","level":"stat"}
+{"@timestamp":"2025-01-15T04:21:34.118+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=193.5Mi, Sys=14.1Mi, NumGC=3809","level":"stat"}
+{"@timestamp":"2025-01-15T04:22:34.117+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=193.6Mi, Sys=14.1Mi, NumGC=3810","level":"stat"}
+{"@timestamp":"2025-01-15T04:23:34.116+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=193.6Mi, Sys=14.1Mi, NumGC=3810","level":"stat"}
+{"@timestamp":"2025-01-15T04:24:34.116+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=193.6Mi, Sys=14.1Mi, NumGC=3811","level":"stat"}
+{"@timestamp":"2025-01-15T04:25:34.113+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=193.6Mi, Sys=14.1Mi, NumGC=3811","level":"stat"}
+{"@timestamp":"2025-01-15T04:26:34.114+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=193.7Mi, Sys=14.1Mi, NumGC=3812","level":"stat"}
+{"@timestamp":"2025-01-15T04:27:34.113+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=193.7Mi, Sys=14.1Mi, NumGC=3812","level":"stat"}
+{"@timestamp":"2025-01-15T04:28:34.113+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=193.7Mi, Sys=14.1Mi, NumGC=3813","level":"stat"}
+{"@timestamp":"2025-01-15T04:29:34.112+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=193.7Mi, Sys=14.1Mi, NumGC=3813","level":"stat"}
+{"@timestamp":"2025-01-15T04:30:34.111+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=193.7Mi, Sys=14.1Mi, NumGC=3814","level":"stat"}
+{"@timestamp":"2025-01-15T04:31:34.111+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=193.7Mi, Sys=14.1Mi, NumGC=3814","level":"stat"}
+{"@timestamp":"2025-01-15T04:32:34.110+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=193.8Mi, Sys=14.1Mi, NumGC=3815","level":"stat"}
+{"@timestamp":"2025-01-15T04:33:34.109+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=193.8Mi, Sys=14.1Mi, NumGC=3815","level":"stat"}
+{"@timestamp":"2025-01-15T04:34:34.107+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=193.8Mi, Sys=14.1Mi, NumGC=3816","level":"stat"}
+{"@timestamp":"2025-01-15T04:35:34.106+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=193.8Mi, Sys=14.1Mi, NumGC=3816","level":"stat"}
+{"@timestamp":"2025-01-15T04:36:34.105+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=193.8Mi, Sys=14.1Mi, NumGC=3817","level":"stat"}
+{"@timestamp":"2025-01-15T04:37:34.106+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=193.9Mi, Sys=14.1Mi, NumGC=3817","level":"stat"}
+{"@timestamp":"2025-01-15T04:38:34.105+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=193.9Mi, Sys=14.1Mi, NumGC=3818","level":"stat"}
+{"@timestamp":"2025-01-15T04:39:34.105+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=193.9Mi, Sys=14.1Mi, NumGC=3818","level":"stat"}
+{"@timestamp":"2025-01-15T04:40:34.103+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=193.9Mi, Sys=14.1Mi, NumGC=3819","level":"stat"}
+{"@timestamp":"2025-01-15T04:41:34.102+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=193.9Mi, Sys=14.1Mi, NumGC=3819","level":"stat"}
+{"@timestamp":"2025-01-15T04:42:34.102+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=194.0Mi, Sys=14.1Mi, NumGC=3820","level":"stat"}
+{"@timestamp":"2025-01-15T04:43:34.095+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=194.0Mi, Sys=14.1Mi, NumGC=3820","level":"stat"}
+{"@timestamp":"2025-01-15T04:44:34.092+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=194.0Mi, Sys=14.1Mi, NumGC=3821","level":"stat"}
+{"@timestamp":"2025-01-15T04:45:34.091+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=194.0Mi, Sys=14.1Mi, NumGC=3821","level":"stat"}
+{"@timestamp":"2025-01-15T04:46:34.091+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=194.0Mi, Sys=14.1Mi, NumGC=3822","level":"stat"}
+{"@timestamp":"2025-01-15T04:47:34.090+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=194.1Mi, Sys=14.1Mi, NumGC=3822","level":"stat"}
+{"@timestamp":"2025-01-15T04:48:34.090+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=194.1Mi, Sys=14.1Mi, NumGC=3823","level":"stat"}
+{"@timestamp":"2025-01-15T04:49:34.089+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=194.1Mi, Sys=14.1Mi, NumGC=3823","level":"stat"}
+{"@timestamp":"2025-01-15T04:50:34.088+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=194.1Mi, Sys=14.1Mi, NumGC=3824","level":"stat"}
+{"@timestamp":"2025-01-15T04:51:34.087+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=194.1Mi, Sys=14.1Mi, NumGC=3824","level":"stat"}
+{"@timestamp":"2025-01-15T04:52:34.086+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=194.2Mi, Sys=14.1Mi, NumGC=3825","level":"stat"}
+{"@timestamp":"2025-01-15T04:53:34.085+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=194.2Mi, Sys=14.1Mi, NumGC=3825","level":"stat"}
+{"@timestamp":"2025-01-15T04:54:34.084+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=194.2Mi, Sys=14.1Mi, NumGC=3826","level":"stat"}
+{"@timestamp":"2025-01-15T04:55:34.084+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=194.2Mi, Sys=14.1Mi, NumGC=3826","level":"stat"}
+{"@timestamp":"2025-01-15T04:56:34.083+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=194.3Mi, Sys=14.1Mi, NumGC=3827","level":"stat"}
+{"@timestamp":"2025-01-15T04:57:34.082+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=194.3Mi, Sys=14.1Mi, NumGC=3827","level":"stat"}
+{"@timestamp":"2025-01-15T04:58:34.081+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=194.3Mi, Sys=14.1Mi, NumGC=3828","level":"stat"}
+{"@timestamp":"2025-01-15T04:59:34.080+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=194.3Mi, Sys=14.1Mi, NumGC=3828","level":"stat"}
+{"@timestamp":"2025-01-15T05:00:34.079+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=194.3Mi, Sys=14.1Mi, NumGC=3829","level":"stat"}
+{"@timestamp":"2025-01-15T05:01:34.078+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=194.4Mi, Sys=14.1Mi, NumGC=3829","level":"stat"}
+{"@timestamp":"2025-01-15T05:02:34.077+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=194.4Mi, Sys=14.1Mi, NumGC=3830","level":"stat"}
+{"@timestamp":"2025-01-15T05:03:34.077+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=194.4Mi, Sys=14.1Mi, NumGC=3830","level":"stat"}
+{"@timestamp":"2025-01-15T05:04:34.076+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=194.4Mi, Sys=14.1Mi, NumGC=3831","level":"stat"}
+{"@timestamp":"2025-01-15T05:05:34.075+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=194.4Mi, Sys=14.1Mi, NumGC=3831","level":"stat"}
+{"@timestamp":"2025-01-15T05:06:34.074+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=194.5Mi, Sys=14.1Mi, NumGC=3832","level":"stat"}
+{"@timestamp":"2025-01-15T05:07:34.133+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=194.5Mi, Sys=14.1Mi, NumGC=3832","level":"stat"}
+{"@timestamp":"2025-01-15T05:08:34.132+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=194.5Mi, Sys=14.1Mi, NumGC=3833","level":"stat"}
+{"@timestamp":"2025-01-15T05:09:34.132+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=194.5Mi, Sys=14.1Mi, NumGC=3833","level":"stat"}
+{"@timestamp":"2025-01-15T05:10:34.133+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=194.5Mi, Sys=14.1Mi, NumGC=3834","level":"stat"}
+{"@timestamp":"2025-01-15T05:11:34.133+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=194.6Mi, Sys=14.1Mi, NumGC=3834","level":"stat"}
+{"@timestamp":"2025-01-15T05:12:34.132+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=194.6Mi, Sys=14.1Mi, NumGC=3835","level":"stat"}
+{"@timestamp":"2025-01-15T05:13:34.132+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=194.6Mi, Sys=14.1Mi, NumGC=3835","level":"stat"}
+{"@timestamp":"2025-01-15T05:14:34.132+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=194.6Mi, Sys=14.1Mi, NumGC=3836","level":"stat"}
+{"@timestamp":"2025-01-15T05:15:34.132+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=194.6Mi, Sys=14.1Mi, NumGC=3836","level":"stat"}
+{"@timestamp":"2025-01-15T05:16:34.132+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=194.7Mi, Sys=14.1Mi, NumGC=3837","level":"stat"}
+{"@timestamp":"2025-01-15T05:17:58.969+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=194.7Mi, Sys=14.1Mi, NumGC=3837","level":"stat"}
+{"@timestamp":"2025-01-15T05:18:58.967+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=194.7Mi, Sys=14.1Mi, NumGC=3838","level":"stat"}
+{"@timestamp":"2025-01-15T05:19:58.967+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=194.7Mi, Sys=14.1Mi, NumGC=3838","level":"stat"}
+{"@timestamp":"2025-01-15T05:20:58.967+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=194.7Mi, Sys=14.1Mi, NumGC=3839","level":"stat"}
+{"@timestamp":"2025-01-15T05:21:58.966+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=194.8Mi, Sys=14.1Mi, NumGC=3839","level":"stat"}
+{"@timestamp":"2025-01-15T05:38:31.935+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=194.8Mi, Sys=14.1Mi, NumGC=3840","level":"stat"}
+{"@timestamp":"2025-01-15T05:54:52.986+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=194.8Mi, Sys=14.1Mi, NumGC=3840","level":"stat"}
+{"@timestamp":"2025-01-15T05:55:53.014+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=194.8Mi, Sys=14.1Mi, NumGC=3841","level":"stat"}
+{"@timestamp":"2025-01-15T05:56:53.016+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=194.8Mi, Sys=14.1Mi, NumGC=3841","level":"stat"}
+{"@timestamp":"2025-01-15T05:57:53.016+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=194.9Mi, Sys=14.1Mi, NumGC=3842","level":"stat"}
+{"@timestamp":"2025-01-15T05:58:53.017+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=194.9Mi, Sys=14.1Mi, NumGC=3842","level":"stat"}
+{"@timestamp":"2025-01-15T05:59:53.018+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=194.9Mi, Sys=14.1Mi, NumGC=3843","level":"stat"}
+{"@timestamp":"2025-01-15T06:00:53.019+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=194.9Mi, Sys=14.1Mi, NumGC=3843","level":"stat"}
+{"@timestamp":"2025-01-15T06:01:53.020+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=194.9Mi, Sys=14.1Mi, NumGC=3844","level":"stat"}
+{"@timestamp":"2025-01-15T06:02:53.020+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=195.0Mi, Sys=14.1Mi, NumGC=3844","level":"stat"}
+{"@timestamp":"2025-01-15T06:03:53.022+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=195.0Mi, Sys=14.1Mi, NumGC=3845","level":"stat"}
+{"@timestamp":"2025-01-15T06:04:53.023+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=195.0Mi, Sys=14.1Mi, NumGC=3845","level":"stat"}
+{"@timestamp":"2025-01-15T06:05:53.023+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=195.0Mi, Sys=14.1Mi, NumGC=3846","level":"stat"}
+{"@timestamp":"2025-01-15T06:06:53.022+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=195.0Mi, Sys=14.1Mi, NumGC=3846","level":"stat"}
+{"@timestamp":"2025-01-15T06:07:53.025+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=195.1Mi, Sys=14.1Mi, NumGC=3847","level":"stat"}
+{"@timestamp":"2025-01-15T06:08:53.026+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=195.1Mi, Sys=14.1Mi, NumGC=3847","level":"stat"}
+{"@timestamp":"2025-01-15T06:09:53.027+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=195.1Mi, Sys=14.1Mi, NumGC=3848","level":"stat"}
+{"@timestamp":"2025-01-15T06:10:53.028+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=195.1Mi, Sys=14.1Mi, NumGC=3848","level":"stat"}
+{"@timestamp":"2025-01-15T06:11:53.028+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=195.1Mi, Sys=14.1Mi, NumGC=3849","level":"stat"}
+{"@timestamp":"2025-01-15T06:12:53.029+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=195.2Mi, Sys=14.1Mi, NumGC=3849","level":"stat"}
+{"@timestamp":"2025-01-15T06:13:53.029+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=195.2Mi, Sys=14.1Mi, NumGC=3850","level":"stat"}
+{"@timestamp":"2025-01-15T06:14:53.031+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=195.2Mi, Sys=14.1Mi, NumGC=3850","level":"stat"}
+{"@timestamp":"2025-01-15T06:15:53.031+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=195.2Mi, Sys=14.1Mi, NumGC=3851","level":"stat"}
+{"@timestamp":"2025-01-15T06:16:53.033+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=195.2Mi, Sys=14.1Mi, NumGC=3851","level":"stat"}
+{"@timestamp":"2025-01-15T06:17:53.034+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=195.3Mi, Sys=14.1Mi, NumGC=3852","level":"stat"}
+{"@timestamp":"2025-01-15T06:18:53.035+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=195.3Mi, Sys=14.1Mi, NumGC=3852","level":"stat"}
+{"@timestamp":"2025-01-15T06:19:53.034+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=195.3Mi, Sys=14.1Mi, NumGC=3853","level":"stat"}
+{"@timestamp":"2025-01-15T06:20:53.036+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=195.3Mi, Sys=14.1Mi, NumGC=3853","level":"stat"}
+{"@timestamp":"2025-01-15T06:21:53.037+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=195.3Mi, Sys=14.1Mi, NumGC=3854","level":"stat"}
+{"@timestamp":"2025-01-15T06:22:53.039+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=195.4Mi, Sys=14.1Mi, NumGC=3854","level":"stat"}
+{"@timestamp":"2025-01-15T06:23:52.970+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=195.4Mi, Sys=14.1Mi, NumGC=3855","level":"stat"}
+{"@timestamp":"2025-01-15T06:24:52.969+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=195.4Mi, Sys=14.1Mi, NumGC=3855","level":"stat"}
+{"@timestamp":"2025-01-15T06:25:52.968+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=195.4Mi, Sys=14.1Mi, NumGC=3856","level":"stat"}
+{"@timestamp":"2025-01-15T06:26:52.968+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=195.5Mi, Sys=14.1Mi, NumGC=3856","level":"stat"}
+{"@timestamp":"2025-01-15T06:27:52.970+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=195.5Mi, Sys=14.1Mi, NumGC=3857","level":"stat"}
+{"@timestamp":"2025-01-15T06:28:52.970+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=195.5Mi, Sys=14.1Mi, NumGC=3857","level":"stat"}
+{"@timestamp":"2025-01-15T06:29:52.970+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=195.5Mi, Sys=14.1Mi, NumGC=3858","level":"stat"}
+{"@timestamp":"2025-01-15T06:30:52.968+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=195.5Mi, Sys=14.1Mi, NumGC=3858","level":"stat"}
+{"@timestamp":"2025-01-15T06:31:52.970+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=195.6Mi, Sys=14.1Mi, NumGC=3859","level":"stat"}
+{"@timestamp":"2025-01-15T06:32:52.970+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=195.6Mi, Sys=14.1Mi, NumGC=3859","level":"stat"}
+{"@timestamp":"2025-01-15T06:33:52.970+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=195.6Mi, Sys=14.1Mi, NumGC=3860","level":"stat"}
+{"@timestamp":"2025-01-15T06:34:52.970+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=195.6Mi, Sys=14.1Mi, NumGC=3860","level":"stat"}
+{"@timestamp":"2025-01-15T06:35:52.968+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=195.6Mi, Sys=14.1Mi, NumGC=3861","level":"stat"}
+{"@timestamp":"2025-01-15T06:36:52.970+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=195.7Mi, Sys=14.1Mi, NumGC=3861","level":"stat"}
+{"@timestamp":"2025-01-15T06:37:52.970+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=195.7Mi, Sys=14.1Mi, NumGC=3862","level":"stat"}
+{"@timestamp":"2025-01-15T06:38:52.970+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=195.7Mi, Sys=14.1Mi, NumGC=3862","level":"stat"}
+{"@timestamp":"2025-01-15T06:39:52.952+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=195.7Mi, Sys=14.1Mi, NumGC=3863","level":"stat"}
+{"@timestamp":"2025-01-15T06:40:52.931+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=195.7Mi, Sys=14.1Mi, NumGC=3863","level":"stat"}
+{"@timestamp":"2025-01-15T06:41:52.930+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=195.7Mi, Sys=14.1Mi, NumGC=3864","level":"stat"}
+{"@timestamp":"2025-01-15T06:42:52.930+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=195.8Mi, Sys=14.1Mi, NumGC=3864","level":"stat"}
+{"@timestamp":"2025-01-15T06:43:52.928+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=195.8Mi, Sys=14.1Mi, NumGC=3865","level":"stat"}
+{"@timestamp":"2025-01-15T06:44:52.927+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=195.8Mi, Sys=14.1Mi, NumGC=3865","level":"stat"}
+{"@timestamp":"2025-01-15T06:45:52.928+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=195.8Mi, Sys=14.1Mi, NumGC=3866","level":"stat"}
+{"@timestamp":"2025-01-15T06:46:52.928+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=195.8Mi, Sys=14.1Mi, NumGC=3866","level":"stat"}
+{"@timestamp":"2025-01-15T06:47:52.927+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=195.9Mi, Sys=14.1Mi, NumGC=3867","level":"stat"}
+{"@timestamp":"2025-01-15T06:48:52.927+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=195.9Mi, Sys=14.1Mi, NumGC=3867","level":"stat"}
+{"@timestamp":"2025-01-15T06:49:52.926+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=195.9Mi, Sys=14.1Mi, NumGC=3868","level":"stat"}
+{"@timestamp":"2025-01-15T06:50:52.926+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=195.9Mi, Sys=14.1Mi, NumGC=3868","level":"stat"}
+{"@timestamp":"2025-01-15T06:51:52.925+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=195.9Mi, Sys=14.1Mi, NumGC=3869","level":"stat"}
+{"@timestamp":"2025-01-15T06:52:52.925+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=196.0Mi, Sys=14.1Mi, NumGC=3869","level":"stat"}
+{"@timestamp":"2025-01-15T06:53:52.925+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=196.0Mi, Sys=14.1Mi, NumGC=3870","level":"stat"}
+{"@timestamp":"2025-01-15T06:54:52.923+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=196.0Mi, Sys=14.1Mi, NumGC=3870","level":"stat"}
+{"@timestamp":"2025-01-15T06:55:52.950+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=196.0Mi, Sys=14.1Mi, NumGC=3871","level":"stat"}
+{"@timestamp":"2025-01-15T06:56:52.951+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=196.1Mi, Sys=14.1Mi, NumGC=3871","level":"stat"}
+{"@timestamp":"2025-01-15T06:58:17.844+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=196.1Mi, Sys=14.1Mi, NumGC=3872","level":"stat"}
+{"@timestamp":"2025-01-15T06:59:17.844+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=196.1Mi, Sys=14.1Mi, NumGC=3872","level":"stat"}
+{"@timestamp":"2025-01-15T07:00:17.844+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=196.1Mi, Sys=14.1Mi, NumGC=3873","level":"stat"}
+{"@timestamp":"2025-01-15T07:01:17.843+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=196.1Mi, Sys=14.1Mi, NumGC=3873","level":"stat"}
+{"@timestamp":"2025-01-15T07:02:17.843+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=196.2Mi, Sys=14.1Mi, NumGC=3874","level":"stat"}
+{"@timestamp":"2025-01-15T07:03:42.689+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=196.2Mi, Sys=14.1Mi, NumGC=3874","level":"stat"}
+{"@timestamp":"2025-01-15T07:35:29.215+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=196.2Mi, Sys=14.1Mi, NumGC=3875","level":"stat"}
+{"@timestamp":"2025-01-15T07:36:29.215+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=196.2Mi, Sys=14.1Mi, NumGC=3875","level":"stat"}
+{"@timestamp":"2025-01-15T07:37:29.215+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=196.2Mi, Sys=14.1Mi, NumGC=3876","level":"stat"}
+{"@timestamp":"2025-01-15T07:38:29.214+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=196.3Mi, Sys=14.1Mi, NumGC=3876","level":"stat"}
+{"@timestamp":"2025-01-15T07:39:29.212+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=196.3Mi, Sys=14.1Mi, NumGC=3877","level":"stat"}
+{"@timestamp":"2025-01-15T07:40:29.214+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=196.3Mi, Sys=14.1Mi, NumGC=3877","level":"stat"}
+{"@timestamp":"2025-01-15T07:41:29.214+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=196.3Mi, Sys=14.1Mi, NumGC=3878","level":"stat"}
+{"@timestamp":"2025-01-15T07:42:29.213+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=196.3Mi, Sys=14.1Mi, NumGC=3878","level":"stat"}
+{"@timestamp":"2025-01-15T07:43:29.213+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=196.4Mi, Sys=14.1Mi, NumGC=3879","level":"stat"}
+{"@timestamp":"2025-01-15T07:44:29.212+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=196.4Mi, Sys=14.1Mi, NumGC=3879","level":"stat"}
+{"@timestamp":"2025-01-15T07:45:29.211+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=196.4Mi, Sys=14.1Mi, NumGC=3880","level":"stat"}
+{"@timestamp":"2025-01-15T07:46:29.213+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=196.4Mi, Sys=14.1Mi, NumGC=3880","level":"stat"}
+{"@timestamp":"2025-01-15T07:47:29.212+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=196.4Mi, Sys=14.1Mi, NumGC=3881","level":"stat"}
+{"@timestamp":"2025-01-15T07:48:29.212+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=196.5Mi, Sys=14.1Mi, NumGC=3881","level":"stat"}
+{"@timestamp":"2025-01-15T07:49:29.212+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=196.5Mi, Sys=14.1Mi, NumGC=3882","level":"stat"}
+{"@timestamp":"2025-01-15T07:50:29.212+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=196.5Mi, Sys=14.1Mi, NumGC=3882","level":"stat"}
+{"@timestamp":"2025-01-15T07:51:29.211+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=196.5Mi, Sys=14.1Mi, NumGC=3883","level":"stat"}
+{"@timestamp":"2025-01-15T07:52:29.209+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=196.5Mi, Sys=14.1Mi, NumGC=3883","level":"stat"}
+{"@timestamp":"2025-01-15T07:53:29.211+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=196.6Mi, Sys=14.1Mi, NumGC=3884","level":"stat"}
+{"@timestamp":"2025-01-15T07:54:29.211+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=196.6Mi, Sys=14.1Mi, NumGC=3884","level":"stat"}
+{"@timestamp":"2025-01-15T07:55:29.226+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=196.6Mi, Sys=14.1Mi, NumGC=3885","level":"stat"}
+{"@timestamp":"2025-01-15T07:56:29.227+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=196.6Mi, Sys=14.1Mi, NumGC=3885","level":"stat"}
+{"@timestamp":"2025-01-15T07:57:29.228+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=196.6Mi, Sys=14.1Mi, NumGC=3886","level":"stat"}
+{"@timestamp":"2025-01-15T07:58:29.228+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=196.7Mi, Sys=14.1Mi, NumGC=3886","level":"stat"}
+{"@timestamp":"2025-01-15T07:59:29.228+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=196.7Mi, Sys=14.1Mi, NumGC=3887","level":"stat"}
+{"@timestamp":"2025-01-15T08:00:29.227+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=196.7Mi, Sys=14.1Mi, NumGC=3887","level":"stat"}
+{"@timestamp":"2025-01-15T08:01:29.228+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=196.7Mi, Sys=14.1Mi, NumGC=3888","level":"stat"}
+{"@timestamp":"2025-01-15T08:02:29.227+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=196.7Mi, Sys=14.1Mi, NumGC=3888","level":"stat"}
+{"@timestamp":"2025-01-15T08:03:29.228+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=196.8Mi, Sys=14.1Mi, NumGC=3889","level":"stat"}
+{"@timestamp":"2025-01-15T08:04:29.228+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=196.8Mi, Sys=14.1Mi, NumGC=3889","level":"stat"}
+{"@timestamp":"2025-01-15T08:05:29.228+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=196.8Mi, Sys=14.1Mi, NumGC=3890","level":"stat"}
+{"@timestamp":"2025-01-15T08:06:29.228+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=196.8Mi, Sys=14.1Mi, NumGC=3890","level":"stat"}
+{"@timestamp":"2025-01-15T08:07:29.227+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=196.8Mi, Sys=14.1Mi, NumGC=3891","level":"stat"}
+{"@timestamp":"2025-01-15T08:08:29.228+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=196.9Mi, Sys=14.1Mi, NumGC=3891","level":"stat"}
+{"@timestamp":"2025-01-15T08:09:29.227+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=196.9Mi, Sys=14.1Mi, NumGC=3892","level":"stat"}
+{"@timestamp":"2025-01-15T08:10:29.227+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=196.9Mi, Sys=14.1Mi, NumGC=3892","level":"stat"}
+{"@timestamp":"2025-01-15T08:11:29.220+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=196.9Mi, Sys=14.1Mi, NumGC=3893","level":"stat"}
+{"@timestamp":"2025-01-15T08:12:29.216+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=196.9Mi, Sys=14.1Mi, NumGC=3893","level":"stat"}
+{"@timestamp":"2025-01-15T08:13:29.218+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=197.0Mi, Sys=14.1Mi, NumGC=3894","level":"stat"}
+{"@timestamp":"2025-01-15T08:14:29.218+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=197.0Mi, Sys=14.1Mi, NumGC=3894","level":"stat"}
+{"@timestamp":"2025-01-15T08:15:29.217+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=197.0Mi, Sys=14.1Mi, NumGC=3895","level":"stat"}
+{"@timestamp":"2025-01-15T08:16:29.217+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=197.0Mi, Sys=14.1Mi, NumGC=3895","level":"stat"}
+{"@timestamp":"2025-01-15T08:17:29.217+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=197.0Mi, Sys=14.1Mi, NumGC=3896","level":"stat"}
+{"@timestamp":"2025-01-15T08:18:29.217+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=197.1Mi, Sys=14.1Mi, NumGC=3896","level":"stat"}
+{"@timestamp":"2025-01-15T08:19:29.216+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=197.1Mi, Sys=14.1Mi, NumGC=3897","level":"stat"}
+{"@timestamp":"2025-01-15T08:20:29.217+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=197.1Mi, Sys=14.1Mi, NumGC=3897","level":"stat"}
+{"@timestamp":"2025-01-15T08:21:29.217+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=197.1Mi, Sys=14.1Mi, NumGC=3898","level":"stat"}
+{"@timestamp":"2025-01-15T08:22:29.215+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=197.1Mi, Sys=14.1Mi, NumGC=3898","level":"stat"}
+{"@timestamp":"2025-01-15T08:23:29.214+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=197.2Mi, Sys=14.1Mi, NumGC=3899","level":"stat"}
+{"@timestamp":"2025-01-15T08:24:29.215+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=197.2Mi, Sys=14.1Mi, NumGC=3899","level":"stat"}
+{"@timestamp":"2025-01-15T08:25:29.215+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=197.2Mi, Sys=14.1Mi, NumGC=3900","level":"stat"}
+{"@timestamp":"2025-01-15T08:26:29.124+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=197.2Mi, Sys=14.1Mi, NumGC=3900","level":"stat"}
+{"@timestamp":"2025-01-15T08:27:29.124+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=197.2Mi, Sys=14.1Mi, NumGC=3901","level":"stat"}
+{"@timestamp":"2025-01-15T08:28:29.123+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=197.3Mi, Sys=14.1Mi, NumGC=3901","level":"stat"}
+{"@timestamp":"2025-01-15T08:29:29.120+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=197.3Mi, Sys=14.1Mi, NumGC=3902","level":"stat"}
+{"@timestamp":"2025-01-15T08:30:29.120+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=197.3Mi, Sys=14.1Mi, NumGC=3902","level":"stat"}
+{"@timestamp":"2025-01-15T08:31:29.120+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=197.3Mi, Sys=14.1Mi, NumGC=3903","level":"stat"}
+{"@timestamp":"2025-01-15T08:32:29.118+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=197.3Mi, Sys=14.1Mi, NumGC=3903","level":"stat"}
+{"@timestamp":"2025-01-15T08:33:29.117+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=197.4Mi, Sys=14.1Mi, NumGC=3904","level":"stat"}
+{"@timestamp":"2025-01-15T08:34:29.115+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=197.4Mi, Sys=14.1Mi, NumGC=3904","level":"stat"}
+{"@timestamp":"2025-01-15T08:35:29.115+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=197.4Mi, Sys=14.1Mi, NumGC=3905","level":"stat"}
+{"@timestamp":"2025-01-15T08:36:29.114+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=197.4Mi, Sys=14.1Mi, NumGC=3905","level":"stat"}
+{"@timestamp":"2025-01-15T08:37:54.092+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=197.4Mi, Sys=14.1Mi, NumGC=3906","level":"stat"}
+{"@timestamp":"2025-01-15T08:38:54.092+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=197.5Mi, Sys=14.1Mi, NumGC=3906","level":"stat"}
+{"@timestamp":"2025-01-15T08:39:54.091+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=197.5Mi, Sys=14.1Mi, NumGC=3907","level":"stat"}
+{"@timestamp":"2025-01-15T08:40:54.092+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=197.5Mi, Sys=14.1Mi, NumGC=3907","level":"stat"}
+{"@timestamp":"2025-01-15T08:41:54.092+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=197.5Mi, Sys=14.1Mi, NumGC=3908","level":"stat"}
+{"@timestamp":"2025-01-15T08:43:18.967+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=197.5Mi, Sys=14.1Mi, NumGC=3908","level":"stat"}
+{"@timestamp":"2025-01-15T08:57:00.876+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=197.6Mi, Sys=14.1Mi, NumGC=3909","level":"stat"}
+{"@timestamp":"2025-01-15T09:13:25.780+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=197.6Mi, Sys=14.1Mi, NumGC=3909","level":"stat"}
+{"@timestamp":"2025-01-15T09:14:25.778+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=197.6Mi, Sys=14.1Mi, NumGC=3910","level":"stat"}
+{"@timestamp":"2025-01-15T09:15:25.778+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=197.6Mi, Sys=14.1Mi, NumGC=3910","level":"stat"}
+{"@timestamp":"2025-01-15T09:16:25.775+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=197.6Mi, Sys=14.1Mi, NumGC=3911","level":"stat"}
+{"@timestamp":"2025-01-15T09:17:25.775+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=197.7Mi, Sys=14.1Mi, NumGC=3911","level":"stat"}
+{"@timestamp":"2025-01-15T09:18:25.775+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=197.7Mi, Sys=14.1Mi, NumGC=3912","level":"stat"}
+{"@timestamp":"2025-01-15T09:19:25.774+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=197.7Mi, Sys=14.1Mi, NumGC=3912","level":"stat"}
+{"@timestamp":"2025-01-15T09:20:25.773+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=197.7Mi, Sys=14.1Mi, NumGC=3913","level":"stat"}
+{"@timestamp":"2025-01-15T09:21:25.771+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=197.8Mi, Sys=14.1Mi, NumGC=3913","level":"stat"}
+{"@timestamp":"2025-01-15T09:22:25.770+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=197.8Mi, Sys=14.1Mi, NumGC=3914","level":"stat"}
+{"@timestamp":"2025-01-15T09:23:25.769+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=197.8Mi, Sys=14.1Mi, NumGC=3914","level":"stat"}
+{"@timestamp":"2025-01-15T09:24:25.768+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=197.8Mi, Sys=14.1Mi, NumGC=3915","level":"stat"}
+{"@timestamp":"2025-01-15T09:25:25.765+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=197.8Mi, Sys=14.1Mi, NumGC=3915","level":"stat"}
+{"@timestamp":"2025-01-15T09:26:25.766+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=197.9Mi, Sys=14.1Mi, NumGC=3916","level":"stat"}
+{"@timestamp":"2025-01-15T09:27:25.765+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=197.9Mi, Sys=14.1Mi, NumGC=3916","level":"stat"}
+{"@timestamp":"2025-01-15T09:28:25.764+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=197.9Mi, Sys=14.1Mi, NumGC=3917","level":"stat"}
+{"@timestamp":"2025-01-15T09:29:25.762+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=197.9Mi, Sys=14.1Mi, NumGC=3917","level":"stat"}
+{"@timestamp":"2025-01-15T09:30:25.760+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=197.9Mi, Sys=14.1Mi, NumGC=3918","level":"stat"}
+{"@timestamp":"2025-01-15T09:31:25.760+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=198.0Mi, Sys=14.1Mi, NumGC=3918","level":"stat"}
+{"@timestamp":"2025-01-15T09:32:25.758+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=198.0Mi, Sys=14.1Mi, NumGC=3919","level":"stat"}
+{"@timestamp":"2025-01-15T09:33:25.758+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=198.0Mi, Sys=14.1Mi, NumGC=3919","level":"stat"}
+{"@timestamp":"2025-01-15T09:34:25.757+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=198.0Mi, Sys=14.1Mi, NumGC=3920","level":"stat"}
+{"@timestamp":"2025-01-15T09:35:25.756+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=198.0Mi, Sys=14.1Mi, NumGC=3920","level":"stat"}
+{"@timestamp":"2025-01-15T09:36:25.754+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=198.1Mi, Sys=14.1Mi, NumGC=3921","level":"stat"}
+{"@timestamp":"2025-01-15T09:37:25.753+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=198.1Mi, Sys=14.1Mi, NumGC=3921","level":"stat"}
+{"@timestamp":"2025-01-15T09:38:25.752+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=198.1Mi, Sys=14.1Mi, NumGC=3922","level":"stat"}
+{"@timestamp":"2025-01-15T09:39:25.751+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=198.1Mi, Sys=14.1Mi, NumGC=3922","level":"stat"}
+{"@timestamp":"2025-01-15T09:40:25.750+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=198.1Mi, Sys=14.1Mi, NumGC=3923","level":"stat"}
+{"@timestamp":"2025-01-15T09:41:25.749+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=198.2Mi, Sys=14.1Mi, NumGC=3923","level":"stat"}
+{"@timestamp":"2025-01-15T09:42:25.834+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=198.2Mi, Sys=14.1Mi, NumGC=3924","level":"stat"}
+{"@timestamp":"2025-01-15T09:43:25.832+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=198.2Mi, Sys=14.1Mi, NumGC=3924","level":"stat"}
+{"@timestamp":"2025-01-15T09:44:25.834+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=198.2Mi, Sys=14.1Mi, NumGC=3925","level":"stat"}
+{"@timestamp":"2025-01-15T09:45:25.834+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=198.2Mi, Sys=14.1Mi, NumGC=3925","level":"stat"}
+{"@timestamp":"2025-01-15T09:46:25.833+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=198.3Mi, Sys=14.1Mi, NumGC=3926","level":"stat"}
+{"@timestamp":"2025-01-15T09:47:25.834+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=198.3Mi, Sys=14.1Mi, NumGC=3926","level":"stat"}
+{"@timestamp":"2025-01-15T09:48:25.834+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=198.3Mi, Sys=14.1Mi, NumGC=3926","level":"stat"}
+{"@timestamp":"2025-01-15T09:49:25.834+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=198.3Mi, Sys=14.1Mi, NumGC=3927","level":"stat"}
+{"@timestamp":"2025-01-15T09:50:25.834+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=198.3Mi, Sys=14.1Mi, NumGC=3927","level":"stat"}
+{"@timestamp":"2025-01-15T09:51:25.834+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=198.4Mi, Sys=14.1Mi, NumGC=3928","level":"stat"}
+{"@timestamp":"2025-01-15T09:52:25.833+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=198.4Mi, Sys=14.1Mi, NumGC=3928","level":"stat"}
+{"@timestamp":"2025-01-15T09:53:25.833+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=198.4Mi, Sys=14.1Mi, NumGC=3929","level":"stat"}
+{"@timestamp":"2025-01-15T09:54:25.832+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=198.4Mi, Sys=14.1Mi, NumGC=3929","level":"stat"}
+{"@timestamp":"2025-01-15T09:55:25.832+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=198.5Mi, Sys=14.1Mi, NumGC=3930","level":"stat"}
+{"@timestamp":"2025-01-15T09:56:25.833+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=198.5Mi, Sys=14.1Mi, NumGC=3930","level":"stat"}
+{"@timestamp":"2025-01-15T09:57:25.834+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=198.5Mi, Sys=14.1Mi, NumGC=3931","level":"stat"}
+{"@timestamp":"2025-01-15T09:58:25.833+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=198.5Mi, Sys=14.1Mi, NumGC=3931","level":"stat"}
+{"@timestamp":"2025-01-15T09:59:25.833+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=198.5Mi, Sys=14.1Mi, NumGC=3932","level":"stat"}
+{"@timestamp":"2025-01-15T10:00:25.833+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=198.6Mi, Sys=14.1Mi, NumGC=3932","level":"stat"}
+{"@timestamp":"2025-01-15T10:01:25.833+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=198.6Mi, Sys=14.1Mi, NumGC=3933","level":"stat"}
+{"@timestamp":"2025-01-15T10:02:25.833+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=198.6Mi, Sys=14.1Mi, NumGC=3933","level":"stat"}
+{"@timestamp":"2025-01-15T10:03:25.833+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=198.6Mi, Sys=14.1Mi, NumGC=3934","level":"stat"}
+{"@timestamp":"2025-01-15T10:04:25.776+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=198.6Mi, Sys=14.1Mi, NumGC=3934","level":"stat"}
+{"@timestamp":"2025-01-15T10:05:25.775+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=198.7Mi, Sys=14.1Mi, NumGC=3935","level":"stat"}
+{"@timestamp":"2025-01-15T10:06:25.774+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=198.7Mi, Sys=14.1Mi, NumGC=3935","level":"stat"}
+{"@timestamp":"2025-01-15T10:07:25.773+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=198.7Mi, Sys=14.1Mi, NumGC=3936","level":"stat"}
+{"@timestamp":"2025-01-15T10:08:25.771+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=198.7Mi, Sys=14.1Mi, NumGC=3936","level":"stat"}
+{"@timestamp":"2025-01-15T10:09:25.772+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=198.7Mi, Sys=14.1Mi, NumGC=3937","level":"stat"}
+{"@timestamp":"2025-01-15T10:10:25.772+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=198.8Mi, Sys=14.1Mi, NumGC=3937","level":"stat"}
+{"@timestamp":"2025-01-15T10:11:25.771+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=198.8Mi, Sys=14.1Mi, NumGC=3938","level":"stat"}
+{"@timestamp":"2025-01-15T10:12:25.769+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=198.8Mi, Sys=14.1Mi, NumGC=3938","level":"stat"}
+{"@timestamp":"2025-01-15T10:13:25.768+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=198.8Mi, Sys=14.1Mi, NumGC=3939","level":"stat"}
+{"@timestamp":"2025-01-15T10:14:50.670+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=198.8Mi, Sys=14.1Mi, NumGC=3939","level":"stat"}
+{"@timestamp":"2025-01-15T10:15:50.665+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=198.9Mi, Sys=14.1Mi, NumGC=3940","level":"stat"}
+{"@timestamp":"2025-01-15T10:16:50.664+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=198.9Mi, Sys=14.1Mi, NumGC=3940","level":"stat"}
+{"@timestamp":"2025-01-15T10:17:50.663+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=198.9Mi, Sys=14.1Mi, NumGC=3941","level":"stat"}
+{"@timestamp":"2025-01-15T10:18:50.662+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=198.9Mi, Sys=14.1Mi, NumGC=3941","level":"stat"}
+{"@timestamp":"2025-01-15T10:20:15.524+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=198.9Mi, Sys=14.1Mi, NumGC=3942","level":"stat"}
+{"@timestamp":"2025-01-15T10:36:40.658+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=199.0Mi, Sys=14.1Mi, NumGC=3942","level":"stat"}
+{"@timestamp":"2025-01-15T10:37:40.659+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=199.0Mi, Sys=14.1Mi, NumGC=3943","level":"stat"}
+{"@timestamp":"2025-01-15T10:38:40.659+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=199.0Mi, Sys=14.1Mi, NumGC=3943","level":"stat"}
+{"@timestamp":"2025-01-15T10:39:40.659+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=199.0Mi, Sys=14.1Mi, NumGC=3944","level":"stat"}
+{"@timestamp":"2025-01-15T10:40:40.658+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=199.1Mi, Sys=14.1Mi, NumGC=3944","level":"stat"}
+{"@timestamp":"2025-01-15T10:41:40.658+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=199.1Mi, Sys=14.1Mi, NumGC=3945","level":"stat"}
+{"@timestamp":"2025-01-15T10:42:40.658+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=199.1Mi, Sys=14.1Mi, NumGC=3945","level":"stat"}
+{"@timestamp":"2025-01-15T10:43:40.657+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=199.1Mi, Sys=14.1Mi, NumGC=3946","level":"stat"}
+{"@timestamp":"2025-01-15T10:44:40.656+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=199.1Mi, Sys=14.1Mi, NumGC=3946","level":"stat"}
+{"@timestamp":"2025-01-15T10:45:40.658+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=199.2Mi, Sys=14.1Mi, NumGC=3947","level":"stat"}
+{"@timestamp":"2025-01-15T10:46:40.657+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=199.2Mi, Sys=14.1Mi, NumGC=3947","level":"stat"}
+{"@timestamp":"2025-01-15T10:47:40.657+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=199.2Mi, Sys=14.1Mi, NumGC=3948","level":"stat"}
+{"@timestamp":"2025-01-15T10:48:40.657+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=199.2Mi, Sys=14.1Mi, NumGC=3948","level":"stat"}
+{"@timestamp":"2025-01-15T10:49:40.657+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=199.2Mi, Sys=14.1Mi, NumGC=3949","level":"stat"}
+{"@timestamp":"2025-01-15T10:50:40.656+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=199.3Mi, Sys=14.1Mi, NumGC=3949","level":"stat"}
+{"@timestamp":"2025-01-15T10:51:40.655+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=199.3Mi, Sys=14.1Mi, NumGC=3950","level":"stat"}
+{"@timestamp":"2025-01-15T10:52:40.656+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=199.3Mi, Sys=14.1Mi, NumGC=3950","level":"stat"}
+{"@timestamp":"2025-01-15T10:53:40.656+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=199.3Mi, Sys=14.1Mi, NumGC=3951","level":"stat"}
+{"@timestamp":"2025-01-15T10:54:40.656+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=199.3Mi, Sys=14.1Mi, NumGC=3951","level":"stat"}
+{"@timestamp":"2025-01-15T10:55:40.656+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=199.4Mi, Sys=14.1Mi, NumGC=3952","level":"stat"}
+{"@timestamp":"2025-01-15T10:56:40.656+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=199.4Mi, Sys=14.1Mi, NumGC=3952","level":"stat"}
+{"@timestamp":"2025-01-15T10:57:40.656+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=199.4Mi, Sys=14.1Mi, NumGC=3953","level":"stat"}
+{"@timestamp":"2025-01-15T10:58:40.655+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=199.4Mi, Sys=14.1Mi, NumGC=3953","level":"stat"}
+{"@timestamp":"2025-01-15T10:59:40.655+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=199.4Mi, Sys=14.1Mi, NumGC=3954","level":"stat"}
+{"@timestamp":"2025-01-15T11:00:40.655+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=199.5Mi, Sys=14.1Mi, NumGC=3954","level":"stat"}
+{"@timestamp":"2025-01-15T11:01:40.654+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=199.5Mi, Sys=14.1Mi, NumGC=3955","level":"stat"}
+{"@timestamp":"2025-01-15T11:02:40.655+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=199.5Mi, Sys=14.1Mi, NumGC=3955","level":"stat"}
+{"@timestamp":"2025-01-15T11:03:40.663+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=199.5Mi, Sys=14.1Mi, NumGC=3956","level":"stat"}
+{"@timestamp":"2025-01-15T11:04:40.664+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=199.5Mi, Sys=14.1Mi, NumGC=3956","level":"stat"}
+{"@timestamp":"2025-01-15T11:05:40.664+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=199.6Mi, Sys=14.1Mi, NumGC=3957","level":"stat"}
+{"@timestamp":"2025-01-15T11:06:40.664+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=199.6Mi, Sys=14.1Mi, NumGC=3957","level":"stat"}
+{"@timestamp":"2025-01-15T11:07:40.665+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=199.6Mi, Sys=14.1Mi, NumGC=3958","level":"stat"}
+{"@timestamp":"2025-01-15T11:08:40.665+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=199.6Mi, Sys=14.1Mi, NumGC=3958","level":"stat"}
+{"@timestamp":"2025-01-15T11:09:40.666+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=199.6Mi, Sys=14.1Mi, NumGC=3959","level":"stat"}
+{"@timestamp":"2025-01-15T11:10:40.665+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=199.7Mi, Sys=14.1Mi, NumGC=3959","level":"stat"}
+{"@timestamp":"2025-01-15T11:11:40.665+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=199.7Mi, Sys=14.1Mi, NumGC=3960","level":"stat"}
+{"@timestamp":"2025-01-15T11:12:40.665+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=199.7Mi, Sys=14.1Mi, NumGC=3960","level":"stat"}
+{"@timestamp":"2025-01-15T11:13:40.665+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=199.7Mi, Sys=14.1Mi, NumGC=3961","level":"stat"}
+{"@timestamp":"2025-01-15T11:14:40.665+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=199.7Mi, Sys=14.1Mi, NumGC=3961","level":"stat"}
+{"@timestamp":"2025-01-15T11:15:40.675+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=199.8Mi, Sys=14.1Mi, NumGC=3962","level":"stat"}
+{"@timestamp":"2025-01-15T11:16:40.679+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=199.8Mi, Sys=14.1Mi, NumGC=3962","level":"stat"}
+{"@timestamp":"2025-01-15T11:17:40.679+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=199.8Mi, Sys=14.1Mi, NumGC=3963","level":"stat"}
+{"@timestamp":"2025-01-15T11:18:40.679+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=199.8Mi, Sys=14.1Mi, NumGC=3963","level":"stat"}
+{"@timestamp":"2025-01-15T11:19:40.679+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=199.8Mi, Sys=14.1Mi, NumGC=3964","level":"stat"}
+{"@timestamp":"2025-01-15T11:20:40.679+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=199.9Mi, Sys=14.1Mi, NumGC=3964","level":"stat"}
+{"@timestamp":"2025-01-15T11:21:40.680+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=199.9Mi, Sys=14.1Mi, NumGC=3965","level":"stat"}
+{"@timestamp":"2025-01-15T11:22:40.680+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=199.9Mi, Sys=14.1Mi, NumGC=3965","level":"stat"}
+{"@timestamp":"2025-01-15T11:23:40.680+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=199.9Mi, Sys=14.1Mi, NumGC=3966","level":"stat"}
+{"@timestamp":"2025-01-15T11:24:40.680+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=199.9Mi, Sys=14.1Mi, NumGC=3966","level":"stat"}
+{"@timestamp":"2025-01-15T11:25:40.680+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=200.0Mi, Sys=14.1Mi, NumGC=3967","level":"stat"}
+{"@timestamp":"2025-01-15T11:26:40.680+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=200.0Mi, Sys=14.1Mi, NumGC=3967","level":"stat"}
+{"@timestamp":"2025-01-15T11:27:40.680+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=200.0Mi, Sys=14.1Mi, NumGC=3968","level":"stat"}
+{"@timestamp":"2025-01-15T11:28:40.679+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=200.0Mi, Sys=14.1Mi, NumGC=3968","level":"stat"}
+{"@timestamp":"2025-01-15T11:29:40.680+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=200.0Mi, Sys=14.1Mi, NumGC=3969","level":"stat"}
+{"@timestamp":"2025-01-15T11:30:40.680+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=200.1Mi, Sys=14.1Mi, NumGC=3969","level":"stat"}
+{"@timestamp":"2025-01-15T11:31:40.681+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=200.1Mi, Sys=14.1Mi, NumGC=3970","level":"stat"}
+{"@timestamp":"2025-01-15T11:32:40.681+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=200.1Mi, Sys=14.1Mi, NumGC=3970","level":"stat"}
+{"@timestamp":"2025-01-15T11:33:40.681+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=200.1Mi, Sys=14.1Mi, NumGC=3971","level":"stat"}
+{"@timestamp":"2025-01-15T11:34:40.681+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=200.1Mi, Sys=14.1Mi, NumGC=3971","level":"stat"}
+{"@timestamp":"2025-01-15T11:35:40.681+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=200.2Mi, Sys=14.1Mi, NumGC=3972","level":"stat"}
+{"@timestamp":"2025-01-15T11:36:40.681+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=200.2Mi, Sys=14.1Mi, NumGC=3972","level":"stat"}
+{"@timestamp":"2025-01-15T11:37:40.681+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=200.2Mi, Sys=14.1Mi, NumGC=3973","level":"stat"}
+{"@timestamp":"2025-01-15T11:38:40.682+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=200.2Mi, Sys=14.1Mi, NumGC=3973","level":"stat"}
+{"@timestamp":"2025-01-15T11:39:40.681+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=200.3Mi, Sys=14.1Mi, NumGC=3974","level":"stat"}
+{"@timestamp":"2025-01-15T11:40:40.682+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=200.3Mi, Sys=14.1Mi, NumGC=3974","level":"stat"}
+{"@timestamp":"2025-01-15T11:41:40.682+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=200.3Mi, Sys=14.1Mi, NumGC=3975","level":"stat"}
+{"@timestamp":"2025-01-15T11:42:40.683+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=200.3Mi, Sys=14.1Mi, NumGC=3975","level":"stat"}
+{"@timestamp":"2025-01-15T11:43:40.683+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=200.3Mi, Sys=14.1Mi, NumGC=3976","level":"stat"}
+{"@timestamp":"2025-01-15T11:44:40.684+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=200.4Mi, Sys=14.1Mi, NumGC=3976","level":"stat"}
+{"@timestamp":"2025-01-15T11:45:40.683+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=200.4Mi, Sys=14.1Mi, NumGC=3977","level":"stat"}
+{"@timestamp":"2025-01-15T11:46:40.684+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=200.4Mi, Sys=14.1Mi, NumGC=3977","level":"stat"}
+{"@timestamp":"2025-01-15T11:47:40.552+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=200.4Mi, Sys=14.1Mi, NumGC=3978","level":"stat"}
+{"@timestamp":"2025-01-15T11:48:40.529+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=200.4Mi, Sys=14.1Mi, NumGC=3978","level":"stat"}
+{"@timestamp":"2025-01-15T11:49:40.528+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=200.5Mi, Sys=14.1Mi, NumGC=3979","level":"stat"}
+{"@timestamp":"2025-01-15T11:50:40.525+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=200.5Mi, Sys=14.1Mi, NumGC=3979","level":"stat"}
+{"@timestamp":"2025-01-15T11:51:40.524+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=200.5Mi, Sys=14.1Mi, NumGC=3980","level":"stat"}
+{"@timestamp":"2025-01-15T11:53:05.416+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=200.5Mi, Sys=14.1Mi, NumGC=3980","level":"stat"}
+{"@timestamp":"2025-01-15T11:57:55.236+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=200.5Mi, Sys=14.1Mi, NumGC=3981","level":"stat"}
+{"@timestamp":"2025-01-15T11:58:55.234+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=200.6Mi, Sys=14.1Mi, NumGC=3981","level":"stat"}
+{"@timestamp":"2025-01-15T11:59:55.233+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=200.6Mi, Sys=14.1Mi, NumGC=3982","level":"stat"}
+{"@timestamp":"2025-01-15T12:00:55.231+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=200.6Mi, Sys=14.1Mi, NumGC=3982","level":"stat"}
+{"@timestamp":"2025-01-15T12:01:55.230+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=200.6Mi, Sys=14.1Mi, NumGC=3983","level":"stat"}
+{"@timestamp":"2025-01-15T12:02:55.228+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=200.6Mi, Sys=14.1Mi, NumGC=3983","level":"stat"}
+{"@timestamp":"2025-01-15T12:03:55.236+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=200.7Mi, Sys=14.1Mi, NumGC=3984","level":"stat"}
+{"@timestamp":"2025-01-15T12:04:55.234+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=200.7Mi, Sys=14.1Mi, NumGC=3984","level":"stat"}
+{"@timestamp":"2025-01-15T12:05:55.233+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=200.7Mi, Sys=14.1Mi, NumGC=3985","level":"stat"}
+{"@timestamp":"2025-01-15T12:06:55.232+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=200.7Mi, Sys=14.1Mi, NumGC=3985","level":"stat"}
+{"@timestamp":"2025-01-15T12:07:55.230+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=200.7Mi, Sys=14.1Mi, NumGC=3986","level":"stat"}
+{"@timestamp":"2025-01-15T12:08:55.229+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=200.8Mi, Sys=14.1Mi, NumGC=3986","level":"stat"}
+{"@timestamp":"2025-01-15T12:09:55.226+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=200.8Mi, Sys=14.1Mi, NumGC=3987","level":"stat"}
+{"@timestamp":"2025-01-15T12:10:55.227+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=200.8Mi, Sys=14.1Mi, NumGC=3987","level":"stat"}
+{"@timestamp":"2025-01-15T12:11:55.225+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=200.8Mi, Sys=14.1Mi, NumGC=3988","level":"stat"}
+{"@timestamp":"2025-01-15T12:12:55.224+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=200.8Mi, Sys=14.1Mi, NumGC=3988","level":"stat"}
+{"@timestamp":"2025-01-15T12:13:55.222+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=200.9Mi, Sys=14.1Mi, NumGC=3989","level":"stat"}
+{"@timestamp":"2025-01-15T12:14:55.219+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=200.9Mi, Sys=14.1Mi, NumGC=3989","level":"stat"}
+{"@timestamp":"2025-01-15T12:15:55.219+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=200.9Mi, Sys=14.1Mi, NumGC=3990","level":"stat"}
+{"@timestamp":"2025-01-15T12:32:12.692+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=200.9Mi, Sys=14.1Mi, NumGC=3990","level":"stat"}
+{"@timestamp":"2025-01-15T12:58:34.487+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=201.0Mi, Sys=14.1Mi, NumGC=3991","level":"stat"}
+{"@timestamp":"2025-01-15T13:14:59.425+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=201.0Mi, Sys=14.1Mi, NumGC=3991","level":"stat"}
+{"@timestamp":"2025-01-15T13:15:59.424+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=201.0Mi, Sys=14.1Mi, NumGC=3992","level":"stat"}
+{"@timestamp":"2025-01-15T13:16:59.423+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=201.0Mi, Sys=14.1Mi, NumGC=3992","level":"stat"}
+{"@timestamp":"2025-01-15T13:17:59.424+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=201.0Mi, Sys=14.1Mi, NumGC=3993","level":"stat"}
+{"@timestamp":"2025-01-15T13:18:59.423+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=201.1Mi, Sys=14.1Mi, NumGC=3993","level":"stat"}
+{"@timestamp":"2025-01-15T13:19:59.423+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=201.1Mi, Sys=14.1Mi, NumGC=3994","level":"stat"}
+{"@timestamp":"2025-01-15T13:20:59.422+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=201.1Mi, Sys=14.1Mi, NumGC=3994","level":"stat"}
+{"@timestamp":"2025-01-15T13:21:59.420+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=201.1Mi, Sys=14.1Mi, NumGC=3995","level":"stat"}
+{"@timestamp":"2025-01-15T13:22:59.420+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=201.1Mi, Sys=14.1Mi, NumGC=3995","level":"stat"}
+{"@timestamp":"2025-01-15T13:23:59.421+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=201.2Mi, Sys=14.1Mi, NumGC=3996","level":"stat"}
+{"@timestamp":"2025-01-15T13:24:59.420+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=201.2Mi, Sys=14.1Mi, NumGC=3996","level":"stat"}
+{"@timestamp":"2025-01-15T13:25:59.420+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=201.2Mi, Sys=14.1Mi, NumGC=3997","level":"stat"}
+{"@timestamp":"2025-01-15T13:26:59.420+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=201.2Mi, Sys=14.1Mi, NumGC=3997","level":"stat"}
+{"@timestamp":"2025-01-15T13:27:59.418+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=201.2Mi, Sys=14.1Mi, NumGC=3998","level":"stat"}
+{"@timestamp":"2025-01-15T13:28:59.417+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=201.3Mi, Sys=14.1Mi, NumGC=3998","level":"stat"}
+{"@timestamp":"2025-01-15T13:29:59.418+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=201.3Mi, Sys=14.1Mi, NumGC=3999","level":"stat"}
+{"@timestamp":"2025-01-15T13:30:59.418+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=201.3Mi, Sys=14.1Mi, NumGC=3999","level":"stat"}
+{"@timestamp":"2025-01-15T13:31:59.416+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=201.3Mi, Sys=14.1Mi, NumGC=4000","level":"stat"}
+{"@timestamp":"2025-01-15T13:32:59.423+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=201.3Mi, Sys=14.1Mi, NumGC=4000","level":"stat"}
+{"@timestamp":"2025-01-15T13:33:59.450+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=201.4Mi, Sys=14.1Mi, NumGC=4001","level":"stat"}
+{"@timestamp":"2025-01-15T13:34:59.450+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=201.4Mi, Sys=14.1Mi, NumGC=4001","level":"stat"}
+{"@timestamp":"2025-01-15T13:35:59.452+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=201.4Mi, Sys=14.1Mi, NumGC=4002","level":"stat"}
+{"@timestamp":"2025-01-15T13:36:59.452+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=201.4Mi, Sys=14.1Mi, NumGC=4002","level":"stat"}
+{"@timestamp":"2025-01-15T13:37:59.452+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=201.4Mi, Sys=14.1Mi, NumGC=4003","level":"stat"}
+{"@timestamp":"2025-01-15T13:38:59.451+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=201.5Mi, Sys=14.1Mi, NumGC=4003","level":"stat"}
+{"@timestamp":"2025-01-15T13:39:59.452+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=201.5Mi, Sys=14.1Mi, NumGC=4004","level":"stat"}
+{"@timestamp":"2025-01-15T13:40:59.452+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=201.5Mi, Sys=14.1Mi, NumGC=4004","level":"stat"}
+{"@timestamp":"2025-01-15T13:41:59.451+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=201.5Mi, Sys=14.1Mi, NumGC=4005","level":"stat"}
+{"@timestamp":"2025-01-15T13:42:59.452+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=201.5Mi, Sys=14.1Mi, NumGC=4005","level":"stat"}
+{"@timestamp":"2025-01-15T13:43:59.450+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=201.6Mi, Sys=14.1Mi, NumGC=4006","level":"stat"}
+{"@timestamp":"2025-01-15T13:44:59.451+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=201.6Mi, Sys=14.1Mi, NumGC=4006","level":"stat"}
+{"@timestamp":"2025-01-15T13:45:59.451+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=201.6Mi, Sys=14.1Mi, NumGC=4007","level":"stat"}
+{"@timestamp":"2025-01-15T13:46:59.451+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=201.6Mi, Sys=14.1Mi, NumGC=4007","level":"stat"}
+{"@timestamp":"2025-01-15T13:47:59.451+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=201.7Mi, Sys=14.1Mi, NumGC=4008","level":"stat"}
+{"@timestamp":"2025-01-15T13:48:59.451+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=201.7Mi, Sys=14.1Mi, NumGC=4008","level":"stat"}
+{"@timestamp":"2025-01-15T13:49:59.346+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=201.7Mi, Sys=14.1Mi, NumGC=4009","level":"stat"}
+{"@timestamp":"2025-01-15T13:50:59.345+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=201.7Mi, Sys=14.1Mi, NumGC=4009","level":"stat"}
+{"@timestamp":"2025-01-15T13:51:59.342+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=201.7Mi, Sys=14.1Mi, NumGC=4010","level":"stat"}
+{"@timestamp":"2025-01-15T13:52:59.341+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=201.8Mi, Sys=14.1Mi, NumGC=4010","level":"stat"}
+{"@timestamp":"2025-01-15T13:53:59.341+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=201.8Mi, Sys=14.1Mi, NumGC=4011","level":"stat"}
+{"@timestamp":"2025-01-15T13:54:59.339+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=201.8Mi, Sys=14.1Mi, NumGC=4011","level":"stat"}
+{"@timestamp":"2025-01-15T13:55:59.339+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=201.8Mi, Sys=14.1Mi, NumGC=4012","level":"stat"}
+{"@timestamp":"2025-01-15T13:56:59.336+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=201.8Mi, Sys=14.1Mi, NumGC=4012","level":"stat"}
+{"@timestamp":"2025-01-15T13:57:59.336+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=201.9Mi, Sys=14.1Mi, NumGC=4013","level":"stat"}
+{"@timestamp":"2025-01-15T13:58:59.335+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=201.9Mi, Sys=14.1Mi, NumGC=4013","level":"stat"}
+{"@timestamp":"2025-01-15T13:59:59.334+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=201.9Mi, Sys=14.1Mi, NumGC=4014","level":"stat"}
+{"@timestamp":"2025-01-15T14:00:59.332+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=201.9Mi, Sys=14.1Mi, NumGC=4014","level":"stat"}
+{"@timestamp":"2025-01-15T14:01:59.330+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=201.9Mi, Sys=14.1Mi, NumGC=4015","level":"stat"}
+{"@timestamp":"2025-01-15T14:02:59.330+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=202.0Mi, Sys=14.1Mi, NumGC=4015","level":"stat"}
+{"@timestamp":"2025-01-15T14:03:59.329+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=202.0Mi, Sys=14.1Mi, NumGC=4016","level":"stat"}
+{"@timestamp":"2025-01-15T14:04:59.327+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=202.0Mi, Sys=14.1Mi, NumGC=4016","level":"stat"}
+{"@timestamp":"2025-01-15T14:05:59.326+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=202.0Mi, Sys=14.1Mi, NumGC=4017","level":"stat"}
+{"@timestamp":"2025-01-15T14:06:59.325+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=202.0Mi, Sys=14.1Mi, NumGC=4017","level":"stat"}
+{"@timestamp":"2025-01-15T14:07:59.323+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=202.1Mi, Sys=14.1Mi, NumGC=4018","level":"stat"}
+{"@timestamp":"2025-01-15T14:08:59.322+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=202.1Mi, Sys=14.1Mi, NumGC=4018","level":"stat"}
+{"@timestamp":"2025-01-15T14:09:59.320+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=202.1Mi, Sys=14.1Mi, NumGC=4019","level":"stat"}
+{"@timestamp":"2025-01-15T14:10:59.320+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=202.1Mi, Sys=14.1Mi, NumGC=4019","level":"stat"}
+{"@timestamp":"2025-01-15T14:11:59.319+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=202.1Mi, Sys=14.1Mi, NumGC=4020","level":"stat"}
+{"@timestamp":"2025-01-15T14:12:59.318+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=202.2Mi, Sys=14.1Mi, NumGC=4020","level":"stat"}
+{"@timestamp":"2025-01-15T14:13:59.315+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=202.2Mi, Sys=14.1Mi, NumGC=4021","level":"stat"}
+{"@timestamp":"2025-01-15T14:14:59.315+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=202.2Mi, Sys=14.1Mi, NumGC=4021","level":"stat"}
+{"@timestamp":"2025-01-15T14:16:24.277+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=202.2Mi, Sys=14.1Mi, NumGC=4022","level":"stat"}
+{"@timestamp":"2025-01-15T14:32:49.303+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=202.2Mi, Sys=14.1Mi, NumGC=4022","level":"stat"}
+{"@timestamp":"2025-01-15T14:49:14.276+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=202.3Mi, Sys=14.1Mi, NumGC=4023","level":"stat"}
+{"@timestamp":"2025-01-15T14:50:14.274+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=202.3Mi, Sys=14.1Mi, NumGC=4023","level":"stat"}
+{"@timestamp":"2025-01-15T14:51:14.273+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=202.3Mi, Sys=14.1Mi, NumGC=4024","level":"stat"}
+{"@timestamp":"2025-01-15T14:52:14.272+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=202.3Mi, Sys=14.1Mi, NumGC=4024","level":"stat"}
+{"@timestamp":"2025-01-15T14:53:14.271+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=202.4Mi, Sys=14.1Mi, NumGC=4025","level":"stat"}
+{"@timestamp":"2025-01-15T14:54:14.270+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=202.4Mi, Sys=14.1Mi, NumGC=4025","level":"stat"}
+{"@timestamp":"2025-01-15T14:55:14.269+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=202.4Mi, Sys=14.1Mi, NumGC=4026","level":"stat"}
+{"@timestamp":"2025-01-15T14:56:14.268+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=202.4Mi, Sys=14.1Mi, NumGC=4026","level":"stat"}
+{"@timestamp":"2025-01-15T14:57:14.318+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=202.4Mi, Sys=14.1Mi, NumGC=4027","level":"stat"}
+{"@timestamp":"2025-01-15T14:58:14.317+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=202.5Mi, Sys=14.1Mi, NumGC=4027","level":"stat"}
+{"@timestamp":"2025-01-15T14:59:14.317+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=202.5Mi, Sys=14.1Mi, NumGC=4028","level":"stat"}
+{"@timestamp":"2025-01-15T15:00:14.317+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=202.5Mi, Sys=14.1Mi, NumGC=4028","level":"stat"}
+{"@timestamp":"2025-01-15T15:01:14.316+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=202.5Mi, Sys=14.1Mi, NumGC=4029","level":"stat"}
+{"@timestamp":"2025-01-15T15:02:14.316+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=202.5Mi, Sys=14.1Mi, NumGC=4029","level":"stat"}
+{"@timestamp":"2025-01-15T15:03:14.316+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=202.6Mi, Sys=14.1Mi, NumGC=4030","level":"stat"}
+{"@timestamp":"2025-01-15T15:04:14.314+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=202.6Mi, Sys=14.1Mi, NumGC=4030","level":"stat"}
+{"@timestamp":"2025-01-15T15:05:14.315+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=202.6Mi, Sys=14.1Mi, NumGC=4031","level":"stat"}
+{"@timestamp":"2025-01-15T15:06:14.314+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=202.6Mi, Sys=14.1Mi, NumGC=4031","level":"stat"}
+{"@timestamp":"2025-01-15T15:07:14.314+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=202.6Mi, Sys=14.1Mi, NumGC=4032","level":"stat"}
+{"@timestamp":"2025-01-15T15:08:14.313+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=202.7Mi, Sys=14.1Mi, NumGC=4032","level":"stat"}
+{"@timestamp":"2025-01-15T15:09:14.313+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=202.7Mi, Sys=14.1Mi, NumGC=4033","level":"stat"}
+{"@timestamp":"2025-01-15T15:10:14.313+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=202.7Mi, Sys=14.1Mi, NumGC=4033","level":"stat"}
+{"@timestamp":"2025-01-15T15:11:14.312+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=202.7Mi, Sys=14.1Mi, NumGC=4034","level":"stat"}
+{"@timestamp":"2025-01-15T15:12:14.256+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=202.7Mi, Sys=14.1Mi, NumGC=4034","level":"stat"}
+{"@timestamp":"2025-01-15T15:13:14.254+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=202.8Mi, Sys=14.1Mi, NumGC=4035","level":"stat"}
+{"@timestamp":"2025-01-15T15:14:14.253+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=202.8Mi, Sys=14.1Mi, NumGC=4035","level":"stat"}
+{"@timestamp":"2025-01-15T15:15:14.252+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=202.8Mi, Sys=14.1Mi, NumGC=4036","level":"stat"}
+{"@timestamp":"2025-01-15T15:16:14.250+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=202.8Mi, Sys=14.1Mi, NumGC=4036","level":"stat"}
+{"@timestamp":"2025-01-15T15:17:14.250+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=202.8Mi, Sys=14.1Mi, NumGC=4037","level":"stat"}
+{"@timestamp":"2025-01-15T15:18:14.249+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=202.9Mi, Sys=14.1Mi, NumGC=4037","level":"stat"}
+{"@timestamp":"2025-01-15T15:19:14.248+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=202.9Mi, Sys=14.1Mi, NumGC=4038","level":"stat"}
+{"@timestamp":"2025-01-15T15:20:14.247+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=202.9Mi, Sys=14.1Mi, NumGC=4038","level":"stat"}
+{"@timestamp":"2025-01-15T15:21:14.246+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=202.9Mi, Sys=14.1Mi, NumGC=4039","level":"stat"}
+{"@timestamp":"2025-01-15T15:22:14.245+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=202.9Mi, Sys=14.1Mi, NumGC=4039","level":"stat"}
+{"@timestamp":"2025-01-15T15:23:14.244+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=203.0Mi, Sys=14.1Mi, NumGC=4040","level":"stat"}
+{"@timestamp":"2025-01-15T15:24:14.242+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=203.0Mi, Sys=14.1Mi, NumGC=4040","level":"stat"}
+{"@timestamp":"2025-01-15T15:25:14.241+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=203.0Mi, Sys=14.1Mi, NumGC=4041","level":"stat"}
+{"@timestamp":"2025-01-15T15:26:14.240+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=203.0Mi, Sys=14.1Mi, NumGC=4041","level":"stat"}
+{"@timestamp":"2025-01-15T15:27:14.238+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=203.0Mi, Sys=14.1Mi, NumGC=4042","level":"stat"}
+{"@timestamp":"2025-01-15T15:28:14.238+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=203.1Mi, Sys=14.1Mi, NumGC=4042","level":"stat"}
+{"@timestamp":"2025-01-15T15:29:14.237+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=203.1Mi, Sys=14.1Mi, NumGC=4043","level":"stat"}
+{"@timestamp":"2025-01-15T15:30:14.236+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=203.1Mi, Sys=14.1Mi, NumGC=4043","level":"stat"}
+{"@timestamp":"2025-01-15T15:31:14.235+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=203.1Mi, Sys=14.1Mi, NumGC=4044","level":"stat"}
+{"@timestamp":"2025-01-15T15:32:14.234+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=203.1Mi, Sys=14.1Mi, NumGC=4044","level":"stat"}
+{"@timestamp":"2025-01-15T15:33:14.233+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=203.2Mi, Sys=14.1Mi, NumGC=4045","level":"stat"}
+{"@timestamp":"2025-01-15T15:34:14.142+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=203.2Mi, Sys=14.1Mi, NumGC=4045","level":"stat"}
+{"@timestamp":"2025-01-15T15:35:14.140+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=203.2Mi, Sys=14.1Mi, NumGC=4046","level":"stat"}
+{"@timestamp":"2025-01-15T15:36:14.137+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=203.2Mi, Sys=14.1Mi, NumGC=4046","level":"stat"}
+{"@timestamp":"2025-01-15T15:37:14.135+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=203.2Mi, Sys=14.1Mi, NumGC=4047","level":"stat"}
+{"@timestamp":"2025-01-15T15:38:14.133+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=203.3Mi, Sys=14.1Mi, NumGC=4047","level":"stat"}
+{"@timestamp":"2025-01-15T15:39:14.131+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=203.3Mi, Sys=14.1Mi, NumGC=4048","level":"stat"}
+{"@timestamp":"2025-01-15T15:40:14.128+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=203.3Mi, Sys=14.1Mi, NumGC=4048","level":"stat"}
+{"@timestamp":"2025-01-15T15:41:14.126+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=203.3Mi, Sys=14.1Mi, NumGC=4049","level":"stat"}
+{"@timestamp":"2025-01-15T15:42:14.124+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=203.3Mi, Sys=14.1Mi, NumGC=4049","level":"stat"}
+{"@timestamp":"2025-01-15T15:43:14.121+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=203.4Mi, Sys=14.1Mi, NumGC=4050","level":"stat"}
+{"@timestamp":"2025-01-15T15:44:14.120+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=203.4Mi, Sys=14.1Mi, NumGC=4050","level":"stat"}
+{"@timestamp":"2025-01-15T15:45:14.118+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=203.4Mi, Sys=14.1Mi, NumGC=4051","level":"stat"}
+{"@timestamp":"2025-01-15T15:46:14.115+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=203.4Mi, Sys=14.1Mi, NumGC=4051","level":"stat"}
+{"@timestamp":"2025-01-15T15:47:14.113+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=203.4Mi, Sys=14.1Mi, NumGC=4052","level":"stat"}
+{"@timestamp":"2025-01-15T15:48:14.111+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=203.5Mi, Sys=14.1Mi, NumGC=4052","level":"stat"}
+{"@timestamp":"2025-01-15T15:49:14.109+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=203.5Mi, Sys=14.1Mi, NumGC=4053","level":"stat"}
+{"@timestamp":"2025-01-15T15:50:14.107+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=203.5Mi, Sys=14.1Mi, NumGC=4053","level":"stat"}
+{"@timestamp":"2025-01-15T15:51:14.104+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=203.5Mi, Sys=14.1Mi, NumGC=4054","level":"stat"}
+{"@timestamp":"2025-01-15T15:52:14.102+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=203.5Mi, Sys=14.1Mi, NumGC=4054","level":"stat"}
+{"@timestamp":"2025-01-15T15:53:14.100+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=203.6Mi, Sys=14.1Mi, NumGC=4055","level":"stat"}
+{"@timestamp":"2025-01-15T15:54:14.098+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=203.6Mi, Sys=14.1Mi, NumGC=4055","level":"stat"}
+{"@timestamp":"2025-01-15T15:55:14.095+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=203.6Mi, Sys=14.1Mi, NumGC=4056","level":"stat"}
+{"@timestamp":"2025-01-15T15:56:14.094+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=203.6Mi, Sys=14.1Mi, NumGC=4056","level":"stat"}
+{"@timestamp":"2025-01-15T15:57:14.091+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=203.6Mi, Sys=14.1Mi, NumGC=4057","level":"stat"}
+{"@timestamp":"2025-01-15T15:58:14.097+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=203.7Mi, Sys=14.1Mi, NumGC=4057","level":"stat"}
+{"@timestamp":"2025-01-15T15:59:14.100+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=203.7Mi, Sys=14.1Mi, NumGC=4058","level":"stat"}
+{"@timestamp":"2025-01-15T16:00:14.098+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=203.7Mi, Sys=14.1Mi, NumGC=4058","level":"stat"}
+{"@timestamp":"2025-01-15T16:01:14.097+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=203.7Mi, Sys=14.1Mi, NumGC=4059","level":"stat"}
+{"@timestamp":"2025-01-15T16:02:14.094+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=203.8Mi, Sys=14.1Mi, NumGC=4059","level":"stat"}
+{"@timestamp":"2025-01-15T16:03:14.091+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=203.8Mi, Sys=14.1Mi, NumGC=4060","level":"stat"}
+{"@timestamp":"2025-01-15T16:04:14.090+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=203.8Mi, Sys=14.1Mi, NumGC=4060","level":"stat"}
+{"@timestamp":"2025-01-15T16:05:14.088+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=203.8Mi, Sys=14.1Mi, NumGC=4061","level":"stat"}
+{"@timestamp":"2025-01-15T16:06:14.086+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=203.8Mi, Sys=14.1Mi, NumGC=4061","level":"stat"}
+{"@timestamp":"2025-01-15T16:07:14.084+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=203.9Mi, Sys=14.1Mi, NumGC=4062","level":"stat"}
+{"@timestamp":"2025-01-15T16:08:14.082+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=203.9Mi, Sys=14.1Mi, NumGC=4062","level":"stat"}
+{"@timestamp":"2025-01-15T16:09:14.081+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=203.9Mi, Sys=14.1Mi, NumGC=4063","level":"stat"}
+{"@timestamp":"2025-01-15T16:10:14.079+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=203.9Mi, Sys=14.1Mi, NumGC=4063","level":"stat"}
+{"@timestamp":"2025-01-15T16:11:14.076+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=203.9Mi, Sys=14.1Mi, NumGC=4064","level":"stat"}
+{"@timestamp":"2025-01-15T16:12:14.074+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=204.0Mi, Sys=14.1Mi, NumGC=4064","level":"stat"}
+{"@timestamp":"2025-01-15T16:13:14.135+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=204.0Mi, Sys=14.1Mi, NumGC=4065","level":"stat"}
+{"@timestamp":"2025-01-15T16:14:14.134+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=204.0Mi, Sys=14.1Mi, NumGC=4065","level":"stat"}
+{"@timestamp":"2025-01-15T16:30:39.062+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=204.0Mi, Sys=14.1Mi, NumGC=4066","level":"stat"}
+{"@timestamp":"2025-01-15T16:36:32.913+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=204.0Mi, Sys=14.1Mi, NumGC=4066","level":"stat"}
+{"@timestamp":"2025-01-15T16:37:32.912+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=204.1Mi, Sys=14.1Mi, NumGC=4067","level":"stat"}
+{"@timestamp":"2025-01-15T16:38:32.910+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=204.1Mi, Sys=14.1Mi, NumGC=4067","level":"stat"}
+{"@timestamp":"2025-01-15T16:39:32.908+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=204.1Mi, Sys=14.1Mi, NumGC=4068","level":"stat"}
+{"@timestamp":"2025-01-15T16:40:32.906+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=204.1Mi, Sys=14.1Mi, NumGC=4068","level":"stat"}
+{"@timestamp":"2025-01-15T16:41:32.905+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=204.1Mi, Sys=14.1Mi, NumGC=4069","level":"stat"}
+{"@timestamp":"2025-01-15T16:42:32.903+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=204.2Mi, Sys=14.1Mi, NumGC=4069","level":"stat"}
+{"@timestamp":"2025-01-15T16:43:32.901+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=204.2Mi, Sys=14.1Mi, NumGC=4070","level":"stat"}
+{"@timestamp":"2025-01-15T16:44:32.900+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=204.2Mi, Sys=14.1Mi, NumGC=4070","level":"stat"}
+{"@timestamp":"2025-01-15T16:45:32.897+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=204.2Mi, Sys=14.1Mi, NumGC=4071","level":"stat"}
+{"@timestamp":"2025-01-15T16:46:32.896+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=204.2Mi, Sys=14.1Mi, NumGC=4071","level":"stat"}
+{"@timestamp":"2025-01-15T16:47:32.894+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=204.3Mi, Sys=14.1Mi, NumGC=4072","level":"stat"}
+{"@timestamp":"2025-01-15T16:48:32.893+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=204.3Mi, Sys=14.1Mi, NumGC=4072","level":"stat"}
+{"@timestamp":"2025-01-15T16:49:32.891+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=204.3Mi, Sys=14.1Mi, NumGC=4073","level":"stat"}
+{"@timestamp":"2025-01-15T16:50:32.890+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=204.3Mi, Sys=14.1Mi, NumGC=4073","level":"stat"}
+{"@timestamp":"2025-01-15T16:51:32.888+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=204.3Mi, Sys=14.1Mi, NumGC=4074","level":"stat"}
+{"@timestamp":"2025-01-15T16:52:32.885+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=204.4Mi, Sys=14.1Mi, NumGC=4074","level":"stat"}
+{"@timestamp":"2025-01-15T16:53:32.885+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=204.4Mi, Sys=14.1Mi, NumGC=4075","level":"stat"}
+{"@timestamp":"2025-01-15T16:54:32.883+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=204.4Mi, Sys=14.1Mi, NumGC=4075","level":"stat"}
+{"@timestamp":"2025-01-15T16:55:32.930+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=204.4Mi, Sys=14.1Mi, NumGC=4076","level":"stat"}
+{"@timestamp":"2025-01-15T16:56:32.929+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=204.4Mi, Sys=14.1Mi, NumGC=4076","level":"stat"}
+{"@timestamp":"2025-01-15T16:57:32.928+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=204.5Mi, Sys=14.1Mi, NumGC=4077","level":"stat"}
+{"@timestamp":"2025-01-15T16:58:32.927+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=204.5Mi, Sys=14.1Mi, NumGC=4077","level":"stat"}
+{"@timestamp":"2025-01-15T16:59:32.926+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=204.5Mi, Sys=14.1Mi, NumGC=4078","level":"stat"}
+{"@timestamp":"2025-01-15T17:00:32.925+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=204.5Mi, Sys=14.1Mi, NumGC=4078","level":"stat"}
+{"@timestamp":"2025-01-15T17:01:32.923+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=204.5Mi, Sys=14.1Mi, NumGC=4079","level":"stat"}
+{"@timestamp":"2025-01-15T17:02:32.922+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=204.6Mi, Sys=14.1Mi, NumGC=4079","level":"stat"}
+{"@timestamp":"2025-01-15T17:03:32.921+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=204.6Mi, Sys=14.1Mi, NumGC=4080","level":"stat"}
+{"@timestamp":"2025-01-15T17:04:32.920+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=204.6Mi, Sys=14.1Mi, NumGC=4080","level":"stat"}
+{"@timestamp":"2025-01-15T17:05:32.919+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=204.6Mi, Sys=14.1Mi, NumGC=4081","level":"stat"}
+{"@timestamp":"2025-01-15T17:06:32.917+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=204.6Mi, Sys=14.1Mi, NumGC=4081","level":"stat"}
+{"@timestamp":"2025-01-15T17:07:32.916+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=204.7Mi, Sys=14.1Mi, NumGC=4082","level":"stat"}
+{"@timestamp":"2025-01-15T17:08:32.913+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=204.7Mi, Sys=14.1Mi, NumGC=4082","level":"stat"}
+{"@timestamp":"2025-01-15T17:09:32.913+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=204.7Mi, Sys=14.1Mi, NumGC=4083","level":"stat"}
+{"@timestamp":"2025-01-15T17:10:32.912+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=204.7Mi, Sys=14.1Mi, NumGC=4083","level":"stat"}
+{"@timestamp":"2025-01-15T17:11:32.911+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=204.7Mi, Sys=14.1Mi, NumGC=4084","level":"stat"}
+{"@timestamp":"2025-01-15T17:12:32.909+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=204.8Mi, Sys=14.1Mi, NumGC=4084","level":"stat"}
+{"@timestamp":"2025-01-15T17:13:32.909+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=204.8Mi, Sys=14.1Mi, NumGC=4085","level":"stat"}
+{"@timestamp":"2025-01-15T17:14:32.907+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=204.8Mi, Sys=14.1Mi, NumGC=4085","level":"stat"}
+{"@timestamp":"2025-01-15T17:15:32.906+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=204.8Mi, Sys=14.1Mi, NumGC=4086","level":"stat"}
+{"@timestamp":"2025-01-15T17:16:32.905+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=204.8Mi, Sys=14.1Mi, NumGC=4086","level":"stat"}
+{"@timestamp":"2025-01-15T17:17:32.905+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=204.9Mi, Sys=14.1Mi, NumGC=4087","level":"stat"}
+{"@timestamp":"2025-01-15T17:18:32.904+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=204.9Mi, Sys=14.1Mi, NumGC=4087","level":"stat"}
+{"@timestamp":"2025-01-15T17:19:32.902+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=204.9Mi, Sys=14.1Mi, NumGC=4088","level":"stat"}
+{"@timestamp":"2025-01-15T17:20:32.901+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=204.9Mi, Sys=14.1Mi, NumGC=4088","level":"stat"}
+{"@timestamp":"2025-01-15T17:21:32.981+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=204.9Mi, Sys=14.1Mi, NumGC=4089","level":"stat"}
+{"@timestamp":"2025-01-15T17:37:35.193+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=205.0Mi, Sys=14.1Mi, NumGC=4089","level":"stat"}
+{"@timestamp":"2025-01-15T17:54:00.300+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=205.0Mi, Sys=14.1Mi, NumGC=4090","level":"stat"}
+{"@timestamp":"2025-01-15T18:25:17.828+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=205.0Mi, Sys=14.1Mi, NumGC=4090","level":"stat"}
+{"@timestamp":"2025-01-15T18:26:17.827+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=205.0Mi, Sys=14.1Mi, NumGC=4091","level":"stat"}
+{"@timestamp":"2025-01-15T18:27:17.825+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=205.0Mi, Sys=14.1Mi, NumGC=4091","level":"stat"}
+{"@timestamp":"2025-01-15T18:28:17.823+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=205.1Mi, Sys=14.1Mi, NumGC=4092","level":"stat"}
+{"@timestamp":"2025-01-15T18:29:17.823+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=205.1Mi, Sys=14.1Mi, NumGC=4092","level":"stat"}
+{"@timestamp":"2025-01-15T18:30:17.822+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=205.1Mi, Sys=14.1Mi, NumGC=4093","level":"stat"}
+{"@timestamp":"2025-01-15T18:31:17.821+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=205.1Mi, Sys=14.1Mi, NumGC=4093","level":"stat"}
+{"@timestamp":"2025-01-15T18:32:17.820+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=205.1Mi, Sys=14.1Mi, NumGC=4094","level":"stat"}
+{"@timestamp":"2025-01-15T18:33:17.819+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=205.2Mi, Sys=14.1Mi, NumGC=4094","level":"stat"}
+{"@timestamp":"2025-01-15T18:34:17.818+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=205.2Mi, Sys=14.1Mi, NumGC=4095","level":"stat"}
+{"@timestamp":"2025-01-15T18:35:17.817+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=205.2Mi, Sys=14.1Mi, NumGC=4095","level":"stat"}
+{"@timestamp":"2025-01-15T18:36:17.816+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=205.2Mi, Sys=14.1Mi, NumGC=4096","level":"stat"}
+{"@timestamp":"2025-01-15T18:37:17.814+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=205.2Mi, Sys=14.1Mi, NumGC=4096","level":"stat"}
+{"@timestamp":"2025-01-15T18:38:17.813+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=205.3Mi, Sys=14.1Mi, NumGC=4097","level":"stat"}
+{"@timestamp":"2025-01-15T18:39:17.812+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=205.3Mi, Sys=14.1Mi, NumGC=4097","level":"stat"}
+{"@timestamp":"2025-01-15T18:40:17.811+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=205.3Mi, Sys=14.1Mi, NumGC=4098","level":"stat"}
+{"@timestamp":"2025-01-15T18:41:17.805+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=205.3Mi, Sys=14.1Mi, NumGC=4098","level":"stat"}
+{"@timestamp":"2025-01-15T18:42:17.805+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=205.4Mi, Sys=14.1Mi, NumGC=4099","level":"stat"}
+{"@timestamp":"2025-01-15T18:43:17.802+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=205.4Mi, Sys=14.1Mi, NumGC=4099","level":"stat"}
+{"@timestamp":"2025-01-15T18:44:17.802+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=205.4Mi, Sys=14.1Mi, NumGC=4100","level":"stat"}
+{"@timestamp":"2025-01-15T18:45:17.801+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=205.4Mi, Sys=14.1Mi, NumGC=4100","level":"stat"}
+{"@timestamp":"2025-01-15T18:46:17.799+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=205.4Mi, Sys=14.1Mi, NumGC=4101","level":"stat"}
+{"@timestamp":"2025-01-15T18:47:17.799+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=205.5Mi, Sys=14.1Mi, NumGC=4101","level":"stat"}
+{"@timestamp":"2025-01-15T18:48:17.798+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=205.5Mi, Sys=14.1Mi, NumGC=4102","level":"stat"}
+{"@timestamp":"2025-01-15T18:49:17.796+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=205.5Mi, Sys=14.1Mi, NumGC=4102","level":"stat"}
+{"@timestamp":"2025-01-15T18:50:17.795+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=205.5Mi, Sys=14.1Mi, NumGC=4103","level":"stat"}
+{"@timestamp":"2025-01-15T18:51:17.794+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=205.5Mi, Sys=14.1Mi, NumGC=4103","level":"stat"}
+{"@timestamp":"2025-01-15T18:52:17.793+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=205.6Mi, Sys=14.1Mi, NumGC=4104","level":"stat"}
+{"@timestamp":"2025-01-15T18:53:17.792+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=205.6Mi, Sys=14.1Mi, NumGC=4104","level":"stat"}
+{"@timestamp":"2025-01-15T18:54:17.791+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=205.6Mi, Sys=14.1Mi, NumGC=4105","level":"stat"}
+{"@timestamp":"2025-01-15T18:55:17.789+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=205.6Mi, Sys=14.1Mi, NumGC=4105","level":"stat"}
+{"@timestamp":"2025-01-15T18:56:17.788+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=205.6Mi, Sys=14.1Mi, NumGC=4106","level":"stat"}
+{"@timestamp":"2025-01-15T18:57:17.787+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=205.7Mi, Sys=14.1Mi, NumGC=4106","level":"stat"}
+{"@timestamp":"2025-01-15T18:58:17.786+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=205.7Mi, Sys=14.1Mi, NumGC=4107","level":"stat"}
+{"@timestamp":"2025-01-15T18:59:17.783+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=205.7Mi, Sys=14.1Mi, NumGC=4107","level":"stat"}
+{"@timestamp":"2025-01-15T19:00:17.783+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=205.7Mi, Sys=14.1Mi, NumGC=4108","level":"stat"}
+{"@timestamp":"2025-01-15T19:01:17.782+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=205.7Mi, Sys=14.1Mi, NumGC=4108","level":"stat"}
+{"@timestamp":"2025-01-15T19:02:17.781+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=205.8Mi, Sys=14.1Mi, NumGC=4109","level":"stat"}
+{"@timestamp":"2025-01-15T19:03:17.780+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=205.8Mi, Sys=14.1Mi, NumGC=4109","level":"stat"}
+{"@timestamp":"2025-01-15T19:04:17.779+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=205.8Mi, Sys=14.1Mi, NumGC=4110","level":"stat"}
+{"@timestamp":"2025-01-15T19:05:17.777+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=205.8Mi, Sys=14.1Mi, NumGC=4110","level":"stat"}
+{"@timestamp":"2025-01-15T19:06:17.776+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=205.8Mi, Sys=14.1Mi, NumGC=4111","level":"stat"}
+{"@timestamp":"2025-01-15T19:07:17.774+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=205.9Mi, Sys=14.1Mi, NumGC=4111","level":"stat"}
+{"@timestamp":"2025-01-15T19:08:17.773+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=205.9Mi, Sys=14.1Mi, NumGC=4112","level":"stat"}
+{"@timestamp":"2025-01-15T19:09:17.772+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=205.9Mi, Sys=14.1Mi, NumGC=4112","level":"stat"}
+{"@timestamp":"2025-01-15T19:10:17.770+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=205.9Mi, Sys=14.1Mi, NumGC=4113","level":"stat"}
+{"@timestamp":"2025-01-15T19:11:17.770+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=205.9Mi, Sys=14.1Mi, NumGC=4113","level":"stat"}
+{"@timestamp":"2025-01-15T19:12:17.768+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=206.0Mi, Sys=14.1Mi, NumGC=4114","level":"stat"}
+{"@timestamp":"2025-01-15T19:13:17.767+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=206.0Mi, Sys=14.1Mi, NumGC=4114","level":"stat"}
+{"@timestamp":"2025-01-15T19:14:17.766+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=206.0Mi, Sys=14.1Mi, NumGC=4115","level":"stat"}
+{"@timestamp":"2025-01-15T19:15:17.764+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=206.0Mi, Sys=14.1Mi, NumGC=4115","level":"stat"}
+{"@timestamp":"2025-01-15T19:16:17.763+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=206.0Mi, Sys=14.1Mi, NumGC=4116","level":"stat"}
+{"@timestamp":"2025-01-15T19:17:17.763+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=206.1Mi, Sys=14.1Mi, NumGC=4116","level":"stat"}
+{"@timestamp":"2025-01-15T19:18:17.761+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=206.1Mi, Sys=14.1Mi, NumGC=4117","level":"stat"}
+{"@timestamp":"2025-01-15T19:19:17.760+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=206.1Mi, Sys=14.1Mi, NumGC=4117","level":"stat"}
+{"@timestamp":"2025-01-15T19:20:17.778+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=206.1Mi, Sys=14.1Mi, NumGC=4118","level":"stat"}
+{"@timestamp":"2025-01-15T19:21:17.787+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=206.1Mi, Sys=14.1Mi, NumGC=4118","level":"stat"}
+{"@timestamp":"2025-01-15T19:22:17.786+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=206.2Mi, Sys=14.1Mi, NumGC=4119","level":"stat"}
+{"@timestamp":"2025-01-15T19:23:17.785+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=206.2Mi, Sys=14.1Mi, NumGC=4119","level":"stat"}
+{"@timestamp":"2025-01-15T19:24:17.785+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=206.2Mi, Sys=14.1Mi, NumGC=4120","level":"stat"}
+{"@timestamp":"2025-01-15T19:25:17.784+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=206.2Mi, Sys=14.1Mi, NumGC=4120","level":"stat"}
+{"@timestamp":"2025-01-15T19:26:17.783+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=206.3Mi, Sys=14.1Mi, NumGC=4121","level":"stat"}
+{"@timestamp":"2025-01-15T19:27:17.782+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=206.3Mi, Sys=14.1Mi, NumGC=4121","level":"stat"}
+{"@timestamp":"2025-01-15T19:28:17.781+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=206.3Mi, Sys=14.1Mi, NumGC=4122","level":"stat"}
+{"@timestamp":"2025-01-15T19:29:17.781+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=206.3Mi, Sys=14.1Mi, NumGC=4122","level":"stat"}
+{"@timestamp":"2025-01-15T19:30:17.780+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=206.3Mi, Sys=14.1Mi, NumGC=4123","level":"stat"}
+{"@timestamp":"2025-01-15T19:31:17.779+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=206.4Mi, Sys=14.1Mi, NumGC=4123","level":"stat"}
+{"@timestamp":"2025-01-15T19:32:17.778+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=206.4Mi, Sys=14.1Mi, NumGC=4124","level":"stat"}
+{"@timestamp":"2025-01-15T19:33:17.777+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=206.4Mi, Sys=14.1Mi, NumGC=4124","level":"stat"}
+{"@timestamp":"2025-01-15T19:34:17.777+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=206.4Mi, Sys=14.1Mi, NumGC=4125","level":"stat"}
+{"@timestamp":"2025-01-15T19:35:17.682+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=206.4Mi, Sys=14.1Mi, NumGC=4125","level":"stat"}
+{"@timestamp":"2025-01-15T19:36:17.680+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=206.5Mi, Sys=14.1Mi, NumGC=4126","level":"stat"}
+{"@timestamp":"2025-01-15T19:37:17.678+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=206.5Mi, Sys=14.1Mi, NumGC=4126","level":"stat"}
+{"@timestamp":"2025-01-15T19:38:17.675+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=206.5Mi, Sys=14.1Mi, NumGC=4127","level":"stat"}
+{"@timestamp":"2025-01-15T19:39:17.674+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=206.5Mi, Sys=14.1Mi, NumGC=4127","level":"stat"}
+{"@timestamp":"2025-01-15T19:40:17.672+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=206.5Mi, Sys=14.1Mi, NumGC=4128","level":"stat"}
+{"@timestamp":"2025-01-15T19:41:17.670+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=206.6Mi, Sys=14.1Mi, NumGC=4128","level":"stat"}
+{"@timestamp":"2025-01-15T19:42:17.669+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=206.6Mi, Sys=14.1Mi, NumGC=4129","level":"stat"}
+{"@timestamp":"2025-01-15T19:43:17.667+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=206.6Mi, Sys=14.1Mi, NumGC=4129","level":"stat"}
+{"@timestamp":"2025-01-15T19:44:17.665+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=206.6Mi, Sys=14.1Mi, NumGC=4130","level":"stat"}
+{"@timestamp":"2025-01-15T19:45:17.663+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=206.6Mi, Sys=14.1Mi, NumGC=4130","level":"stat"}
+{"@timestamp":"2025-01-15T19:46:17.662+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=206.7Mi, Sys=14.1Mi, NumGC=4131","level":"stat"}
+{"@timestamp":"2025-01-15T19:47:17.659+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=206.7Mi, Sys=14.1Mi, NumGC=4131","level":"stat"}
+{"@timestamp":"2025-01-15T19:48:17.658+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=206.7Mi, Sys=14.1Mi, NumGC=4132","level":"stat"}
+{"@timestamp":"2025-01-15T19:49:17.656+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=206.7Mi, Sys=14.1Mi, NumGC=4132","level":"stat"}
+{"@timestamp":"2025-01-15T19:50:17.722+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=206.7Mi, Sys=14.1Mi, NumGC=4133","level":"stat"}
+{"@timestamp":"2025-01-15T19:51:17.720+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=206.8Mi, Sys=14.1Mi, NumGC=4133","level":"stat"}
+{"@timestamp":"2025-01-15T19:52:17.719+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=206.8Mi, Sys=14.1Mi, NumGC=4134","level":"stat"}
+{"@timestamp":"2025-01-15T19:53:17.718+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=206.8Mi, Sys=14.1Mi, NumGC=4134","level":"stat"}
+{"@timestamp":"2025-01-15T19:54:17.716+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=206.8Mi, Sys=14.1Mi, NumGC=4135","level":"stat"}
+{"@timestamp":"2025-01-15T19:55:17.716+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=206.8Mi, Sys=14.1Mi, NumGC=4135","level":"stat"}
+{"@timestamp":"2025-01-15T19:56:17.715+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=206.9Mi, Sys=14.1Mi, NumGC=4136","level":"stat"}
+{"@timestamp":"2025-01-15T19:57:17.713+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=206.9Mi, Sys=14.1Mi, NumGC=4136","level":"stat"}
+{"@timestamp":"2025-01-15T19:58:17.712+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=206.9Mi, Sys=14.1Mi, NumGC=4137","level":"stat"}
+{"@timestamp":"2025-01-15T19:59:17.711+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=206.9Mi, Sys=14.1Mi, NumGC=4137","level":"stat"}
+{"@timestamp":"2025-01-15T20:00:17.710+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=206.9Mi, Sys=14.1Mi, NumGC=4138","level":"stat"}
+{"@timestamp":"2025-01-15T20:01:17.709+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=207.0Mi, Sys=14.1Mi, NumGC=4138","level":"stat"}
+{"@timestamp":"2025-01-15T20:02:17.708+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=207.0Mi, Sys=14.1Mi, NumGC=4139","level":"stat"}
+{"@timestamp":"2025-01-15T20:03:17.707+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=207.0Mi, Sys=14.1Mi, NumGC=4139","level":"stat"}
+{"@timestamp":"2025-01-15T20:04:17.706+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=207.0Mi, Sys=14.1Mi, NumGC=4140","level":"stat"}
+{"@timestamp":"2025-01-15T20:05:17.704+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=207.0Mi, Sys=14.1Mi, NumGC=4140","level":"stat"}
+{"@timestamp":"2025-01-15T20:06:17.632+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=207.1Mi, Sys=14.1Mi, NumGC=4141","level":"stat"}
+{"@timestamp":"2025-01-15T20:07:17.629+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=207.1Mi, Sys=14.1Mi, NumGC=4141","level":"stat"}
+{"@timestamp":"2025-01-15T20:08:17.627+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=207.1Mi, Sys=14.1Mi, NumGC=4142","level":"stat"}
+{"@timestamp":"2025-01-15T20:09:17.626+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=207.1Mi, Sys=14.1Mi, NumGC=4142","level":"stat"}
+{"@timestamp":"2025-01-15T20:10:17.624+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=207.1Mi, Sys=14.1Mi, NumGC=4143","level":"stat"}
+{"@timestamp":"2025-01-15T20:11:17.622+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=207.2Mi, Sys=14.1Mi, NumGC=4143","level":"stat"}
+{"@timestamp":"2025-01-15T20:12:17.621+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=207.2Mi, Sys=14.1Mi, NumGC=4144","level":"stat"}
+{"@timestamp":"2025-01-15T20:13:17.619+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=207.2Mi, Sys=14.1Mi, NumGC=4144","level":"stat"}
+{"@timestamp":"2025-01-15T20:14:17.618+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=207.2Mi, Sys=14.1Mi, NumGC=4145","level":"stat"}
+{"@timestamp":"2025-01-15T20:15:17.616+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=207.2Mi, Sys=14.1Mi, NumGC=4145","level":"stat"}
+{"@timestamp":"2025-01-15T20:16:17.614+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=207.3Mi, Sys=14.1Mi, NumGC=4146","level":"stat"}
+{"@timestamp":"2025-01-15T20:17:17.706+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=207.3Mi, Sys=14.1Mi, NumGC=4146","level":"stat"}
+{"@timestamp":"2025-01-15T20:18:17.707+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=207.3Mi, Sys=14.1Mi, NumGC=4147","level":"stat"}
+{"@timestamp":"2025-01-15T20:19:17.705+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=207.3Mi, Sys=14.1Mi, NumGC=4147","level":"stat"}
+{"@timestamp":"2025-01-15T20:20:17.704+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=207.3Mi, Sys=14.1Mi, NumGC=4148","level":"stat"}
+{"@timestamp":"2025-01-15T20:21:17.704+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=207.4Mi, Sys=14.1Mi, NumGC=4148","level":"stat"}
+{"@timestamp":"2025-01-15T20:22:42.597+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=207.4Mi, Sys=14.1Mi, NumGC=4149","level":"stat"}
+{"@timestamp":"2025-01-15T20:38:48.283+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=207.4Mi, Sys=14.1Mi, NumGC=4149","level":"stat"}
+{"@timestamp":"2025-01-15T20:39:48.283+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=207.4Mi, Sys=14.1Mi, NumGC=4150","level":"stat"}
+{"@timestamp":"2025-01-15T20:40:48.284+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=207.4Mi, Sys=14.1Mi, NumGC=4150","level":"stat"}
+{"@timestamp":"2025-01-15T20:41:48.284+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=207.5Mi, Sys=14.1Mi, NumGC=4151","level":"stat"}
+{"@timestamp":"2025-01-15T20:42:48.283+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=207.5Mi, Sys=14.1Mi, NumGC=4151","level":"stat"}
+{"@timestamp":"2025-01-15T20:43:48.282+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=207.5Mi, Sys=14.1Mi, NumGC=4152","level":"stat"}
+{"@timestamp":"2025-01-15T20:44:48.284+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=207.5Mi, Sys=14.1Mi, NumGC=4152","level":"stat"}
+{"@timestamp":"2025-01-15T20:45:48.283+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=207.5Mi, Sys=14.1Mi, NumGC=4153","level":"stat"}
+{"@timestamp":"2025-01-15T20:46:48.283+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=207.6Mi, Sys=14.1Mi, NumGC=4153","level":"stat"}
+{"@timestamp":"2025-01-15T20:47:48.284+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=207.6Mi, Sys=14.1Mi, NumGC=4154","level":"stat"}
+{"@timestamp":"2025-01-15T20:48:48.283+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=207.6Mi, Sys=14.1Mi, NumGC=4154","level":"stat"}
+{"@timestamp":"2025-01-15T20:49:48.283+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=207.6Mi, Sys=14.1Mi, NumGC=4155","level":"stat"}
+{"@timestamp":"2025-01-15T20:50:48.284+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=207.6Mi, Sys=14.1Mi, NumGC=4155","level":"stat"}
+{"@timestamp":"2025-01-15T20:51:48.284+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=207.7Mi, Sys=14.1Mi, NumGC=4156","level":"stat"}
+{"@timestamp":"2025-01-15T20:52:48.284+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=207.7Mi, Sys=14.1Mi, NumGC=4156","level":"stat"}
+{"@timestamp":"2025-01-15T20:53:48.284+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=207.7Mi, Sys=14.1Mi, NumGC=4157","level":"stat"}
+{"@timestamp":"2025-01-15T20:54:48.284+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=207.7Mi, Sys=14.1Mi, NumGC=4157","level":"stat"}
+{"@timestamp":"2025-01-15T20:55:48.284+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=207.7Mi, Sys=14.1Mi, NumGC=4158","level":"stat"}
+{"@timestamp":"2025-01-15T20:56:48.283+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=207.8Mi, Sys=14.1Mi, NumGC=4158","level":"stat"}
+{"@timestamp":"2025-01-15T20:57:48.284+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=207.8Mi, Sys=14.1Mi, NumGC=4159","level":"stat"}
+{"@timestamp":"2025-01-15T20:58:48.283+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=207.8Mi, Sys=14.1Mi, NumGC=4159","level":"stat"}
+{"@timestamp":"2025-01-15T20:59:48.284+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=207.8Mi, Sys=14.1Mi, NumGC=4160","level":"stat"}
+{"@timestamp":"2025-01-15T21:00:48.283+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=207.8Mi, Sys=14.1Mi, NumGC=4160","level":"stat"}
+{"@timestamp":"2025-01-15T21:01:48.282+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=207.9Mi, Sys=14.1Mi, NumGC=4161","level":"stat"}
+{"@timestamp":"2025-01-15T21:02:48.283+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=207.9Mi, Sys=14.1Mi, NumGC=4161","level":"stat"}
+{"@timestamp":"2025-01-15T21:03:48.282+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=207.9Mi, Sys=14.1Mi, NumGC=4162","level":"stat"}
+{"@timestamp":"2025-01-15T21:04:48.283+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=207.9Mi, Sys=14.1Mi, NumGC=4162","level":"stat"}
+{"@timestamp":"2025-01-15T21:05:48.283+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=207.9Mi, Sys=14.1Mi, NumGC=4163","level":"stat"}
+{"@timestamp":"2025-01-15T21:06:48.282+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=208.0Mi, Sys=14.1Mi, NumGC=4163","level":"stat"}
+{"@timestamp":"2025-01-15T21:07:48.283+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=208.0Mi, Sys=14.1Mi, NumGC=4164","level":"stat"}
+{"@timestamp":"2025-01-15T21:08:48.281+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=208.0Mi, Sys=14.1Mi, NumGC=4164","level":"stat"}
+{"@timestamp":"2025-01-15T21:09:48.283+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=208.0Mi, Sys=14.1Mi, NumGC=4165","level":"stat"}
+{"@timestamp":"2025-01-15T21:10:48.283+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=208.0Mi, Sys=14.1Mi, NumGC=4165","level":"stat"}
+{"@timestamp":"2025-01-15T21:11:48.283+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=208.1Mi, Sys=14.1Mi, NumGC=4166","level":"stat"}
+{"@timestamp":"2025-01-15T21:12:48.283+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=208.1Mi, Sys=14.1Mi, NumGC=4166","level":"stat"}
+{"@timestamp":"2025-01-15T21:13:48.403+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=208.1Mi, Sys=14.1Mi, NumGC=4167","level":"stat"}
+{"@timestamp":"2025-01-15T21:14:48.404+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=208.1Mi, Sys=14.1Mi, NumGC=4167","level":"stat"}
+{"@timestamp":"2025-01-15T21:15:48.405+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=208.2Mi, Sys=14.1Mi, NumGC=4168","level":"stat"}
+{"@timestamp":"2025-01-15T21:16:48.407+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=208.2Mi, Sys=14.1Mi, NumGC=4168","level":"stat"}
+{"@timestamp":"2025-01-15T21:17:48.408+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=208.2Mi, Sys=14.1Mi, NumGC=4169","level":"stat"}
+{"@timestamp":"2025-01-15T21:18:48.409+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=208.2Mi, Sys=14.1Mi, NumGC=4169","level":"stat"}
+{"@timestamp":"2025-01-15T21:19:48.410+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=208.2Mi, Sys=14.1Mi, NumGC=4170","level":"stat"}
+{"@timestamp":"2025-01-15T21:20:48.411+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=208.3Mi, Sys=14.1Mi, NumGC=4170","level":"stat"}
+{"@timestamp":"2025-01-15T21:21:48.413+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=208.3Mi, Sys=14.1Mi, NumGC=4171","level":"stat"}
+{"@timestamp":"2025-01-15T21:22:48.412+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=208.3Mi, Sys=14.1Mi, NumGC=4171","level":"stat"}
+{"@timestamp":"2025-01-15T21:23:48.415+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=208.3Mi, Sys=14.1Mi, NumGC=4172","level":"stat"}
+{"@timestamp":"2025-01-15T21:24:48.415+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=208.3Mi, Sys=14.1Mi, NumGC=4172","level":"stat"}
+{"@timestamp":"2025-01-15T21:25:48.417+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=208.4Mi, Sys=14.1Mi, NumGC=4173","level":"stat"}
+{"@timestamp":"2025-01-15T21:26:48.419+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=208.4Mi, Sys=14.1Mi, NumGC=4173","level":"stat"}
+{"@timestamp":"2025-01-15T21:27:48.420+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=208.4Mi, Sys=14.1Mi, NumGC=4174","level":"stat"}
+{"@timestamp":"2025-01-15T21:28:48.421+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=208.4Mi, Sys=14.1Mi, NumGC=4174","level":"stat"}
+{"@timestamp":"2025-01-15T21:29:48.422+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=208.4Mi, Sys=14.1Mi, NumGC=4175","level":"stat"}
+{"@timestamp":"2025-01-15T21:30:48.423+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=208.5Mi, Sys=14.1Mi, NumGC=4175","level":"stat"}
+{"@timestamp":"2025-01-15T21:31:48.425+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=208.5Mi, Sys=14.1Mi, NumGC=4176","level":"stat"}
+{"@timestamp":"2025-01-15T21:32:48.396+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=208.5Mi, Sys=14.1Mi, NumGC=4176","level":"stat"}
+{"@timestamp":"2025-01-15T21:33:48.394+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=208.5Mi, Sys=14.1Mi, NumGC=4177","level":"stat"}
+{"@timestamp":"2025-01-15T21:34:48.395+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=208.5Mi, Sys=14.1Mi, NumGC=4177","level":"stat"}
+{"@timestamp":"2025-01-15T21:35:48.394+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=208.6Mi, Sys=14.1Mi, NumGC=4178","level":"stat"}
+{"@timestamp":"2025-01-15T21:36:48.395+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=208.6Mi, Sys=14.1Mi, NumGC=4178","level":"stat"}
+{"@timestamp":"2025-01-15T21:37:48.398+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=208.6Mi, Sys=14.1Mi, NumGC=4179","level":"stat"}
+{"@timestamp":"2025-01-15T21:54:13.503+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=208.6Mi, Sys=14.1Mi, NumGC=4179","level":"stat"}
+{"@timestamp":"2025-01-15T21:55:13.508+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=208.6Mi, Sys=14.1Mi, NumGC=4180","level":"stat"}
+{"@timestamp":"2025-01-15T21:56:13.508+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=208.7Mi, Sys=14.1Mi, NumGC=4180","level":"stat"}
+{"@timestamp":"2025-01-15T21:57:13.514+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=208.7Mi, Sys=14.1Mi, NumGC=4181","level":"stat"}
+{"@timestamp":"2025-01-15T21:58:13.519+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=208.7Mi, Sys=14.1Mi, NumGC=4181","level":"stat"}
+{"@timestamp":"2025-01-15T21:59:13.521+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=208.7Mi, Sys=14.1Mi, NumGC=4182","level":"stat"}
+{"@timestamp":"2025-01-15T22:00:13.522+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=208.7Mi, Sys=14.1Mi, NumGC=4182","level":"stat"}
+{"@timestamp":"2025-01-15T22:01:13.524+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=208.8Mi, Sys=14.1Mi, NumGC=4183","level":"stat"}
+{"@timestamp":"2025-01-15T22:02:13.523+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=208.8Mi, Sys=14.1Mi, NumGC=4183","level":"stat"}
+{"@timestamp":"2025-01-15T22:03:13.525+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=208.8Mi, Sys=14.1Mi, NumGC=4184","level":"stat"}
+{"@timestamp":"2025-01-15T22:04:13.527+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=208.8Mi, Sys=14.1Mi, NumGC=4184","level":"stat"}
+{"@timestamp":"2025-01-15T22:05:13.526+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=208.8Mi, Sys=14.1Mi, NumGC=4185","level":"stat"}
+{"@timestamp":"2025-01-15T22:06:13.529+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=208.9Mi, Sys=14.1Mi, NumGC=4185","level":"stat"}
+{"@timestamp":"2025-01-15T22:07:13.529+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=208.9Mi, Sys=14.1Mi, NumGC=4186","level":"stat"}
+{"@timestamp":"2025-01-15T22:08:13.531+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=208.9Mi, Sys=14.1Mi, NumGC=4186","level":"stat"}
+{"@timestamp":"2025-01-15T22:09:13.532+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=208.9Mi, Sys=14.1Mi, NumGC=4187","level":"stat"}
+{"@timestamp":"2025-01-15T22:10:13.531+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=208.9Mi, Sys=14.1Mi, NumGC=4187","level":"stat"}
+{"@timestamp":"2025-01-15T22:11:13.533+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=209.0Mi, Sys=14.1Mi, NumGC=4188","level":"stat"}
+{"@timestamp":"2025-01-15T22:12:13.534+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=209.0Mi, Sys=14.1Mi, NumGC=4188","level":"stat"}
+{"@timestamp":"2025-01-15T22:13:13.535+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=209.0Mi, Sys=14.1Mi, NumGC=4189","level":"stat"}
+{"@timestamp":"2025-01-15T22:14:13.537+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=209.0Mi, Sys=14.1Mi, NumGC=4189","level":"stat"}
+{"@timestamp":"2025-01-15T22:15:13.538+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=209.1Mi, Sys=14.1Mi, NumGC=4190","level":"stat"}
+{"@timestamp":"2025-01-15T22:16:13.540+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=209.1Mi, Sys=14.1Mi, NumGC=4190","level":"stat"}
+{"@timestamp":"2025-01-15T22:17:13.539+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=209.1Mi, Sys=14.1Mi, NumGC=4191","level":"stat"}
+{"@timestamp":"2025-01-15T22:18:13.542+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=209.1Mi, Sys=14.1Mi, NumGC=4191","level":"stat"}
+{"@timestamp":"2025-01-15T22:19:13.543+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=209.1Mi, Sys=14.1Mi, NumGC=4192","level":"stat"}
+{"@timestamp":"2025-01-15T22:20:13.542+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=209.2Mi, Sys=14.1Mi, NumGC=4192","level":"stat"}
+{"@timestamp":"2025-01-15T22:21:13.545+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=209.2Mi, Sys=14.1Mi, NumGC=4193","level":"stat"}
+{"@timestamp":"2025-01-15T22:22:13.546+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=209.2Mi, Sys=14.1Mi, NumGC=4193","level":"stat"}
+{"@timestamp":"2025-01-15T22:23:13.545+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=209.2Mi, Sys=14.1Mi, NumGC=4194","level":"stat"}
+{"@timestamp":"2025-01-15T22:24:13.548+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=209.2Mi, Sys=14.1Mi, NumGC=4194","level":"stat"}
+{"@timestamp":"2025-01-15T22:25:13.548+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=209.3Mi, Sys=14.1Mi, NumGC=4195","level":"stat"}
+{"@timestamp":"2025-01-15T22:26:13.550+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=209.3Mi, Sys=14.1Mi, NumGC=4195","level":"stat"}
+{"@timestamp":"2025-01-15T22:27:13.552+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=209.3Mi, Sys=14.1Mi, NumGC=4196","level":"stat"}
+{"@timestamp":"2025-01-15T22:28:13.553+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=209.3Mi, Sys=14.1Mi, NumGC=4196","level":"stat"}
+{"@timestamp":"2025-01-15T22:29:13.553+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=209.3Mi, Sys=14.1Mi, NumGC=4197","level":"stat"}
+{"@timestamp":"2025-01-15T22:30:13.553+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=209.4Mi, Sys=14.1Mi, NumGC=4197","level":"stat"}
+{"@timestamp":"2025-01-15T22:31:13.556+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=209.4Mi, Sys=14.1Mi, NumGC=4198","level":"stat"}
+{"@timestamp":"2025-01-15T22:32:13.557+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=209.4Mi, Sys=14.1Mi, NumGC=4198","level":"stat"}
+{"@timestamp":"2025-01-15T22:33:13.557+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=209.4Mi, Sys=14.1Mi, NumGC=4199","level":"stat"}
+{"@timestamp":"2025-01-15T22:34:13.558+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=209.4Mi, Sys=14.1Mi, NumGC=4199","level":"stat"}
+{"@timestamp":"2025-01-15T22:35:13.560+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=209.5Mi, Sys=14.1Mi, NumGC=4200","level":"stat"}
+{"@timestamp":"2025-01-15T22:36:13.561+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=209.5Mi, Sys=14.1Mi, NumGC=4200","level":"stat"}
+{"@timestamp":"2025-01-15T22:37:13.562+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=209.5Mi, Sys=14.1Mi, NumGC=4201","level":"stat"}
+{"@timestamp":"2025-01-15T22:38:13.561+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=209.5Mi, Sys=14.1Mi, NumGC=4201","level":"stat"}
+{"@timestamp":"2025-01-15T22:39:13.565+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=209.5Mi, Sys=14.1Mi, NumGC=4202","level":"stat"}
+{"@timestamp":"2025-01-15T22:40:13.566+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=209.5Mi, Sys=14.1Mi, NumGC=4202","level":"stat"}
+{"@timestamp":"2025-01-15T22:41:13.567+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=209.6Mi, Sys=14.1Mi, NumGC=4203","level":"stat"}
+{"@timestamp":"2025-01-15T22:42:13.566+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=209.6Mi, Sys=14.1Mi, NumGC=4203","level":"stat"}
+{"@timestamp":"2025-01-15T22:43:13.569+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=209.6Mi, Sys=14.1Mi, NumGC=4204","level":"stat"}
+{"@timestamp":"2025-01-15T22:44:13.569+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=209.6Mi, Sys=14.1Mi, NumGC=4204","level":"stat"}
+{"@timestamp":"2025-01-15T22:45:13.571+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=209.6Mi, Sys=14.1Mi, NumGC=4205","level":"stat"}
+{"@timestamp":"2025-01-15T22:46:13.571+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=209.7Mi, Sys=14.1Mi, NumGC=4205","level":"stat"}
+{"@timestamp":"2025-01-15T22:47:13.573+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=209.7Mi, Sys=14.1Mi, NumGC=4206","level":"stat"}
+{"@timestamp":"2025-01-15T22:48:13.573+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=209.7Mi, Sys=14.1Mi, NumGC=4206","level":"stat"}
+{"@timestamp":"2025-01-15T22:49:13.575+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=209.7Mi, Sys=14.1Mi, NumGC=4207","level":"stat"}
+{"@timestamp":"2025-01-15T22:50:13.576+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=209.8Mi, Sys=14.1Mi, NumGC=4207","level":"stat"}
+{"@timestamp":"2025-01-15T22:51:13.577+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=209.8Mi, Sys=14.1Mi, NumGC=4208","level":"stat"}
+{"@timestamp":"2025-01-15T22:52:13.579+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=209.8Mi, Sys=14.1Mi, NumGC=4208","level":"stat"}
+{"@timestamp":"2025-01-15T22:53:13.580+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=209.8Mi, Sys=14.1Mi, NumGC=4209","level":"stat"}
+{"@timestamp":"2025-01-15T22:54:13.581+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=209.8Mi, Sys=14.1Mi, NumGC=4209","level":"stat"}
+{"@timestamp":"2025-01-15T22:55:13.582+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=209.9Mi, Sys=14.1Mi, NumGC=4210","level":"stat"}
+{"@timestamp":"2025-01-15T23:06:24.046+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=209.9Mi, Sys=14.1Mi, NumGC=4210","level":"stat"}
+{"@timestamp":"2025-01-15T23:07:24.039+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=209.9Mi, Sys=14.1Mi, NumGC=4211","level":"stat"}
+{"@timestamp":"2025-01-15T23:08:24.039+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=209.9Mi, Sys=14.1Mi, NumGC=4211","level":"stat"}
+{"@timestamp":"2025-01-15T23:09:24.040+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=209.9Mi, Sys=14.1Mi, NumGC=4212","level":"stat"}
+{"@timestamp":"2025-01-15T23:10:24.041+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=210.0Mi, Sys=14.1Mi, NumGC=4212","level":"stat"}
+{"@timestamp":"2025-01-15T23:11:24.042+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=210.0Mi, Sys=14.1Mi, NumGC=4213","level":"stat"}
+{"@timestamp":"2025-01-15T23:12:24.043+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=210.0Mi, Sys=14.1Mi, NumGC=4213","level":"stat"}
+{"@timestamp":"2025-01-15T23:13:24.044+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=210.0Mi, Sys=14.1Mi, NumGC=4214","level":"stat"}
+{"@timestamp":"2025-01-15T23:14:24.044+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=210.0Mi, Sys=14.1Mi, NumGC=4214","level":"stat"}
+{"@timestamp":"2025-01-15T23:15:24.045+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=210.1Mi, Sys=14.1Mi, NumGC=4215","level":"stat"}
+{"@timestamp":"2025-01-15T23:16:24.047+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=210.1Mi, Sys=14.1Mi, NumGC=4215","level":"stat"}
+{"@timestamp":"2025-01-15T23:17:24.047+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=210.1Mi, Sys=14.1Mi, NumGC=4216","level":"stat"}
+{"@timestamp":"2025-01-15T23:18:24.048+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=210.1Mi, Sys=14.1Mi, NumGC=4216","level":"stat"}
+{"@timestamp":"2025-01-15T23:19:24.049+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=210.2Mi, Sys=14.1Mi, NumGC=4217","level":"stat"}
+{"@timestamp":"2025-01-15T23:20:24.050+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=210.2Mi, Sys=14.1Mi, NumGC=4217","level":"stat"}
+{"@timestamp":"2025-01-15T23:21:24.051+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=210.2Mi, Sys=14.1Mi, NumGC=4218","level":"stat"}
+{"@timestamp":"2025-01-15T23:22:23.976+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=210.2Mi, Sys=14.1Mi, NumGC=4218","level":"stat"}
+{"@timestamp":"2025-01-15T23:23:23.976+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=210.2Mi, Sys=14.1Mi, NumGC=4219","level":"stat"}
+{"@timestamp":"2025-01-15T23:24:23.977+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=210.3Mi, Sys=14.1Mi, NumGC=4219","level":"stat"}
+{"@timestamp":"2025-01-15T23:25:23.977+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=210.3Mi, Sys=14.1Mi, NumGC=4220","level":"stat"}
+{"@timestamp":"2025-01-15T23:26:23.977+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=210.3Mi, Sys=14.1Mi, NumGC=4220","level":"stat"}
+{"@timestamp":"2025-01-15T23:27:23.976+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=210.3Mi, Sys=14.1Mi, NumGC=4221","level":"stat"}
+{"@timestamp":"2025-01-15T23:28:23.978+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=210.3Mi, Sys=14.1Mi, NumGC=4221","level":"stat"}
+{"@timestamp":"2025-01-15T23:29:23.978+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=210.4Mi, Sys=14.1Mi, NumGC=4222","level":"stat"}
+{"@timestamp":"2025-01-15T23:30:23.978+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=210.4Mi, Sys=14.1Mi, NumGC=4222","level":"stat"}
+{"@timestamp":"2025-01-15T23:31:23.978+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=210.4Mi, Sys=14.1Mi, NumGC=4223","level":"stat"}
+{"@timestamp":"2025-01-15T23:32:23.978+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=210.4Mi, Sys=14.1Mi, NumGC=4223","level":"stat"}
+{"@timestamp":"2025-01-15T23:33:23.979+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=210.4Mi, Sys=14.1Mi, NumGC=4224","level":"stat"}
+{"@timestamp":"2025-01-15T23:34:23.979+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=210.5Mi, Sys=14.1Mi, NumGC=4224","level":"stat"}
+{"@timestamp":"2025-01-15T23:35:23.979+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=210.5Mi, Sys=14.1Mi, NumGC=4225","level":"stat"}
+{"@timestamp":"2025-01-15T23:36:23.980+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=210.5Mi, Sys=14.1Mi, NumGC=4225","level":"stat"}
+{"@timestamp":"2025-01-15T23:37:23.980+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=210.5Mi, Sys=14.1Mi, NumGC=4226","level":"stat"}
+{"@timestamp":"2025-01-15T23:38:23.981+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=210.5Mi, Sys=14.1Mi, NumGC=4226","level":"stat"}
+{"@timestamp":"2025-01-15T23:39:23.981+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=210.6Mi, Sys=14.1Mi, NumGC=4227","level":"stat"}
+{"@timestamp":"2025-01-15T23:40:23.981+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=210.6Mi, Sys=14.1Mi, NumGC=4227","level":"stat"}
+{"@timestamp":"2025-01-15T23:41:23.982+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=210.6Mi, Sys=14.1Mi, NumGC=4228","level":"stat"}
+{"@timestamp":"2025-01-15T23:42:23.982+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=210.6Mi, Sys=14.1Mi, NumGC=4228","level":"stat"}
+{"@timestamp":"2025-01-15T23:43:23.982+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=210.6Mi, Sys=14.1Mi, NumGC=4229","level":"stat"}
+{"@timestamp":"2025-01-15T23:44:23.982+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=210.7Mi, Sys=14.1Mi, NumGC=4229","level":"stat"}
+{"@timestamp":"2025-01-15T23:45:23.983+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=210.7Mi, Sys=14.1Mi, NumGC=4230","level":"stat"}
+{"@timestamp":"2025-01-15T23:46:23.983+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=210.7Mi, Sys=14.1Mi, NumGC=4230","level":"stat"}
+{"@timestamp":"2025-01-15T23:47:23.983+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=210.7Mi, Sys=14.1Mi, NumGC=4231","level":"stat"}
+{"@timestamp":"2025-01-15T23:48:23.983+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=210.7Mi, Sys=14.1Mi, NumGC=4231","level":"stat"}
+{"@timestamp":"2025-01-15T23:49:23.983+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=210.8Mi, Sys=14.1Mi, NumGC=4232","level":"stat"}
+{"@timestamp":"2025-01-15T23:50:23.984+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=210.8Mi, Sys=14.1Mi, NumGC=4232","level":"stat"}
+{"@timestamp":"2025-01-15T23:51:23.984+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=210.8Mi, Sys=14.1Mi, NumGC=4233","level":"stat"}
+{"@timestamp":"2025-01-15T23:52:23.984+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=210.8Mi, Sys=14.1Mi, NumGC=4233","level":"stat"}
+{"@timestamp":"2025-01-15T23:53:23.985+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=210.9Mi, Sys=14.1Mi, NumGC=4234","level":"stat"}
+{"@timestamp":"2025-01-15T23:54:23.985+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=210.9Mi, Sys=14.1Mi, NumGC=4234","level":"stat"}
+{"@timestamp":"2025-01-15T23:55:23.986+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=210.9Mi, Sys=14.1Mi, NumGC=4235","level":"stat"}
+{"@timestamp":"2025-01-15T23:56:23.986+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=210.9Mi, Sys=14.1Mi, NumGC=4235","level":"stat"}
+{"@timestamp":"2025-01-15T23:57:23.987+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=210.9Mi, Sys=14.1Mi, NumGC=4236","level":"stat"}
+{"@timestamp":"2025-01-15T23:58:23.987+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=211.0Mi, Sys=14.1Mi, NumGC=4236","level":"stat"}
+{"@timestamp":"2025-01-15T23:59:23.987+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=211.0Mi, Sys=14.1Mi, NumGC=4237","level":"stat"}

+ 934 - 0
app/mq/kafka/logs/stat.log-2025-01-16

@@ -0,0 +1,934 @@
+{"@timestamp":"2025-01-16T00:00:23.987+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=211.0Mi, Sys=14.1Mi, NumGC=4237","level":"stat"}
+{"@timestamp":"2025-01-16T00:01:23.988+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=211.0Mi, Sys=14.1Mi, NumGC=4238","level":"stat"}
+{"@timestamp":"2025-01-16T00:02:23.988+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=211.0Mi, Sys=14.1Mi, NumGC=4238","level":"stat"}
+{"@timestamp":"2025-01-16T00:03:23.988+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=211.1Mi, Sys=14.1Mi, NumGC=4239","level":"stat"}
+{"@timestamp":"2025-01-16T00:04:23.988+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=211.1Mi, Sys=14.1Mi, NumGC=4239","level":"stat"}
+{"@timestamp":"2025-01-16T00:05:23.989+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=211.1Mi, Sys=14.1Mi, NumGC=4240","level":"stat"}
+{"@timestamp":"2025-01-16T00:06:23.989+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=211.1Mi, Sys=14.1Mi, NumGC=4240","level":"stat"}
+{"@timestamp":"2025-01-16T00:07:23.989+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=211.1Mi, Sys=14.1Mi, NumGC=4241","level":"stat"}
+{"@timestamp":"2025-01-16T00:08:23.896+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=211.2Mi, Sys=14.1Mi, NumGC=4241","level":"stat"}
+{"@timestamp":"2025-01-16T00:09:23.895+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=211.2Mi, Sys=14.1Mi, NumGC=4242","level":"stat"}
+{"@timestamp":"2025-01-16T00:10:23.895+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=211.2Mi, Sys=14.1Mi, NumGC=4242","level":"stat"}
+{"@timestamp":"2025-01-16T00:11:23.894+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=211.2Mi, Sys=14.1Mi, NumGC=4243","level":"stat"}
+{"@timestamp":"2025-01-16T00:12:23.893+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=211.2Mi, Sys=14.1Mi, NumGC=4243","level":"stat"}
+{"@timestamp":"2025-01-16T00:13:23.892+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=211.3Mi, Sys=14.1Mi, NumGC=4244","level":"stat"}
+{"@timestamp":"2025-01-16T00:14:23.892+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=211.3Mi, Sys=14.1Mi, NumGC=4244","level":"stat"}
+{"@timestamp":"2025-01-16T00:15:23.891+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=211.3Mi, Sys=14.1Mi, NumGC=4245","level":"stat"}
+{"@timestamp":"2025-01-16T00:16:23.891+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=211.3Mi, Sys=14.1Mi, NumGC=4245","level":"stat"}
+{"@timestamp":"2025-01-16T00:17:23.890+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=211.3Mi, Sys=14.1Mi, NumGC=4246","level":"stat"}
+{"@timestamp":"2025-01-16T00:18:23.890+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=211.4Mi, Sys=14.1Mi, NumGC=4246","level":"stat"}
+{"@timestamp":"2025-01-16T00:19:23.889+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=211.4Mi, Sys=14.1Mi, NumGC=4247","level":"stat"}
+{"@timestamp":"2025-01-16T00:20:23.888+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=211.4Mi, Sys=14.1Mi, NumGC=4247","level":"stat"}
+{"@timestamp":"2025-01-16T00:21:23.887+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=211.4Mi, Sys=14.1Mi, NumGC=4248","level":"stat"}
+{"@timestamp":"2025-01-16T00:22:23.887+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=211.4Mi, Sys=14.1Mi, NumGC=4248","level":"stat"}
+{"@timestamp":"2025-01-16T00:23:23.886+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=211.5Mi, Sys=14.1Mi, NumGC=4249","level":"stat"}
+{"@timestamp":"2025-01-16T00:24:23.886+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=211.5Mi, Sys=14.1Mi, NumGC=4249","level":"stat"}
+{"@timestamp":"2025-01-16T00:25:23.885+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=211.5Mi, Sys=14.1Mi, NumGC=4250","level":"stat"}
+{"@timestamp":"2025-01-16T00:26:23.884+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=211.5Mi, Sys=14.1Mi, NumGC=4250","level":"stat"}
+{"@timestamp":"2025-01-16T00:27:23.884+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=211.6Mi, Sys=14.1Mi, NumGC=4251","level":"stat"}
+{"@timestamp":"2025-01-16T00:28:23.883+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=211.6Mi, Sys=14.1Mi, NumGC=4251","level":"stat"}
+{"@timestamp":"2025-01-16T00:29:23.884+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=211.6Mi, Sys=14.1Mi, NumGC=4252","level":"stat"}
+{"@timestamp":"2025-01-16T00:30:23.882+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=211.6Mi, Sys=14.1Mi, NumGC=4252","level":"stat"}
+{"@timestamp":"2025-01-16T00:31:23.881+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=211.6Mi, Sys=14.1Mi, NumGC=4253","level":"stat"}
+{"@timestamp":"2025-01-16T00:32:23.880+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=211.7Mi, Sys=14.1Mi, NumGC=4253","level":"stat"}
+{"@timestamp":"2025-01-16T00:33:23.880+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=211.7Mi, Sys=14.1Mi, NumGC=4254","level":"stat"}
+{"@timestamp":"2025-01-16T00:34:23.879+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=211.7Mi, Sys=14.1Mi, NumGC=4254","level":"stat"}
+{"@timestamp":"2025-01-16T00:35:23.879+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=211.7Mi, Sys=14.1Mi, NumGC=4255","level":"stat"}
+{"@timestamp":"2025-01-16T00:36:23.878+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=211.7Mi, Sys=14.1Mi, NumGC=4255","level":"stat"}
+{"@timestamp":"2025-01-16T00:37:23.877+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=211.8Mi, Sys=14.1Mi, NumGC=4256","level":"stat"}
+{"@timestamp":"2025-01-16T00:38:23.877+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=211.8Mi, Sys=14.1Mi, NumGC=4256","level":"stat"}
+{"@timestamp":"2025-01-16T00:39:23.876+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=211.8Mi, Sys=14.1Mi, NumGC=4257","level":"stat"}
+{"@timestamp":"2025-01-16T00:40:23.875+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=211.8Mi, Sys=14.1Mi, NumGC=4257","level":"stat"}
+{"@timestamp":"2025-01-16T00:41:23.875+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=211.8Mi, Sys=14.1Mi, NumGC=4258","level":"stat"}
+{"@timestamp":"2025-01-16T00:42:23.874+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=211.9Mi, Sys=14.1Mi, NumGC=4258","level":"stat"}
+{"@timestamp":"2025-01-16T00:43:23.874+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=211.9Mi, Sys=14.1Mi, NumGC=4259","level":"stat"}
+{"@timestamp":"2025-01-16T00:44:23.873+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=211.9Mi, Sys=14.1Mi, NumGC=4259","level":"stat"}
+{"@timestamp":"2025-01-16T00:45:23.872+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=211.9Mi, Sys=14.1Mi, NumGC=4260","level":"stat"}
+{"@timestamp":"2025-01-16T00:46:23.872+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=211.9Mi, Sys=14.1Mi, NumGC=4260","level":"stat"}
+{"@timestamp":"2025-01-16T00:47:23.871+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=212.0Mi, Sys=14.1Mi, NumGC=4261","level":"stat"}
+{"@timestamp":"2025-01-16T00:48:23.870+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=212.0Mi, Sys=14.1Mi, NumGC=4261","level":"stat"}
+{"@timestamp":"2025-01-16T00:49:23.870+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=212.0Mi, Sys=14.1Mi, NumGC=4262","level":"stat"}
+{"@timestamp":"2025-01-16T00:50:23.869+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=212.0Mi, Sys=14.1Mi, NumGC=4262","level":"stat"}
+{"@timestamp":"2025-01-16T00:51:23.868+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=212.0Mi, Sys=14.1Mi, NumGC=4263","level":"stat"}
+{"@timestamp":"2025-01-16T00:52:23.868+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=212.1Mi, Sys=14.1Mi, NumGC=4263","level":"stat"}
+{"@timestamp":"2025-01-16T00:53:23.867+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=212.1Mi, Sys=14.1Mi, NumGC=4264","level":"stat"}
+{"@timestamp":"2025-01-16T00:54:23.866+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=212.1Mi, Sys=14.1Mi, NumGC=4264","level":"stat"}
+{"@timestamp":"2025-01-16T00:55:23.866+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=212.1Mi, Sys=14.1Mi, NumGC=4265","level":"stat"}
+{"@timestamp":"2025-01-16T00:56:23.865+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=212.1Mi, Sys=14.1Mi, NumGC=4265","level":"stat"}
+{"@timestamp":"2025-01-16T00:57:23.864+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=212.2Mi, Sys=14.1Mi, NumGC=4266","level":"stat"}
+{"@timestamp":"2025-01-16T00:58:23.864+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=212.2Mi, Sys=14.1Mi, NumGC=4266","level":"stat"}
+{"@timestamp":"2025-01-16T00:59:23.863+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=212.2Mi, Sys=14.1Mi, NumGC=4267","level":"stat"}
+{"@timestamp":"2025-01-16T01:00:23.863+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=212.2Mi, Sys=14.1Mi, NumGC=4267","level":"stat"}
+{"@timestamp":"2025-01-16T01:01:23.862+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=212.2Mi, Sys=14.1Mi, NumGC=4268","level":"stat"}
+{"@timestamp":"2025-01-16T01:02:23.861+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=212.3Mi, Sys=14.1Mi, NumGC=4268","level":"stat"}
+{"@timestamp":"2025-01-16T01:03:23.861+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=212.3Mi, Sys=14.1Mi, NumGC=4269","level":"stat"}
+{"@timestamp":"2025-01-16T01:04:23.860+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=212.3Mi, Sys=14.1Mi, NumGC=4269","level":"stat"}
+{"@timestamp":"2025-01-16T01:05:23.859+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=212.3Mi, Sys=14.1Mi, NumGC=4270","level":"stat"}
+{"@timestamp":"2025-01-16T01:06:23.859+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=212.3Mi, Sys=14.1Mi, NumGC=4270","level":"stat"}
+{"@timestamp":"2025-01-16T01:07:23.858+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=212.4Mi, Sys=14.1Mi, NumGC=4271","level":"stat"}
+{"@timestamp":"2025-01-16T01:08:23.857+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=212.4Mi, Sys=14.1Mi, NumGC=4271","level":"stat"}
+{"@timestamp":"2025-01-16T01:09:23.857+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=212.4Mi, Sys=14.1Mi, NumGC=4272","level":"stat"}
+{"@timestamp":"2025-01-16T01:10:23.856+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=212.4Mi, Sys=14.1Mi, NumGC=4272","level":"stat"}
+{"@timestamp":"2025-01-16T01:11:23.856+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=212.4Mi, Sys=14.1Mi, NumGC=4273","level":"stat"}
+{"@timestamp":"2025-01-16T01:12:23.855+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=212.5Mi, Sys=14.1Mi, NumGC=4273","level":"stat"}
+{"@timestamp":"2025-01-16T01:13:23.854+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=212.5Mi, Sys=14.1Mi, NumGC=4274","level":"stat"}
+{"@timestamp":"2025-01-16T01:14:23.854+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=212.5Mi, Sys=14.1Mi, NumGC=4274","level":"stat"}
+{"@timestamp":"2025-01-16T01:15:23.854+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=212.5Mi, Sys=14.1Mi, NumGC=4275","level":"stat"}
+{"@timestamp":"2025-01-16T01:16:23.852+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=212.5Mi, Sys=14.1Mi, NumGC=4275","level":"stat"}
+{"@timestamp":"2025-01-16T01:17:23.851+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=212.6Mi, Sys=14.1Mi, NumGC=4276","level":"stat"}
+{"@timestamp":"2025-01-16T01:18:23.850+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=212.6Mi, Sys=14.1Mi, NumGC=4276","level":"stat"}
+{"@timestamp":"2025-01-16T01:19:23.850+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=212.6Mi, Sys=14.1Mi, NumGC=4277","level":"stat"}
+{"@timestamp":"2025-01-16T01:20:23.850+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=212.6Mi, Sys=14.1Mi, NumGC=4277","level":"stat"}
+{"@timestamp":"2025-01-16T01:21:23.849+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=212.6Mi, Sys=14.1Mi, NumGC=4278","level":"stat"}
+{"@timestamp":"2025-01-16T01:22:23.848+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=212.7Mi, Sys=14.1Mi, NumGC=4278","level":"stat"}
+{"@timestamp":"2025-01-16T01:23:23.848+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=212.7Mi, Sys=14.1Mi, NumGC=4279","level":"stat"}
+{"@timestamp":"2025-01-16T01:24:23.847+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=212.7Mi, Sys=14.1Mi, NumGC=4279","level":"stat"}
+{"@timestamp":"2025-01-16T01:25:23.846+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=212.7Mi, Sys=14.1Mi, NumGC=4280","level":"stat"}
+{"@timestamp":"2025-01-16T01:26:23.846+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=212.7Mi, Sys=14.1Mi, NumGC=4280","level":"stat"}
+{"@timestamp":"2025-01-16T01:27:23.845+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=212.8Mi, Sys=14.1Mi, NumGC=4281","level":"stat"}
+{"@timestamp":"2025-01-16T01:28:23.844+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=212.8Mi, Sys=14.1Mi, NumGC=4281","level":"stat"}
+{"@timestamp":"2025-01-16T01:29:23.843+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=212.8Mi, Sys=14.1Mi, NumGC=4282","level":"stat"}
+{"@timestamp":"2025-01-16T01:30:23.842+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=212.8Mi, Sys=14.1Mi, NumGC=4282","level":"stat"}
+{"@timestamp":"2025-01-16T01:31:23.843+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=212.8Mi, Sys=14.1Mi, NumGC=4283","level":"stat"}
+{"@timestamp":"2025-01-16T01:32:23.842+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=212.9Mi, Sys=14.1Mi, NumGC=4283","level":"stat"}
+{"@timestamp":"2025-01-16T01:33:23.841+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=212.9Mi, Sys=14.1Mi, NumGC=4284","level":"stat"}
+{"@timestamp":"2025-01-16T01:34:23.841+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=212.9Mi, Sys=14.1Mi, NumGC=4284","level":"stat"}
+{"@timestamp":"2025-01-16T01:35:23.839+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=212.9Mi, Sys=14.1Mi, NumGC=4285","level":"stat"}
+{"@timestamp":"2025-01-16T01:36:23.839+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=213.0Mi, Sys=14.1Mi, NumGC=4285","level":"stat"}
+{"@timestamp":"2025-01-16T01:37:23.839+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=213.0Mi, Sys=14.1Mi, NumGC=4286","level":"stat"}
+{"@timestamp":"2025-01-16T01:38:23.838+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=213.0Mi, Sys=14.1Mi, NumGC=4286","level":"stat"}
+{"@timestamp":"2025-01-16T01:39:23.838+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=213.0Mi, Sys=14.1Mi, NumGC=4287","level":"stat"}
+{"@timestamp":"2025-01-16T01:40:23.837+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=213.0Mi, Sys=14.1Mi, NumGC=4287","level":"stat"}
+{"@timestamp":"2025-01-16T01:41:23.836+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=213.1Mi, Sys=14.1Mi, NumGC=4288","level":"stat"}
+{"@timestamp":"2025-01-16T01:42:23.835+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=213.1Mi, Sys=14.1Mi, NumGC=4288","level":"stat"}
+{"@timestamp":"2025-01-16T01:43:23.835+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=213.1Mi, Sys=14.1Mi, NumGC=4289","level":"stat"}
+{"@timestamp":"2025-01-16T01:44:23.834+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=213.1Mi, Sys=14.1Mi, NumGC=4289","level":"stat"}
+{"@timestamp":"2025-01-16T01:45:23.834+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=213.1Mi, Sys=14.1Mi, NumGC=4290","level":"stat"}
+{"@timestamp":"2025-01-16T01:46:23.832+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=213.2Mi, Sys=14.1Mi, NumGC=4290","level":"stat"}
+{"@timestamp":"2025-01-16T01:47:23.832+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=213.2Mi, Sys=14.1Mi, NumGC=4291","level":"stat"}
+{"@timestamp":"2025-01-16T01:48:23.832+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=213.2Mi, Sys=14.1Mi, NumGC=4291","level":"stat"}
+{"@timestamp":"2025-01-16T01:49:23.831+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=213.2Mi, Sys=14.1Mi, NumGC=4292","level":"stat"}
+{"@timestamp":"2025-01-16T01:50:23.831+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=213.2Mi, Sys=14.1Mi, NumGC=4292","level":"stat"}
+{"@timestamp":"2025-01-16T01:51:23.830+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=213.3Mi, Sys=14.1Mi, NumGC=4293","level":"stat"}
+{"@timestamp":"2025-01-16T01:52:23.829+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=213.3Mi, Sys=14.1Mi, NumGC=4293","level":"stat"}
+{"@timestamp":"2025-01-16T01:53:23.829+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=213.3Mi, Sys=14.1Mi, NumGC=4294","level":"stat"}
+{"@timestamp":"2025-01-16T01:54:23.828+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=213.3Mi, Sys=14.1Mi, NumGC=4294","level":"stat"}
+{"@timestamp":"2025-01-16T01:55:23.827+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=213.3Mi, Sys=14.1Mi, NumGC=4295","level":"stat"}
+{"@timestamp":"2025-01-16T02:12:57.745+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=213.4Mi, Sys=14.1Mi, NumGC=4295","level":"stat"}
+{"@timestamp":"2025-01-16T02:13:57.746+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=213.4Mi, Sys=14.1Mi, NumGC=4296","level":"stat"}
+{"@timestamp":"2025-01-16T02:14:57.746+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=213.4Mi, Sys=14.1Mi, NumGC=4296","level":"stat"}
+{"@timestamp":"2025-01-16T02:15:57.746+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=213.4Mi, Sys=14.1Mi, NumGC=4297","level":"stat"}
+{"@timestamp":"2025-01-16T02:32:54.891+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=213.4Mi, Sys=14.1Mi, NumGC=4297","level":"stat"}
+{"@timestamp":"2025-01-16T02:33:54.891+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=213.5Mi, Sys=14.1Mi, NumGC=4298","level":"stat"}
+{"@timestamp":"2025-01-16T02:34:54.891+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=213.5Mi, Sys=14.1Mi, NumGC=4298","level":"stat"}
+{"@timestamp":"2025-01-16T02:35:54.892+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=213.5Mi, Sys=14.1Mi, NumGC=4299","level":"stat"}
+{"@timestamp":"2025-01-16T02:36:54.892+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=213.5Mi, Sys=14.1Mi, NumGC=4299","level":"stat"}
+{"@timestamp":"2025-01-16T02:37:54.892+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=213.5Mi, Sys=14.1Mi, NumGC=4300","level":"stat"}
+{"@timestamp":"2025-01-16T02:38:54.893+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=213.6Mi, Sys=14.1Mi, NumGC=4300","level":"stat"}
+{"@timestamp":"2025-01-16T02:39:54.893+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=213.6Mi, Sys=14.1Mi, NumGC=4301","level":"stat"}
+{"@timestamp":"2025-01-16T02:40:54.893+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=213.6Mi, Sys=14.1Mi, NumGC=4301","level":"stat"}
+{"@timestamp":"2025-01-16T02:41:54.893+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=213.6Mi, Sys=14.1Mi, NumGC=4302","level":"stat"}
+{"@timestamp":"2025-01-16T02:42:54.894+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=213.6Mi, Sys=14.1Mi, NumGC=4302","level":"stat"}
+{"@timestamp":"2025-01-16T02:43:54.894+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=213.7Mi, Sys=14.1Mi, NumGC=4303","level":"stat"}
+{"@timestamp":"2025-01-16T02:44:54.893+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=213.7Mi, Sys=14.1Mi, NumGC=4303","level":"stat"}
+{"@timestamp":"2025-01-16T02:45:54.892+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=213.7Mi, Sys=14.1Mi, NumGC=4304","level":"stat"}
+{"@timestamp":"2025-01-16T02:46:54.892+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=213.7Mi, Sys=14.1Mi, NumGC=4304","level":"stat"}
+{"@timestamp":"2025-01-16T02:47:54.891+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=213.8Mi, Sys=14.1Mi, NumGC=4305","level":"stat"}
+{"@timestamp":"2025-01-16T02:48:54.891+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=213.8Mi, Sys=14.1Mi, NumGC=4305","level":"stat"}
+{"@timestamp":"2025-01-16T02:49:54.892+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=213.8Mi, Sys=14.1Mi, NumGC=4306","level":"stat"}
+{"@timestamp":"2025-01-16T02:50:54.892+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=213.8Mi, Sys=14.1Mi, NumGC=4306","level":"stat"}
+{"@timestamp":"2025-01-16T02:51:54.893+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=213.8Mi, Sys=14.1Mi, NumGC=4307","level":"stat"}
+{"@timestamp":"2025-01-16T02:52:54.894+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=213.8Mi, Sys=14.1Mi, NumGC=4307","level":"stat"}
+{"@timestamp":"2025-01-16T02:53:54.893+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=213.9Mi, Sys=14.1Mi, NumGC=4308","level":"stat"}
+{"@timestamp":"2025-01-16T02:54:54.894+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=213.9Mi, Sys=14.1Mi, NumGC=4308","level":"stat"}
+{"@timestamp":"2025-01-16T02:55:54.894+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=213.9Mi, Sys=14.1Mi, NumGC=4309","level":"stat"}
+{"@timestamp":"2025-01-16T02:56:54.895+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=213.9Mi, Sys=14.1Mi, NumGC=4309","level":"stat"}
+{"@timestamp":"2025-01-16T02:57:54.895+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=213.9Mi, Sys=14.1Mi, NumGC=4310","level":"stat"}
+{"@timestamp":"2025-01-16T02:58:54.895+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=214.0Mi, Sys=14.1Mi, NumGC=4310","level":"stat"}
+{"@timestamp":"2025-01-16T02:59:54.896+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=214.0Mi, Sys=14.1Mi, NumGC=4311","level":"stat"}
+{"@timestamp":"2025-01-16T03:00:54.894+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=214.0Mi, Sys=14.1Mi, NumGC=4311","level":"stat"}
+{"@timestamp":"2025-01-16T03:01:54.892+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=214.0Mi, Sys=14.1Mi, NumGC=4312","level":"stat"}
+{"@timestamp":"2025-01-16T03:02:54.890+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=214.1Mi, Sys=14.1Mi, NumGC=4312","level":"stat"}
+{"@timestamp":"2025-01-16T03:03:54.892+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=214.1Mi, Sys=14.1Mi, NumGC=4313","level":"stat"}
+{"@timestamp":"2025-01-16T03:04:54.893+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=214.1Mi, Sys=14.1Mi, NumGC=4313","level":"stat"}
+{"@timestamp":"2025-01-16T03:05:54.893+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=214.1Mi, Sys=14.1Mi, NumGC=4314","level":"stat"}
+{"@timestamp":"2025-01-16T03:06:54.893+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=214.1Mi, Sys=14.1Mi, NumGC=4314","level":"stat"}
+{"@timestamp":"2025-01-16T03:07:54.893+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=214.1Mi, Sys=14.1Mi, NumGC=4315","level":"stat"}
+{"@timestamp":"2025-01-16T03:08:54.894+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=214.2Mi, Sys=14.1Mi, NumGC=4315","level":"stat"}
+{"@timestamp":"2025-01-16T03:09:54.894+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=214.2Mi, Sys=14.1Mi, NumGC=4316","level":"stat"}
+{"@timestamp":"2025-01-16T03:10:54.894+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=214.2Mi, Sys=14.1Mi, NumGC=4316","level":"stat"}
+{"@timestamp":"2025-01-16T03:11:54.894+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=214.2Mi, Sys=14.1Mi, NumGC=4317","level":"stat"}
+{"@timestamp":"2025-01-16T03:12:54.894+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=214.3Mi, Sys=14.1Mi, NumGC=4317","level":"stat"}
+{"@timestamp":"2025-01-16T03:13:54.895+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=214.3Mi, Sys=14.1Mi, NumGC=4318","level":"stat"}
+{"@timestamp":"2025-01-16T03:14:54.895+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=214.3Mi, Sys=14.1Mi, NumGC=4318","level":"stat"}
+{"@timestamp":"2025-01-16T03:15:54.895+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=214.3Mi, Sys=14.1Mi, NumGC=4319","level":"stat"}
+{"@timestamp":"2025-01-16T03:16:54.887+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=214.3Mi, Sys=14.1Mi, NumGC=4319","level":"stat"}
+{"@timestamp":"2025-01-16T03:17:54.887+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=214.4Mi, Sys=14.1Mi, NumGC=4320","level":"stat"}
+{"@timestamp":"2025-01-16T03:18:54.887+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=214.4Mi, Sys=14.1Mi, NumGC=4320","level":"stat"}
+{"@timestamp":"2025-01-16T03:19:54.887+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=214.4Mi, Sys=14.1Mi, NumGC=4321","level":"stat"}
+{"@timestamp":"2025-01-16T03:20:54.888+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=214.4Mi, Sys=14.1Mi, NumGC=4321","level":"stat"}
+{"@timestamp":"2025-01-16T03:21:54.888+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=214.4Mi, Sys=14.1Mi, NumGC=4322","level":"stat"}
+{"@timestamp":"2025-01-16T03:22:54.888+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=214.5Mi, Sys=14.1Mi, NumGC=4322","level":"stat"}
+{"@timestamp":"2025-01-16T03:23:54.889+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=214.5Mi, Sys=14.1Mi, NumGC=4323","level":"stat"}
+{"@timestamp":"2025-01-16T03:24:54.889+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=214.5Mi, Sys=14.1Mi, NumGC=4323","level":"stat"}
+{"@timestamp":"2025-01-16T03:25:54.889+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=214.5Mi, Sys=14.1Mi, NumGC=4324","level":"stat"}
+{"@timestamp":"2025-01-16T03:26:54.888+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=214.5Mi, Sys=14.1Mi, NumGC=4324","level":"stat"}
+{"@timestamp":"2025-01-16T03:27:54.888+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=214.6Mi, Sys=14.1Mi, NumGC=4325","level":"stat"}
+{"@timestamp":"2025-01-16T03:28:54.889+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=214.6Mi, Sys=14.1Mi, NumGC=4325","level":"stat"}
+{"@timestamp":"2025-01-16T03:29:54.889+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=214.6Mi, Sys=14.1Mi, NumGC=4326","level":"stat"}
+{"@timestamp":"2025-01-16T03:30:54.888+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=214.6Mi, Sys=14.1Mi, NumGC=4326","level":"stat"}
+{"@timestamp":"2025-01-16T03:31:54.889+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=214.6Mi, Sys=14.1Mi, NumGC=4327","level":"stat"}
+{"@timestamp":"2025-01-16T03:32:54.879+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=214.7Mi, Sys=14.1Mi, NumGC=4327","level":"stat"}
+{"@timestamp":"2025-01-16T03:33:54.879+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=214.7Mi, Sys=14.1Mi, NumGC=4327","level":"stat"}
+{"@timestamp":"2025-01-16T03:34:54.879+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=214.7Mi, Sys=14.1Mi, NumGC=4328","level":"stat"}
+{"@timestamp":"2025-01-16T03:35:54.878+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=214.7Mi, Sys=14.1Mi, NumGC=4328","level":"stat"}
+{"@timestamp":"2025-01-16T03:36:54.879+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=214.7Mi, Sys=14.1Mi, NumGC=4329","level":"stat"}
+{"@timestamp":"2025-01-16T03:37:54.879+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=214.8Mi, Sys=14.1Mi, NumGC=4329","level":"stat"}
+{"@timestamp":"2025-01-16T03:38:54.878+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=214.8Mi, Sys=14.1Mi, NumGC=4330","level":"stat"}
+{"@timestamp":"2025-01-16T03:39:54.879+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=214.8Mi, Sys=14.1Mi, NumGC=4330","level":"stat"}
+{"@timestamp":"2025-01-16T03:40:54.879+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=214.8Mi, Sys=14.1Mi, NumGC=4331","level":"stat"}
+{"@timestamp":"2025-01-16T03:41:54.879+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=214.8Mi, Sys=14.1Mi, NumGC=4331","level":"stat"}
+{"@timestamp":"2025-01-16T03:57:00.482+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=214.9Mi, Sys=14.1Mi, NumGC=4332","level":"stat"}
+{"@timestamp":"2025-01-16T04:13:21.445+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=214.9Mi, Sys=14.1Mi, NumGC=4332","level":"stat"}
+{"@timestamp":"2025-01-16T04:14:21.436+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=214.9Mi, Sys=14.1Mi, NumGC=4333","level":"stat"}
+{"@timestamp":"2025-01-16T04:15:21.436+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=214.9Mi, Sys=14.1Mi, NumGC=4333","level":"stat"}
+{"@timestamp":"2025-01-16T04:16:21.434+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=214.9Mi, Sys=14.1Mi, NumGC=4334","level":"stat"}
+{"@timestamp":"2025-01-16T04:17:21.435+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=215.0Mi, Sys=14.1Mi, NumGC=4334","level":"stat"}
+{"@timestamp":"2025-01-16T04:18:21.433+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=215.0Mi, Sys=14.1Mi, NumGC=4335","level":"stat"}
+{"@timestamp":"2025-01-16T04:19:21.434+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=215.0Mi, Sys=14.1Mi, NumGC=4335","level":"stat"}
+{"@timestamp":"2025-01-16T04:20:21.433+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=215.0Mi, Sys=14.1Mi, NumGC=4336","level":"stat"}
+{"@timestamp":"2025-01-16T04:21:21.432+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=215.1Mi, Sys=14.1Mi, NumGC=4336","level":"stat"}
+{"@timestamp":"2025-01-16T04:22:21.464+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=215.1Mi, Sys=14.1Mi, NumGC=4337","level":"stat"}
+{"@timestamp":"2025-01-16T04:23:21.464+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=215.1Mi, Sys=14.1Mi, NumGC=4337","level":"stat"}
+{"@timestamp":"2025-01-16T04:24:21.466+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=215.1Mi, Sys=14.1Mi, NumGC=4338","level":"stat"}
+{"@timestamp":"2025-01-16T04:25:21.466+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=215.1Mi, Sys=14.1Mi, NumGC=4338","level":"stat"}
+{"@timestamp":"2025-01-16T04:26:21.466+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=215.2Mi, Sys=14.1Mi, NumGC=4339","level":"stat"}
+{"@timestamp":"2025-01-16T04:27:21.466+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=215.2Mi, Sys=14.1Mi, NumGC=4339","level":"stat"}
+{"@timestamp":"2025-01-16T04:28:21.466+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=215.2Mi, Sys=14.1Mi, NumGC=4340","level":"stat"}
+{"@timestamp":"2025-01-16T04:29:21.466+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=215.2Mi, Sys=14.1Mi, NumGC=4340","level":"stat"}
+{"@timestamp":"2025-01-16T04:30:21.466+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=215.2Mi, Sys=14.1Mi, NumGC=4341","level":"stat"}
+{"@timestamp":"2025-01-16T04:31:21.466+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=215.3Mi, Sys=14.1Mi, NumGC=4341","level":"stat"}
+{"@timestamp":"2025-01-16T04:32:21.466+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=215.3Mi, Sys=14.1Mi, NumGC=4342","level":"stat"}
+{"@timestamp":"2025-01-16T04:33:21.466+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=215.3Mi, Sys=14.1Mi, NumGC=4342","level":"stat"}
+{"@timestamp":"2025-01-16T04:34:21.466+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=215.3Mi, Sys=14.1Mi, NumGC=4343","level":"stat"}
+{"@timestamp":"2025-01-16T04:35:21.465+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=215.3Mi, Sys=14.1Mi, NumGC=4343","level":"stat"}
+{"@timestamp":"2025-01-16T04:36:21.466+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=215.4Mi, Sys=14.1Mi, NumGC=4344","level":"stat"}
+{"@timestamp":"2025-01-16T04:37:21.482+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=215.4Mi, Sys=14.1Mi, NumGC=4344","level":"stat"}
+{"@timestamp":"2025-01-16T04:38:21.483+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=215.4Mi, Sys=14.1Mi, NumGC=4345","level":"stat"}
+{"@timestamp":"2025-01-16T04:39:21.482+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=215.4Mi, Sys=14.1Mi, NumGC=4345","level":"stat"}
+{"@timestamp":"2025-01-16T04:40:21.484+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=215.4Mi, Sys=14.1Mi, NumGC=4346","level":"stat"}
+{"@timestamp":"2025-01-16T04:41:21.484+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=215.5Mi, Sys=14.1Mi, NumGC=4346","level":"stat"}
+{"@timestamp":"2025-01-16T04:42:21.484+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=215.5Mi, Sys=14.1Mi, NumGC=4347","level":"stat"}
+{"@timestamp":"2025-01-16T04:43:21.484+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=215.5Mi, Sys=14.1Mi, NumGC=4347","level":"stat"}
+{"@timestamp":"2025-01-16T04:44:21.485+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=215.5Mi, Sys=14.1Mi, NumGC=4348","level":"stat"}
+{"@timestamp":"2025-01-16T04:45:21.484+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=215.5Mi, Sys=14.1Mi, NumGC=4348","level":"stat"}
+{"@timestamp":"2025-01-16T04:46:21.484+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=215.6Mi, Sys=14.1Mi, NumGC=4349","level":"stat"}
+{"@timestamp":"2025-01-16T04:47:21.483+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=215.6Mi, Sys=14.1Mi, NumGC=4349","level":"stat"}
+{"@timestamp":"2025-01-16T04:48:21.485+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=215.6Mi, Sys=14.1Mi, NumGC=4350","level":"stat"}
+{"@timestamp":"2025-01-16T04:49:21.484+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=215.6Mi, Sys=14.1Mi, NumGC=4350","level":"stat"}
+{"@timestamp":"2025-01-16T04:50:21.486+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=215.6Mi, Sys=14.1Mi, NumGC=4351","level":"stat"}
+{"@timestamp":"2025-01-16T04:51:21.484+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=215.7Mi, Sys=14.1Mi, NumGC=4351","level":"stat"}
+{"@timestamp":"2025-01-16T04:52:21.486+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=215.7Mi, Sys=14.1Mi, NumGC=4352","level":"stat"}
+{"@timestamp":"2025-01-16T04:53:21.486+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=215.7Mi, Sys=14.1Mi, NumGC=4352","level":"stat"}
+{"@timestamp":"2025-01-16T04:54:21.485+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=215.7Mi, Sys=14.1Mi, NumGC=4353","level":"stat"}
+{"@timestamp":"2025-01-16T04:55:21.487+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=215.7Mi, Sys=14.1Mi, NumGC=4353","level":"stat"}
+{"@timestamp":"2025-01-16T04:56:21.487+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=215.8Mi, Sys=14.1Mi, NumGC=4354","level":"stat"}
+{"@timestamp":"2025-01-16T04:57:21.487+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=215.8Mi, Sys=14.1Mi, NumGC=4354","level":"stat"}
+{"@timestamp":"2025-01-16T04:58:21.488+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=215.8Mi, Sys=14.1Mi, NumGC=4355","level":"stat"}
+{"@timestamp":"2025-01-16T04:59:21.488+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=215.8Mi, Sys=14.1Mi, NumGC=4355","level":"stat"}
+{"@timestamp":"2025-01-16T05:00:21.488+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=215.8Mi, Sys=14.1Mi, NumGC=4356","level":"stat"}
+{"@timestamp":"2025-01-16T05:01:21.488+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=215.9Mi, Sys=14.1Mi, NumGC=4356","level":"stat"}
+{"@timestamp":"2025-01-16T05:02:21.489+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=215.9Mi, Sys=14.1Mi, NumGC=4357","level":"stat"}
+{"@timestamp":"2025-01-16T05:03:21.488+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=215.9Mi, Sys=14.1Mi, NumGC=4357","level":"stat"}
+{"@timestamp":"2025-01-16T05:04:21.489+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=215.9Mi, Sys=14.1Mi, NumGC=4358","level":"stat"}
+{"@timestamp":"2025-01-16T05:05:21.489+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=215.9Mi, Sys=14.1Mi, NumGC=4358","level":"stat"}
+{"@timestamp":"2025-01-16T05:06:21.489+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=216.0Mi, Sys=14.1Mi, NumGC=4359","level":"stat"}
+{"@timestamp":"2025-01-16T05:07:21.490+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=216.0Mi, Sys=14.1Mi, NumGC=4359","level":"stat"}
+{"@timestamp":"2025-01-16T05:08:21.352+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=216.0Mi, Sys=14.1Mi, NumGC=4360","level":"stat"}
+{"@timestamp":"2025-01-16T05:09:21.352+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=216.0Mi, Sys=14.1Mi, NumGC=4360","level":"stat"}
+{"@timestamp":"2025-01-16T05:10:21.350+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=216.0Mi, Sys=14.1Mi, NumGC=4361","level":"stat"}
+{"@timestamp":"2025-01-16T05:11:21.349+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=216.1Mi, Sys=14.1Mi, NumGC=4361","level":"stat"}
+{"@timestamp":"2025-01-16T05:12:21.347+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=216.1Mi, Sys=14.1Mi, NumGC=4362","level":"stat"}
+{"@timestamp":"2025-01-16T05:13:21.345+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=216.1Mi, Sys=14.1Mi, NumGC=4362","level":"stat"}
+{"@timestamp":"2025-01-16T05:14:21.344+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=216.1Mi, Sys=14.1Mi, NumGC=4363","level":"stat"}
+{"@timestamp":"2025-01-16T05:31:16.916+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=216.1Mi, Sys=14.1Mi, NumGC=4363","level":"stat"}
+{"@timestamp":"2025-01-16T05:57:51.666+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=216.2Mi, Sys=14.1Mi, NumGC=4364","level":"stat"}
+{"@timestamp":"2025-01-16T06:14:31.743+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=216.2Mi, Sys=14.1Mi, NumGC=4364","level":"stat"}
+{"@timestamp":"2025-01-16T06:15:31.741+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=216.2Mi, Sys=14.1Mi, NumGC=4365","level":"stat"}
+{"@timestamp":"2025-01-16T06:16:31.741+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=216.2Mi, Sys=14.1Mi, NumGC=4365","level":"stat"}
+{"@timestamp":"2025-01-16T06:17:31.741+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=216.2Mi, Sys=14.1Mi, NumGC=4366","level":"stat"}
+{"@timestamp":"2025-01-16T06:18:31.740+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=216.3Mi, Sys=14.1Mi, NumGC=4366","level":"stat"}
+{"@timestamp":"2025-01-16T06:19:31.739+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=216.3Mi, Sys=14.1Mi, NumGC=4367","level":"stat"}
+{"@timestamp":"2025-01-16T06:20:31.738+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=216.3Mi, Sys=14.1Mi, NumGC=4367","level":"stat"}
+{"@timestamp":"2025-01-16T06:21:31.738+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=216.3Mi, Sys=14.1Mi, NumGC=4368","level":"stat"}
+{"@timestamp":"2025-01-16T06:22:31.737+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=216.3Mi, Sys=14.1Mi, NumGC=4368","level":"stat"}
+{"@timestamp":"2025-01-16T06:23:31.736+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=216.4Mi, Sys=14.1Mi, NumGC=4369","level":"stat"}
+{"@timestamp":"2025-01-16T06:24:31.734+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=216.4Mi, Sys=14.1Mi, NumGC=4369","level":"stat"}
+{"@timestamp":"2025-01-16T06:25:31.735+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=216.4Mi, Sys=14.1Mi, NumGC=4370","level":"stat"}
+{"@timestamp":"2025-01-16T06:26:31.734+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=216.4Mi, Sys=14.1Mi, NumGC=4370","level":"stat"}
+{"@timestamp":"2025-01-16T06:27:31.733+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=216.4Mi, Sys=14.1Mi, NumGC=4371","level":"stat"}
+{"@timestamp":"2025-01-16T06:28:31.734+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=216.5Mi, Sys=14.1Mi, NumGC=4371","level":"stat"}
+{"@timestamp":"2025-01-16T06:29:31.735+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=216.5Mi, Sys=14.1Mi, NumGC=4372","level":"stat"}
+{"@timestamp":"2025-01-16T06:30:31.734+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=216.5Mi, Sys=14.1Mi, NumGC=4372","level":"stat"}
+{"@timestamp":"2025-01-16T06:31:31.732+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=216.5Mi, Sys=14.1Mi, NumGC=4373","level":"stat"}
+{"@timestamp":"2025-01-16T06:32:31.733+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=216.5Mi, Sys=14.1Mi, NumGC=4373","level":"stat"}
+{"@timestamp":"2025-01-16T06:33:31.733+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=216.6Mi, Sys=14.1Mi, NumGC=4374","level":"stat"}
+{"@timestamp":"2025-01-16T06:34:31.730+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=216.6Mi, Sys=14.1Mi, NumGC=4374","level":"stat"}
+{"@timestamp":"2025-01-16T06:35:31.729+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=216.6Mi, Sys=14.1Mi, NumGC=4375","level":"stat"}
+{"@timestamp":"2025-01-16T06:36:31.730+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=216.6Mi, Sys=14.1Mi, NumGC=4375","level":"stat"}
+{"@timestamp":"2025-01-16T06:37:31.730+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=216.7Mi, Sys=14.1Mi, NumGC=4376","level":"stat"}
+{"@timestamp":"2025-01-16T06:38:31.729+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=216.7Mi, Sys=14.1Mi, NumGC=4376","level":"stat"}
+{"@timestamp":"2025-01-16T06:39:31.727+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=216.7Mi, Sys=14.1Mi, NumGC=4377","level":"stat"}
+{"@timestamp":"2025-01-16T06:40:31.728+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=216.7Mi, Sys=14.1Mi, NumGC=4377","level":"stat"}
+{"@timestamp":"2025-01-16T06:41:31.726+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=216.7Mi, Sys=14.1Mi, NumGC=4378","level":"stat"}
+{"@timestamp":"2025-01-16T06:42:31.726+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=216.7Mi, Sys=14.1Mi, NumGC=4378","level":"stat"}
+{"@timestamp":"2025-01-16T06:43:31.726+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=216.8Mi, Sys=14.1Mi, NumGC=4379","level":"stat"}
+{"@timestamp":"2025-01-16T06:44:31.725+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=216.8Mi, Sys=14.1Mi, NumGC=4379","level":"stat"}
+{"@timestamp":"2025-01-16T06:45:31.723+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=216.8Mi, Sys=14.1Mi, NumGC=4380","level":"stat"}
+{"@timestamp":"2025-01-16T06:46:31.722+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=216.8Mi, Sys=14.1Mi, NumGC=4380","level":"stat"}
+{"@timestamp":"2025-01-16T06:47:31.722+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=216.9Mi, Sys=14.1Mi, NumGC=4381","level":"stat"}
+{"@timestamp":"2025-01-16T06:48:31.722+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=216.9Mi, Sys=14.1Mi, NumGC=4381","level":"stat"}
+{"@timestamp":"2025-01-16T06:49:31.720+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=216.9Mi, Sys=14.1Mi, NumGC=4382","level":"stat"}
+{"@timestamp":"2025-01-16T06:50:31.721+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=216.9Mi, Sys=14.1Mi, NumGC=4382","level":"stat"}
+{"@timestamp":"2025-01-16T06:51:31.720+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=216.9Mi, Sys=14.1Mi, NumGC=4383","level":"stat"}
+{"@timestamp":"2025-01-16T06:52:31.720+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=217.0Mi, Sys=14.1Mi, NumGC=4383","level":"stat"}
+{"@timestamp":"2025-01-16T06:53:31.719+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=217.0Mi, Sys=14.1Mi, NumGC=4384","level":"stat"}
+{"@timestamp":"2025-01-16T06:54:31.718+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=217.0Mi, Sys=14.1Mi, NumGC=4384","level":"stat"}
+{"@timestamp":"2025-01-16T06:55:31.717+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=217.0Mi, Sys=14.1Mi, NumGC=4385","level":"stat"}
+{"@timestamp":"2025-01-16T06:56:31.717+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=217.0Mi, Sys=14.1Mi, NumGC=4385","level":"stat"}
+{"@timestamp":"2025-01-16T06:57:31.715+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=217.1Mi, Sys=14.1Mi, NumGC=4386","level":"stat"}
+{"@timestamp":"2025-01-16T06:58:31.752+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=217.1Mi, Sys=14.1Mi, NumGC=4386","level":"stat"}
+{"@timestamp":"2025-01-16T06:59:31.755+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=217.1Mi, Sys=14.1Mi, NumGC=4387","level":"stat"}
+{"@timestamp":"2025-01-16T07:00:31.755+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=217.1Mi, Sys=14.1Mi, NumGC=4387","level":"stat"}
+{"@timestamp":"2025-01-16T07:01:31.753+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=217.1Mi, Sys=14.1Mi, NumGC=4388","level":"stat"}
+{"@timestamp":"2025-01-16T07:02:31.754+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=217.2Mi, Sys=14.1Mi, NumGC=4388","level":"stat"}
+{"@timestamp":"2025-01-16T07:03:31.753+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=217.2Mi, Sys=14.1Mi, NumGC=4389","level":"stat"}
+{"@timestamp":"2025-01-16T07:04:31.753+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=217.2Mi, Sys=14.1Mi, NumGC=4389","level":"stat"}
+{"@timestamp":"2025-01-16T07:05:31.754+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=217.2Mi, Sys=14.1Mi, NumGC=4390","level":"stat"}
+{"@timestamp":"2025-01-16T07:06:31.753+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=217.2Mi, Sys=14.1Mi, NumGC=4390","level":"stat"}
+{"@timestamp":"2025-01-16T07:07:31.753+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=217.3Mi, Sys=14.1Mi, NumGC=4391","level":"stat"}
+{"@timestamp":"2025-01-16T07:08:31.752+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=217.3Mi, Sys=14.1Mi, NumGC=4391","level":"stat"}
+{"@timestamp":"2025-01-16T07:09:31.753+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=217.3Mi, Sys=14.1Mi, NumGC=4392","level":"stat"}
+{"@timestamp":"2025-01-16T07:10:31.752+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=217.3Mi, Sys=14.1Mi, NumGC=4392","level":"stat"}
+{"@timestamp":"2025-01-16T07:11:31.752+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=217.3Mi, Sys=14.1Mi, NumGC=4393","level":"stat"}
+{"@timestamp":"2025-01-16T07:12:31.752+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=217.4Mi, Sys=14.1Mi, NumGC=4393","level":"stat"}
+{"@timestamp":"2025-01-16T07:13:31.751+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=217.4Mi, Sys=14.1Mi, NumGC=4394","level":"stat"}
+{"@timestamp":"2025-01-16T07:14:31.781+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=217.4Mi, Sys=14.1Mi, NumGC=4394","level":"stat"}
+{"@timestamp":"2025-01-16T07:32:00.026+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=217.4Mi, Sys=14.1Mi, NumGC=4395","level":"stat"}
+{"@timestamp":"2025-01-16T07:58:57.382+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=217.4Mi, Sys=14.1Mi, NumGC=4395","level":"stat"}
+{"@timestamp":"2025-01-16T07:59:57.382+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=217.5Mi, Sys=14.1Mi, NumGC=4396","level":"stat"}
+{"@timestamp":"2025-01-16T08:00:57.382+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=217.5Mi, Sys=14.1Mi, NumGC=4396","level":"stat"}
+{"@timestamp":"2025-01-16T08:01:57.382+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=217.5Mi, Sys=14.1Mi, NumGC=4397","level":"stat"}
+{"@timestamp":"2025-01-16T08:02:57.381+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=217.5Mi, Sys=14.1Mi, NumGC=4397","level":"stat"}
+{"@timestamp":"2025-01-16T08:03:57.381+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=217.6Mi, Sys=14.1Mi, NumGC=4398","level":"stat"}
+{"@timestamp":"2025-01-16T08:04:57.381+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=217.6Mi, Sys=14.1Mi, NumGC=4398","level":"stat"}
+{"@timestamp":"2025-01-16T08:05:57.381+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=217.6Mi, Sys=14.1Mi, NumGC=4399","level":"stat"}
+{"@timestamp":"2025-01-16T08:06:57.379+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=217.6Mi, Sys=14.1Mi, NumGC=4399","level":"stat"}
+{"@timestamp":"2025-01-16T08:07:57.381+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=217.6Mi, Sys=14.1Mi, NumGC=4400","level":"stat"}
+{"@timestamp":"2025-01-16T08:08:57.381+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=217.7Mi, Sys=14.1Mi, NumGC=4400","level":"stat"}
+{"@timestamp":"2025-01-16T08:09:57.380+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=217.7Mi, Sys=14.1Mi, NumGC=4401","level":"stat"}
+{"@timestamp":"2025-01-16T08:10:57.380+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=217.7Mi, Sys=14.1Mi, NumGC=4401","level":"stat"}
+{"@timestamp":"2025-01-16T08:11:57.379+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=217.7Mi, Sys=14.1Mi, NumGC=4402","level":"stat"}
+{"@timestamp":"2025-01-16T08:12:57.380+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=217.7Mi, Sys=14.1Mi, NumGC=4402","level":"stat"}
+{"@timestamp":"2025-01-16T08:13:57.380+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=217.8Mi, Sys=14.1Mi, NumGC=4403","level":"stat"}
+{"@timestamp":"2025-01-16T08:14:57.350+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=217.8Mi, Sys=14.1Mi, NumGC=4403","level":"stat"}
+{"@timestamp":"2025-01-16T08:15:57.340+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=217.8Mi, Sys=14.1Mi, NumGC=4404","level":"stat"}
+{"@timestamp":"2025-01-16T08:16:57.339+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=217.8Mi, Sys=14.1Mi, NumGC=4404","level":"stat"}
+{"@timestamp":"2025-01-16T08:17:57.338+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=217.8Mi, Sys=14.1Mi, NumGC=4405","level":"stat"}
+{"@timestamp":"2025-01-16T08:18:57.338+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=217.8Mi, Sys=14.1Mi, NumGC=4405","level":"stat"}
+{"@timestamp":"2025-01-16T08:19:57.337+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=217.9Mi, Sys=14.1Mi, NumGC=4406","level":"stat"}
+{"@timestamp":"2025-01-16T08:20:57.337+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=217.9Mi, Sys=14.1Mi, NumGC=4406","level":"stat"}
+{"@timestamp":"2025-01-16T08:21:57.336+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=217.9Mi, Sys=14.1Mi, NumGC=4407","level":"stat"}
+{"@timestamp":"2025-01-16T08:22:57.335+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=217.9Mi, Sys=14.1Mi, NumGC=4407","level":"stat"}
+{"@timestamp":"2025-01-16T08:23:57.335+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=218.0Mi, Sys=14.1Mi, NumGC=4408","level":"stat"}
+{"@timestamp":"2025-01-16T08:24:57.334+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=218.0Mi, Sys=14.1Mi, NumGC=4408","level":"stat"}
+{"@timestamp":"2025-01-16T08:25:57.334+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=218.0Mi, Sys=14.1Mi, NumGC=4409","level":"stat"}
+{"@timestamp":"2025-01-16T08:26:57.333+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=218.0Mi, Sys=14.1Mi, NumGC=4409","level":"stat"}
+{"@timestamp":"2025-01-16T08:27:57.332+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=218.0Mi, Sys=14.1Mi, NumGC=4410","level":"stat"}
+{"@timestamp":"2025-01-16T08:28:57.332+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=218.1Mi, Sys=14.1Mi, NumGC=4410","level":"stat"}
+{"@timestamp":"2025-01-16T08:29:57.337+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=218.1Mi, Sys=14.1Mi, NumGC=4411","level":"stat"}
+{"@timestamp":"2025-01-16T08:30:57.349+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=218.1Mi, Sys=14.1Mi, NumGC=4411","level":"stat"}
+{"@timestamp":"2025-01-16T08:31:57.348+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=218.1Mi, Sys=14.1Mi, NumGC=4412","level":"stat"}
+{"@timestamp":"2025-01-16T08:32:57.348+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=218.1Mi, Sys=14.1Mi, NumGC=4412","level":"stat"}
+{"@timestamp":"2025-01-16T08:33:57.348+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=218.2Mi, Sys=14.1Mi, NumGC=4413","level":"stat"}
+{"@timestamp":"2025-01-16T08:34:57.347+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=218.2Mi, Sys=14.1Mi, NumGC=4413","level":"stat"}
+{"@timestamp":"2025-01-16T08:35:57.347+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=218.2Mi, Sys=14.1Mi, NumGC=4414","level":"stat"}
+{"@timestamp":"2025-01-16T08:36:57.347+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=218.2Mi, Sys=14.1Mi, NumGC=4414","level":"stat"}
+{"@timestamp":"2025-01-16T08:37:57.346+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=218.2Mi, Sys=14.1Mi, NumGC=4415","level":"stat"}
+{"@timestamp":"2025-01-16T08:38:57.346+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=218.3Mi, Sys=14.1Mi, NumGC=4415","level":"stat"}
+{"@timestamp":"2025-01-16T08:39:57.345+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=218.3Mi, Sys=14.1Mi, NumGC=4416","level":"stat"}
+{"@timestamp":"2025-01-16T08:40:57.345+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=218.3Mi, Sys=14.1Mi, NumGC=4416","level":"stat"}
+{"@timestamp":"2025-01-16T08:41:57.343+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=218.3Mi, Sys=14.1Mi, NumGC=4417","level":"stat"}
+{"@timestamp":"2025-01-16T08:42:57.344+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=218.3Mi, Sys=14.1Mi, NumGC=4417","level":"stat"}
+{"@timestamp":"2025-01-16T08:43:57.344+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=218.4Mi, Sys=14.1Mi, NumGC=4418","level":"stat"}
+{"@timestamp":"2025-01-16T08:44:57.346+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=218.4Mi, Sys=14.1Mi, NumGC=4418","level":"stat"}
+{"@timestamp":"2025-01-16T08:45:57.359+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=218.4Mi, Sys=14.1Mi, NumGC=4419","level":"stat"}
+{"@timestamp":"2025-01-16T08:46:57.359+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=218.4Mi, Sys=14.1Mi, NumGC=4419","level":"stat"}
+{"@timestamp":"2025-01-16T08:47:57.359+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=218.5Mi, Sys=14.1Mi, NumGC=4420","level":"stat"}
+{"@timestamp":"2025-01-16T08:48:57.359+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=218.5Mi, Sys=14.1Mi, NumGC=4420","level":"stat"}
+{"@timestamp":"2025-01-16T08:49:57.359+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=218.5Mi, Sys=14.1Mi, NumGC=4421","level":"stat"}
+{"@timestamp":"2025-01-16T08:50:57.359+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=218.5Mi, Sys=14.1Mi, NumGC=4421","level":"stat"}
+{"@timestamp":"2025-01-16T08:51:57.359+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=218.5Mi, Sys=14.1Mi, NumGC=4422","level":"stat"}
+{"@timestamp":"2025-01-16T08:52:57.359+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=218.6Mi, Sys=14.1Mi, NumGC=4422","level":"stat"}
+{"@timestamp":"2025-01-16T08:53:57.358+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=218.6Mi, Sys=14.1Mi, NumGC=4423","level":"stat"}
+{"@timestamp":"2025-01-16T08:54:57.358+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=218.6Mi, Sys=14.1Mi, NumGC=4423","level":"stat"}
+{"@timestamp":"2025-01-16T08:55:57.358+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=218.6Mi, Sys=14.1Mi, NumGC=4424","level":"stat"}
+{"@timestamp":"2025-01-16T08:56:57.357+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=218.6Mi, Sys=14.1Mi, NumGC=4424","level":"stat"}
+{"@timestamp":"2025-01-16T08:57:57.358+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=218.7Mi, Sys=14.1Mi, NumGC=4425","level":"stat"}
+{"@timestamp":"2025-01-16T08:58:57.358+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=218.7Mi, Sys=14.1Mi, NumGC=4425","level":"stat"}
+{"@timestamp":"2025-01-16T09:15:57.822+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=218.7Mi, Sys=14.1Mi, NumGC=4426","level":"stat"}
+{"@timestamp":"2025-01-16T09:33:50.763+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=218.7Mi, Sys=14.1Mi, NumGC=4426","level":"stat"}
+{"@timestamp":"2025-01-16T09:50:50.906+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=218.7Mi, Sys=14.1Mi, NumGC=4427","level":"stat"}
+{"@timestamp":"2025-01-16T10:00:33.882+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=218.8Mi, Sys=14.1Mi, NumGC=4427","level":"stat"}
+{"@timestamp":"2025-01-16T10:01:33.882+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=218.8Mi, Sys=14.1Mi, NumGC=4428","level":"stat"}
+{"@timestamp":"2025-01-16T10:02:33.880+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=218.8Mi, Sys=14.1Mi, NumGC=4428","level":"stat"}
+{"@timestamp":"2025-01-16T10:03:33.879+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=218.8Mi, Sys=14.1Mi, NumGC=4429","level":"stat"}
+{"@timestamp":"2025-01-16T10:04:33.877+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=218.8Mi, Sys=14.1Mi, NumGC=4429","level":"stat"}
+{"@timestamp":"2025-01-16T10:05:33.877+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=218.9Mi, Sys=14.1Mi, NumGC=4430","level":"stat"}
+{"@timestamp":"2025-01-16T10:06:33.874+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=218.9Mi, Sys=14.1Mi, NumGC=4430","level":"stat"}
+{"@timestamp":"2025-01-16T10:07:33.875+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=218.9Mi, Sys=14.1Mi, NumGC=4431","level":"stat"}
+{"@timestamp":"2025-01-16T10:08:33.873+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=218.9Mi, Sys=14.1Mi, NumGC=4431","level":"stat"}
+{"@timestamp":"2025-01-16T10:09:33.872+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=218.9Mi, Sys=14.1Mi, NumGC=4432","level":"stat"}
+{"@timestamp":"2025-01-16T10:10:33.871+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=219.0Mi, Sys=14.1Mi, NumGC=4432","level":"stat"}
+{"@timestamp":"2025-01-16T10:11:33.870+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=219.0Mi, Sys=14.1Mi, NumGC=4433","level":"stat"}
+{"@timestamp":"2025-01-16T10:12:33.867+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=219.0Mi, Sys=14.1Mi, NumGC=4433","level":"stat"}
+{"@timestamp":"2025-01-16T10:13:33.867+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=219.0Mi, Sys=14.1Mi, NumGC=4434","level":"stat"}
+{"@timestamp":"2025-01-16T10:14:33.866+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=219.0Mi, Sys=14.1Mi, NumGC=4434","level":"stat"}
+{"@timestamp":"2025-01-16T10:15:33.865+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=219.1Mi, Sys=14.1Mi, NumGC=4435","level":"stat"}
+{"@timestamp":"2025-01-16T10:16:33.862+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=219.1Mi, Sys=14.1Mi, NumGC=4435","level":"stat"}
+{"@timestamp":"2025-01-16T10:17:33.863+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=219.1Mi, Sys=14.1Mi, NumGC=4436","level":"stat"}
+{"@timestamp":"2025-01-16T10:18:33.861+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=219.1Mi, Sys=14.1Mi, NumGC=4436","level":"stat"}
+{"@timestamp":"2025-01-16T10:19:33.860+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=219.2Mi, Sys=14.1Mi, NumGC=4437","level":"stat"}
+{"@timestamp":"2025-01-16T10:20:33.859+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=219.2Mi, Sys=14.1Mi, NumGC=4437","level":"stat"}
+{"@timestamp":"2025-01-16T10:21:33.970+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=219.2Mi, Sys=14.1Mi, NumGC=4438","level":"stat"}
+{"@timestamp":"2025-01-16T10:22:33.970+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=219.2Mi, Sys=14.1Mi, NumGC=4438","level":"stat"}
+{"@timestamp":"2025-01-16T10:23:33.970+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=219.2Mi, Sys=14.1Mi, NumGC=4439","level":"stat"}
+{"@timestamp":"2025-01-16T10:24:33.970+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=219.3Mi, Sys=14.1Mi, NumGC=4439","level":"stat"}
+{"@timestamp":"2025-01-16T10:25:33.969+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=219.3Mi, Sys=14.1Mi, NumGC=4440","level":"stat"}
+{"@timestamp":"2025-01-16T10:26:33.970+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=219.3Mi, Sys=14.1Mi, NumGC=4440","level":"stat"}
+{"@timestamp":"2025-01-16T10:27:33.969+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=219.3Mi, Sys=14.1Mi, NumGC=4441","level":"stat"}
+{"@timestamp":"2025-01-16T10:28:33.969+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=219.3Mi, Sys=14.1Mi, NumGC=4441","level":"stat"}
+{"@timestamp":"2025-01-16T10:29:33.970+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=219.4Mi, Sys=14.1Mi, NumGC=4442","level":"stat"}
+{"@timestamp":"2025-01-16T10:30:33.970+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=219.4Mi, Sys=14.1Mi, NumGC=4442","level":"stat"}
+{"@timestamp":"2025-01-16T10:31:33.970+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=219.4Mi, Sys=14.1Mi, NumGC=4443","level":"stat"}
+{"@timestamp":"2025-01-16T10:32:33.970+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=219.4Mi, Sys=14.1Mi, NumGC=4443","level":"stat"}
+{"@timestamp":"2025-01-16T10:33:33.970+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=219.4Mi, Sys=14.1Mi, NumGC=4444","level":"stat"}
+{"@timestamp":"2025-01-16T10:34:33.969+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=219.4Mi, Sys=14.1Mi, NumGC=4444","level":"stat"}
+{"@timestamp":"2025-01-16T10:35:33.970+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=219.5Mi, Sys=14.1Mi, NumGC=4445","level":"stat"}
+{"@timestamp":"2025-01-16T10:36:34.028+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=219.5Mi, Sys=14.1Mi, NumGC=4445","level":"stat"}
+{"@timestamp":"2025-01-16T10:37:34.028+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=219.5Mi, Sys=14.1Mi, NumGC=4446","level":"stat"}
+{"@timestamp":"2025-01-16T10:38:34.030+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=219.5Mi, Sys=14.1Mi, NumGC=4446","level":"stat"}
+{"@timestamp":"2025-01-16T10:39:34.031+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=219.6Mi, Sys=14.1Mi, NumGC=4447","level":"stat"}
+{"@timestamp":"2025-01-16T10:40:34.031+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=219.6Mi, Sys=14.1Mi, NumGC=4447","level":"stat"}
+{"@timestamp":"2025-01-16T10:41:34.031+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=219.6Mi, Sys=14.1Mi, NumGC=4448","level":"stat"}
+{"@timestamp":"2025-01-16T10:42:34.033+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=219.6Mi, Sys=14.1Mi, NumGC=4448","level":"stat"}
+{"@timestamp":"2025-01-16T10:43:34.033+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=219.6Mi, Sys=14.1Mi, NumGC=4449","level":"stat"}
+{"@timestamp":"2025-01-16T10:44:34.034+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=219.7Mi, Sys=14.1Mi, NumGC=4449","level":"stat"}
+{"@timestamp":"2025-01-16T10:45:34.034+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=219.7Mi, Sys=14.1Mi, NumGC=4450","level":"stat"}
+{"@timestamp":"2025-01-16T10:46:34.034+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=219.7Mi, Sys=14.1Mi, NumGC=4450","level":"stat"}
+{"@timestamp":"2025-01-16T10:47:34.034+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=219.7Mi, Sys=14.1Mi, NumGC=4451","level":"stat"}
+{"@timestamp":"2025-01-16T10:48:34.036+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=219.7Mi, Sys=14.1Mi, NumGC=4451","level":"stat"}
+{"@timestamp":"2025-01-16T10:49:34.037+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=219.8Mi, Sys=14.1Mi, NumGC=4452","level":"stat"}
+{"@timestamp":"2025-01-16T10:50:34.037+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=219.8Mi, Sys=14.1Mi, NumGC=4452","level":"stat"}
+{"@timestamp":"2025-01-16T10:51:34.038+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=219.8Mi, Sys=14.1Mi, NumGC=4453","level":"stat"}
+{"@timestamp":"2025-01-16T10:52:34.045+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=219.8Mi, Sys=14.1Mi, NumGC=4453","level":"stat"}
+{"@timestamp":"2025-01-16T10:53:34.044+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=219.8Mi, Sys=14.1Mi, NumGC=4454","level":"stat"}
+{"@timestamp":"2025-01-16T10:54:34.047+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=219.9Mi, Sys=14.1Mi, NumGC=4454","level":"stat"}
+{"@timestamp":"2025-01-16T10:55:34.045+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=219.9Mi, Sys=14.1Mi, NumGC=4455","level":"stat"}
+{"@timestamp":"2025-01-16T10:56:34.048+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=219.9Mi, Sys=14.1Mi, NumGC=4455","level":"stat"}
+{"@timestamp":"2025-01-16T10:57:34.049+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=219.9Mi, Sys=14.1Mi, NumGC=4456","level":"stat"}
+{"@timestamp":"2025-01-16T10:58:34.049+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=219.9Mi, Sys=14.1Mi, NumGC=4456","level":"stat"}
+{"@timestamp":"2025-01-16T10:59:34.050+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=220.0Mi, Sys=14.1Mi, NumGC=4457","level":"stat"}
+{"@timestamp":"2025-01-16T11:00:34.051+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=220.0Mi, Sys=14.1Mi, NumGC=4457","level":"stat"}
+{"@timestamp":"2025-01-16T11:01:34.052+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=220.0Mi, Sys=14.1Mi, NumGC=4458","level":"stat"}
+{"@timestamp":"2025-01-16T11:02:34.052+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=220.0Mi, Sys=14.1Mi, NumGC=4458","level":"stat"}
+{"@timestamp":"2025-01-16T11:03:34.053+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=220.0Mi, Sys=14.1Mi, NumGC=4459","level":"stat"}
+{"@timestamp":"2025-01-16T11:04:34.054+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=220.1Mi, Sys=14.1Mi, NumGC=4459","level":"stat"}
+{"@timestamp":"2025-01-16T11:05:34.053+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=220.1Mi, Sys=14.1Mi, NumGC=4460","level":"stat"}
+{"@timestamp":"2025-01-16T11:06:34.055+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=220.1Mi, Sys=14.1Mi, NumGC=4460","level":"stat"}
+{"@timestamp":"2025-01-16T11:07:34.056+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=220.1Mi, Sys=14.1Mi, NumGC=4461","level":"stat"}
+{"@timestamp":"2025-01-16T11:08:33.923+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=220.1Mi, Sys=14.1Mi, NumGC=4461","level":"stat"}
+{"@timestamp":"2025-01-16T11:09:33.923+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=220.2Mi, Sys=14.1Mi, NumGC=4462","level":"stat"}
+{"@timestamp":"2025-01-16T11:10:33.923+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=220.2Mi, Sys=14.1Mi, NumGC=4462","level":"stat"}
+{"@timestamp":"2025-01-16T11:11:33.922+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=220.2Mi, Sys=14.1Mi, NumGC=4463","level":"stat"}
+{"@timestamp":"2025-01-16T11:12:33.919+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=220.2Mi, Sys=14.1Mi, NumGC=4463","level":"stat"}
+{"@timestamp":"2025-01-16T11:13:33.920+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=220.2Mi, Sys=14.1Mi, NumGC=4464","level":"stat"}
+{"@timestamp":"2025-01-16T11:14:33.919+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=220.3Mi, Sys=14.1Mi, NumGC=4464","level":"stat"}
+{"@timestamp":"2025-01-16T11:15:33.917+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=220.3Mi, Sys=14.1Mi, NumGC=4465","level":"stat"}
+{"@timestamp":"2025-01-16T11:16:33.917+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=220.3Mi, Sys=14.1Mi, NumGC=4465","level":"stat"}
+{"@timestamp":"2025-01-16T11:17:33.916+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=220.3Mi, Sys=14.1Mi, NumGC=4466","level":"stat"}
+{"@timestamp":"2025-01-16T11:18:33.914+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=220.3Mi, Sys=14.1Mi, NumGC=4466","level":"stat"}
+{"@timestamp":"2025-01-16T11:19:33.915+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=220.4Mi, Sys=14.1Mi, NumGC=4467","level":"stat"}
+{"@timestamp":"2025-01-16T11:20:33.914+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=220.4Mi, Sys=14.1Mi, NumGC=4467","level":"stat"}
+{"@timestamp":"2025-01-16T11:21:33.913+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=220.4Mi, Sys=14.1Mi, NumGC=4468","level":"stat"}
+{"@timestamp":"2025-01-16T11:22:33.912+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=220.4Mi, Sys=14.1Mi, NumGC=4468","level":"stat"}
+{"@timestamp":"2025-01-16T11:23:33.961+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=220.4Mi, Sys=14.1Mi, NumGC=4469","level":"stat"}
+{"@timestamp":"2025-01-16T11:24:33.962+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=220.5Mi, Sys=14.1Mi, NumGC=4469","level":"stat"}
+{"@timestamp":"2025-01-16T11:25:33.962+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=220.5Mi, Sys=14.1Mi, NumGC=4470","level":"stat"}
+{"@timestamp":"2025-01-16T11:26:33.962+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=220.5Mi, Sys=14.1Mi, NumGC=4470","level":"stat"}
+{"@timestamp":"2025-01-16T11:27:33.962+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=220.5Mi, Sys=14.1Mi, NumGC=4471","level":"stat"}
+{"@timestamp":"2025-01-16T11:28:33.962+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=220.5Mi, Sys=14.1Mi, NumGC=4471","level":"stat"}
+{"@timestamp":"2025-01-16T11:29:33.961+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=220.6Mi, Sys=14.1Mi, NumGC=4472","level":"stat"}
+{"@timestamp":"2025-01-16T11:30:33.960+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=220.6Mi, Sys=14.1Mi, NumGC=4472","level":"stat"}
+{"@timestamp":"2025-01-16T11:31:33.961+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=220.6Mi, Sys=14.1Mi, NumGC=4473","level":"stat"}
+{"@timestamp":"2025-01-16T11:32:33.960+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=220.6Mi, Sys=14.1Mi, NumGC=4473","level":"stat"}
+{"@timestamp":"2025-01-16T11:33:33.961+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=220.7Mi, Sys=14.1Mi, NumGC=4474","level":"stat"}
+{"@timestamp":"2025-01-16T11:34:33.960+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=220.7Mi, Sys=14.1Mi, NumGC=4474","level":"stat"}
+{"@timestamp":"2025-01-16T11:35:33.960+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=220.7Mi, Sys=14.1Mi, NumGC=4475","level":"stat"}
+{"@timestamp":"2025-01-16T11:36:33.960+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=220.7Mi, Sys=14.1Mi, NumGC=4475","level":"stat"}
+{"@timestamp":"2025-01-16T11:37:33.960+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=220.7Mi, Sys=14.1Mi, NumGC=4476","level":"stat"}
+{"@timestamp":"2025-01-16T11:38:33.959+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=220.8Mi, Sys=14.1Mi, NumGC=4476","level":"stat"}
+{"@timestamp":"2025-01-16T11:39:33.959+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=220.8Mi, Sys=14.1Mi, NumGC=4477","level":"stat"}
+{"@timestamp":"2025-01-16T11:40:33.959+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=220.8Mi, Sys=14.1Mi, NumGC=4477","level":"stat"}
+{"@timestamp":"2025-01-16T11:41:33.958+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=220.8Mi, Sys=14.1Mi, NumGC=4478","level":"stat"}
+{"@timestamp":"2025-01-16T11:42:33.958+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=220.8Mi, Sys=14.1Mi, NumGC=4478","level":"stat"}
+{"@timestamp":"2025-01-16T11:43:33.958+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=220.9Mi, Sys=14.1Mi, NumGC=4479","level":"stat"}
+{"@timestamp":"2025-01-16T11:44:33.958+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=220.9Mi, Sys=14.1Mi, NumGC=4479","level":"stat"}
+{"@timestamp":"2025-01-16T11:45:33.958+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=220.9Mi, Sys=14.1Mi, NumGC=4480","level":"stat"}
+{"@timestamp":"2025-01-16T11:46:33.957+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=220.9Mi, Sys=14.1Mi, NumGC=4480","level":"stat"}
+{"@timestamp":"2025-01-16T11:47:33.957+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=220.9Mi, Sys=14.1Mi, NumGC=4481","level":"stat"}
+{"@timestamp":"2025-01-16T11:48:33.957+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=220.9Mi, Sys=14.1Mi, NumGC=4481","level":"stat"}
+{"@timestamp":"2025-01-16T11:49:33.956+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=221.0Mi, Sys=14.1Mi, NumGC=4482","level":"stat"}
+{"@timestamp":"2025-01-16T11:50:33.957+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=221.0Mi, Sys=14.1Mi, NumGC=4482","level":"stat"}
+{"@timestamp":"2025-01-16T11:51:33.956+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=221.0Mi, Sys=14.1Mi, NumGC=4483","level":"stat"}
+{"@timestamp":"2025-01-16T11:52:33.956+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=221.0Mi, Sys=14.1Mi, NumGC=4483","level":"stat"}
+{"@timestamp":"2025-01-16T11:53:33.956+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=221.1Mi, Sys=14.1Mi, NumGC=4484","level":"stat"}
+{"@timestamp":"2025-01-16T11:54:33.941+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=221.1Mi, Sys=14.1Mi, NumGC=4484","level":"stat"}
+{"@timestamp":"2025-01-16T11:55:33.933+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=221.1Mi, Sys=14.1Mi, NumGC=4485","level":"stat"}
+{"@timestamp":"2025-01-16T11:56:33.931+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=221.1Mi, Sys=14.1Mi, NumGC=4485","level":"stat"}
+{"@timestamp":"2025-01-16T11:57:33.930+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=221.1Mi, Sys=14.1Mi, NumGC=4486","level":"stat"}
+{"@timestamp":"2025-01-16T11:58:33.931+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=221.2Mi, Sys=14.1Mi, NumGC=4486","level":"stat"}
+{"@timestamp":"2025-01-16T11:59:33.931+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=221.2Mi, Sys=14.1Mi, NumGC=4487","level":"stat"}
+{"@timestamp":"2025-01-16T12:00:33.930+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=221.2Mi, Sys=14.1Mi, NumGC=4487","level":"stat"}
+{"@timestamp":"2025-01-16T12:01:33.930+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=221.2Mi, Sys=14.1Mi, NumGC=4488","level":"stat"}
+{"@timestamp":"2025-01-16T12:02:33.928+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=221.2Mi, Sys=14.1Mi, NumGC=4488","level":"stat"}
+{"@timestamp":"2025-01-16T12:03:33.927+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=221.3Mi, Sys=14.1Mi, NumGC=4489","level":"stat"}
+{"@timestamp":"2025-01-16T12:04:33.928+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=221.3Mi, Sys=14.1Mi, NumGC=4489","level":"stat"}
+{"@timestamp":"2025-01-16T12:05:33.927+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=221.3Mi, Sys=14.1Mi, NumGC=4490","level":"stat"}
+{"@timestamp":"2025-01-16T12:12:25.657+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=221.3Mi, Sys=14.1Mi, NumGC=4490","level":"stat"}
+{"@timestamp":"2025-01-16T12:13:25.657+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=221.3Mi, Sys=14.1Mi, NumGC=4491","level":"stat"}
+{"@timestamp":"2025-01-16T12:14:25.657+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=221.4Mi, Sys=14.1Mi, NumGC=4491","level":"stat"}
+{"@timestamp":"2025-01-16T12:15:25.657+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=221.4Mi, Sys=14.1Mi, NumGC=4492","level":"stat"}
+{"@timestamp":"2025-01-16T12:16:25.657+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=221.4Mi, Sys=14.1Mi, NumGC=4492","level":"stat"}
+{"@timestamp":"2025-01-16T12:17:25.657+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=221.4Mi, Sys=14.1Mi, NumGC=4493","level":"stat"}
+{"@timestamp":"2025-01-16T12:18:25.658+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=221.4Mi, Sys=14.1Mi, NumGC=4493","level":"stat"}
+{"@timestamp":"2025-01-16T12:19:25.665+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=221.5Mi, Sys=14.1Mi, NumGC=4494","level":"stat"}
+{"@timestamp":"2025-01-16T12:20:25.675+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=221.5Mi, Sys=14.1Mi, NumGC=4494","level":"stat"}
+{"@timestamp":"2025-01-16T12:21:25.676+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=221.5Mi, Sys=14.1Mi, NumGC=4495","level":"stat"}
+{"@timestamp":"2025-01-16T12:22:25.675+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=221.5Mi, Sys=14.1Mi, NumGC=4495","level":"stat"}
+{"@timestamp":"2025-01-16T12:23:25.676+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=221.5Mi, Sys=14.1Mi, NumGC=4496","level":"stat"}
+{"@timestamp":"2025-01-16T12:24:25.677+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=221.6Mi, Sys=14.1Mi, NumGC=4496","level":"stat"}
+{"@timestamp":"2025-01-16T12:25:25.677+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=221.6Mi, Sys=14.1Mi, NumGC=4497","level":"stat"}
+{"@timestamp":"2025-01-16T12:26:25.678+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=221.6Mi, Sys=14.1Mi, NumGC=4497","level":"stat"}
+{"@timestamp":"2025-01-16T12:27:25.678+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=221.6Mi, Sys=14.1Mi, NumGC=4498","level":"stat"}
+{"@timestamp":"2025-01-16T12:28:25.678+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=221.6Mi, Sys=14.1Mi, NumGC=4498","level":"stat"}
+{"@timestamp":"2025-01-16T12:29:25.679+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=221.7Mi, Sys=14.1Mi, NumGC=4499","level":"stat"}
+{"@timestamp":"2025-01-16T12:30:25.679+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=221.7Mi, Sys=14.1Mi, NumGC=4499","level":"stat"}
+{"@timestamp":"2025-01-16T12:31:25.679+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=221.7Mi, Sys=14.1Mi, NumGC=4500","level":"stat"}
+{"@timestamp":"2025-01-16T12:32:25.680+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=221.7Mi, Sys=14.1Mi, NumGC=4500","level":"stat"}
+{"@timestamp":"2025-01-16T12:33:25.680+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=221.7Mi, Sys=14.1Mi, NumGC=4501","level":"stat"}
+{"@timestamp":"2025-01-16T12:34:25.680+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=221.8Mi, Sys=14.1Mi, NumGC=4501","level":"stat"}
+{"@timestamp":"2025-01-16T12:35:25.677+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=221.8Mi, Sys=14.1Mi, NumGC=4502","level":"stat"}
+{"@timestamp":"2025-01-16T12:36:25.673+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=221.8Mi, Sys=14.1Mi, NumGC=4502","level":"stat"}
+{"@timestamp":"2025-01-16T12:37:25.673+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=221.8Mi, Sys=14.1Mi, NumGC=4503","level":"stat"}
+{"@timestamp":"2025-01-16T12:38:25.673+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=221.8Mi, Sys=14.1Mi, NumGC=4503","level":"stat"}
+{"@timestamp":"2025-01-16T12:39:25.674+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=221.9Mi, Sys=14.1Mi, NumGC=4504","level":"stat"}
+{"@timestamp":"2025-01-16T12:40:25.675+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=221.9Mi, Sys=14.1Mi, NumGC=4504","level":"stat"}
+{"@timestamp":"2025-01-16T12:41:25.674+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=221.9Mi, Sys=14.1Mi, NumGC=4505","level":"stat"}
+{"@timestamp":"2025-01-16T12:42:25.674+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=221.9Mi, Sys=14.1Mi, NumGC=4505","level":"stat"}
+{"@timestamp":"2025-01-16T12:43:25.675+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=222.0Mi, Sys=14.1Mi, NumGC=4506","level":"stat"}
+{"@timestamp":"2025-01-16T12:44:25.675+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=222.0Mi, Sys=14.1Mi, NumGC=4506","level":"stat"}
+{"@timestamp":"2025-01-16T12:45:25.675+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=222.0Mi, Sys=14.1Mi, NumGC=4507","level":"stat"}
+{"@timestamp":"2025-01-16T12:46:25.675+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=222.0Mi, Sys=14.1Mi, NumGC=4507","level":"stat"}
+{"@timestamp":"2025-01-16T12:47:25.675+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=222.0Mi, Sys=14.1Mi, NumGC=4508","level":"stat"}
+{"@timestamp":"2025-01-16T12:48:25.676+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=222.1Mi, Sys=14.1Mi, NumGC=4508","level":"stat"}
+{"@timestamp":"2025-01-16T12:49:25.676+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=222.1Mi, Sys=14.1Mi, NumGC=4509","level":"stat"}
+{"@timestamp":"2025-01-16T12:50:25.610+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=222.1Mi, Sys=14.1Mi, NumGC=4509","level":"stat"}
+{"@timestamp":"2025-01-16T12:51:25.609+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=222.1Mi, Sys=14.1Mi, NumGC=4510","level":"stat"}
+{"@timestamp":"2025-01-16T12:52:25.609+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=222.1Mi, Sys=14.1Mi, NumGC=4510","level":"stat"}
+{"@timestamp":"2025-01-16T12:53:25.608+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=222.2Mi, Sys=14.1Mi, NumGC=4511","level":"stat"}
+{"@timestamp":"2025-01-16T12:54:25.608+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=222.2Mi, Sys=14.1Mi, NumGC=4511","level":"stat"}
+{"@timestamp":"2025-01-16T12:55:25.607+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=222.2Mi, Sys=14.1Mi, NumGC=4512","level":"stat"}
+{"@timestamp":"2025-01-16T12:56:25.606+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=222.2Mi, Sys=14.1Mi, NumGC=4512","level":"stat"}
+{"@timestamp":"2025-01-16T12:57:25.606+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=222.2Mi, Sys=14.1Mi, NumGC=4513","level":"stat"}
+{"@timestamp":"2025-01-16T12:58:25.606+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=222.3Mi, Sys=14.1Mi, NumGC=4513","level":"stat"}
+{"@timestamp":"2025-01-16T12:59:25.605+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=222.3Mi, Sys=14.1Mi, NumGC=4514","level":"stat"}
+{"@timestamp":"2025-01-16T13:00:25.604+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=222.3Mi, Sys=14.1Mi, NumGC=4514","level":"stat"}
+{"@timestamp":"2025-01-16T13:01:25.604+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=222.3Mi, Sys=14.1Mi, NumGC=4515","level":"stat"}
+{"@timestamp":"2025-01-16T13:02:25.604+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=222.3Mi, Sys=14.1Mi, NumGC=4515","level":"stat"}
+{"@timestamp":"2025-01-16T13:03:25.603+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=222.4Mi, Sys=14.1Mi, NumGC=4516","level":"stat"}
+{"@timestamp":"2025-01-16T13:04:25.602+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=222.4Mi, Sys=14.1Mi, NumGC=4516","level":"stat"}
+{"@timestamp":"2025-01-16T13:05:25.602+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=222.4Mi, Sys=14.1Mi, NumGC=4517","level":"stat"}
+{"@timestamp":"2025-01-16T13:06:25.602+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=222.4Mi, Sys=14.1Mi, NumGC=4517","level":"stat"}
+{"@timestamp":"2025-01-16T13:07:25.601+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=222.4Mi, Sys=14.1Mi, NumGC=4518","level":"stat"}
+{"@timestamp":"2025-01-16T13:08:25.601+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=222.5Mi, Sys=14.1Mi, NumGC=4518","level":"stat"}
+{"@timestamp":"2025-01-16T13:09:25.600+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=222.5Mi, Sys=14.1Mi, NumGC=4519","level":"stat"}
+{"@timestamp":"2025-01-16T13:10:25.599+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=222.5Mi, Sys=14.1Mi, NumGC=4519","level":"stat"}
+{"@timestamp":"2025-01-16T13:11:25.599+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=222.5Mi, Sys=14.1Mi, NumGC=4520","level":"stat"}
+{"@timestamp":"2025-01-16T13:12:25.599+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=222.5Mi, Sys=14.1Mi, NumGC=4520","level":"stat"}
+{"@timestamp":"2025-01-16T13:13:25.598+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=222.6Mi, Sys=14.1Mi, NumGC=4521","level":"stat"}
+{"@timestamp":"2025-01-16T13:14:25.597+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=222.6Mi, Sys=14.1Mi, NumGC=4521","level":"stat"}
+{"@timestamp":"2025-01-16T13:15:25.597+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=222.6Mi, Sys=14.1Mi, NumGC=4522","level":"stat"}
+{"@timestamp":"2025-01-16T13:16:25.596+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=222.6Mi, Sys=14.1Mi, NumGC=4522","level":"stat"}
+{"@timestamp":"2025-01-16T13:17:25.596+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=222.6Mi, Sys=14.1Mi, NumGC=4523","level":"stat"}
+{"@timestamp":"2025-01-16T13:18:25.595+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=222.7Mi, Sys=14.1Mi, NumGC=4523","level":"stat"}
+{"@timestamp":"2025-01-16T13:19:25.595+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=222.7Mi, Sys=14.1Mi, NumGC=4524","level":"stat"}
+{"@timestamp":"2025-01-16T13:20:25.681+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=222.7Mi, Sys=14.1Mi, NumGC=4524","level":"stat"}
+{"@timestamp":"2025-01-16T13:21:25.681+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=222.7Mi, Sys=14.1Mi, NumGC=4525","level":"stat"}
+{"@timestamp":"2025-01-16T13:22:25.682+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=222.7Mi, Sys=14.1Mi, NumGC=4525","level":"stat"}
+{"@timestamp":"2025-01-16T13:23:25.683+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=222.8Mi, Sys=14.1Mi, NumGC=4526","level":"stat"}
+{"@timestamp":"2025-01-16T13:24:25.683+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=222.8Mi, Sys=14.1Mi, NumGC=4526","level":"stat"}
+{"@timestamp":"2025-01-16T13:25:25.684+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=222.8Mi, Sys=14.1Mi, NumGC=4527","level":"stat"}
+{"@timestamp":"2025-01-16T13:26:25.684+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=222.8Mi, Sys=14.1Mi, NumGC=4527","level":"stat"}
+{"@timestamp":"2025-01-16T13:27:25.683+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=222.8Mi, Sys=14.1Mi, NumGC=4528","level":"stat"}
+{"@timestamp":"2025-01-16T13:43:50.725+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=222.9Mi, Sys=14.1Mi, NumGC=4528","level":"stat"}
+{"@timestamp":"2025-01-16T14:00:04.563+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=222.9Mi, Sys=14.1Mi, NumGC=4529","level":"stat"}
+{"@timestamp":"2025-01-16T14:07:01.659+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=222.9Mi, Sys=14.1Mi, NumGC=4529","level":"stat"}
+{"@timestamp":"2025-01-16T14:08:01.660+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=222.9Mi, Sys=14.1Mi, NumGC=4530","level":"stat"}
+{"@timestamp":"2025-01-16T14:09:01.659+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=223.0Mi, Sys=14.1Mi, NumGC=4530","level":"stat"}
+{"@timestamp":"2025-01-16T14:10:01.660+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=223.0Mi, Sys=14.1Mi, NumGC=4531","level":"stat"}
+{"@timestamp":"2025-01-16T14:11:01.660+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=223.0Mi, Sys=14.1Mi, NumGC=4531","level":"stat"}
+{"@timestamp":"2025-01-16T14:12:01.660+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=223.0Mi, Sys=14.1Mi, NumGC=4532","level":"stat"}
+{"@timestamp":"2025-01-16T14:13:01.661+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=223.0Mi, Sys=14.1Mi, NumGC=4532","level":"stat"}
+{"@timestamp":"2025-01-16T14:14:01.652+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=223.1Mi, Sys=14.1Mi, NumGC=4533","level":"stat"}
+{"@timestamp":"2025-01-16T14:15:01.651+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=223.1Mi, Sys=14.1Mi, NumGC=4533","level":"stat"}
+{"@timestamp":"2025-01-16T14:16:01.651+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=223.1Mi, Sys=14.1Mi, NumGC=4534","level":"stat"}
+{"@timestamp":"2025-01-16T14:17:01.651+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=223.1Mi, Sys=14.1Mi, NumGC=4534","level":"stat"}
+{"@timestamp":"2025-01-16T14:33:17.573+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=223.1Mi, Sys=14.1Mi, NumGC=4535","level":"stat"}
+{"@timestamp":"2025-01-16T14:53:36.746+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=223.2Mi, Sys=14.1Mi, NumGC=4535","level":"stat"}
+{"@timestamp":"2025-01-16T14:54:36.745+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=223.2Mi, Sys=14.1Mi, NumGC=4536","level":"stat"}
+{"@timestamp":"2025-01-16T14:55:36.745+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=223.2Mi, Sys=14.1Mi, NumGC=4536","level":"stat"}
+{"@timestamp":"2025-01-16T14:56:36.745+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=223.2Mi, Sys=14.1Mi, NumGC=4537","level":"stat"}
+{"@timestamp":"2025-01-16T14:57:36.758+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=223.2Mi, Sys=14.1Mi, NumGC=4537","level":"stat"}
+{"@timestamp":"2025-01-16T14:58:36.759+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=223.3Mi, Sys=14.1Mi, NumGC=4538","level":"stat"}
+{"@timestamp":"2025-01-16T14:59:36.759+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=223.3Mi, Sys=14.1Mi, NumGC=4538","level":"stat"}
+{"@timestamp":"2025-01-16T15:00:36.759+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=223.3Mi, Sys=14.1Mi, NumGC=4539","level":"stat"}
+{"@timestamp":"2025-01-16T15:01:36.759+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=223.3Mi, Sys=14.1Mi, NumGC=4539","level":"stat"}
+{"@timestamp":"2025-01-16T15:02:36.759+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=223.3Mi, Sys=14.1Mi, NumGC=4540","level":"stat"}
+{"@timestamp":"2025-01-16T15:03:36.759+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=223.4Mi, Sys=14.1Mi, NumGC=4540","level":"stat"}
+{"@timestamp":"2025-01-16T15:04:36.759+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=223.4Mi, Sys=14.1Mi, NumGC=4541","level":"stat"}
+{"@timestamp":"2025-01-16T15:05:36.759+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=223.4Mi, Sys=14.1Mi, NumGC=4541","level":"stat"}
+{"@timestamp":"2025-01-16T15:06:36.759+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=223.4Mi, Sys=14.1Mi, NumGC=4542","level":"stat"}
+{"@timestamp":"2025-01-16T15:07:36.760+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=223.4Mi, Sys=14.1Mi, NumGC=4542","level":"stat"}
+{"@timestamp":"2025-01-16T15:08:36.760+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=223.5Mi, Sys=14.1Mi, NumGC=4543","level":"stat"}
+{"@timestamp":"2025-01-16T15:09:36.759+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=223.5Mi, Sys=14.1Mi, NumGC=4543","level":"stat"}
+{"@timestamp":"2025-01-16T15:10:36.760+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=223.5Mi, Sys=14.1Mi, NumGC=4544","level":"stat"}
+{"@timestamp":"2025-01-16T15:11:36.759+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=223.5Mi, Sys=14.1Mi, NumGC=4544","level":"stat"}
+{"@timestamp":"2025-01-16T15:12:36.788+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=223.6Mi, Sys=14.1Mi, NumGC=4545","level":"stat"}
+{"@timestamp":"2025-01-16T15:13:36.790+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=223.6Mi, Sys=14.1Mi, NumGC=4545","level":"stat"}
+{"@timestamp":"2025-01-16T15:14:36.790+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=223.6Mi, Sys=14.1Mi, NumGC=4546","level":"stat"}
+{"@timestamp":"2025-01-16T15:15:36.791+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=223.6Mi, Sys=14.1Mi, NumGC=4546","level":"stat"}
+{"@timestamp":"2025-01-16T15:16:36.791+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=223.6Mi, Sys=14.1Mi, NumGC=4547","level":"stat"}
+{"@timestamp":"2025-01-16T15:17:36.792+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=223.7Mi, Sys=14.1Mi, NumGC=4547","level":"stat"}
+{"@timestamp":"2025-01-16T15:18:36.793+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=223.7Mi, Sys=14.1Mi, NumGC=4548","level":"stat"}
+{"@timestamp":"2025-01-16T15:19:36.794+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=223.7Mi, Sys=14.1Mi, NumGC=4548","level":"stat"}
+{"@timestamp":"2025-01-16T15:20:36.792+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=223.7Mi, Sys=14.1Mi, NumGC=4549","level":"stat"}
+{"@timestamp":"2025-01-16T15:21:36.794+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=223.7Mi, Sys=14.1Mi, NumGC=4549","level":"stat"}
+{"@timestamp":"2025-01-16T15:22:36.795+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=223.8Mi, Sys=14.1Mi, NumGC=4550","level":"stat"}
+{"@timestamp":"2025-01-16T15:23:36.794+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=223.8Mi, Sys=14.1Mi, NumGC=4550","level":"stat"}
+{"@timestamp":"2025-01-16T15:24:36.795+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=223.8Mi, Sys=14.1Mi, NumGC=4551","level":"stat"}
+{"@timestamp":"2025-01-16T15:25:36.795+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=223.8Mi, Sys=14.1Mi, NumGC=4551","level":"stat"}
+{"@timestamp":"2025-01-16T15:26:36.796+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=223.9Mi, Sys=14.1Mi, NumGC=4552","level":"stat"}
+{"@timestamp":"2025-01-16T15:27:36.796+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=223.9Mi, Sys=14.1Mi, NumGC=4552","level":"stat"}
+{"@timestamp":"2025-01-16T15:28:36.797+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=223.9Mi, Sys=14.1Mi, NumGC=4553","level":"stat"}
+{"@timestamp":"2025-01-16T15:29:36.797+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=223.9Mi, Sys=14.1Mi, NumGC=4553","level":"stat"}
+{"@timestamp":"2025-01-16T15:30:36.798+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=223.9Mi, Sys=14.1Mi, NumGC=4554","level":"stat"}
+{"@timestamp":"2025-01-16T15:31:36.798+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=224.0Mi, Sys=14.1Mi, NumGC=4554","level":"stat"}
+{"@timestamp":"2025-01-16T15:32:36.799+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=224.0Mi, Sys=14.1Mi, NumGC=4555","level":"stat"}
+{"@timestamp":"2025-01-16T15:33:36.765+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=224.0Mi, Sys=14.1Mi, NumGC=4555","level":"stat"}
+{"@timestamp":"2025-01-16T15:34:36.752+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=224.0Mi, Sys=14.1Mi, NumGC=4556","level":"stat"}
+{"@timestamp":"2025-01-16T15:35:36.752+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=224.0Mi, Sys=14.1Mi, NumGC=4556","level":"stat"}
+{"@timestamp":"2025-01-16T15:36:36.752+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=224.1Mi, Sys=14.1Mi, NumGC=4557","level":"stat"}
+{"@timestamp":"2025-01-16T15:37:36.751+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=224.1Mi, Sys=14.1Mi, NumGC=4557","level":"stat"}
+{"@timestamp":"2025-01-16T15:38:36.752+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=224.1Mi, Sys=14.1Mi, NumGC=4558","level":"stat"}
+{"@timestamp":"2025-01-16T15:39:36.752+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=224.1Mi, Sys=14.1Mi, NumGC=4558","level":"stat"}
+{"@timestamp":"2025-01-16T15:40:36.752+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=224.1Mi, Sys=14.1Mi, NumGC=4559","level":"stat"}
+{"@timestamp":"2025-01-16T15:41:36.751+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=224.2Mi, Sys=14.1Mi, NumGC=4559","level":"stat"}
+{"@timestamp":"2025-01-16T15:42:36.751+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=224.2Mi, Sys=14.1Mi, NumGC=4560","level":"stat"}
+{"@timestamp":"2025-01-16T15:43:36.751+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=224.2Mi, Sys=14.1Mi, NumGC=4560","level":"stat"}
+{"@timestamp":"2025-01-16T15:44:36.751+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=224.2Mi, Sys=14.1Mi, NumGC=4561","level":"stat"}
+{"@timestamp":"2025-01-16T15:45:36.750+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=224.2Mi, Sys=14.1Mi, NumGC=4561","level":"stat"}
+{"@timestamp":"2025-01-16T15:46:36.751+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=224.3Mi, Sys=14.1Mi, NumGC=4562","level":"stat"}
+{"@timestamp":"2025-01-16T15:47:36.751+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=224.3Mi, Sys=14.1Mi, NumGC=4562","level":"stat"}
+{"@timestamp":"2025-01-16T15:48:36.741+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=224.3Mi, Sys=14.1Mi, NumGC=4563","level":"stat"}
+{"@timestamp":"2025-01-16T15:49:36.738+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=224.3Mi, Sys=14.1Mi, NumGC=4563","level":"stat"}
+{"@timestamp":"2025-01-16T15:50:36.738+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=224.3Mi, Sys=14.1Mi, NumGC=4564","level":"stat"}
+{"@timestamp":"2025-01-16T15:51:36.738+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=224.4Mi, Sys=14.1Mi, NumGC=4564","level":"stat"}
+{"@timestamp":"2025-01-16T15:52:36.739+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=224.4Mi, Sys=14.1Mi, NumGC=4565","level":"stat"}
+{"@timestamp":"2025-01-16T15:53:36.738+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=224.4Mi, Sys=14.1Mi, NumGC=4565","level":"stat"}
+{"@timestamp":"2025-01-16T15:54:36.738+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=224.4Mi, Sys=14.1Mi, NumGC=4566","level":"stat"}
+{"@timestamp":"2025-01-16T15:55:36.736+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=224.4Mi, Sys=14.1Mi, NumGC=4566","level":"stat"}
+{"@timestamp":"2025-01-16T15:56:36.738+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=224.5Mi, Sys=14.1Mi, NumGC=4567","level":"stat"}
+{"@timestamp":"2025-01-16T16:12:52.661+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=224.5Mi, Sys=14.1Mi, NumGC=4567","level":"stat"}
+{"@timestamp":"2025-01-16T16:27:49.956+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=224.5Mi, Sys=14.1Mi, NumGC=4568","level":"stat"}
+{"@timestamp":"2025-01-16T16:28:49.984+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=224.5Mi, Sys=14.1Mi, NumGC=4568","level":"stat"}
+{"@timestamp":"2025-01-16T16:29:49.984+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=224.5Mi, Sys=14.1Mi, NumGC=4569","level":"stat"}
+{"@timestamp":"2025-01-16T16:30:49.983+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=224.6Mi, Sys=14.1Mi, NumGC=4569","level":"stat"}
+{"@timestamp":"2025-01-16T16:31:49.982+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=224.6Mi, Sys=14.1Mi, NumGC=4570","level":"stat"}
+{"@timestamp":"2025-01-16T16:32:49.981+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=224.6Mi, Sys=14.1Mi, NumGC=4570","level":"stat"}
+{"@timestamp":"2025-01-16T16:33:49.980+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=224.6Mi, Sys=14.1Mi, NumGC=4571","level":"stat"}
+{"@timestamp":"2025-01-16T16:34:49.979+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=224.6Mi, Sys=14.1Mi, NumGC=4571","level":"stat"}
+{"@timestamp":"2025-01-16T16:35:49.978+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=224.7Mi, Sys=14.1Mi, NumGC=4572","level":"stat"}
+{"@timestamp":"2025-01-16T16:36:49.977+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=224.7Mi, Sys=14.1Mi, NumGC=4572","level":"stat"}
+{"@timestamp":"2025-01-16T16:37:49.976+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=224.7Mi, Sys=14.1Mi, NumGC=4573","level":"stat"}
+{"@timestamp":"2025-01-16T16:38:49.974+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=224.7Mi, Sys=14.1Mi, NumGC=4573","level":"stat"}
+{"@timestamp":"2025-01-16T16:39:49.972+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=224.8Mi, Sys=14.1Mi, NumGC=4574","level":"stat"}
+{"@timestamp":"2025-01-16T16:40:49.971+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=224.8Mi, Sys=14.1Mi, NumGC=4574","level":"stat"}
+{"@timestamp":"2025-01-16T16:41:49.970+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=224.8Mi, Sys=14.1Mi, NumGC=4575","level":"stat"}
+{"@timestamp":"2025-01-16T16:42:49.868+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=224.8Mi, Sys=14.1Mi, NumGC=4575","level":"stat"}
+{"@timestamp":"2025-01-16T16:43:49.866+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=224.8Mi, Sys=14.1Mi, NumGC=4576","level":"stat"}
+{"@timestamp":"2025-01-16T16:44:49.864+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=224.8Mi, Sys=14.1Mi, NumGC=4576","level":"stat"}
+{"@timestamp":"2025-01-16T16:45:49.862+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=224.9Mi, Sys=14.1Mi, NumGC=4577","level":"stat"}
+{"@timestamp":"2025-01-16T16:46:49.860+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=224.9Mi, Sys=14.1Mi, NumGC=4577","level":"stat"}
+{"@timestamp":"2025-01-16T16:47:49.858+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=224.9Mi, Sys=14.1Mi, NumGC=4578","level":"stat"}
+{"@timestamp":"2025-01-16T16:48:49.856+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=224.9Mi, Sys=14.1Mi, NumGC=4578","level":"stat"}
+{"@timestamp":"2025-01-16T16:49:49.854+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=225.0Mi, Sys=14.1Mi, NumGC=4579","level":"stat"}
+{"@timestamp":"2025-01-16T16:50:49.851+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=225.0Mi, Sys=14.1Mi, NumGC=4579","level":"stat"}
+{"@timestamp":"2025-01-16T16:51:49.849+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=225.0Mi, Sys=14.1Mi, NumGC=4580","level":"stat"}
+{"@timestamp":"2025-01-16T16:52:49.847+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=225.0Mi, Sys=14.1Mi, NumGC=4580","level":"stat"}
+{"@timestamp":"2025-01-16T16:53:49.845+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=225.0Mi, Sys=14.1Mi, NumGC=4581","level":"stat"}
+{"@timestamp":"2025-01-16T16:54:49.843+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=225.1Mi, Sys=14.1Mi, NumGC=4581","level":"stat"}
+{"@timestamp":"2025-01-16T16:55:49.842+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=225.1Mi, Sys=14.1Mi, NumGC=4582","level":"stat"}
+{"@timestamp":"2025-01-16T16:56:49.840+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=225.1Mi, Sys=14.1Mi, NumGC=4582","level":"stat"}
+{"@timestamp":"2025-01-16T16:57:49.838+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=225.1Mi, Sys=14.1Mi, NumGC=4583","level":"stat"}
+{"@timestamp":"2025-01-16T16:58:49.834+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=225.1Mi, Sys=14.1Mi, NumGC=4583","level":"stat"}
+{"@timestamp":"2025-01-16T16:59:49.884+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=225.2Mi, Sys=14.1Mi, NumGC=4584","level":"stat"}
+{"@timestamp":"2025-01-16T17:15:56.778+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=225.2Mi, Sys=14.1Mi, NumGC=4584","level":"stat"}
+{"@timestamp":"2025-01-16T17:32:21.844+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=225.2Mi, Sys=14.1Mi, NumGC=4585","level":"stat"}
+{"@timestamp":"2025-01-16T17:48:46.826+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=225.2Mi, Sys=14.1Mi, NumGC=4585","level":"stat"}
+{"@timestamp":"2025-01-16T17:57:31.774+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=225.2Mi, Sys=14.1Mi, NumGC=4586","level":"stat"}
+{"@timestamp":"2025-01-16T17:58:31.774+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=225.3Mi, Sys=14.1Mi, NumGC=4586","level":"stat"}
+{"@timestamp":"2025-01-16T17:59:31.773+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=225.3Mi, Sys=14.1Mi, NumGC=4587","level":"stat"}
+{"@timestamp":"2025-01-16T18:00:31.772+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=225.3Mi, Sys=14.1Mi, NumGC=4587","level":"stat"}
+{"@timestamp":"2025-01-16T18:01:31.771+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=225.3Mi, Sys=14.1Mi, NumGC=4588","level":"stat"}
+{"@timestamp":"2025-01-16T18:02:31.770+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=225.3Mi, Sys=14.1Mi, NumGC=4588","level":"stat"}
+{"@timestamp":"2025-01-16T18:03:31.770+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=225.4Mi, Sys=14.1Mi, NumGC=4589","level":"stat"}
+{"@timestamp":"2025-01-16T18:04:31.769+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=225.4Mi, Sys=14.1Mi, NumGC=4589","level":"stat"}
+{"@timestamp":"2025-01-16T18:05:31.768+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=225.4Mi, Sys=14.1Mi, NumGC=4590","level":"stat"}
+{"@timestamp":"2025-01-16T18:06:31.767+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=225.4Mi, Sys=14.1Mi, NumGC=4590","level":"stat"}
+{"@timestamp":"2025-01-16T18:07:31.768+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=225.4Mi, Sys=14.1Mi, NumGC=4591","level":"stat"}
+{"@timestamp":"2025-01-16T18:08:31.767+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=225.5Mi, Sys=14.1Mi, NumGC=4591","level":"stat"}
+{"@timestamp":"2025-01-16T18:09:31.766+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=225.5Mi, Sys=14.1Mi, NumGC=4592","level":"stat"}
+{"@timestamp":"2025-01-16T18:10:31.763+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=225.5Mi, Sys=14.1Mi, NumGC=4592","level":"stat"}
+{"@timestamp":"2025-01-16T18:11:31.763+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=225.5Mi, Sys=14.1Mi, NumGC=4593","level":"stat"}
+{"@timestamp":"2025-01-16T18:12:31.894+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=225.5Mi, Sys=14.1Mi, NumGC=4593","level":"stat"}
+{"@timestamp":"2025-01-16T18:28:56.985+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=225.6Mi, Sys=14.1Mi, NumGC=4594","level":"stat"}
+{"@timestamp":"2025-01-16T18:45:12.115+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=225.6Mi, Sys=14.1Mi, NumGC=4594","level":"stat"}
+{"@timestamp":"2025-01-16T19:01:37.155+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=225.6Mi, Sys=14.1Mi, NumGC=4595","level":"stat"}
+{"@timestamp":"2025-01-16T19:18:02.167+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=225.6Mi, Sys=14.1Mi, NumGC=4595","level":"stat"}
+{"@timestamp":"2025-01-16T19:19:02.168+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=225.7Mi, Sys=14.1Mi, NumGC=4596","level":"stat"}
+{"@timestamp":"2025-01-16T19:20:02.169+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=225.7Mi, Sys=14.1Mi, NumGC=4596","level":"stat"}
+{"@timestamp":"2025-01-16T19:21:02.170+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=225.7Mi, Sys=14.1Mi, NumGC=4597","level":"stat"}
+{"@timestamp":"2025-01-16T19:22:02.170+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=225.7Mi, Sys=14.1Mi, NumGC=4597","level":"stat"}
+{"@timestamp":"2025-01-16T19:23:02.172+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=225.7Mi, Sys=14.1Mi, NumGC=4598","level":"stat"}
+{"@timestamp":"2025-01-16T19:24:02.172+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=225.8Mi, Sys=14.1Mi, NumGC=4598","level":"stat"}
+{"@timestamp":"2025-01-16T19:25:02.175+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=225.8Mi, Sys=14.1Mi, NumGC=4599","level":"stat"}
+{"@timestamp":"2025-01-16T19:26:02.175+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=225.8Mi, Sys=14.1Mi, NumGC=4599","level":"stat"}
+{"@timestamp":"2025-01-16T19:27:02.177+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=225.8Mi, Sys=14.1Mi, NumGC=4600","level":"stat"}
+{"@timestamp":"2025-01-16T19:28:02.178+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=225.8Mi, Sys=14.1Mi, NumGC=4600","level":"stat"}
+{"@timestamp":"2025-01-16T19:29:02.179+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=225.9Mi, Sys=14.1Mi, NumGC=4601","level":"stat"}
+{"@timestamp":"2025-01-16T19:30:02.180+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=225.9Mi, Sys=14.1Mi, NumGC=4601","level":"stat"}
+{"@timestamp":"2025-01-16T19:31:02.181+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=225.9Mi, Sys=14.1Mi, NumGC=4602","level":"stat"}
+{"@timestamp":"2025-01-16T19:32:02.181+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=225.9Mi, Sys=14.1Mi, NumGC=4602","level":"stat"}
+{"@timestamp":"2025-01-16T19:33:02.183+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=225.9Mi, Sys=14.1Mi, NumGC=4603","level":"stat"}
+{"@timestamp":"2025-01-16T19:34:02.184+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=226.0Mi, Sys=14.1Mi, NumGC=4603","level":"stat"}
+{"@timestamp":"2025-01-16T19:35:02.126+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=226.0Mi, Sys=14.1Mi, NumGC=4604","level":"stat"}
+{"@timestamp":"2025-01-16T19:36:02.127+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=226.0Mi, Sys=14.1Mi, NumGC=4604","level":"stat"}
+{"@timestamp":"2025-01-16T19:37:02.127+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=226.0Mi, Sys=14.1Mi, NumGC=4605","level":"stat"}
+{"@timestamp":"2025-01-16T19:38:02.128+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=226.0Mi, Sys=14.1Mi, NumGC=4605","level":"stat"}
+{"@timestamp":"2025-01-16T19:39:02.128+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=226.1Mi, Sys=14.1Mi, NumGC=4606","level":"stat"}
+{"@timestamp":"2025-01-16T19:40:02.127+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=226.1Mi, Sys=14.1Mi, NumGC=4606","level":"stat"}
+{"@timestamp":"2025-01-16T19:41:02.127+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=226.1Mi, Sys=14.1Mi, NumGC=4607","level":"stat"}
+{"@timestamp":"2025-01-16T19:42:02.128+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=226.1Mi, Sys=14.1Mi, NumGC=4607","level":"stat"}
+{"@timestamp":"2025-01-16T19:43:02.129+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=226.1Mi, Sys=14.1Mi, NumGC=4608","level":"stat"}
+{"@timestamp":"2025-01-16T19:44:02.129+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=226.2Mi, Sys=14.1Mi, NumGC=4608","level":"stat"}
+{"@timestamp":"2025-01-16T19:45:02.128+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=226.2Mi, Sys=14.1Mi, NumGC=4609","level":"stat"}
+{"@timestamp":"2025-01-16T19:46:02.130+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=226.2Mi, Sys=14.1Mi, NumGC=4609","level":"stat"}
+{"@timestamp":"2025-01-16T19:47:02.130+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=226.2Mi, Sys=14.1Mi, NumGC=4610","level":"stat"}
+{"@timestamp":"2025-01-16T19:48:02.129+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=226.2Mi, Sys=14.1Mi, NumGC=4610","level":"stat"}
+{"@timestamp":"2025-01-16T19:49:02.131+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=226.3Mi, Sys=14.1Mi, NumGC=4611","level":"stat"}
+{"@timestamp":"2025-01-16T19:50:02.131+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=226.3Mi, Sys=14.1Mi, NumGC=4611","level":"stat"}
+{"@timestamp":"2025-01-16T19:51:02.131+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=226.3Mi, Sys=14.1Mi, NumGC=4612","level":"stat"}
+{"@timestamp":"2025-01-16T19:52:02.132+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=226.3Mi, Sys=14.1Mi, NumGC=4612","level":"stat"}
+{"@timestamp":"2025-01-16T19:53:02.131+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=226.3Mi, Sys=14.1Mi, NumGC=4613","level":"stat"}
+{"@timestamp":"2025-01-16T19:54:02.132+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=226.4Mi, Sys=14.1Mi, NumGC=4613","level":"stat"}
+{"@timestamp":"2025-01-16T19:55:02.131+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=226.4Mi, Sys=14.1Mi, NumGC=4614","level":"stat"}
+{"@timestamp":"2025-01-16T19:56:02.133+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=226.4Mi, Sys=14.1Mi, NumGC=4614","level":"stat"}
+{"@timestamp":"2025-01-16T19:57:02.133+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=226.4Mi, Sys=14.1Mi, NumGC=4615","level":"stat"}
+{"@timestamp":"2025-01-16T19:58:02.133+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=226.4Mi, Sys=14.1Mi, NumGC=4615","level":"stat"}
+{"@timestamp":"2025-01-16T19:59:02.132+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=226.5Mi, Sys=14.1Mi, NumGC=4616","level":"stat"}
+{"@timestamp":"2025-01-16T20:00:02.134+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=226.5Mi, Sys=14.1Mi, NumGC=4616","level":"stat"}
+{"@timestamp":"2025-01-16T20:01:02.134+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=226.5Mi, Sys=14.1Mi, NumGC=4617","level":"stat"}
+{"@timestamp":"2025-01-16T20:02:02.135+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=226.5Mi, Sys=14.1Mi, NumGC=4617","level":"stat"}
+{"@timestamp":"2025-01-16T20:03:02.135+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=226.5Mi, Sys=14.1Mi, NumGC=4618","level":"stat"}
+{"@timestamp":"2025-01-16T20:04:02.135+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=226.6Mi, Sys=14.1Mi, NumGC=4618","level":"stat"}
+{"@timestamp":"2025-01-16T20:05:02.135+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=226.6Mi, Sys=14.1Mi, NumGC=4619","level":"stat"}
+{"@timestamp":"2025-01-16T20:06:02.028+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=226.6Mi, Sys=14.1Mi, NumGC=4619","level":"stat"}
+{"@timestamp":"2025-01-16T20:07:02.027+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=226.6Mi, Sys=14.1Mi, NumGC=4620","level":"stat"}
+{"@timestamp":"2025-01-16T20:08:02.026+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=226.6Mi, Sys=14.1Mi, NumGC=4620","level":"stat"}
+{"@timestamp":"2025-01-16T20:09:02.025+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=226.7Mi, Sys=14.1Mi, NumGC=4621","level":"stat"}
+{"@timestamp":"2025-01-16T20:10:02.023+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=226.7Mi, Sys=14.1Mi, NumGC=4621","level":"stat"}
+{"@timestamp":"2025-01-16T20:11:02.022+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=226.7Mi, Sys=14.1Mi, NumGC=4622","level":"stat"}
+{"@timestamp":"2025-01-16T20:12:02.022+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=226.7Mi, Sys=14.1Mi, NumGC=4622","level":"stat"}
+{"@timestamp":"2025-01-16T20:13:02.020+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=226.7Mi, Sys=14.1Mi, NumGC=4623","level":"stat"}
+{"@timestamp":"2025-01-16T20:14:02.021+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=226.8Mi, Sys=14.1Mi, NumGC=4623","level":"stat"}
+{"@timestamp":"2025-01-16T20:15:02.020+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=226.8Mi, Sys=14.1Mi, NumGC=4624","level":"stat"}
+{"@timestamp":"2025-01-16T20:16:02.019+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=226.8Mi, Sys=14.1Mi, NumGC=4624","level":"stat"}
+{"@timestamp":"2025-01-16T20:17:02.018+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=226.8Mi, Sys=14.1Mi, NumGC=4625","level":"stat"}
+{"@timestamp":"2025-01-16T20:18:26.806+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=226.9Mi, Sys=14.1Mi, NumGC=4625","level":"stat"}
+{"@timestamp":"2025-01-16T20:34:33.317+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=226.9Mi, Sys=14.1Mi, NumGC=4626","level":"stat"}
+{"@timestamp":"2025-01-16T20:50:58.212+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=226.9Mi, Sys=14.1Mi, NumGC=4626","level":"stat"}
+{"@timestamp":"2025-01-16T20:51:58.212+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=226.9Mi, Sys=14.1Mi, NumGC=4627","level":"stat"}
+{"@timestamp":"2025-01-16T20:52:58.210+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=226.9Mi, Sys=14.1Mi, NumGC=4627","level":"stat"}
+{"@timestamp":"2025-01-16T20:53:58.207+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=227.0Mi, Sys=14.1Mi, NumGC=4628","level":"stat"}
+{"@timestamp":"2025-01-16T20:54:58.206+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=227.0Mi, Sys=14.1Mi, NumGC=4628","level":"stat"}
+{"@timestamp":"2025-01-16T20:55:58.204+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=227.0Mi, Sys=14.1Mi, NumGC=4629","level":"stat"}
+{"@timestamp":"2025-01-16T20:56:58.202+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=227.0Mi, Sys=14.1Mi, NumGC=4629","level":"stat"}
+{"@timestamp":"2025-01-16T20:57:58.200+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=227.0Mi, Sys=14.1Mi, NumGC=4630","level":"stat"}
+{"@timestamp":"2025-01-16T20:58:58.197+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=227.1Mi, Sys=14.1Mi, NumGC=4630","level":"stat"}
+{"@timestamp":"2025-01-16T20:59:58.196+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=227.1Mi, Sys=14.1Mi, NumGC=4631","level":"stat"}
+{"@timestamp":"2025-01-16T21:00:58.194+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=227.1Mi, Sys=14.1Mi, NumGC=4631","level":"stat"}
+{"@timestamp":"2025-01-16T21:01:58.196+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=227.1Mi, Sys=14.1Mi, NumGC=4632","level":"stat"}
+{"@timestamp":"2025-01-16T21:02:58.194+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=227.1Mi, Sys=14.1Mi, NumGC=4632","level":"stat"}
+{"@timestamp":"2025-01-16T21:03:58.191+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=227.2Mi, Sys=14.1Mi, NumGC=4633","level":"stat"}
+{"@timestamp":"2025-01-16T21:04:58.190+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=227.2Mi, Sys=14.1Mi, NumGC=4633","level":"stat"}
+{"@timestamp":"2025-01-16T21:05:58.188+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=227.2Mi, Sys=14.1Mi, NumGC=4634","level":"stat"}
+{"@timestamp":"2025-01-16T21:06:58.186+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=227.2Mi, Sys=14.1Mi, NumGC=4634","level":"stat"}
+{"@timestamp":"2025-01-16T21:07:58.184+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=227.2Mi, Sys=14.1Mi, NumGC=4635","level":"stat"}
+{"@timestamp":"2025-01-16T21:08:58.182+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=227.3Mi, Sys=14.1Mi, NumGC=4635","level":"stat"}
+{"@timestamp":"2025-01-16T21:09:58.180+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=227.3Mi, Sys=14.1Mi, NumGC=4636","level":"stat"}
+{"@timestamp":"2025-01-16T21:10:58.178+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=227.3Mi, Sys=14.1Mi, NumGC=4636","level":"stat"}
+{"@timestamp":"2025-01-16T21:11:58.176+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=227.3Mi, Sys=14.1Mi, NumGC=4637","level":"stat"}
+{"@timestamp":"2025-01-16T21:12:58.173+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=227.3Mi, Sys=14.1Mi, NumGC=4637","level":"stat"}
+{"@timestamp":"2025-01-16T21:13:58.172+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=227.4Mi, Sys=14.1Mi, NumGC=4638","level":"stat"}
+{"@timestamp":"2025-01-16T21:14:58.170+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=227.4Mi, Sys=14.1Mi, NumGC=4638","level":"stat"}
+{"@timestamp":"2025-01-16T21:15:58.168+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=227.4Mi, Sys=14.1Mi, NumGC=4639","level":"stat"}
+{"@timestamp":"2025-01-16T21:16:58.183+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=227.4Mi, Sys=14.1Mi, NumGC=4639","level":"stat"}
+{"@timestamp":"2025-01-16T21:17:58.186+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=227.4Mi, Sys=14.1Mi, NumGC=4640","level":"stat"}
+{"@timestamp":"2025-01-16T21:18:58.185+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=227.5Mi, Sys=14.1Mi, NumGC=4640","level":"stat"}
+{"@timestamp":"2025-01-16T21:19:58.183+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=227.5Mi, Sys=14.1Mi, NumGC=4641","level":"stat"}
+{"@timestamp":"2025-01-16T21:20:58.182+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=227.5Mi, Sys=14.1Mi, NumGC=4641","level":"stat"}
+{"@timestamp":"2025-01-16T21:21:58.180+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=227.5Mi, Sys=14.1Mi, NumGC=4642","level":"stat"}
+{"@timestamp":"2025-01-16T21:22:58.177+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=227.5Mi, Sys=14.1Mi, NumGC=4642","level":"stat"}
+{"@timestamp":"2025-01-16T21:23:58.177+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=227.6Mi, Sys=14.1Mi, NumGC=4643","level":"stat"}
+{"@timestamp":"2025-01-16T21:24:58.174+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=227.6Mi, Sys=14.1Mi, NumGC=4643","level":"stat"}
+{"@timestamp":"2025-01-16T21:25:58.173+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=227.6Mi, Sys=14.1Mi, NumGC=4644","level":"stat"}
+{"@timestamp":"2025-01-16T21:26:58.172+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=227.6Mi, Sys=14.1Mi, NumGC=4644","level":"stat"}
+{"@timestamp":"2025-01-16T21:27:58.168+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=227.6Mi, Sys=14.1Mi, NumGC=4645","level":"stat"}
+{"@timestamp":"2025-01-16T21:28:58.167+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=227.7Mi, Sys=14.1Mi, NumGC=4645","level":"stat"}
+{"@timestamp":"2025-01-16T21:29:58.166+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=227.7Mi, Sys=14.1Mi, NumGC=4646","level":"stat"}
+{"@timestamp":"2025-01-16T21:30:58.164+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=227.7Mi, Sys=14.1Mi, NumGC=4646","level":"stat"}
+{"@timestamp":"2025-01-16T21:31:58.307+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=227.7Mi, Sys=14.1Mi, NumGC=4647","level":"stat"}
+{"@timestamp":"2025-01-16T21:32:58.308+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=227.7Mi, Sys=14.1Mi, NumGC=4647","level":"stat"}
+{"@timestamp":"2025-01-16T21:33:58.308+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=227.8Mi, Sys=14.1Mi, NumGC=4648","level":"stat"}
+{"@timestamp":"2025-01-16T21:34:58.306+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=227.8Mi, Sys=14.1Mi, NumGC=4648","level":"stat"}
+{"@timestamp":"2025-01-16T21:35:58.307+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=227.8Mi, Sys=14.1Mi, NumGC=4649","level":"stat"}
+{"@timestamp":"2025-01-16T21:36:58.308+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=227.8Mi, Sys=14.1Mi, NumGC=4649","level":"stat"}
+{"@timestamp":"2025-01-16T21:37:58.306+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=227.8Mi, Sys=14.1Mi, NumGC=4650","level":"stat"}
+{"@timestamp":"2025-01-16T21:38:58.307+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=227.9Mi, Sys=14.1Mi, NumGC=4650","level":"stat"}
+{"@timestamp":"2025-01-16T21:39:58.308+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=227.9Mi, Sys=14.1Mi, NumGC=4651","level":"stat"}
+{"@timestamp":"2025-01-16T21:40:58.307+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=227.9Mi, Sys=14.1Mi, NumGC=4651","level":"stat"}
+{"@timestamp":"2025-01-16T21:41:58.307+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=227.9Mi, Sys=14.1Mi, NumGC=4652","level":"stat"}
+{"@timestamp":"2025-01-16T21:42:58.308+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=227.9Mi, Sys=14.1Mi, NumGC=4652","level":"stat"}
+{"@timestamp":"2025-01-16T21:43:58.307+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=228.0Mi, Sys=14.1Mi, NumGC=4653","level":"stat"}
+{"@timestamp":"2025-01-16T21:44:58.308+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=228.0Mi, Sys=14.1Mi, NumGC=4653","level":"stat"}
+{"@timestamp":"2025-01-16T21:45:58.308+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=228.0Mi, Sys=14.1Mi, NumGC=4654","level":"stat"}
+{"@timestamp":"2025-01-16T21:46:58.306+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=228.0Mi, Sys=14.1Mi, NumGC=4654","level":"stat"}
+{"@timestamp":"2025-01-16T21:47:58.307+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=228.1Mi, Sys=14.1Mi, NumGC=4655","level":"stat"}
+{"@timestamp":"2025-01-16T21:48:58.307+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=228.1Mi, Sys=14.1Mi, NumGC=4655","level":"stat"}
+{"@timestamp":"2025-01-16T21:49:58.306+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=228.1Mi, Sys=14.1Mi, NumGC=4656","level":"stat"}
+{"@timestamp":"2025-01-16T21:50:58.307+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=228.1Mi, Sys=14.1Mi, NumGC=4656","level":"stat"}
+{"@timestamp":"2025-01-16T22:07:23.344+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=228.1Mi, Sys=14.1Mi, NumGC=4657","level":"stat"}
+{"@timestamp":"2025-01-16T22:27:39.605+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=228.1Mi, Sys=14.1Mi, NumGC=4657","level":"stat"}
+{"@timestamp":"2025-01-16T22:28:39.626+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=228.2Mi, Sys=14.1Mi, NumGC=4658","level":"stat"}
+{"@timestamp":"2025-01-16T22:29:39.627+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=228.2Mi, Sys=14.1Mi, NumGC=4658","level":"stat"}
+{"@timestamp":"2025-01-16T22:30:39.627+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=228.2Mi, Sys=14.1Mi, NumGC=4659","level":"stat"}
+{"@timestamp":"2025-01-16T22:31:39.627+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=228.2Mi, Sys=14.1Mi, NumGC=4659","level":"stat"}
+{"@timestamp":"2025-01-16T22:32:39.628+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=228.2Mi, Sys=14.1Mi, NumGC=4660","level":"stat"}
+{"@timestamp":"2025-01-16T22:33:39.627+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=228.3Mi, Sys=14.1Mi, NumGC=4660","level":"stat"}
+{"@timestamp":"2025-01-16T22:34:39.633+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=228.3Mi, Sys=14.1Mi, NumGC=4661","level":"stat"}
+{"@timestamp":"2025-01-16T22:35:39.635+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=228.3Mi, Sys=14.1Mi, NumGC=4661","level":"stat"}
+{"@timestamp":"2025-01-16T22:36:39.633+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=228.3Mi, Sys=14.1Mi, NumGC=4662","level":"stat"}
+{"@timestamp":"2025-01-16T22:37:39.635+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=228.4Mi, Sys=14.1Mi, NumGC=4662","level":"stat"}
+{"@timestamp":"2025-01-16T22:38:39.636+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=228.4Mi, Sys=14.1Mi, NumGC=4663","level":"stat"}
+{"@timestamp":"2025-01-16T22:39:39.636+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=228.4Mi, Sys=14.1Mi, NumGC=4663","level":"stat"}
+{"@timestamp":"2025-01-16T22:40:39.636+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=228.4Mi, Sys=14.1Mi, NumGC=4664","level":"stat"}
+{"@timestamp":"2025-01-16T22:41:39.637+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=228.4Mi, Sys=14.1Mi, NumGC=4664","level":"stat"}
+{"@timestamp":"2025-01-16T22:42:39.637+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=228.5Mi, Sys=14.1Mi, NumGC=4665","level":"stat"}
+{"@timestamp":"2025-01-16T22:43:39.637+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=228.5Mi, Sys=14.1Mi, NumGC=4665","level":"stat"}
+{"@timestamp":"2025-01-16T22:44:39.637+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=228.5Mi, Sys=14.1Mi, NumGC=4666","level":"stat"}
+{"@timestamp":"2025-01-16T22:45:39.636+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=228.5Mi, Sys=14.1Mi, NumGC=4666","level":"stat"}
+{"@timestamp":"2025-01-16T22:46:39.638+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=228.5Mi, Sys=14.1Mi, NumGC=4667","level":"stat"}
+{"@timestamp":"2025-01-16T22:47:39.638+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=228.6Mi, Sys=14.1Mi, NumGC=4667","level":"stat"}
+{"@timestamp":"2025-01-16T22:48:39.638+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=228.6Mi, Sys=14.1Mi, NumGC=4668","level":"stat"}
+{"@timestamp":"2025-01-16T22:49:39.639+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=228.6Mi, Sys=14.1Mi, NumGC=4668","level":"stat"}
+{"@timestamp":"2025-01-16T22:50:39.639+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=228.6Mi, Sys=14.1Mi, NumGC=4669","level":"stat"}
+{"@timestamp":"2025-01-16T22:51:39.681+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=228.6Mi, Sys=14.1Mi, NumGC=4669","level":"stat"}
+{"@timestamp":"2025-01-16T22:52:39.685+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=228.7Mi, Sys=14.1Mi, NumGC=4670","level":"stat"}
+{"@timestamp":"2025-01-16T22:53:39.686+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=228.7Mi, Sys=14.1Mi, NumGC=4670","level":"stat"}
+{"@timestamp":"2025-01-16T22:54:39.704+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=228.7Mi, Sys=14.1Mi, NumGC=4671","level":"stat"}
+{"@timestamp":"2025-01-16T22:55:39.707+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=228.7Mi, Sys=14.1Mi, NumGC=4671","level":"stat"}
+{"@timestamp":"2025-01-16T22:56:39.708+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=228.8Mi, Sys=14.1Mi, NumGC=4672","level":"stat"}
+{"@timestamp":"2025-01-16T22:57:39.710+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=228.8Mi, Sys=14.1Mi, NumGC=4672","level":"stat"}
+{"@timestamp":"2025-01-16T22:58:39.710+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=228.8Mi, Sys=14.1Mi, NumGC=4673","level":"stat"}
+{"@timestamp":"2025-01-16T22:59:39.712+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=228.8Mi, Sys=14.1Mi, NumGC=4673","level":"stat"}
+{"@timestamp":"2025-01-16T23:00:39.713+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=228.8Mi, Sys=14.1Mi, NumGC=4674","level":"stat"}
+{"@timestamp":"2025-01-16T23:01:39.714+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=228.9Mi, Sys=14.1Mi, NumGC=4674","level":"stat"}
+{"@timestamp":"2025-01-16T23:02:39.715+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=228.9Mi, Sys=14.1Mi, NumGC=4675","level":"stat"}
+{"@timestamp":"2025-01-16T23:03:39.716+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=228.9Mi, Sys=14.1Mi, NumGC=4675","level":"stat"}
+{"@timestamp":"2025-01-16T23:04:39.716+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=228.9Mi, Sys=14.1Mi, NumGC=4676","level":"stat"}
+{"@timestamp":"2025-01-16T23:05:39.717+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=228.9Mi, Sys=14.1Mi, NumGC=4676","level":"stat"}
+{"@timestamp":"2025-01-16T23:06:39.718+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=229.0Mi, Sys=14.1Mi, NumGC=4677","level":"stat"}
+{"@timestamp":"2025-01-16T23:07:39.719+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=229.0Mi, Sys=14.1Mi, NumGC=4677","level":"stat"}
+{"@timestamp":"2025-01-16T23:08:39.720+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=229.0Mi, Sys=14.1Mi, NumGC=4678","level":"stat"}
+{"@timestamp":"2025-01-16T23:09:39.721+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=229.0Mi, Sys=14.1Mi, NumGC=4678","level":"stat"}
+{"@timestamp":"2025-01-16T23:10:39.722+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=229.0Mi, Sys=14.1Mi, NumGC=4679","level":"stat"}
+{"@timestamp":"2025-01-16T23:11:39.723+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=229.1Mi, Sys=14.1Mi, NumGC=4679","level":"stat"}
+{"@timestamp":"2025-01-16T23:12:39.725+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=229.1Mi, Sys=14.1Mi, NumGC=4680","level":"stat"}
+{"@timestamp":"2025-01-16T23:13:39.650+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=229.1Mi, Sys=14.1Mi, NumGC=4680","level":"stat"}
+{"@timestamp":"2025-01-16T23:14:39.637+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=229.1Mi, Sys=14.1Mi, NumGC=4681","level":"stat"}
+{"@timestamp":"2025-01-16T23:15:39.655+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=229.1Mi, Sys=14.1Mi, NumGC=4681","level":"stat"}
+{"@timestamp":"2025-01-16T23:16:39.658+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=229.2Mi, Sys=14.1Mi, NumGC=4682","level":"stat"}
+{"@timestamp":"2025-01-16T23:17:39.659+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=229.2Mi, Sys=14.1Mi, NumGC=4682","level":"stat"}
+{"@timestamp":"2025-01-16T23:18:39.659+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=229.2Mi, Sys=14.1Mi, NumGC=4683","level":"stat"}
+{"@timestamp":"2025-01-16T23:19:39.660+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=229.2Mi, Sys=14.1Mi, NumGC=4683","level":"stat"}
+{"@timestamp":"2025-01-16T23:20:39.660+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=229.2Mi, Sys=14.1Mi, NumGC=4684","level":"stat"}
+{"@timestamp":"2025-01-16T23:21:39.661+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=229.3Mi, Sys=14.1Mi, NumGC=4684","level":"stat"}
+{"@timestamp":"2025-01-16T23:22:39.660+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=229.3Mi, Sys=14.1Mi, NumGC=4685","level":"stat"}
+{"@timestamp":"2025-01-16T23:23:39.660+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=229.3Mi, Sys=14.1Mi, NumGC=4685","level":"stat"}
+{"@timestamp":"2025-01-16T23:24:39.660+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=229.3Mi, Sys=14.1Mi, NumGC=4686","level":"stat"}
+{"@timestamp":"2025-01-16T23:25:39.660+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=229.3Mi, Sys=14.1Mi, NumGC=4686","level":"stat"}
+{"@timestamp":"2025-01-16T23:26:39.661+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=229.4Mi, Sys=14.1Mi, NumGC=4687","level":"stat"}
+{"@timestamp":"2025-01-16T23:27:39.661+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=229.4Mi, Sys=14.1Mi, NumGC=4687","level":"stat"}
+{"@timestamp":"2025-01-16T23:28:39.660+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=229.4Mi, Sys=14.1Mi, NumGC=4688","level":"stat"}
+{"@timestamp":"2025-01-16T23:29:39.661+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=229.4Mi, Sys=14.1Mi, NumGC=4688","level":"stat"}
+{"@timestamp":"2025-01-16T23:30:39.662+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=229.4Mi, Sys=14.1Mi, NumGC=4689","level":"stat"}
+{"@timestamp":"2025-01-16T23:31:39.663+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=229.5Mi, Sys=14.1Mi, NumGC=4689","level":"stat"}
+{"@timestamp":"2025-01-16T23:32:39.661+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=229.5Mi, Sys=14.1Mi, NumGC=4690","level":"stat"}
+{"@timestamp":"2025-01-16T23:33:39.662+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=229.5Mi, Sys=14.1Mi, NumGC=4690","level":"stat"}
+{"@timestamp":"2025-01-16T23:34:39.662+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=229.5Mi, Sys=14.1Mi, NumGC=4691","level":"stat"}
+{"@timestamp":"2025-01-16T23:35:39.660+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=229.5Mi, Sys=14.1Mi, NumGC=4691","level":"stat"}
+{"@timestamp":"2025-01-16T23:36:39.660+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=229.6Mi, Sys=14.1Mi, NumGC=4692","level":"stat"}
+{"@timestamp":"2025-01-16T23:37:39.660+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=229.6Mi, Sys=14.1Mi, NumGC=4692","level":"stat"}
+{"@timestamp":"2025-01-16T23:38:39.661+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=229.6Mi, Sys=14.1Mi, NumGC=4693","level":"stat"}
+{"@timestamp":"2025-01-16T23:39:39.661+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=229.6Mi, Sys=14.1Mi, NumGC=4693","level":"stat"}
+{"@timestamp":"2025-01-16T23:40:39.661+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=229.6Mi, Sys=14.1Mi, NumGC=4694","level":"stat"}
+{"@timestamp":"2025-01-16T23:41:39.661+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=229.7Mi, Sys=14.1Mi, NumGC=4694","level":"stat"}
+{"@timestamp":"2025-01-16T23:42:39.661+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=229.7Mi, Sys=14.1Mi, NumGC=4695","level":"stat"}
+{"@timestamp":"2025-01-16T23:43:39.661+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=229.7Mi, Sys=14.1Mi, NumGC=4695","level":"stat"}
+{"@timestamp":"2025-01-16T23:44:39.661+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=229.7Mi, Sys=14.1Mi, NumGC=4696","level":"stat"}
+{"@timestamp":"2025-01-16T23:45:39.661+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=229.7Mi, Sys=14.1Mi, NumGC=4696","level":"stat"}
+{"@timestamp":"2025-01-16T23:46:39.662+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=229.8Mi, Sys=14.1Mi, NumGC=4697","level":"stat"}
+{"@timestamp":"2025-01-16T23:47:39.662+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=229.8Mi, Sys=14.1Mi, NumGC=4697","level":"stat"}
+{"@timestamp":"2025-01-16T23:48:39.663+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=229.8Mi, Sys=14.1Mi, NumGC=4698","level":"stat"}
+{"@timestamp":"2025-01-16T23:49:39.663+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=229.8Mi, Sys=14.1Mi, NumGC=4698","level":"stat"}
+{"@timestamp":"2025-01-16T23:50:39.678+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=229.8Mi, Sys=14.1Mi, NumGC=4699","level":"stat"}
+{"@timestamp":"2025-01-16T23:51:39.680+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=229.9Mi, Sys=14.1Mi, NumGC=4699","level":"stat"}
+{"@timestamp":"2025-01-16T23:52:39.680+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=229.9Mi, Sys=14.1Mi, NumGC=4700","level":"stat"}
+{"@timestamp":"2025-01-16T23:53:39.680+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=229.9Mi, Sys=14.1Mi, NumGC=4700","level":"stat"}
+{"@timestamp":"2025-01-16T23:54:39.681+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=229.9Mi, Sys=14.1Mi, NumGC=4701","level":"stat"}
+{"@timestamp":"2025-01-16T23:55:39.681+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=229.9Mi, Sys=14.1Mi, NumGC=4701","level":"stat"}
+{"@timestamp":"2025-01-16T23:56:39.682+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=230.0Mi, Sys=14.1Mi, NumGC=4702","level":"stat"}
+{"@timestamp":"2025-01-16T23:57:39.682+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=230.0Mi, Sys=14.1Mi, NumGC=4702","level":"stat"}
+{"@timestamp":"2025-01-16T23:58:39.682+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=230.0Mi, Sys=14.1Mi, NumGC=4703","level":"stat"}
+{"@timestamp":"2025-01-16T23:59:39.682+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=230.0Mi, Sys=14.1Mi, NumGC=4703","level":"stat"}

+ 1120 - 0
app/mq/kafka/logs/stat.log-2025-01-17

@@ -0,0 +1,1120 @@
+{"@timestamp":"2025-01-17T00:00:39.684+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=230.1Mi, Sys=14.1Mi, NumGC=4704","level":"stat"}
+{"@timestamp":"2025-01-17T00:01:39.683+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=230.1Mi, Sys=14.1Mi, NumGC=4704","level":"stat"}
+{"@timestamp":"2025-01-17T00:02:39.684+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=230.1Mi, Sys=14.1Mi, NumGC=4705","level":"stat"}
+{"@timestamp":"2025-01-17T00:03:39.684+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=230.1Mi, Sys=14.1Mi, NumGC=4705","level":"stat"}
+{"@timestamp":"2025-01-17T00:04:39.685+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=230.1Mi, Sys=14.1Mi, NumGC=4706","level":"stat"}
+{"@timestamp":"2025-01-17T00:05:39.685+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=230.2Mi, Sys=14.1Mi, NumGC=4706","level":"stat"}
+{"@timestamp":"2025-01-17T00:06:39.696+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=230.2Mi, Sys=14.1Mi, NumGC=4706","level":"stat"}
+{"@timestamp":"2025-01-17T00:07:39.695+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=230.2Mi, Sys=14.1Mi, NumGC=4707","level":"stat"}
+{"@timestamp":"2025-01-17T00:08:39.696+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=230.2Mi, Sys=14.1Mi, NumGC=4707","level":"stat"}
+{"@timestamp":"2025-01-17T00:09:39.696+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=230.3Mi, Sys=14.1Mi, NumGC=4708","level":"stat"}
+{"@timestamp":"2025-01-17T00:10:39.697+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=230.3Mi, Sys=14.1Mi, NumGC=4708","level":"stat"}
+{"@timestamp":"2025-01-17T00:11:39.697+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=230.3Mi, Sys=14.1Mi, NumGC=4709","level":"stat"}
+{"@timestamp":"2025-01-17T00:12:39.697+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=230.3Mi, Sys=14.1Mi, NumGC=4709","level":"stat"}
+{"@timestamp":"2025-01-17T00:13:39.698+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=230.3Mi, Sys=14.1Mi, NumGC=4710","level":"stat"}
+{"@timestamp":"2025-01-17T00:14:39.699+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=230.4Mi, Sys=14.1Mi, NumGC=4710","level":"stat"}
+{"@timestamp":"2025-01-17T00:15:39.699+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=230.4Mi, Sys=14.1Mi, NumGC=4711","level":"stat"}
+{"@timestamp":"2025-01-17T00:16:39.699+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=230.4Mi, Sys=14.1Mi, NumGC=4711","level":"stat"}
+{"@timestamp":"2025-01-17T00:17:39.700+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=230.4Mi, Sys=14.1Mi, NumGC=4712","level":"stat"}
+{"@timestamp":"2025-01-17T00:18:39.700+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=230.4Mi, Sys=14.1Mi, NumGC=4712","level":"stat"}
+{"@timestamp":"2025-01-17T00:19:39.701+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=230.5Mi, Sys=14.1Mi, NumGC=4713","level":"stat"}
+{"@timestamp":"2025-01-17T00:20:39.702+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=230.5Mi, Sys=14.1Mi, NumGC=4713","level":"stat"}
+{"@timestamp":"2025-01-17T00:21:39.702+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=230.5Mi, Sys=14.1Mi, NumGC=4714","level":"stat"}
+{"@timestamp":"2025-01-17T00:22:39.703+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=230.5Mi, Sys=14.1Mi, NumGC=4714","level":"stat"}
+{"@timestamp":"2025-01-17T00:23:39.703+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=230.5Mi, Sys=14.1Mi, NumGC=4715","level":"stat"}
+{"@timestamp":"2025-01-17T00:24:39.704+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=230.6Mi, Sys=14.1Mi, NumGC=4715","level":"stat"}
+{"@timestamp":"2025-01-17T00:25:39.695+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=230.6Mi, Sys=14.1Mi, NumGC=4716","level":"stat"}
+{"@timestamp":"2025-01-17T00:26:39.693+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=230.6Mi, Sys=14.1Mi, NumGC=4716","level":"stat"}
+{"@timestamp":"2025-01-17T00:27:39.693+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=230.6Mi, Sys=14.1Mi, NumGC=4717","level":"stat"}
+{"@timestamp":"2025-01-17T00:28:39.694+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=230.6Mi, Sys=14.1Mi, NumGC=4717","level":"stat"}
+{"@timestamp":"2025-01-17T00:29:39.694+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=230.7Mi, Sys=14.1Mi, NumGC=4718","level":"stat"}
+{"@timestamp":"2025-01-17T00:30:39.694+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=230.7Mi, Sys=14.1Mi, NumGC=4718","level":"stat"}
+{"@timestamp":"2025-01-17T00:31:39.695+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=230.7Mi, Sys=14.1Mi, NumGC=4719","level":"stat"}
+{"@timestamp":"2025-01-17T00:32:39.695+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=230.7Mi, Sys=14.1Mi, NumGC=4719","level":"stat"}
+{"@timestamp":"2025-01-17T00:33:39.695+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=230.7Mi, Sys=14.1Mi, NumGC=4720","level":"stat"}
+{"@timestamp":"2025-01-17T00:34:39.696+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=230.8Mi, Sys=14.1Mi, NumGC=4720","level":"stat"}
+{"@timestamp":"2025-01-17T00:35:39.696+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=230.8Mi, Sys=14.1Mi, NumGC=4721","level":"stat"}
+{"@timestamp":"2025-01-17T00:36:39.696+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=230.8Mi, Sys=14.1Mi, NumGC=4721","level":"stat"}
+{"@timestamp":"2025-01-17T00:37:39.697+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=230.8Mi, Sys=14.1Mi, NumGC=4722","level":"stat"}
+{"@timestamp":"2025-01-17T00:38:39.697+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=230.8Mi, Sys=14.1Mi, NumGC=4722","level":"stat"}
+{"@timestamp":"2025-01-17T00:39:39.697+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=230.9Mi, Sys=14.1Mi, NumGC=4723","level":"stat"}
+{"@timestamp":"2025-01-17T00:40:39.698+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=230.9Mi, Sys=14.1Mi, NumGC=4723","level":"stat"}
+{"@timestamp":"2025-01-17T00:41:39.698+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=230.9Mi, Sys=14.1Mi, NumGC=4724","level":"stat"}
+{"@timestamp":"2025-01-17T00:42:39.712+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=230.9Mi, Sys=14.1Mi, NumGC=4724","level":"stat"}
+{"@timestamp":"2025-01-17T00:43:39.712+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=230.9Mi, Sys=14.1Mi, NumGC=4725","level":"stat"}
+{"@timestamp":"2025-01-17T00:44:39.713+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=230.9Mi, Sys=14.1Mi, NumGC=4725","level":"stat"}
+{"@timestamp":"2025-01-17T00:45:39.714+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=231.0Mi, Sys=14.1Mi, NumGC=4726","level":"stat"}
+{"@timestamp":"2025-01-17T00:46:39.714+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=231.0Mi, Sys=14.1Mi, NumGC=4726","level":"stat"}
+{"@timestamp":"2025-01-17T00:47:39.715+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=231.0Mi, Sys=14.1Mi, NumGC=4727","level":"stat"}
+{"@timestamp":"2025-01-17T00:48:39.715+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=231.0Mi, Sys=14.1Mi, NumGC=4727","level":"stat"}
+{"@timestamp":"2025-01-17T00:49:39.716+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=231.0Mi, Sys=14.1Mi, NumGC=4728","level":"stat"}
+{"@timestamp":"2025-01-17T00:50:39.716+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=231.0Mi, Sys=14.1Mi, NumGC=4728","level":"stat"}
+{"@timestamp":"2025-01-17T00:51:39.717+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=231.0Mi, Sys=14.1Mi, NumGC=4729","level":"stat"}
+{"@timestamp":"2025-01-17T00:52:39.717+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=231.0Mi, Sys=14.1Mi, NumGC=4729","level":"stat"}
+{"@timestamp":"2025-01-17T00:53:39.717+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=231.1Mi, Sys=14.1Mi, NumGC=4730","level":"stat"}
+{"@timestamp":"2025-01-17T00:54:39.718+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=231.1Mi, Sys=14.1Mi, NumGC=4730","level":"stat"}
+{"@timestamp":"2025-01-17T00:55:39.719+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=231.1Mi, Sys=14.1Mi, NumGC=4731","level":"stat"}
+{"@timestamp":"2025-01-17T00:56:39.719+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=231.1Mi, Sys=14.1Mi, NumGC=4731","level":"stat"}
+{"@timestamp":"2025-01-17T00:57:39.732+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=231.1Mi, Sys=14.1Mi, NumGC=4732","level":"stat"}
+{"@timestamp":"2025-01-17T00:58:39.735+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=231.1Mi, Sys=14.1Mi, NumGC=4732","level":"stat"}
+{"@timestamp":"2025-01-17T00:59:39.736+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=231.2Mi, Sys=14.1Mi, NumGC=4733","level":"stat"}
+{"@timestamp":"2025-01-17T01:00:39.736+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=231.2Mi, Sys=14.1Mi, NumGC=4733","level":"stat"}
+{"@timestamp":"2025-01-17T01:01:39.737+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=231.2Mi, Sys=14.1Mi, NumGC=4734","level":"stat"}
+{"@timestamp":"2025-01-17T01:02:39.738+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=231.2Mi, Sys=14.1Mi, NumGC=4734","level":"stat"}
+{"@timestamp":"2025-01-17T01:03:39.739+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=231.2Mi, Sys=14.1Mi, NumGC=4735","level":"stat"}
+{"@timestamp":"2025-01-17T01:04:39.739+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=231.3Mi, Sys=14.1Mi, NumGC=4735","level":"stat"}
+{"@timestamp":"2025-01-17T01:05:39.740+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=231.3Mi, Sys=14.1Mi, NumGC=4736","level":"stat"}
+{"@timestamp":"2025-01-17T01:06:39.740+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=231.3Mi, Sys=14.1Mi, NumGC=4736","level":"stat"}
+{"@timestamp":"2025-01-17T01:07:39.740+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=231.3Mi, Sys=14.1Mi, NumGC=4737","level":"stat"}
+{"@timestamp":"2025-01-17T01:08:39.742+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=231.3Mi, Sys=14.1Mi, NumGC=4737","level":"stat"}
+{"@timestamp":"2025-01-17T01:09:39.743+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=231.4Mi, Sys=14.1Mi, NumGC=4738","level":"stat"}
+{"@timestamp":"2025-01-17T01:10:39.743+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=231.4Mi, Sys=14.1Mi, NumGC=4738","level":"stat"}
+{"@timestamp":"2025-01-17T01:11:39.744+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=231.4Mi, Sys=14.1Mi, NumGC=4739","level":"stat"}
+{"@timestamp":"2025-01-17T01:12:39.747+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=231.4Mi, Sys=14.1Mi, NumGC=4739","level":"stat"}
+{"@timestamp":"2025-01-17T01:13:39.749+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=231.4Mi, Sys=14.1Mi, NumGC=4740","level":"stat"}
+{"@timestamp":"2025-01-17T01:14:39.749+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=231.5Mi, Sys=14.1Mi, NumGC=4740","level":"stat"}
+{"@timestamp":"2025-01-17T01:15:39.750+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=231.5Mi, Sys=14.1Mi, NumGC=4741","level":"stat"}
+{"@timestamp":"2025-01-17T01:16:39.750+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=231.5Mi, Sys=14.1Mi, NumGC=4741","level":"stat"}
+{"@timestamp":"2025-01-17T01:17:39.752+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=231.5Mi, Sys=14.1Mi, NumGC=4742","level":"stat"}
+{"@timestamp":"2025-01-17T01:18:39.752+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=231.5Mi, Sys=14.1Mi, NumGC=4742","level":"stat"}
+{"@timestamp":"2025-01-17T01:19:39.752+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=231.6Mi, Sys=14.1Mi, NumGC=4743","level":"stat"}
+{"@timestamp":"2025-01-17T01:20:39.754+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=231.6Mi, Sys=14.1Mi, NumGC=4743","level":"stat"}
+{"@timestamp":"2025-01-17T01:21:39.755+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=231.6Mi, Sys=14.1Mi, NumGC=4744","level":"stat"}
+{"@timestamp":"2025-01-17T01:22:39.755+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=231.6Mi, Sys=14.1Mi, NumGC=4744","level":"stat"}
+{"@timestamp":"2025-01-17T01:23:39.756+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=231.6Mi, Sys=14.1Mi, NumGC=4745","level":"stat"}
+{"@timestamp":"2025-01-17T01:24:39.756+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=231.7Mi, Sys=14.1Mi, NumGC=4745","level":"stat"}
+{"@timestamp":"2025-01-17T01:25:39.757+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=231.7Mi, Sys=14.1Mi, NumGC=4746","level":"stat"}
+{"@timestamp":"2025-01-17T01:26:39.758+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=231.7Mi, Sys=14.1Mi, NumGC=4746","level":"stat"}
+{"@timestamp":"2025-01-17T01:27:39.739+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=231.7Mi, Sys=14.1Mi, NumGC=4747","level":"stat"}
+{"@timestamp":"2025-01-17T01:28:39.732+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=231.7Mi, Sys=14.1Mi, NumGC=4747","level":"stat"}
+{"@timestamp":"2025-01-17T01:29:39.732+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=231.8Mi, Sys=14.1Mi, NumGC=4748","level":"stat"}
+{"@timestamp":"2025-01-17T01:30:39.732+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=231.8Mi, Sys=14.1Mi, NumGC=4748","level":"stat"}
+{"@timestamp":"2025-01-17T01:31:39.733+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=231.8Mi, Sys=14.1Mi, NumGC=4749","level":"stat"}
+{"@timestamp":"2025-01-17T01:32:39.733+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=231.8Mi, Sys=14.1Mi, NumGC=4749","level":"stat"}
+{"@timestamp":"2025-01-17T01:33:39.733+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=231.8Mi, Sys=14.1Mi, NumGC=4750","level":"stat"}
+{"@timestamp":"2025-01-17T01:34:39.734+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=231.9Mi, Sys=14.1Mi, NumGC=4750","level":"stat"}
+{"@timestamp":"2025-01-17T01:35:39.734+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=231.9Mi, Sys=14.1Mi, NumGC=4751","level":"stat"}
+{"@timestamp":"2025-01-17T01:36:39.734+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=231.9Mi, Sys=14.1Mi, NumGC=4751","level":"stat"}
+{"@timestamp":"2025-01-17T01:37:39.735+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=231.9Mi, Sys=14.1Mi, NumGC=4752","level":"stat"}
+{"@timestamp":"2025-01-17T01:38:39.737+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=231.9Mi, Sys=14.1Mi, NumGC=4752","level":"stat"}
+{"@timestamp":"2025-01-17T01:39:39.737+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.0Mi, Sys=14.1Mi, NumGC=4753","level":"stat"}
+{"@timestamp":"2025-01-17T01:40:39.737+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.0Mi, Sys=14.1Mi, NumGC=4753","level":"stat"}
+{"@timestamp":"2025-01-17T01:41:39.738+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.0Mi, Sys=14.1Mi, NumGC=4754","level":"stat"}
+{"@timestamp":"2025-01-17T01:42:39.738+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.0Mi, Sys=14.1Mi, NumGC=4754","level":"stat"}
+{"@timestamp":"2025-01-17T01:43:39.739+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.0Mi, Sys=14.1Mi, NumGC=4755","level":"stat"}
+{"@timestamp":"2025-01-17T01:44:39.739+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.1Mi, Sys=14.1Mi, NumGC=4755","level":"stat"}
+{"@timestamp":"2025-01-17T01:45:39.739+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.1Mi, Sys=14.1Mi, NumGC=4756","level":"stat"}
+{"@timestamp":"2025-01-17T01:46:39.740+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.1Mi, Sys=14.1Mi, NumGC=4756","level":"stat"}
+{"@timestamp":"2025-01-17T01:47:39.741+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.1Mi, Sys=14.1Mi, NumGC=4757","level":"stat"}
+{"@timestamp":"2025-01-17T01:48:39.741+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.1Mi, Sys=14.1Mi, NumGC=4757","level":"stat"}
+{"@timestamp":"2025-01-17T01:49:39.741+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.2Mi, Sys=14.1Mi, NumGC=4758","level":"stat"}
+{"@timestamp":"2025-01-17T01:50:39.741+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.2Mi, Sys=14.1Mi, NumGC=4758","level":"stat"}
+{"@timestamp":"2025-01-17T01:51:39.741+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.2Mi, Sys=14.1Mi, NumGC=4759","level":"stat"}
+{"@timestamp":"2025-01-17T01:52:39.741+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.2Mi, Sys=14.1Mi, NumGC=4759","level":"stat"}
+{"@timestamp":"2025-01-17T01:53:39.741+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.2Mi, Sys=14.1Mi, NumGC=4760","level":"stat"}
+{"@timestamp":"2025-01-17T01:54:39.741+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.2Mi, Sys=14.1Mi, NumGC=4760","level":"stat"}
+{"@timestamp":"2025-01-17T01:55:39.742+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.3Mi, Sys=14.1Mi, NumGC=4761","level":"stat"}
+{"@timestamp":"2025-01-17T01:56:39.743+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.3Mi, Sys=14.1Mi, NumGC=4761","level":"stat"}
+{"@timestamp":"2025-01-17T01:57:39.743+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.3Mi, Sys=14.1Mi, NumGC=4762","level":"stat"}
+{"@timestamp":"2025-01-17T01:58:39.744+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.3Mi, Sys=14.1Mi, NumGC=4762","level":"stat"}
+{"@timestamp":"2025-01-17T01:59:39.744+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.3Mi, Sys=14.1Mi, NumGC=4763","level":"stat"}
+{"@timestamp":"2025-01-17T02:00:39.744+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.3Mi, Sys=14.1Mi, NumGC=4763","level":"stat"}
+{"@timestamp":"2025-01-17T02:01:39.745+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.3Mi, Sys=14.1Mi, NumGC=4764","level":"stat"}
+{"@timestamp":"2025-01-17T02:02:39.745+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.4Mi, Sys=14.1Mi, NumGC=4764","level":"stat"}
+{"@timestamp":"2025-01-17T02:03:39.746+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.4Mi, Sys=14.1Mi, NumGC=4765","level":"stat"}
+{"@timestamp":"2025-01-17T02:04:39.746+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.4Mi, Sys=14.1Mi, NumGC=4765","level":"stat"}
+{"@timestamp":"2025-01-17T02:05:39.747+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.4Mi, Sys=14.1Mi, NumGC=4766","level":"stat"}
+{"@timestamp":"2025-01-17T02:06:39.748+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.4Mi, Sys=14.1Mi, NumGC=4766","level":"stat"}
+{"@timestamp":"2025-01-17T02:07:39.748+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.4Mi, Sys=14.1Mi, NumGC=4767","level":"stat"}
+{"@timestamp":"2025-01-17T02:08:39.749+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.4Mi, Sys=14.1Mi, NumGC=4767","level":"stat"}
+{"@timestamp":"2025-01-17T02:09:39.749+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.4Mi, Sys=14.1Mi, NumGC=4768","level":"stat"}
+{"@timestamp":"2025-01-17T02:10:39.749+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.5Mi, Sys=14.1Mi, NumGC=4768","level":"stat"}
+{"@timestamp":"2025-01-17T02:11:39.749+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.5Mi, Sys=14.1Mi, NumGC=4769","level":"stat"}
+{"@timestamp":"2025-01-17T02:12:39.750+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.5Mi, Sys=14.1Mi, NumGC=4769","level":"stat"}
+{"@timestamp":"2025-01-17T02:13:39.750+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.5Mi, Sys=14.1Mi, NumGC=4770","level":"stat"}
+{"@timestamp":"2025-01-17T02:14:39.751+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.5Mi, Sys=14.1Mi, NumGC=4770","level":"stat"}
+{"@timestamp":"2025-01-17T02:15:39.751+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.5Mi, Sys=14.1Mi, NumGC=4771","level":"stat"}
+{"@timestamp":"2025-01-17T02:16:39.752+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.5Mi, Sys=14.1Mi, NumGC=4771","level":"stat"}
+{"@timestamp":"2025-01-17T02:17:39.752+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.6Mi, Sys=14.1Mi, NumGC=4772","level":"stat"}
+{"@timestamp":"2025-01-17T02:18:39.753+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.6Mi, Sys=14.1Mi, NumGC=4772","level":"stat"}
+{"@timestamp":"2025-01-17T02:19:39.751+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.6Mi, Sys=14.1Mi, NumGC=4773","level":"stat"}
+{"@timestamp":"2025-01-17T02:20:39.749+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.6Mi, Sys=14.1Mi, NumGC=4773","level":"stat"}
+{"@timestamp":"2025-01-17T02:21:39.750+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.6Mi, Sys=14.1Mi, NumGC=4774","level":"stat"}
+{"@timestamp":"2025-01-17T02:22:39.749+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.6Mi, Sys=14.1Mi, NumGC=4774","level":"stat"}
+{"@timestamp":"2025-01-17T02:23:39.750+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.6Mi, Sys=14.1Mi, NumGC=4775","level":"stat"}
+{"@timestamp":"2025-01-17T02:24:39.750+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.7Mi, Sys=14.1Mi, NumGC=4775","level":"stat"}
+{"@timestamp":"2025-01-17T02:25:39.751+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.7Mi, Sys=14.1Mi, NumGC=4776","level":"stat"}
+{"@timestamp":"2025-01-17T02:26:39.751+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.7Mi, Sys=14.1Mi, NumGC=4776","level":"stat"}
+{"@timestamp":"2025-01-17T02:27:39.752+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.7Mi, Sys=14.1Mi, NumGC=4777","level":"stat"}
+{"@timestamp":"2025-01-17T02:28:39.752+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.7Mi, Sys=14.1Mi, NumGC=4777","level":"stat"}
+{"@timestamp":"2025-01-17T02:29:39.752+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.7Mi, Sys=14.1Mi, NumGC=4778","level":"stat"}
+{"@timestamp":"2025-01-17T02:30:39.748+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.7Mi, Sys=14.1Mi, NumGC=4778","level":"stat"}
+{"@timestamp":"2025-01-17T02:31:39.749+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.8Mi, Sys=14.1Mi, NumGC=4779","level":"stat"}
+{"@timestamp":"2025-01-17T02:32:39.748+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.8Mi, Sys=14.1Mi, NumGC=4779","level":"stat"}
+{"@timestamp":"2025-01-17T02:33:39.749+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.8Mi, Sys=14.1Mi, NumGC=4780","level":"stat"}
+{"@timestamp":"2025-01-17T02:34:39.750+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.8Mi, Sys=14.1Mi, NumGC=4780","level":"stat"}
+{"@timestamp":"2025-01-17T02:50:42.435+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.8Mi, Sys=14.1Mi, NumGC=4781","level":"stat"}
+{"@timestamp":"2025-01-17T02:51:42.436+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.9Mi, Sys=14.1Mi, NumGC=4781","level":"stat"}
+{"@timestamp":"2025-01-17T02:52:42.436+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.9Mi, Sys=14.1Mi, NumGC=4782","level":"stat"}
+{"@timestamp":"2025-01-17T02:53:42.435+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.9Mi, Sys=14.1Mi, NumGC=4782","level":"stat"}
+{"@timestamp":"2025-01-17T02:54:42.437+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=232.9Mi, Sys=14.1Mi, NumGC=4783","level":"stat"}
+{"@timestamp":"2025-01-17T02:55:42.437+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=233.0Mi, Sys=14.1Mi, NumGC=4783","level":"stat"}
+{"@timestamp":"2025-01-17T02:56:42.438+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=233.0Mi, Sys=14.1Mi, NumGC=4784","level":"stat"}
+{"@timestamp":"2025-01-17T02:57:42.433+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=233.0Mi, Sys=14.1Mi, NumGC=4784","level":"stat"}
+{"@timestamp":"2025-01-17T02:58:42.435+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=233.0Mi, Sys=14.1Mi, NumGC=4785","level":"stat"}
+{"@timestamp":"2025-01-17T02:59:42.435+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=233.0Mi, Sys=14.1Mi, NumGC=4785","level":"stat"}
+{"@timestamp":"2025-01-17T03:00:42.434+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=233.1Mi, Sys=14.1Mi, NumGC=4786","level":"stat"}
+{"@timestamp":"2025-01-17T03:01:42.436+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=233.1Mi, Sys=14.1Mi, NumGC=4786","level":"stat"}
+{"@timestamp":"2025-01-17T03:02:42.435+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=233.1Mi, Sys=14.1Mi, NumGC=4787","level":"stat"}
+{"@timestamp":"2025-01-17T03:03:42.436+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=233.1Mi, Sys=14.1Mi, NumGC=4787","level":"stat"}
+{"@timestamp":"2025-01-17T03:04:42.436+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=233.1Mi, Sys=14.1Mi, NumGC=4788","level":"stat"}
+{"@timestamp":"2025-01-17T03:05:42.436+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=233.2Mi, Sys=14.1Mi, NumGC=4788","level":"stat"}
+{"@timestamp":"2025-01-17T03:06:42.436+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=233.2Mi, Sys=14.1Mi, NumGC=4789","level":"stat"}
+{"@timestamp":"2025-01-17T03:07:42.436+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=233.2Mi, Sys=14.1Mi, NumGC=4789","level":"stat"}
+{"@timestamp":"2025-01-17T03:08:42.435+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=233.2Mi, Sys=14.1Mi, NumGC=4790","level":"stat"}
+{"@timestamp":"2025-01-17T03:09:42.437+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=233.2Mi, Sys=14.1Mi, NumGC=4790","level":"stat"}
+{"@timestamp":"2025-01-17T03:10:42.437+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=233.3Mi, Sys=14.1Mi, NumGC=4791","level":"stat"}
+{"@timestamp":"2025-01-17T03:11:42.437+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=233.3Mi, Sys=14.1Mi, NumGC=4791","level":"stat"}
+{"@timestamp":"2025-01-17T03:12:42.437+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=233.3Mi, Sys=14.1Mi, NumGC=4792","level":"stat"}
+{"@timestamp":"2025-01-17T03:13:42.438+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=233.3Mi, Sys=14.1Mi, NumGC=4792","level":"stat"}
+{"@timestamp":"2025-01-17T03:14:42.327+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=233.3Mi, Sys=14.1Mi, NumGC=4793","level":"stat"}
+{"@timestamp":"2025-01-17T03:15:42.327+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=233.4Mi, Sys=14.1Mi, NumGC=4793","level":"stat"}
+{"@timestamp":"2025-01-17T03:16:42.326+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=233.4Mi, Sys=14.1Mi, NumGC=4794","level":"stat"}
+{"@timestamp":"2025-01-17T03:17:42.325+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=233.4Mi, Sys=14.1Mi, NumGC=4794","level":"stat"}
+{"@timestamp":"2025-01-17T03:18:42.323+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=233.4Mi, Sys=14.1Mi, NumGC=4795","level":"stat"}
+{"@timestamp":"2025-01-17T03:19:42.321+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=233.4Mi, Sys=14.1Mi, NumGC=4795","level":"stat"}
+{"@timestamp":"2025-01-17T03:20:42.321+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=233.5Mi, Sys=14.1Mi, NumGC=4796","level":"stat"}
+{"@timestamp":"2025-01-17T03:21:42.320+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=233.5Mi, Sys=14.1Mi, NumGC=4796","level":"stat"}
+{"@timestamp":"2025-01-17T03:22:42.318+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=233.5Mi, Sys=14.1Mi, NumGC=4797","level":"stat"}
+{"@timestamp":"2025-01-17T03:23:42.317+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=233.5Mi, Sys=14.1Mi, NumGC=4797","level":"stat"}
+{"@timestamp":"2025-01-17T03:24:42.316+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=233.5Mi, Sys=14.1Mi, NumGC=4798","level":"stat"}
+{"@timestamp":"2025-01-17T03:25:42.316+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=233.6Mi, Sys=14.1Mi, NumGC=4798","level":"stat"}
+{"@timestamp":"2025-01-17T03:26:42.314+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=233.6Mi, Sys=14.1Mi, NumGC=4799","level":"stat"}
+{"@timestamp":"2025-01-17T03:27:42.312+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=233.6Mi, Sys=14.1Mi, NumGC=4799","level":"stat"}
+{"@timestamp":"2025-01-17T03:28:42.312+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=233.6Mi, Sys=14.1Mi, NumGC=4800","level":"stat"}
+{"@timestamp":"2025-01-17T03:29:42.312+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=233.6Mi, Sys=14.1Mi, NumGC=4800","level":"stat"}
+{"@timestamp":"2025-01-17T03:30:42.309+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=233.7Mi, Sys=14.1Mi, NumGC=4801","level":"stat"}
+{"@timestamp":"2025-01-17T03:31:42.309+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=233.7Mi, Sys=14.1Mi, NumGC=4801","level":"stat"}
+{"@timestamp":"2025-01-17T03:32:42.308+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=233.7Mi, Sys=14.1Mi, NumGC=4802","level":"stat"}
+{"@timestamp":"2025-01-17T03:33:42.307+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=233.7Mi, Sys=14.1Mi, NumGC=4802","level":"stat"}
+{"@timestamp":"2025-01-17T03:34:42.304+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=233.7Mi, Sys=14.1Mi, NumGC=4803","level":"stat"}
+{"@timestamp":"2025-01-17T03:35:42.313+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=233.8Mi, Sys=14.1Mi, NumGC=4803","level":"stat"}
+{"@timestamp":"2025-01-17T03:36:42.313+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=233.8Mi, Sys=14.1Mi, NumGC=4804","level":"stat"}
+{"@timestamp":"2025-01-17T03:37:42.312+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=233.8Mi, Sys=14.1Mi, NumGC=4804","level":"stat"}
+{"@timestamp":"2025-01-17T03:38:42.309+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=233.8Mi, Sys=14.1Mi, NumGC=4805","level":"stat"}
+{"@timestamp":"2025-01-17T03:39:42.308+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=233.8Mi, Sys=14.1Mi, NumGC=4805","level":"stat"}
+{"@timestamp":"2025-01-17T03:40:42.307+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=233.9Mi, Sys=14.1Mi, NumGC=4806","level":"stat"}
+{"@timestamp":"2025-01-17T03:41:42.308+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=233.9Mi, Sys=14.1Mi, NumGC=4806","level":"stat"}
+{"@timestamp":"2025-01-17T03:42:42.305+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=233.9Mi, Sys=14.1Mi, NumGC=4807","level":"stat"}
+{"@timestamp":"2025-01-17T03:43:42.304+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=233.9Mi, Sys=14.1Mi, NumGC=4807","level":"stat"}
+{"@timestamp":"2025-01-17T03:44:42.304+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=233.9Mi, Sys=14.1Mi, NumGC=4808","level":"stat"}
+{"@timestamp":"2025-01-17T03:45:42.303+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=234.0Mi, Sys=14.1Mi, NumGC=4808","level":"stat"}
+{"@timestamp":"2025-01-17T03:46:42.302+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=234.0Mi, Sys=14.1Mi, NumGC=4809","level":"stat"}
+{"@timestamp":"2025-01-17T03:47:42.301+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=234.0Mi, Sys=14.1Mi, NumGC=4809","level":"stat"}
+{"@timestamp":"2025-01-17T03:48:42.301+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=234.0Mi, Sys=14.1Mi, NumGC=4810","level":"stat"}
+{"@timestamp":"2025-01-17T03:49:42.298+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=234.0Mi, Sys=14.1Mi, NumGC=4810","level":"stat"}
+{"@timestamp":"2025-01-17T03:50:42.311+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=234.1Mi, Sys=14.1Mi, NumGC=4811","level":"stat"}
+{"@timestamp":"2025-01-17T03:51:42.315+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=234.1Mi, Sys=14.1Mi, NumGC=4811","level":"stat"}
+{"@timestamp":"2025-01-17T03:52:42.314+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=234.1Mi, Sys=14.1Mi, NumGC=4812","level":"stat"}
+{"@timestamp":"2025-01-17T03:53:42.312+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=234.1Mi, Sys=14.1Mi, NumGC=4812","level":"stat"}
+{"@timestamp":"2025-01-17T03:54:42.312+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=234.2Mi, Sys=14.1Mi, NumGC=4813","level":"stat"}
+{"@timestamp":"2025-01-17T03:55:42.311+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=234.2Mi, Sys=14.1Mi, NumGC=4813","level":"stat"}
+{"@timestamp":"2025-01-17T03:56:42.309+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=234.2Mi, Sys=14.1Mi, NumGC=4814","level":"stat"}
+{"@timestamp":"2025-01-17T03:57:42.309+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=234.2Mi, Sys=14.1Mi, NumGC=4814","level":"stat"}
+{"@timestamp":"2025-01-17T03:58:42.309+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=234.2Mi, Sys=14.1Mi, NumGC=4815","level":"stat"}
+{"@timestamp":"2025-01-17T03:59:42.307+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=234.3Mi, Sys=14.1Mi, NumGC=4815","level":"stat"}
+{"@timestamp":"2025-01-17T04:00:42.306+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=234.3Mi, Sys=14.1Mi, NumGC=4816","level":"stat"}
+{"@timestamp":"2025-01-17T04:01:42.307+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=234.3Mi, Sys=14.1Mi, NumGC=4816","level":"stat"}
+{"@timestamp":"2025-01-17T04:02:42.304+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=234.3Mi, Sys=14.1Mi, NumGC=4817","level":"stat"}
+{"@timestamp":"2025-01-17T04:03:42.305+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=234.3Mi, Sys=14.1Mi, NumGC=4817","level":"stat"}
+{"@timestamp":"2025-01-17T04:05:07.169+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=234.4Mi, Sys=14.1Mi, NumGC=4818","level":"stat"}
+{"@timestamp":"2025-01-17T04:06:07.168+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=234.4Mi, Sys=14.1Mi, NumGC=4818","level":"stat"}
+{"@timestamp":"2025-01-17T04:07:07.170+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=234.4Mi, Sys=14.1Mi, NumGC=4819","level":"stat"}
+{"@timestamp":"2025-01-17T04:08:07.168+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=234.4Mi, Sys=14.1Mi, NumGC=4819","level":"stat"}
+{"@timestamp":"2025-01-17T04:09:07.170+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=234.4Mi, Sys=14.1Mi, NumGC=4820","level":"stat"}
+{"@timestamp":"2025-01-17T04:10:07.169+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=234.5Mi, Sys=14.1Mi, NumGC=4820","level":"stat"}
+{"@timestamp":"2025-01-17T04:11:07.169+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=234.5Mi, Sys=14.1Mi, NumGC=4821","level":"stat"}
+{"@timestamp":"2025-01-17T04:12:07.167+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=234.5Mi, Sys=14.1Mi, NumGC=4821","level":"stat"}
+{"@timestamp":"2025-01-17T04:13:07.169+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=234.5Mi, Sys=14.1Mi, NumGC=4822","level":"stat"}
+{"@timestamp":"2025-01-17T04:14:07.169+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=234.6Mi, Sys=14.1Mi, NumGC=4822","level":"stat"}
+{"@timestamp":"2025-01-17T04:15:07.168+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=234.6Mi, Sys=14.1Mi, NumGC=4823","level":"stat"}
+{"@timestamp":"2025-01-17T04:16:07.168+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=234.6Mi, Sys=14.1Mi, NumGC=4823","level":"stat"}
+{"@timestamp":"2025-01-17T04:17:07.167+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=234.6Mi, Sys=14.1Mi, NumGC=4824","level":"stat"}
+{"@timestamp":"2025-01-17T04:18:07.168+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=234.6Mi, Sys=14.1Mi, NumGC=4824","level":"stat"}
+{"@timestamp":"2025-01-17T04:19:07.168+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=234.7Mi, Sys=14.1Mi, NumGC=4825","level":"stat"}
+{"@timestamp":"2025-01-17T04:20:07.168+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=234.7Mi, Sys=14.1Mi, NumGC=4825","level":"stat"}
+{"@timestamp":"2025-01-17T04:21:07.183+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=234.7Mi, Sys=14.1Mi, NumGC=4826","level":"stat"}
+{"@timestamp":"2025-01-17T04:22:07.188+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=234.7Mi, Sys=14.1Mi, NumGC=4826","level":"stat"}
+{"@timestamp":"2025-01-17T04:23:07.188+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=234.7Mi, Sys=14.1Mi, NumGC=4827","level":"stat"}
+{"@timestamp":"2025-01-17T04:24:07.188+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=234.8Mi, Sys=14.1Mi, NumGC=4827","level":"stat"}
+{"@timestamp":"2025-01-17T04:25:07.188+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=234.8Mi, Sys=14.1Mi, NumGC=4828","level":"stat"}
+{"@timestamp":"2025-01-17T04:26:07.189+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=234.8Mi, Sys=14.1Mi, NumGC=4828","level":"stat"}
+{"@timestamp":"2025-01-17T04:27:07.187+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=234.8Mi, Sys=14.1Mi, NumGC=4829","level":"stat"}
+{"@timestamp":"2025-01-17T04:28:07.189+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=234.8Mi, Sys=14.1Mi, NumGC=4829","level":"stat"}
+{"@timestamp":"2025-01-17T04:29:07.189+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=234.9Mi, Sys=14.1Mi, NumGC=4830","level":"stat"}
+{"@timestamp":"2025-01-17T04:30:07.189+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=234.9Mi, Sys=14.1Mi, NumGC=4830","level":"stat"}
+{"@timestamp":"2025-01-17T04:31:07.187+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=234.9Mi, Sys=14.1Mi, NumGC=4831","level":"stat"}
+{"@timestamp":"2025-01-17T04:32:07.189+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=234.9Mi, Sys=14.1Mi, NumGC=4831","level":"stat"}
+{"@timestamp":"2025-01-17T04:33:07.188+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=234.9Mi, Sys=14.1Mi, NumGC=4832","level":"stat"}
+{"@timestamp":"2025-01-17T04:34:07.189+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=235.0Mi, Sys=14.1Mi, NumGC=4832","level":"stat"}
+{"@timestamp":"2025-01-17T04:35:07.189+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=235.0Mi, Sys=14.1Mi, NumGC=4833","level":"stat"}
+{"@timestamp":"2025-01-17T04:36:07.198+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=235.0Mi, Sys=14.1Mi, NumGC=4833","level":"stat"}
+{"@timestamp":"2025-01-17T04:37:07.201+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=235.0Mi, Sys=14.1Mi, NumGC=4834","level":"stat"}
+{"@timestamp":"2025-01-17T04:38:07.201+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=235.0Mi, Sys=14.1Mi, NumGC=4834","level":"stat"}
+{"@timestamp":"2025-01-17T04:39:07.202+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=235.1Mi, Sys=14.1Mi, NumGC=4835","level":"stat"}
+{"@timestamp":"2025-01-17T04:40:07.201+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=235.1Mi, Sys=14.1Mi, NumGC=4835","level":"stat"}
+{"@timestamp":"2025-01-17T04:41:07.202+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=235.1Mi, Sys=14.1Mi, NumGC=4836","level":"stat"}
+{"@timestamp":"2025-01-17T04:42:07.202+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=235.1Mi, Sys=14.1Mi, NumGC=4836","level":"stat"}
+{"@timestamp":"2025-01-17T04:43:07.201+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=235.1Mi, Sys=14.1Mi, NumGC=4837","level":"stat"}
+{"@timestamp":"2025-01-17T04:44:07.201+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=235.2Mi, Sys=14.1Mi, NumGC=4837","level":"stat"}
+{"@timestamp":"2025-01-17T04:45:07.203+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=235.2Mi, Sys=14.1Mi, NumGC=4838","level":"stat"}
+{"@timestamp":"2025-01-17T04:46:07.202+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=235.2Mi, Sys=14.1Mi, NumGC=4838","level":"stat"}
+{"@timestamp":"2025-01-17T04:47:07.202+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=235.2Mi, Sys=14.1Mi, NumGC=4839","level":"stat"}
+{"@timestamp":"2025-01-17T04:48:07.203+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=235.2Mi, Sys=14.1Mi, NumGC=4839","level":"stat"}
+{"@timestamp":"2025-01-17T04:49:07.204+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=235.3Mi, Sys=14.1Mi, NumGC=4840","level":"stat"}
+{"@timestamp":"2025-01-17T04:50:07.204+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=235.3Mi, Sys=14.1Mi, NumGC=4840","level":"stat"}
+{"@timestamp":"2025-01-17T04:51:07.204+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=235.3Mi, Sys=14.1Mi, NumGC=4841","level":"stat"}
+{"@timestamp":"2025-01-17T04:52:07.203+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=235.3Mi, Sys=14.1Mi, NumGC=4841","level":"stat"}
+{"@timestamp":"2025-01-17T04:53:07.203+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=235.3Mi, Sys=14.1Mi, NumGC=4842","level":"stat"}
+{"@timestamp":"2025-01-17T04:54:07.205+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=235.4Mi, Sys=14.1Mi, NumGC=4842","level":"stat"}
+{"@timestamp":"2025-01-17T04:55:07.204+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=235.4Mi, Sys=14.1Mi, NumGC=4843","level":"stat"}
+{"@timestamp":"2025-01-17T04:56:07.205+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=235.4Mi, Sys=14.1Mi, NumGC=4843","level":"stat"}
+{"@timestamp":"2025-01-17T04:57:07.205+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=235.4Mi, Sys=14.1Mi, NumGC=4844","level":"stat"}
+{"@timestamp":"2025-01-17T04:58:07.119+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=235.4Mi, Sys=14.1Mi, NumGC=4844","level":"stat"}
+{"@timestamp":"2025-01-17T04:59:07.118+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=235.5Mi, Sys=14.1Mi, NumGC=4845","level":"stat"}
+{"@timestamp":"2025-01-17T05:00:07.118+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=235.5Mi, Sys=14.1Mi, NumGC=4845","level":"stat"}
+{"@timestamp":"2025-01-17T05:01:07.117+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=235.5Mi, Sys=14.1Mi, NumGC=4846","level":"stat"}
+{"@timestamp":"2025-01-17T05:02:07.117+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=235.5Mi, Sys=14.1Mi, NumGC=4846","level":"stat"}
+{"@timestamp":"2025-01-17T05:03:07.114+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=235.5Mi, Sys=14.1Mi, NumGC=4847","level":"stat"}
+{"@timestamp":"2025-01-17T05:04:07.115+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=235.6Mi, Sys=14.1Mi, NumGC=4847","level":"stat"}
+{"@timestamp":"2025-01-17T05:05:07.113+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=235.6Mi, Sys=14.1Mi, NumGC=4848","level":"stat"}
+{"@timestamp":"2025-01-17T05:06:07.113+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=235.6Mi, Sys=14.1Mi, NumGC=4848","level":"stat"}
+{"@timestamp":"2025-01-17T05:07:07.111+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=235.6Mi, Sys=14.1Mi, NumGC=4849","level":"stat"}
+{"@timestamp":"2025-01-17T05:08:31.989+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=235.6Mi, Sys=14.1Mi, NumGC=4849","level":"stat"}
+{"@timestamp":"2025-01-17T05:09:31.973+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=235.7Mi, Sys=14.1Mi, NumGC=4850","level":"stat"}
+{"@timestamp":"2025-01-17T05:10:31.972+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=235.7Mi, Sys=14.1Mi, NumGC=4850","level":"stat"}
+{"@timestamp":"2025-01-17T05:11:31.970+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=235.7Mi, Sys=14.1Mi, NumGC=4851","level":"stat"}
+{"@timestamp":"2025-01-17T05:12:31.968+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=235.7Mi, Sys=14.1Mi, NumGC=4851","level":"stat"}
+{"@timestamp":"2025-01-17T05:13:56.839+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=235.7Mi, Sys=14.1Mi, NumGC=4852","level":"stat"}
+{"@timestamp":"2025-01-17T05:30:19.226+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=235.8Mi, Sys=14.1Mi, NumGC=4852","level":"stat"}
+{"@timestamp":"2025-01-17T05:46:44.154+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=235.8Mi, Sys=14.1Mi, NumGC=4853","level":"stat"}
+{"@timestamp":"2025-01-17T05:47:44.151+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=235.8Mi, Sys=14.1Mi, NumGC=4853","level":"stat"}
+{"@timestamp":"2025-01-17T05:48:44.148+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=235.8Mi, Sys=14.1Mi, NumGC=4854","level":"stat"}
+{"@timestamp":"2025-01-17T05:49:44.146+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=235.9Mi, Sys=14.1Mi, NumGC=4854","level":"stat"}
+{"@timestamp":"2025-01-17T05:50:44.143+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=235.9Mi, Sys=14.1Mi, NumGC=4855","level":"stat"}
+{"@timestamp":"2025-01-17T05:51:44.141+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=235.9Mi, Sys=14.1Mi, NumGC=4855","level":"stat"}
+{"@timestamp":"2025-01-17T05:52:44.138+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=235.9Mi, Sys=14.1Mi, NumGC=4856","level":"stat"}
+{"@timestamp":"2025-01-17T05:53:44.135+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=235.9Mi, Sys=14.1Mi, NumGC=4856","level":"stat"}
+{"@timestamp":"2025-01-17T05:54:44.131+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=236.0Mi, Sys=14.1Mi, NumGC=4857","level":"stat"}
+{"@timestamp":"2025-01-17T05:55:44.129+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=236.0Mi, Sys=14.1Mi, NumGC=4857","level":"stat"}
+{"@timestamp":"2025-01-17T05:56:44.187+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=236.0Mi, Sys=14.1Mi, NumGC=4858","level":"stat"}
+{"@timestamp":"2025-01-17T05:57:44.184+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=236.0Mi, Sys=14.1Mi, NumGC=4858","level":"stat"}
+{"@timestamp":"2025-01-17T05:58:44.184+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=236.0Mi, Sys=14.1Mi, NumGC=4859","level":"stat"}
+{"@timestamp":"2025-01-17T05:59:44.182+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=236.1Mi, Sys=14.1Mi, NumGC=4859","level":"stat"}
+{"@timestamp":"2025-01-17T06:00:44.178+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=236.1Mi, Sys=14.1Mi, NumGC=4860","level":"stat"}
+{"@timestamp":"2025-01-17T06:01:44.177+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=236.1Mi, Sys=14.1Mi, NumGC=4860","level":"stat"}
+{"@timestamp":"2025-01-17T06:02:44.175+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=236.1Mi, Sys=14.1Mi, NumGC=4861","level":"stat"}
+{"@timestamp":"2025-01-17T06:03:44.175+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=236.1Mi, Sys=14.1Mi, NumGC=4861","level":"stat"}
+{"@timestamp":"2025-01-17T06:04:44.172+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=236.2Mi, Sys=14.1Mi, NumGC=4862","level":"stat"}
+{"@timestamp":"2025-01-17T06:05:44.169+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=236.2Mi, Sys=14.1Mi, NumGC=4862","level":"stat"}
+{"@timestamp":"2025-01-17T06:06:44.167+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=236.2Mi, Sys=14.1Mi, NumGC=4863","level":"stat"}
+{"@timestamp":"2025-01-17T06:07:44.166+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=236.2Mi, Sys=14.1Mi, NumGC=4863","level":"stat"}
+{"@timestamp":"2025-01-17T06:08:44.166+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=236.2Mi, Sys=14.1Mi, NumGC=4864","level":"stat"}
+{"@timestamp":"2025-01-17T06:09:44.163+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=236.3Mi, Sys=14.1Mi, NumGC=4864","level":"stat"}
+{"@timestamp":"2025-01-17T06:10:44.161+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=236.3Mi, Sys=14.1Mi, NumGC=4865","level":"stat"}
+{"@timestamp":"2025-01-17T06:11:44.160+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=236.3Mi, Sys=14.1Mi, NumGC=4865","level":"stat"}
+{"@timestamp":"2025-01-17T06:12:44.219+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=236.3Mi, Sys=14.1Mi, NumGC=4866","level":"stat"}
+{"@timestamp":"2025-01-17T06:13:44.219+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=236.3Mi, Sys=14.1Mi, NumGC=4866","level":"stat"}
+{"@timestamp":"2025-01-17T06:14:44.216+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=236.4Mi, Sys=14.1Mi, NumGC=4867","level":"stat"}
+{"@timestamp":"2025-01-17T06:15:44.215+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=236.4Mi, Sys=14.1Mi, NumGC=4867","level":"stat"}
+{"@timestamp":"2025-01-17T06:16:44.215+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=236.4Mi, Sys=14.1Mi, NumGC=4868","level":"stat"}
+{"@timestamp":"2025-01-17T06:17:44.214+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=236.4Mi, Sys=14.1Mi, NumGC=4868","level":"stat"}
+{"@timestamp":"2025-01-17T06:18:44.213+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=236.4Mi, Sys=14.1Mi, NumGC=4869","level":"stat"}
+{"@timestamp":"2025-01-17T06:19:44.210+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=236.5Mi, Sys=14.1Mi, NumGC=4869","level":"stat"}
+{"@timestamp":"2025-01-17T06:20:44.211+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=236.5Mi, Sys=14.1Mi, NumGC=4870","level":"stat"}
+{"@timestamp":"2025-01-17T06:21:44.208+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=236.5Mi, Sys=14.1Mi, NumGC=4870","level":"stat"}
+{"@timestamp":"2025-01-17T06:22:44.209+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=236.5Mi, Sys=14.1Mi, NumGC=4871","level":"stat"}
+{"@timestamp":"2025-01-17T06:23:44.208+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=236.5Mi, Sys=14.1Mi, NumGC=4871","level":"stat"}
+{"@timestamp":"2025-01-17T06:24:44.206+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=236.6Mi, Sys=14.1Mi, NumGC=4872","level":"stat"}
+{"@timestamp":"2025-01-17T06:25:44.205+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=236.6Mi, Sys=14.1Mi, NumGC=4872","level":"stat"}
+{"@timestamp":"2025-01-17T06:26:44.203+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=236.6Mi, Sys=14.1Mi, NumGC=4873","level":"stat"}
+{"@timestamp":"2025-01-17T06:27:44.323+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=236.6Mi, Sys=14.1Mi, NumGC=4873","level":"stat"}
+{"@timestamp":"2025-01-17T06:28:44.324+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=236.6Mi, Sys=14.1Mi, NumGC=4874","level":"stat"}
+{"@timestamp":"2025-01-17T06:29:44.325+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=236.7Mi, Sys=14.1Mi, NumGC=4874","level":"stat"}
+{"@timestamp":"2025-01-17T06:30:44.325+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=236.7Mi, Sys=14.1Mi, NumGC=4875","level":"stat"}
+{"@timestamp":"2025-01-17T06:31:44.325+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=236.7Mi, Sys=14.1Mi, NumGC=4875","level":"stat"}
+{"@timestamp":"2025-01-17T06:32:44.325+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=236.7Mi, Sys=14.1Mi, NumGC=4876","level":"stat"}
+{"@timestamp":"2025-01-17T06:33:44.325+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=236.7Mi, Sys=14.1Mi, NumGC=4876","level":"stat"}
+{"@timestamp":"2025-01-17T06:34:44.326+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=236.8Mi, Sys=14.1Mi, NumGC=4877","level":"stat"}
+{"@timestamp":"2025-01-17T06:35:44.325+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=236.8Mi, Sys=14.1Mi, NumGC=4877","level":"stat"}
+{"@timestamp":"2025-01-17T06:36:44.327+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=236.8Mi, Sys=14.1Mi, NumGC=4878","level":"stat"}
+{"@timestamp":"2025-01-17T06:37:44.327+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=236.8Mi, Sys=14.1Mi, NumGC=4878","level":"stat"}
+{"@timestamp":"2025-01-17T06:38:44.327+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=236.9Mi, Sys=14.1Mi, NumGC=4879","level":"stat"}
+{"@timestamp":"2025-01-17T06:39:44.328+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=236.9Mi, Sys=14.1Mi, NumGC=4879","level":"stat"}
+{"@timestamp":"2025-01-17T06:40:44.327+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=236.9Mi, Sys=14.1Mi, NumGC=4880","level":"stat"}
+{"@timestamp":"2025-01-17T06:41:44.328+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=236.9Mi, Sys=14.1Mi, NumGC=4880","level":"stat"}
+{"@timestamp":"2025-01-17T06:42:44.329+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=236.9Mi, Sys=14.1Mi, NumGC=4881","level":"stat"}
+{"@timestamp":"2025-01-17T06:43:44.328+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=237.0Mi, Sys=14.1Mi, NumGC=4881","level":"stat"}
+{"@timestamp":"2025-01-17T06:44:44.329+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=237.0Mi, Sys=14.1Mi, NumGC=4882","level":"stat"}
+{"@timestamp":"2025-01-17T06:45:44.330+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=237.0Mi, Sys=14.1Mi, NumGC=4882","level":"stat"}
+{"@timestamp":"2025-01-17T06:46:44.317+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=237.0Mi, Sys=14.1Mi, NumGC=4883","level":"stat"}
+{"@timestamp":"2025-01-17T06:48:09.168+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=237.0Mi, Sys=14.1Mi, NumGC=4883","level":"stat"}
+{"@timestamp":"2025-01-17T06:49:09.170+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=237.1Mi, Sys=14.1Mi, NumGC=4884","level":"stat"}
+{"@timestamp":"2025-01-17T06:50:09.170+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=237.1Mi, Sys=14.1Mi, NumGC=4884","level":"stat"}
+{"@timestamp":"2025-01-17T06:51:09.170+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=237.1Mi, Sys=14.1Mi, NumGC=4885","level":"stat"}
+{"@timestamp":"2025-01-17T06:52:09.169+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=237.1Mi, Sys=14.1Mi, NumGC=4885","level":"stat"}
+{"@timestamp":"2025-01-17T06:53:34.023+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=237.1Mi, Sys=14.1Mi, NumGC=4886","level":"stat"}
+{"@timestamp":"2025-01-17T07:09:42.694+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=237.2Mi, Sys=14.1Mi, NumGC=4886","level":"stat"}
+{"@timestamp":"2025-01-17T07:26:07.693+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=237.2Mi, Sys=14.1Mi, NumGC=4887","level":"stat"}
+{"@timestamp":"2025-01-17T07:27:07.694+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=237.2Mi, Sys=14.1Mi, NumGC=4887","level":"stat"}
+{"@timestamp":"2025-01-17T07:28:07.693+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=237.2Mi, Sys=14.1Mi, NumGC=4888","level":"stat"}
+{"@timestamp":"2025-01-17T07:29:07.691+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=237.2Mi, Sys=14.1Mi, NumGC=4888","level":"stat"}
+{"@timestamp":"2025-01-17T07:30:07.692+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=237.3Mi, Sys=14.1Mi, NumGC=4889","level":"stat"}
+{"@timestamp":"2025-01-17T07:31:07.690+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=237.3Mi, Sys=14.1Mi, NumGC=4889","level":"stat"}
+{"@timestamp":"2025-01-17T07:32:07.689+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=237.3Mi, Sys=14.1Mi, NumGC=4890","level":"stat"}
+{"@timestamp":"2025-01-17T07:33:07.689+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=237.3Mi, Sys=14.1Mi, NumGC=4890","level":"stat"}
+{"@timestamp":"2025-01-17T07:34:07.690+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=237.3Mi, Sys=14.1Mi, NumGC=4891","level":"stat"}
+{"@timestamp":"2025-01-17T07:35:07.688+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=237.4Mi, Sys=14.1Mi, NumGC=4891","level":"stat"}
+{"@timestamp":"2025-01-17T07:36:07.689+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=237.4Mi, Sys=14.1Mi, NumGC=4892","level":"stat"}
+{"@timestamp":"2025-01-17T07:37:07.686+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=237.4Mi, Sys=14.1Mi, NumGC=4892","level":"stat"}
+{"@timestamp":"2025-01-17T07:38:07.687+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=237.4Mi, Sys=14.1Mi, NumGC=4893","level":"stat"}
+{"@timestamp":"2025-01-17T07:39:07.686+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=237.4Mi, Sys=14.1Mi, NumGC=4893","level":"stat"}
+{"@timestamp":"2025-01-17T07:40:07.686+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=237.5Mi, Sys=14.1Mi, NumGC=4894","level":"stat"}
+{"@timestamp":"2025-01-17T07:41:07.685+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=237.5Mi, Sys=14.1Mi, NumGC=4894","level":"stat"}
+{"@timestamp":"2025-01-17T07:42:07.684+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=237.5Mi, Sys=14.1Mi, NumGC=4895","level":"stat"}
+{"@timestamp":"2025-01-17T07:43:07.684+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=237.5Mi, Sys=14.1Mi, NumGC=4895","level":"stat"}
+{"@timestamp":"2025-01-17T07:44:07.684+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=237.5Mi, Sys=14.1Mi, NumGC=4896","level":"stat"}
+{"@timestamp":"2025-01-17T07:45:07.684+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=237.6Mi, Sys=14.1Mi, NumGC=4896","level":"stat"}
+{"@timestamp":"2025-01-17T07:46:07.683+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=237.6Mi, Sys=14.1Mi, NumGC=4897","level":"stat"}
+{"@timestamp":"2025-01-17T07:47:07.683+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=237.6Mi, Sys=14.1Mi, NumGC=4897","level":"stat"}
+{"@timestamp":"2025-01-17T07:48:07.676+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=237.6Mi, Sys=14.1Mi, NumGC=4898","level":"stat"}
+{"@timestamp":"2025-01-17T07:49:07.676+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=237.6Mi, Sys=14.1Mi, NumGC=4898","level":"stat"}
+{"@timestamp":"2025-01-17T07:50:07.676+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=237.7Mi, Sys=14.1Mi, NumGC=4899","level":"stat"}
+{"@timestamp":"2025-01-17T07:51:07.675+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=237.7Mi, Sys=14.1Mi, NumGC=4899","level":"stat"}
+{"@timestamp":"2025-01-17T07:52:07.674+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=237.7Mi, Sys=14.1Mi, NumGC=4900","level":"stat"}
+{"@timestamp":"2025-01-17T07:53:07.673+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=237.7Mi, Sys=14.1Mi, NumGC=4900","level":"stat"}
+{"@timestamp":"2025-01-17T07:54:07.674+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=237.7Mi, Sys=14.1Mi, NumGC=4901","level":"stat"}
+{"@timestamp":"2025-01-17T07:55:07.672+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=237.8Mi, Sys=14.1Mi, NumGC=4901","level":"stat"}
+{"@timestamp":"2025-01-17T07:56:07.673+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=237.8Mi, Sys=14.1Mi, NumGC=4902","level":"stat"}
+{"@timestamp":"2025-01-17T07:57:07.670+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=237.8Mi, Sys=14.1Mi, NumGC=4902","level":"stat"}
+{"@timestamp":"2025-01-17T07:58:07.672+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=237.8Mi, Sys=14.1Mi, NumGC=4903","level":"stat"}
+{"@timestamp":"2025-01-17T07:59:07.670+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=237.8Mi, Sys=14.1Mi, NumGC=4903","level":"stat"}
+{"@timestamp":"2025-01-17T08:00:07.669+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=237.9Mi, Sys=14.1Mi, NumGC=4904","level":"stat"}
+{"@timestamp":"2025-01-17T08:01:07.668+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=237.9Mi, Sys=14.1Mi, NumGC=4904","level":"stat"}
+{"@timestamp":"2025-01-17T08:02:07.668+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=237.9Mi, Sys=14.1Mi, NumGC=4905","level":"stat"}
+{"@timestamp":"2025-01-17T08:03:07.667+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=237.9Mi, Sys=14.1Mi, NumGC=4905","level":"stat"}
+{"@timestamp":"2025-01-17T08:04:07.668+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=238.0Mi, Sys=14.1Mi, NumGC=4906","level":"stat"}
+{"@timestamp":"2025-01-17T08:05:07.667+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=238.0Mi, Sys=14.1Mi, NumGC=4906","level":"stat"}
+{"@timestamp":"2025-01-17T08:06:07.666+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=238.0Mi, Sys=14.1Mi, NumGC=4907","level":"stat"}
+{"@timestamp":"2025-01-17T08:07:07.666+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=238.0Mi, Sys=14.1Mi, NumGC=4907","level":"stat"}
+{"@timestamp":"2025-01-17T08:08:07.666+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=238.0Mi, Sys=14.1Mi, NumGC=4908","level":"stat"}
+{"@timestamp":"2025-01-17T08:09:07.665+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=238.1Mi, Sys=14.1Mi, NumGC=4908","level":"stat"}
+{"@timestamp":"2025-01-17T08:10:07.671+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=238.1Mi, Sys=14.1Mi, NumGC=4909","level":"stat"}
+{"@timestamp":"2025-01-17T08:11:07.681+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=238.1Mi, Sys=14.1Mi, NumGC=4909","level":"stat"}
+{"@timestamp":"2025-01-17T08:12:07.681+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=238.1Mi, Sys=14.1Mi, NumGC=4910","level":"stat"}
+{"@timestamp":"2025-01-17T08:13:07.680+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=238.1Mi, Sys=14.1Mi, NumGC=4910","level":"stat"}
+{"@timestamp":"2025-01-17T08:14:07.680+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=238.2Mi, Sys=14.1Mi, NumGC=4911","level":"stat"}
+{"@timestamp":"2025-01-17T08:15:07.678+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=238.2Mi, Sys=14.1Mi, NumGC=4911","level":"stat"}
+{"@timestamp":"2025-01-17T08:16:07.678+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=238.2Mi, Sys=14.1Mi, NumGC=4912","level":"stat"}
+{"@timestamp":"2025-01-17T08:17:07.677+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=238.2Mi, Sys=14.1Mi, NumGC=4912","level":"stat"}
+{"@timestamp":"2025-01-17T08:18:07.678+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=238.2Mi, Sys=14.1Mi, NumGC=4913","level":"stat"}
+{"@timestamp":"2025-01-17T08:19:07.678+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=238.3Mi, Sys=14.1Mi, NumGC=4913","level":"stat"}
+{"@timestamp":"2025-01-17T08:20:07.678+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=238.3Mi, Sys=14.1Mi, NumGC=4914","level":"stat"}
+{"@timestamp":"2025-01-17T08:21:07.676+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=238.3Mi, Sys=14.1Mi, NumGC=4914","level":"stat"}
+{"@timestamp":"2025-01-17T08:22:07.677+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=238.3Mi, Sys=14.1Mi, NumGC=4915","level":"stat"}
+{"@timestamp":"2025-01-17T08:23:07.676+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=238.3Mi, Sys=14.1Mi, NumGC=4915","level":"stat"}
+{"@timestamp":"2025-01-17T08:24:07.676+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=238.4Mi, Sys=14.1Mi, NumGC=4916","level":"stat"}
+{"@timestamp":"2025-01-17T08:25:07.675+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=238.4Mi, Sys=14.1Mi, NumGC=4916","level":"stat"}
+{"@timestamp":"2025-01-17T08:26:07.583+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=238.4Mi, Sys=14.1Mi, NumGC=4917","level":"stat"}
+{"@timestamp":"2025-01-17T08:27:07.582+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=238.4Mi, Sys=14.1Mi, NumGC=4917","level":"stat"}
+{"@timestamp":"2025-01-17T08:43:08.880+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=238.4Mi, Sys=14.1Mi, NumGC=4918","level":"stat"}
+{"@timestamp":"2025-01-17T08:44:08.885+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=238.5Mi, Sys=14.1Mi, NumGC=4918","level":"stat"}
+{"@timestamp":"2025-01-17T08:45:08.884+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=238.5Mi, Sys=14.1Mi, NumGC=4919","level":"stat"}
+{"@timestamp":"2025-01-17T08:46:08.885+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=238.5Mi, Sys=14.1Mi, NumGC=4919","level":"stat"}
+{"@timestamp":"2025-01-17T08:47:08.883+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=238.5Mi, Sys=14.1Mi, NumGC=4920","level":"stat"}
+{"@timestamp":"2025-01-17T08:48:08.882+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=238.5Mi, Sys=14.1Mi, NumGC=4920","level":"stat"}
+{"@timestamp":"2025-01-17T08:49:08.880+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=238.6Mi, Sys=14.1Mi, NumGC=4921","level":"stat"}
+{"@timestamp":"2025-01-17T08:50:08.880+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=238.6Mi, Sys=14.1Mi, NumGC=4921","level":"stat"}
+{"@timestamp":"2025-01-17T08:51:08.879+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=238.6Mi, Sys=14.1Mi, NumGC=4922","level":"stat"}
+{"@timestamp":"2025-01-17T08:52:08.879+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=238.6Mi, Sys=14.1Mi, NumGC=4922","level":"stat"}
+{"@timestamp":"2025-01-17T08:53:08.877+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=238.7Mi, Sys=14.1Mi, NumGC=4923","level":"stat"}
+{"@timestamp":"2025-01-17T08:54:08.875+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=238.7Mi, Sys=14.1Mi, NumGC=4923","level":"stat"}
+{"@timestamp":"2025-01-17T08:55:08.874+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=238.7Mi, Sys=14.1Mi, NumGC=4924","level":"stat"}
+{"@timestamp":"2025-01-17T08:56:08.874+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=238.7Mi, Sys=14.1Mi, NumGC=4924","level":"stat"}
+{"@timestamp":"2025-01-17T08:57:08.873+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=238.7Mi, Sys=14.1Mi, NumGC=4925","level":"stat"}
+{"@timestamp":"2025-01-17T08:58:08.872+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=238.8Mi, Sys=14.1Mi, NumGC=4925","level":"stat"}
+{"@timestamp":"2025-01-17T08:59:08.869+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=238.8Mi, Sys=14.1Mi, NumGC=4926","level":"stat"}
+{"@timestamp":"2025-01-17T09:00:08.869+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=238.8Mi, Sys=14.1Mi, NumGC=4926","level":"stat"}
+{"@timestamp":"2025-01-17T09:01:08.869+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=238.8Mi, Sys=14.1Mi, NumGC=4927","level":"stat"}
+{"@timestamp":"2025-01-17T09:02:08.868+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=238.8Mi, Sys=14.1Mi, NumGC=4927","level":"stat"}
+{"@timestamp":"2025-01-17T09:03:08.866+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=238.9Mi, Sys=14.1Mi, NumGC=4928","level":"stat"}
+{"@timestamp":"2025-01-17T09:04:08.864+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=238.9Mi, Sys=14.1Mi, NumGC=4928","level":"stat"}
+{"@timestamp":"2025-01-17T09:05:08.865+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=238.9Mi, Sys=14.1Mi, NumGC=4929","level":"stat"}
+{"@timestamp":"2025-01-17T09:06:08.863+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=238.9Mi, Sys=14.1Mi, NumGC=4929","level":"stat"}
+{"@timestamp":"2025-01-17T09:07:08.863+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=238.9Mi, Sys=14.1Mi, NumGC=4930","level":"stat"}
+{"@timestamp":"2025-01-17T09:08:08.973+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=239.0Mi, Sys=14.1Mi, NumGC=4930","level":"stat"}
+{"@timestamp":"2025-01-17T09:09:08.972+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=239.0Mi, Sys=14.1Mi, NumGC=4931","level":"stat"}
+{"@timestamp":"2025-01-17T09:10:08.971+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=239.0Mi, Sys=14.1Mi, NumGC=4931","level":"stat"}
+{"@timestamp":"2025-01-17T09:11:08.973+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=239.0Mi, Sys=14.1Mi, NumGC=4932","level":"stat"}
+{"@timestamp":"2025-01-17T09:12:08.974+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=239.0Mi, Sys=14.1Mi, NumGC=4932","level":"stat"}
+{"@timestamp":"2025-01-17T09:13:08.972+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=239.1Mi, Sys=14.1Mi, NumGC=4933","level":"stat"}
+{"@timestamp":"2025-01-17T09:14:08.972+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=239.1Mi, Sys=14.1Mi, NumGC=4933","level":"stat"}
+{"@timestamp":"2025-01-17T09:15:08.973+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=239.1Mi, Sys=14.1Mi, NumGC=4934","level":"stat"}
+{"@timestamp":"2025-01-17T09:16:08.975+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=239.1Mi, Sys=14.1Mi, NumGC=4934","level":"stat"}
+{"@timestamp":"2025-01-17T09:17:08.975+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=239.1Mi, Sys=14.1Mi, NumGC=4935","level":"stat"}
+{"@timestamp":"2025-01-17T09:18:08.975+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=239.2Mi, Sys=14.1Mi, NumGC=4935","level":"stat"}
+{"@timestamp":"2025-01-17T09:19:08.975+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=239.2Mi, Sys=14.1Mi, NumGC=4936","level":"stat"}
+{"@timestamp":"2025-01-17T09:20:08.975+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=239.2Mi, Sys=14.1Mi, NumGC=4936","level":"stat"}
+{"@timestamp":"2025-01-17T09:21:08.976+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=239.2Mi, Sys=14.1Mi, NumGC=4937","level":"stat"}
+{"@timestamp":"2025-01-17T09:22:08.976+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=239.2Mi, Sys=14.1Mi, NumGC=4937","level":"stat"}
+{"@timestamp":"2025-01-17T09:23:08.976+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=239.3Mi, Sys=14.1Mi, NumGC=4938","level":"stat"}
+{"@timestamp":"2025-01-17T09:24:08.975+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=239.3Mi, Sys=14.1Mi, NumGC=4938","level":"stat"}
+{"@timestamp":"2025-01-17T09:25:09.019+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=239.3Mi, Sys=14.1Mi, NumGC=4939","level":"stat"}
+{"@timestamp":"2025-01-17T09:26:09.021+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=239.3Mi, Sys=14.1Mi, NumGC=4939","level":"stat"}
+{"@timestamp":"2025-01-17T09:27:09.021+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=239.3Mi, Sys=14.1Mi, NumGC=4940","level":"stat"}
+{"@timestamp":"2025-01-17T09:28:09.022+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=239.4Mi, Sys=14.1Mi, NumGC=4940","level":"stat"}
+{"@timestamp":"2025-01-17T09:29:09.023+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=239.4Mi, Sys=14.1Mi, NumGC=4941","level":"stat"}
+{"@timestamp":"2025-01-17T09:30:09.023+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=239.4Mi, Sys=14.1Mi, NumGC=4941","level":"stat"}
+{"@timestamp":"2025-01-17T09:31:09.024+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=239.4Mi, Sys=14.1Mi, NumGC=4942","level":"stat"}
+{"@timestamp":"2025-01-17T09:32:09.025+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=239.4Mi, Sys=14.1Mi, NumGC=4942","level":"stat"}
+{"@timestamp":"2025-01-17T09:33:09.027+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=239.5Mi, Sys=14.1Mi, NumGC=4943","level":"stat"}
+{"@timestamp":"2025-01-17T09:34:09.026+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=239.5Mi, Sys=14.1Mi, NumGC=4943","level":"stat"}
+{"@timestamp":"2025-01-17T09:35:09.027+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=239.5Mi, Sys=14.1Mi, NumGC=4944","level":"stat"}
+{"@timestamp":"2025-01-17T09:36:09.028+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=239.5Mi, Sys=14.1Mi, NumGC=4944","level":"stat"}
+{"@timestamp":"2025-01-17T09:37:09.028+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=239.5Mi, Sys=14.1Mi, NumGC=4945","level":"stat"}
+{"@timestamp":"2025-01-17T09:38:09.030+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=239.6Mi, Sys=14.1Mi, NumGC=4945","level":"stat"}
+{"@timestamp":"2025-01-17T09:39:09.030+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=239.6Mi, Sys=14.1Mi, NumGC=4946","level":"stat"}
+{"@timestamp":"2025-01-17T09:40:09.031+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=239.6Mi, Sys=14.1Mi, NumGC=4946","level":"stat"}
+{"@timestamp":"2025-01-17T09:41:09.031+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=239.6Mi, Sys=14.1Mi, NumGC=4947","level":"stat"}
+{"@timestamp":"2025-01-17T09:42:09.033+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=239.7Mi, Sys=14.1Mi, NumGC=4947","level":"stat"}
+{"@timestamp":"2025-01-17T09:43:09.034+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=239.7Mi, Sys=14.1Mi, NumGC=4948","level":"stat"}
+{"@timestamp":"2025-01-17T09:44:09.033+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=239.7Mi, Sys=14.1Mi, NumGC=4948","level":"stat"}
+{"@timestamp":"2025-01-17T09:45:09.035+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=239.7Mi, Sys=14.1Mi, NumGC=4949","level":"stat"}
+{"@timestamp":"2025-01-17T09:46:33.856+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=239.7Mi, Sys=14.1Mi, NumGC=4949","level":"stat"}
+{"@timestamp":"2025-01-17T09:47:33.854+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=239.8Mi, Sys=14.1Mi, NumGC=4950","level":"stat"}
+{"@timestamp":"2025-01-17T09:48:33.853+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=239.8Mi, Sys=14.1Mi, NumGC=4950","level":"stat"}
+{"@timestamp":"2025-01-17T09:49:33.855+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=239.8Mi, Sys=14.1Mi, NumGC=4951","level":"stat"}
+{"@timestamp":"2025-01-17T09:50:33.855+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=239.8Mi, Sys=14.1Mi, NumGC=4951","level":"stat"}
+{"@timestamp":"2025-01-17T09:51:58.739+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=239.8Mi, Sys=14.1Mi, NumGC=4952","level":"stat"}
+{"@timestamp":"2025-01-17T10:08:23.753+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=239.9Mi, Sys=14.1Mi, NumGC=4952","level":"stat"}
+{"@timestamp":"2025-01-17T10:20:50.227+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=239.9Mi, Sys=14.1Mi, NumGC=4953","level":"stat"}
+{"@timestamp":"2025-01-17T10:21:50.227+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=239.9Mi, Sys=14.1Mi, NumGC=4953","level":"stat"}
+{"@timestamp":"2025-01-17T10:22:50.228+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=239.9Mi, Sys=14.1Mi, NumGC=4954","level":"stat"}
+{"@timestamp":"2025-01-17T10:23:50.229+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=239.9Mi, Sys=14.1Mi, NumGC=4954","level":"stat"}
+{"@timestamp":"2025-01-17T10:24:50.228+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=240.0Mi, Sys=14.1Mi, NumGC=4955","level":"stat"}
+{"@timestamp":"2025-01-17T10:25:50.230+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=240.0Mi, Sys=14.1Mi, NumGC=4955","level":"stat"}
+{"@timestamp":"2025-01-17T10:26:50.231+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=240.0Mi, Sys=14.1Mi, NumGC=4956","level":"stat"}
+{"@timestamp":"2025-01-17T10:27:50.230+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=240.0Mi, Sys=14.1Mi, NumGC=4956","level":"stat"}
+{"@timestamp":"2025-01-17T10:28:50.232+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=240.0Mi, Sys=14.1Mi, NumGC=4957","level":"stat"}
+{"@timestamp":"2025-01-17T10:29:50.231+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=240.1Mi, Sys=14.1Mi, NumGC=4957","level":"stat"}
+{"@timestamp":"2025-01-17T10:30:50.232+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=240.1Mi, Sys=14.1Mi, NumGC=4958","level":"stat"}
+{"@timestamp":"2025-01-17T10:31:50.233+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=240.1Mi, Sys=14.1Mi, NumGC=4958","level":"stat"}
+{"@timestamp":"2025-01-17T10:32:50.234+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=240.1Mi, Sys=14.1Mi, NumGC=4959","level":"stat"}
+{"@timestamp":"2025-01-17T10:33:50.233+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=240.1Mi, Sys=14.1Mi, NumGC=4959","level":"stat"}
+{"@timestamp":"2025-01-17T10:34:50.236+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=240.2Mi, Sys=14.1Mi, NumGC=4960","level":"stat"}
+{"@timestamp":"2025-01-17T10:35:50.235+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=240.2Mi, Sys=14.1Mi, NumGC=4960","level":"stat"}
+{"@timestamp":"2025-01-17T10:36:50.237+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=240.2Mi, Sys=14.1Mi, NumGC=4961","level":"stat"}
+{"@timestamp":"2025-01-17T10:37:50.237+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=240.2Mi, Sys=14.1Mi, NumGC=4961","level":"stat"}
+{"@timestamp":"2025-01-17T10:38:50.237+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=240.3Mi, Sys=14.1Mi, NumGC=4962","level":"stat"}
+{"@timestamp":"2025-01-17T10:39:50.238+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=240.3Mi, Sys=14.1Mi, NumGC=4962","level":"stat"}
+{"@timestamp":"2025-01-17T10:40:50.239+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=240.3Mi, Sys=14.1Mi, NumGC=4963","level":"stat"}
+{"@timestamp":"2025-01-17T10:41:50.105+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=240.3Mi, Sys=14.1Mi, NumGC=4963","level":"stat"}
+{"@timestamp":"2025-01-17T10:42:50.104+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=240.3Mi, Sys=14.1Mi, NumGC=4964","level":"stat"}
+{"@timestamp":"2025-01-17T10:43:50.103+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=240.4Mi, Sys=14.1Mi, NumGC=4964","level":"stat"}
+{"@timestamp":"2025-01-17T10:44:50.102+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=240.4Mi, Sys=14.1Mi, NumGC=4965","level":"stat"}
+{"@timestamp":"2025-01-17T10:45:50.101+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=240.4Mi, Sys=14.1Mi, NumGC=4965","level":"stat"}
+{"@timestamp":"2025-01-17T10:46:50.100+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=240.4Mi, Sys=14.1Mi, NumGC=4966","level":"stat"}
+{"@timestamp":"2025-01-17T10:47:50.098+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=240.4Mi, Sys=14.1Mi, NumGC=4966","level":"stat"}
+{"@timestamp":"2025-01-17T10:48:50.097+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=240.5Mi, Sys=14.1Mi, NumGC=4967","level":"stat"}
+{"@timestamp":"2025-01-17T10:49:50.096+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=240.5Mi, Sys=14.1Mi, NumGC=4967","level":"stat"}
+{"@timestamp":"2025-01-17T10:50:50.097+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=240.5Mi, Sys=14.1Mi, NumGC=4968","level":"stat"}
+{"@timestamp":"2025-01-17T10:51:50.095+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=240.5Mi, Sys=14.1Mi, NumGC=4968","level":"stat"}
+{"@timestamp":"2025-01-17T10:52:50.095+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=240.5Mi, Sys=14.1Mi, NumGC=4969","level":"stat"}
+{"@timestamp":"2025-01-17T10:53:50.092+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=240.6Mi, Sys=14.1Mi, NumGC=4969","level":"stat"}
+{"@timestamp":"2025-01-17T10:54:50.092+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=240.6Mi, Sys=14.1Mi, NumGC=4970","level":"stat"}
+{"@timestamp":"2025-01-17T10:55:50.092+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=240.6Mi, Sys=14.1Mi, NumGC=4970","level":"stat"}
+{"@timestamp":"2025-01-17T10:56:50.130+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=240.6Mi, Sys=14.1Mi, NumGC=4971","level":"stat"}
+{"@timestamp":"2025-01-17T10:57:50.135+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=240.6Mi, Sys=14.1Mi, NumGC=4971","level":"stat"}
+{"@timestamp":"2025-01-17T10:58:50.133+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=240.7Mi, Sys=14.1Mi, NumGC=4972","level":"stat"}
+{"@timestamp":"2025-01-17T10:59:50.134+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=240.7Mi, Sys=14.1Mi, NumGC=4972","level":"stat"}
+{"@timestamp":"2025-01-17T11:00:50.134+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=240.7Mi, Sys=14.1Mi, NumGC=4973","level":"stat"}
+{"@timestamp":"2025-01-17T11:01:50.133+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=240.7Mi, Sys=14.1Mi, NumGC=4973","level":"stat"}
+{"@timestamp":"2025-01-17T11:02:50.133+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=240.7Mi, Sys=14.1Mi, NumGC=4974","level":"stat"}
+{"@timestamp":"2025-01-17T11:03:50.131+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=240.8Mi, Sys=14.1Mi, NumGC=4974","level":"stat"}
+{"@timestamp":"2025-01-17T11:04:50.130+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=240.8Mi, Sys=14.1Mi, NumGC=4975","level":"stat"}
+{"@timestamp":"2025-01-17T11:05:50.132+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=240.8Mi, Sys=14.1Mi, NumGC=4975","level":"stat"}
+{"@timestamp":"2025-01-17T11:06:50.131+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=240.8Mi, Sys=14.1Mi, NumGC=4976","level":"stat"}
+{"@timestamp":"2025-01-17T11:07:50.129+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=240.8Mi, Sys=14.1Mi, NumGC=4976","level":"stat"}
+{"@timestamp":"2025-01-17T11:08:50.130+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=240.9Mi, Sys=14.1Mi, NumGC=4977","level":"stat"}
+{"@timestamp":"2025-01-17T11:09:50.128+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=240.9Mi, Sys=14.1Mi, NumGC=4977","level":"stat"}
+{"@timestamp":"2025-01-17T11:10:50.128+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=240.9Mi, Sys=14.1Mi, NumGC=4978","level":"stat"}
+{"@timestamp":"2025-01-17T11:11:50.137+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=240.9Mi, Sys=14.1Mi, NumGC=4978","level":"stat"}
+{"@timestamp":"2025-01-17T11:12:50.139+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=240.9Mi, Sys=14.1Mi, NumGC=4979","level":"stat"}
+{"@timestamp":"2025-01-17T11:13:50.139+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=241.0Mi, Sys=14.1Mi, NumGC=4979","level":"stat"}
+{"@timestamp":"2025-01-17T11:14:50.138+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=241.0Mi, Sys=14.1Mi, NumGC=4980","level":"stat"}
+{"@timestamp":"2025-01-17T11:15:50.140+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=241.0Mi, Sys=14.1Mi, NumGC=4980","level":"stat"}
+{"@timestamp":"2025-01-17T11:16:50.140+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=241.0Mi, Sys=14.1Mi, NumGC=4981","level":"stat"}
+{"@timestamp":"2025-01-17T11:17:50.138+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=241.0Mi, Sys=14.1Mi, NumGC=4981","level":"stat"}
+{"@timestamp":"2025-01-17T11:18:50.138+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=241.1Mi, Sys=14.1Mi, NumGC=4982","level":"stat"}
+{"@timestamp":"2025-01-17T11:19:50.138+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=241.1Mi, Sys=14.1Mi, NumGC=4982","level":"stat"}
+{"@timestamp":"2025-01-17T11:20:50.138+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=241.1Mi, Sys=14.1Mi, NumGC=4983","level":"stat"}
+{"@timestamp":"2025-01-17T11:37:15.194+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=241.1Mi, Sys=14.1Mi, NumGC=4983","level":"stat"}
+{"@timestamp":"2025-01-17T11:38:15.161+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=241.2Mi, Sys=14.1Mi, NumGC=4984","level":"stat"}
+{"@timestamp":"2025-01-17T11:39:15.160+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=241.2Mi, Sys=14.1Mi, NumGC=4984","level":"stat"}
+{"@timestamp":"2025-01-17T11:40:15.158+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=241.2Mi, Sys=14.1Mi, NumGC=4985","level":"stat"}
+{"@timestamp":"2025-01-17T11:41:15.157+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=241.2Mi, Sys=14.1Mi, NumGC=4985","level":"stat"}
+{"@timestamp":"2025-01-17T11:42:15.156+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=241.2Mi, Sys=14.1Mi, NumGC=4986","level":"stat"}
+{"@timestamp":"2025-01-17T11:43:15.157+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=241.2Mi, Sys=14.1Mi, NumGC=4986","level":"stat"}
+{"@timestamp":"2025-01-17T11:44:15.155+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=241.3Mi, Sys=14.1Mi, NumGC=4987","level":"stat"}
+{"@timestamp":"2025-01-17T11:45:15.155+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=241.3Mi, Sys=14.1Mi, NumGC=4987","level":"stat"}
+{"@timestamp":"2025-01-17T11:46:15.155+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=241.3Mi, Sys=14.1Mi, NumGC=4988","level":"stat"}
+{"@timestamp":"2025-01-17T11:47:15.154+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=241.3Mi, Sys=14.1Mi, NumGC=4988","level":"stat"}
+{"@timestamp":"2025-01-17T11:48:15.153+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=241.4Mi, Sys=14.1Mi, NumGC=4989","level":"stat"}
+{"@timestamp":"2025-01-17T11:49:15.153+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=241.4Mi, Sys=14.1Mi, NumGC=4989","level":"stat"}
+{"@timestamp":"2025-01-17T11:50:15.152+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=241.4Mi, Sys=14.1Mi, NumGC=4990","level":"stat"}
+{"@timestamp":"2025-01-17T11:51:15.152+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=241.4Mi, Sys=14.1Mi, NumGC=4990","level":"stat"}
+{"@timestamp":"2025-01-17T11:52:15.150+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=241.4Mi, Sys=14.1Mi, NumGC=4991","level":"stat"}
+{"@timestamp":"2025-01-17T11:53:15.158+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=241.5Mi, Sys=14.1Mi, NumGC=4991","level":"stat"}
+{"@timestamp":"2025-01-17T11:54:15.156+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=241.5Mi, Sys=14.1Mi, NumGC=4992","level":"stat"}
+{"@timestamp":"2025-01-17T11:55:15.157+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=241.5Mi, Sys=14.1Mi, NumGC=4992","level":"stat"}
+{"@timestamp":"2025-01-17T11:56:15.157+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=241.5Mi, Sys=14.1Mi, NumGC=4993","level":"stat"}
+{"@timestamp":"2025-01-17T11:57:15.154+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=241.5Mi, Sys=14.1Mi, NumGC=4993","level":"stat"}
+{"@timestamp":"2025-01-17T11:58:15.153+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=241.6Mi, Sys=14.1Mi, NumGC=4994","level":"stat"}
+{"@timestamp":"2025-01-17T11:59:15.155+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=241.6Mi, Sys=14.1Mi, NumGC=4994","level":"stat"}
+{"@timestamp":"2025-01-17T12:00:15.152+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=241.6Mi, Sys=14.1Mi, NumGC=4995","level":"stat"}
+{"@timestamp":"2025-01-17T12:01:15.152+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=241.6Mi, Sys=14.1Mi, NumGC=4995","level":"stat"}
+{"@timestamp":"2025-01-17T12:02:15.153+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=241.6Mi, Sys=14.1Mi, NumGC=4996","level":"stat"}
+{"@timestamp":"2025-01-17T12:03:15.152+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=241.7Mi, Sys=14.1Mi, NumGC=4996","level":"stat"}
+{"@timestamp":"2025-01-17T12:04:15.151+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=241.7Mi, Sys=14.1Mi, NumGC=4997","level":"stat"}
+{"@timestamp":"2025-01-17T12:05:15.151+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=241.7Mi, Sys=14.1Mi, NumGC=4997","level":"stat"}
+{"@timestamp":"2025-01-17T12:06:15.151+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=241.7Mi, Sys=14.1Mi, NumGC=4998","level":"stat"}
+{"@timestamp":"2025-01-17T12:07:15.149+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=241.7Mi, Sys=14.1Mi, NumGC=4998","level":"stat"}
+{"@timestamp":"2025-01-17T12:08:15.264+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=241.8Mi, Sys=14.1Mi, NumGC=4999","level":"stat"}
+{"@timestamp":"2025-01-17T12:09:15.263+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=241.8Mi, Sys=14.1Mi, NumGC=4999","level":"stat"}
+{"@timestamp":"2025-01-17T12:10:15.265+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=241.8Mi, Sys=14.1Mi, NumGC=5000","level":"stat"}
+{"@timestamp":"2025-01-17T12:11:15.266+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=241.8Mi, Sys=14.1Mi, NumGC=5000","level":"stat"}
+{"@timestamp":"2025-01-17T12:12:15.266+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=241.8Mi, Sys=14.1Mi, NumGC=5001","level":"stat"}
+{"@timestamp":"2025-01-17T12:13:15.267+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=241.9Mi, Sys=14.1Mi, NumGC=5001","level":"stat"}
+{"@timestamp":"2025-01-17T12:14:15.267+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=241.9Mi, Sys=14.1Mi, NumGC=5002","level":"stat"}
+{"@timestamp":"2025-01-17T12:15:15.268+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=241.9Mi, Sys=14.1Mi, NumGC=5002","level":"stat"}
+{"@timestamp":"2025-01-17T12:16:15.267+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=241.9Mi, Sys=14.1Mi, NumGC=5003","level":"stat"}
+{"@timestamp":"2025-01-17T12:17:15.269+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=241.9Mi, Sys=14.1Mi, NumGC=5003","level":"stat"}
+{"@timestamp":"2025-01-17T12:18:15.269+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=242.0Mi, Sys=14.1Mi, NumGC=5004","level":"stat"}
+{"@timestamp":"2025-01-17T12:19:15.270+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=242.0Mi, Sys=14.1Mi, NumGC=5004","level":"stat"}
+{"@timestamp":"2025-01-17T12:20:15.271+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=242.0Mi, Sys=14.1Mi, NumGC=5005","level":"stat"}
+{"@timestamp":"2025-01-17T12:21:15.271+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=242.0Mi, Sys=14.1Mi, NumGC=5005","level":"stat"}
+{"@timestamp":"2025-01-17T12:22:15.271+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=242.0Mi, Sys=14.1Mi, NumGC=5006","level":"stat"}
+{"@timestamp":"2025-01-17T12:23:15.296+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=242.1Mi, Sys=14.1Mi, NumGC=5006","level":"stat"}
+{"@timestamp":"2025-01-17T12:24:15.306+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=242.1Mi, Sys=14.1Mi, NumGC=5007","level":"stat"}
+{"@timestamp":"2025-01-17T12:25:15.308+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=242.1Mi, Sys=14.1Mi, NumGC=5007","level":"stat"}
+{"@timestamp":"2025-01-17T12:26:15.306+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=242.1Mi, Sys=14.1Mi, NumGC=5008","level":"stat"}
+{"@timestamp":"2025-01-17T12:27:15.309+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=242.1Mi, Sys=14.1Mi, NumGC=5008","level":"stat"}
+{"@timestamp":"2025-01-17T12:28:15.309+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=242.2Mi, Sys=14.1Mi, NumGC=5009","level":"stat"}
+{"@timestamp":"2025-01-17T12:29:15.311+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=242.2Mi, Sys=14.1Mi, NumGC=5009","level":"stat"}
+{"@timestamp":"2025-01-17T12:30:15.311+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=242.2Mi, Sys=14.1Mi, NumGC=5010","level":"stat"}
+{"@timestamp":"2025-01-17T12:31:15.313+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=242.2Mi, Sys=14.1Mi, NumGC=5010","level":"stat"}
+{"@timestamp":"2025-01-17T12:32:15.314+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=242.2Mi, Sys=14.1Mi, NumGC=5011","level":"stat"}
+{"@timestamp":"2025-01-17T12:33:15.314+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=242.3Mi, Sys=14.1Mi, NumGC=5011","level":"stat"}
+{"@timestamp":"2025-01-17T12:34:15.314+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=242.3Mi, Sys=14.1Mi, NumGC=5012","level":"stat"}
+{"@timestamp":"2025-01-17T12:35:15.316+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=242.3Mi, Sys=14.1Mi, NumGC=5012","level":"stat"}
+{"@timestamp":"2025-01-17T12:36:15.317+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=242.3Mi, Sys=14.1Mi, NumGC=5013","level":"stat"}
+{"@timestamp":"2025-01-17T12:37:15.318+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=242.3Mi, Sys=14.1Mi, NumGC=5013","level":"stat"}
+{"@timestamp":"2025-01-17T12:38:15.319+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=242.4Mi, Sys=14.1Mi, NumGC=5014","level":"stat"}
+{"@timestamp":"2025-01-17T12:39:15.318+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=242.4Mi, Sys=14.1Mi, NumGC=5014","level":"stat"}
+{"@timestamp":"2025-01-17T12:40:15.319+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=242.4Mi, Sys=14.1Mi, NumGC=5015","level":"stat"}
+{"@timestamp":"2025-01-17T12:41:15.321+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=242.4Mi, Sys=14.1Mi, NumGC=5015","level":"stat"}
+{"@timestamp":"2025-01-17T12:57:29.651+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=242.4Mi, Sys=14.1Mi, NumGC=5016","level":"stat"}
+{"@timestamp":"2025-01-17T12:58:29.651+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=242.5Mi, Sys=14.1Mi, NumGC=5016","level":"stat"}
+{"@timestamp":"2025-01-17T12:59:29.651+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=242.5Mi, Sys=14.1Mi, NumGC=5017","level":"stat"}
+{"@timestamp":"2025-01-17T13:00:29.651+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=242.5Mi, Sys=14.1Mi, NumGC=5017","level":"stat"}
+{"@timestamp":"2025-01-17T13:01:29.651+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=242.5Mi, Sys=14.1Mi, NumGC=5018","level":"stat"}
+{"@timestamp":"2025-01-17T13:02:29.651+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=242.5Mi, Sys=14.1Mi, NumGC=5018","level":"stat"}
+{"@timestamp":"2025-01-17T13:03:29.649+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=242.6Mi, Sys=14.1Mi, NumGC=5019","level":"stat"}
+{"@timestamp":"2025-01-17T13:04:29.650+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=242.6Mi, Sys=14.1Mi, NumGC=5019","level":"stat"}
+{"@timestamp":"2025-01-17T13:05:29.650+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=242.6Mi, Sys=14.1Mi, NumGC=5020","level":"stat"}
+{"@timestamp":"2025-01-17T13:06:29.649+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=242.6Mi, Sys=14.1Mi, NumGC=5020","level":"stat"}
+{"@timestamp":"2025-01-17T13:07:29.650+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=242.6Mi, Sys=14.1Mi, NumGC=5021","level":"stat"}
+{"@timestamp":"2025-01-17T13:08:29.650+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=242.7Mi, Sys=14.1Mi, NumGC=5021","level":"stat"}
+{"@timestamp":"2025-01-17T13:09:29.649+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=242.7Mi, Sys=14.1Mi, NumGC=5022","level":"stat"}
+{"@timestamp":"2025-01-17T13:10:29.650+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=242.7Mi, Sys=14.1Mi, NumGC=5022","level":"stat"}
+{"@timestamp":"2025-01-17T13:11:29.648+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=242.7Mi, Sys=14.1Mi, NumGC=5023","level":"stat"}
+{"@timestamp":"2025-01-17T13:12:29.649+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=242.7Mi, Sys=14.1Mi, NumGC=5023","level":"stat"}
+{"@timestamp":"2025-01-17T13:13:29.648+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=242.8Mi, Sys=14.1Mi, NumGC=5024","level":"stat"}
+{"@timestamp":"2025-01-17T13:14:29.649+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=242.8Mi, Sys=14.1Mi, NumGC=5024","level":"stat"}
+{"@timestamp":"2025-01-17T13:15:29.649+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=242.8Mi, Sys=14.1Mi, NumGC=5025","level":"stat"}
+{"@timestamp":"2025-01-17T13:16:29.665+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=242.8Mi, Sys=14.1Mi, NumGC=5025","level":"stat"}
+{"@timestamp":"2025-01-17T13:17:29.682+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=242.8Mi, Sys=14.1Mi, NumGC=5026","level":"stat"}
+{"@timestamp":"2025-01-17T13:18:29.682+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=242.9Mi, Sys=14.1Mi, NumGC=5026","level":"stat"}
+{"@timestamp":"2025-01-17T13:19:29.683+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=242.9Mi, Sys=14.1Mi, NumGC=5027","level":"stat"}
+{"@timestamp":"2025-01-17T13:20:29.683+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=242.9Mi, Sys=14.1Mi, NumGC=5027","level":"stat"}
+{"@timestamp":"2025-01-17T13:21:29.683+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=242.9Mi, Sys=14.1Mi, NumGC=5028","level":"stat"}
+{"@timestamp":"2025-01-17T13:22:29.684+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=243.0Mi, Sys=14.1Mi, NumGC=5028","level":"stat"}
+{"@timestamp":"2025-01-17T13:23:29.684+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=243.0Mi, Sys=14.1Mi, NumGC=5029","level":"stat"}
+{"@timestamp":"2025-01-17T13:24:29.685+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=243.0Mi, Sys=14.1Mi, NumGC=5029","level":"stat"}
+{"@timestamp":"2025-01-17T13:25:29.685+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=243.0Mi, Sys=14.1Mi, NumGC=5030","level":"stat"}
+{"@timestamp":"2025-01-17T13:26:29.685+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=243.0Mi, Sys=14.1Mi, NumGC=5030","level":"stat"}
+{"@timestamp":"2025-01-17T13:27:29.684+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=243.0Mi, Sys=14.1Mi, NumGC=5031","level":"stat"}
+{"@timestamp":"2025-01-17T13:28:29.685+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=243.1Mi, Sys=14.1Mi, NumGC=5031","level":"stat"}
+{"@timestamp":"2025-01-17T13:29:29.686+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=243.1Mi, Sys=14.1Mi, NumGC=5032","level":"stat"}
+{"@timestamp":"2025-01-17T13:30:29.687+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=243.1Mi, Sys=14.1Mi, NumGC=5032","level":"stat"}
+{"@timestamp":"2025-01-17T13:31:29.687+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=243.1Mi, Sys=14.1Mi, NumGC=5033","level":"stat"}
+{"@timestamp":"2025-01-17T13:32:29.686+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=243.1Mi, Sys=14.1Mi, NumGC=5033","level":"stat"}
+{"@timestamp":"2025-01-17T13:33:29.688+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=243.2Mi, Sys=14.1Mi, NumGC=5034","level":"stat"}
+{"@timestamp":"2025-01-17T13:34:29.688+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=243.2Mi, Sys=14.1Mi, NumGC=5034","level":"stat"}
+{"@timestamp":"2025-01-17T13:35:29.687+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=243.2Mi, Sys=14.1Mi, NumGC=5035","level":"stat"}
+{"@timestamp":"2025-01-17T13:36:29.623+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=243.2Mi, Sys=14.1Mi, NumGC=5035","level":"stat"}
+{"@timestamp":"2025-01-17T13:37:29.622+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=243.3Mi, Sys=14.1Mi, NumGC=5036","level":"stat"}
+{"@timestamp":"2025-01-17T13:38:29.622+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=243.3Mi, Sys=14.1Mi, NumGC=5036","level":"stat"}
+{"@timestamp":"2025-01-17T13:39:29.622+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=243.3Mi, Sys=14.1Mi, NumGC=5037","level":"stat"}
+{"@timestamp":"2025-01-17T13:40:29.620+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=243.3Mi, Sys=14.1Mi, NumGC=5037","level":"stat"}
+{"@timestamp":"2025-01-17T13:41:29.620+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=243.3Mi, Sys=14.1Mi, NumGC=5038","level":"stat"}
+{"@timestamp":"2025-01-17T13:42:29.619+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=243.4Mi, Sys=14.1Mi, NumGC=5038","level":"stat"}
+{"@timestamp":"2025-01-17T13:43:29.619+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=243.4Mi, Sys=14.1Mi, NumGC=5039","level":"stat"}
+{"@timestamp":"2025-01-17T13:44:29.618+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=243.4Mi, Sys=14.1Mi, NumGC=5039","level":"stat"}
+{"@timestamp":"2025-01-17T13:45:29.617+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=243.4Mi, Sys=14.1Mi, NumGC=5040","level":"stat"}
+{"@timestamp":"2025-01-17T13:46:29.618+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=243.4Mi, Sys=14.1Mi, NumGC=5040","level":"stat"}
+{"@timestamp":"2025-01-17T13:47:29.617+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=243.5Mi, Sys=14.1Mi, NumGC=5041","level":"stat"}
+{"@timestamp":"2025-01-17T13:48:29.617+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=243.5Mi, Sys=14.1Mi, NumGC=5041","level":"stat"}
+{"@timestamp":"2025-01-17T13:49:29.616+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=243.5Mi, Sys=14.1Mi, NumGC=5042","level":"stat"}
+{"@timestamp":"2025-01-17T13:50:29.616+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=243.5Mi, Sys=14.1Mi, NumGC=5042","level":"stat"}
+{"@timestamp":"2025-01-17T13:51:29.615+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=243.5Mi, Sys=14.1Mi, NumGC=5043","level":"stat"}
+{"@timestamp":"2025-01-17T13:52:29.616+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=243.6Mi, Sys=14.1Mi, NumGC=5043","level":"stat"}
+{"@timestamp":"2025-01-17T13:53:29.615+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=243.6Mi, Sys=14.1Mi, NumGC=5044","level":"stat"}
+{"@timestamp":"2025-01-17T13:54:29.616+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=243.6Mi, Sys=14.1Mi, NumGC=5044","level":"stat"}
+{"@timestamp":"2025-01-17T13:55:29.614+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=243.6Mi, Sys=14.1Mi, NumGC=5045","level":"stat"}
+{"@timestamp":"2025-01-17T13:56:29.615+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=243.6Mi, Sys=14.1Mi, NumGC=5045","level":"stat"}
+{"@timestamp":"2025-01-17T13:57:29.613+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=243.7Mi, Sys=14.1Mi, NumGC=5046","level":"stat"}
+{"@timestamp":"2025-01-17T13:58:29.612+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=243.7Mi, Sys=14.1Mi, NumGC=5046","level":"stat"}
+{"@timestamp":"2025-01-17T13:59:54.403+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=243.7Mi, Sys=14.1Mi, NumGC=5047","level":"stat"}
+{"@timestamp":"2025-01-17T14:00:54.401+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=243.7Mi, Sys=14.1Mi, NumGC=5047","level":"stat"}
+{"@timestamp":"2025-01-17T14:01:54.400+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=243.7Mi, Sys=14.1Mi, NumGC=5048","level":"stat"}
+{"@timestamp":"2025-01-17T14:02:54.399+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=243.8Mi, Sys=14.1Mi, NumGC=5048","level":"stat"}
+{"@timestamp":"2025-01-17T14:03:54.398+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=243.8Mi, Sys=14.1Mi, NumGC=5049","level":"stat"}
+{"@timestamp":"2025-01-17T14:05:19.200+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=243.8Mi, Sys=14.1Mi, NumGC=5049","level":"stat"}
+{"@timestamp":"2025-01-17T14:14:29.165+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=243.8Mi, Sys=14.1Mi, NumGC=5050","level":"stat"}
+{"@timestamp":"2025-01-17T14:15:29.163+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=243.8Mi, Sys=14.1Mi, NumGC=5050","level":"stat"}
+{"@timestamp":"2025-01-17T14:16:29.162+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=243.9Mi, Sys=14.1Mi, NumGC=5051","level":"stat"}
+{"@timestamp":"2025-01-17T14:17:29.161+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=243.9Mi, Sys=14.1Mi, NumGC=5051","level":"stat"}
+{"@timestamp":"2025-01-17T14:18:29.160+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=243.9Mi, Sys=14.1Mi, NumGC=5052","level":"stat"}
+{"@timestamp":"2025-01-17T14:19:29.159+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=243.9Mi, Sys=14.1Mi, NumGC=5052","level":"stat"}
+{"@timestamp":"2025-01-17T14:20:29.158+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=243.9Mi, Sys=14.1Mi, NumGC=5053","level":"stat"}
+{"@timestamp":"2025-01-17T14:21:29.166+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=244.0Mi, Sys=14.1Mi, NumGC=5053","level":"stat"}
+{"@timestamp":"2025-01-17T14:22:29.156+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=244.0Mi, Sys=14.1Mi, NumGC=5054","level":"stat"}
+{"@timestamp":"2025-01-17T14:23:29.155+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=244.0Mi, Sys=14.1Mi, NumGC=5054","level":"stat"}
+{"@timestamp":"2025-01-17T14:24:29.154+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=244.0Mi, Sys=14.1Mi, NumGC=5055","level":"stat"}
+{"@timestamp":"2025-01-17T14:25:29.152+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=244.0Mi, Sys=14.1Mi, NumGC=5055","level":"stat"}
+{"@timestamp":"2025-01-17T14:26:29.151+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=244.1Mi, Sys=14.1Mi, NumGC=5056","level":"stat"}
+{"@timestamp":"2025-01-17T14:27:29.150+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=244.1Mi, Sys=14.1Mi, NumGC=5056","level":"stat"}
+{"@timestamp":"2025-01-17T14:28:29.149+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=244.1Mi, Sys=14.1Mi, NumGC=5057","level":"stat"}
+{"@timestamp":"2025-01-17T14:29:29.073+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=244.1Mi, Sys=14.1Mi, NumGC=5057","level":"stat"}
+{"@timestamp":"2025-01-17T14:30:29.071+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=244.1Mi, Sys=14.1Mi, NumGC=5058","level":"stat"}
+{"@timestamp":"2025-01-17T14:31:29.068+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=244.2Mi, Sys=14.1Mi, NumGC=5058","level":"stat"}
+{"@timestamp":"2025-01-17T14:32:29.066+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=244.2Mi, Sys=14.1Mi, NumGC=5059","level":"stat"}
+{"@timestamp":"2025-01-17T14:33:29.064+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=244.2Mi, Sys=14.1Mi, NumGC=5059","level":"stat"}
+{"@timestamp":"2025-01-17T14:34:29.063+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=244.2Mi, Sys=14.1Mi, NumGC=5060","level":"stat"}
+{"@timestamp":"2025-01-17T14:35:29.061+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=244.2Mi, Sys=14.1Mi, NumGC=5060","level":"stat"}
+{"@timestamp":"2025-01-17T14:36:29.059+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=244.3Mi, Sys=14.1Mi, NumGC=5061","level":"stat"}
+{"@timestamp":"2025-01-17T14:37:29.057+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=244.3Mi, Sys=14.1Mi, NumGC=5061","level":"stat"}
+{"@timestamp":"2025-01-17T14:38:29.055+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=244.3Mi, Sys=14.1Mi, NumGC=5062","level":"stat"}
+{"@timestamp":"2025-01-17T14:39:29.053+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=244.3Mi, Sys=14.1Mi, NumGC=5062","level":"stat"}
+{"@timestamp":"2025-01-17T14:40:29.051+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=244.3Mi, Sys=14.1Mi, NumGC=5063","level":"stat"}
+{"@timestamp":"2025-01-17T14:41:29.049+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=244.4Mi, Sys=14.1Mi, NumGC=5063","level":"stat"}
+{"@timestamp":"2025-01-17T14:42:29.047+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=244.4Mi, Sys=14.1Mi, NumGC=5064","level":"stat"}
+{"@timestamp":"2025-01-17T14:43:29.046+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=244.4Mi, Sys=14.1Mi, NumGC=5064","level":"stat"}
+{"@timestamp":"2025-01-17T14:44:29.044+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=244.4Mi, Sys=14.1Mi, NumGC=5065","level":"stat"}
+{"@timestamp":"2025-01-17T14:45:29.021+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=244.4Mi, Sys=14.1Mi, NumGC=5065","level":"stat"}
+{"@timestamp":"2025-01-17T14:46:29.007+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=244.5Mi, Sys=14.1Mi, NumGC=5066","level":"stat"}
+{"@timestamp":"2025-01-17T14:47:29.004+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=244.5Mi, Sys=14.1Mi, NumGC=5066","level":"stat"}
+{"@timestamp":"2025-01-17T14:48:29.002+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=244.5Mi, Sys=14.1Mi, NumGC=5067","level":"stat"}
+{"@timestamp":"2025-01-17T14:49:28.999+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=244.5Mi, Sys=14.1Mi, NumGC=5067","level":"stat"}
+{"@timestamp":"2025-01-17T14:50:28.997+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=244.5Mi, Sys=14.1Mi, NumGC=5068","level":"stat"}
+{"@timestamp":"2025-01-17T14:51:28.994+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=244.6Mi, Sys=14.1Mi, NumGC=5068","level":"stat"}
+{"@timestamp":"2025-01-17T14:52:28.993+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=244.6Mi, Sys=14.1Mi, NumGC=5069","level":"stat"}
+{"@timestamp":"2025-01-17T14:53:28.990+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=244.6Mi, Sys=14.1Mi, NumGC=5069","level":"stat"}
+{"@timestamp":"2025-01-17T14:54:28.988+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=244.6Mi, Sys=14.1Mi, NumGC=5070","level":"stat"}
+{"@timestamp":"2025-01-17T14:55:28.986+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=244.6Mi, Sys=14.1Mi, NumGC=5070","level":"stat"}
+{"@timestamp":"2025-01-17T14:56:28.984+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=244.7Mi, Sys=14.1Mi, NumGC=5071","level":"stat"}
+{"@timestamp":"2025-01-17T14:57:28.981+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=244.7Mi, Sys=14.1Mi, NumGC=5071","level":"stat"}
+{"@timestamp":"2025-01-17T14:58:28.980+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=244.7Mi, Sys=14.1Mi, NumGC=5072","level":"stat"}
+{"@timestamp":"2025-01-17T14:59:28.977+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=244.7Mi, Sys=14.1Mi, NumGC=5072","level":"stat"}
+{"@timestamp":"2025-01-17T15:00:28.974+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=244.7Mi, Sys=14.1Mi, NumGC=5073","level":"stat"}
+{"@timestamp":"2025-01-17T15:01:28.983+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=244.8Mi, Sys=14.1Mi, NumGC=5073","level":"stat"}
+{"@timestamp":"2025-01-17T15:02:28.982+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=244.8Mi, Sys=14.1Mi, NumGC=5074","level":"stat"}
+{"@timestamp":"2025-01-17T15:03:29.002+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=244.8Mi, Sys=14.1Mi, NumGC=5074","level":"stat"}
+{"@timestamp":"2025-01-17T15:04:29.016+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=244.8Mi, Sys=14.1Mi, NumGC=5075","level":"stat"}
+{"@timestamp":"2025-01-17T15:05:29.014+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=244.8Mi, Sys=14.1Mi, NumGC=5075","level":"stat"}
+{"@timestamp":"2025-01-17T15:06:29.013+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=244.9Mi, Sys=14.1Mi, NumGC=5076","level":"stat"}
+{"@timestamp":"2025-01-17T15:07:29.011+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=244.9Mi, Sys=14.1Mi, NumGC=5076","level":"stat"}
+{"@timestamp":"2025-01-17T15:23:54.036+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=244.9Mi, Sys=14.1Mi, NumGC=5077","level":"stat"}
+{"@timestamp":"2025-01-17T15:36:23.543+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=244.9Mi, Sys=14.1Mi, NumGC=5077","level":"stat"}
+{"@timestamp":"2025-01-17T15:37:23.542+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=244.9Mi, Sys=14.1Mi, NumGC=5078","level":"stat"}
+{"@timestamp":"2025-01-17T15:38:23.542+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=245.0Mi, Sys=14.1Mi, NumGC=5078","level":"stat"}
+{"@timestamp":"2025-01-17T15:39:23.541+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=245.0Mi, Sys=14.1Mi, NumGC=5079","level":"stat"}
+{"@timestamp":"2025-01-17T15:40:23.541+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=245.0Mi, Sys=14.1Mi, NumGC=5079","level":"stat"}
+{"@timestamp":"2025-01-17T15:41:23.539+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=245.0Mi, Sys=14.1Mi, NumGC=5080","level":"stat"}
+{"@timestamp":"2025-01-17T15:42:23.539+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=245.1Mi, Sys=14.1Mi, NumGC=5080","level":"stat"}
+{"@timestamp":"2025-01-17T15:43:23.540+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=245.1Mi, Sys=14.1Mi, NumGC=5081","level":"stat"}
+{"@timestamp":"2025-01-17T15:44:23.538+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=245.1Mi, Sys=14.1Mi, NumGC=5081","level":"stat"}
+{"@timestamp":"2025-01-17T15:45:23.613+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=245.1Mi, Sys=14.1Mi, NumGC=5082","level":"stat"}
+{"@timestamp":"2025-01-17T15:46:23.614+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=245.1Mi, Sys=14.1Mi, NumGC=5082","level":"stat"}
+{"@timestamp":"2025-01-17T15:47:23.660+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=245.2Mi, Sys=14.1Mi, NumGC=5083","level":"stat"}
+{"@timestamp":"2025-01-17T15:48:23.663+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=245.2Mi, Sys=14.1Mi, NumGC=5083","level":"stat"}
+{"@timestamp":"2025-01-17T15:49:23.664+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=245.2Mi, Sys=14.1Mi, NumGC=5084","level":"stat"}
+{"@timestamp":"2025-01-17T15:50:23.665+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=245.2Mi, Sys=14.1Mi, NumGC=5084","level":"stat"}
+{"@timestamp":"2025-01-17T15:51:23.665+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=245.2Mi, Sys=14.1Mi, NumGC=5085","level":"stat"}
+{"@timestamp":"2025-01-17T15:52:23.666+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=245.3Mi, Sys=14.1Mi, NumGC=5085","level":"stat"}
+{"@timestamp":"2025-01-17T15:53:23.667+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=245.3Mi, Sys=14.1Mi, NumGC=5086","level":"stat"}
+{"@timestamp":"2025-01-17T15:54:23.668+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=245.3Mi, Sys=14.1Mi, NumGC=5086","level":"stat"}
+{"@timestamp":"2025-01-17T15:55:23.669+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=245.3Mi, Sys=14.1Mi, NumGC=5087","level":"stat"}
+{"@timestamp":"2025-01-17T15:56:23.670+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=245.3Mi, Sys=14.1Mi, NumGC=5087","level":"stat"}
+{"@timestamp":"2025-01-17T15:57:23.671+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=245.4Mi, Sys=14.1Mi, NumGC=5088","level":"stat"}
+{"@timestamp":"2025-01-17T15:58:23.671+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=245.4Mi, Sys=14.1Mi, NumGC=5088","level":"stat"}
+{"@timestamp":"2025-01-17T15:59:23.672+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=245.4Mi, Sys=14.1Mi, NumGC=5089","level":"stat"}
+{"@timestamp":"2025-01-17T16:00:23.673+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=245.4Mi, Sys=14.1Mi, NumGC=5089","level":"stat"}
+{"@timestamp":"2025-01-17T16:01:23.675+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=245.4Mi, Sys=14.1Mi, NumGC=5089","level":"stat"}
+{"@timestamp":"2025-01-17T16:02:23.675+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=245.5Mi, Sys=14.1Mi, NumGC=5090","level":"stat"}
+{"@timestamp":"2025-01-17T16:03:23.676+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=245.5Mi, Sys=14.1Mi, NumGC=5090","level":"stat"}
+{"@timestamp":"2025-01-17T16:04:23.676+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=245.5Mi, Sys=14.1Mi, NumGC=5091","level":"stat"}
+{"@timestamp":"2025-01-17T16:05:23.677+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=245.5Mi, Sys=14.1Mi, NumGC=5091","level":"stat"}
+{"@timestamp":"2025-01-17T16:06:23.678+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=245.5Mi, Sys=14.1Mi, NumGC=5092","level":"stat"}
+{"@timestamp":"2025-01-17T16:07:23.679+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=245.6Mi, Sys=14.1Mi, NumGC=5092","level":"stat"}
+{"@timestamp":"2025-01-17T16:08:23.680+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=245.6Mi, Sys=14.1Mi, NumGC=5093","level":"stat"}
+{"@timestamp":"2025-01-17T16:09:23.682+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=245.6Mi, Sys=14.1Mi, NumGC=5093","level":"stat"}
+{"@timestamp":"2025-01-17T16:10:23.682+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=245.6Mi, Sys=14.1Mi, NumGC=5094","level":"stat"}
+{"@timestamp":"2025-01-17T16:11:23.683+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=245.6Mi, Sys=14.1Mi, NumGC=5094","level":"stat"}
+{"@timestamp":"2025-01-17T16:12:23.684+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=245.7Mi, Sys=14.1Mi, NumGC=5095","level":"stat"}
+{"@timestamp":"2025-01-17T16:13:23.685+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=245.7Mi, Sys=14.1Mi, NumGC=5095","level":"stat"}
+{"@timestamp":"2025-01-17T16:14:23.686+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=245.7Mi, Sys=14.1Mi, NumGC=5096","level":"stat"}
+{"@timestamp":"2025-01-17T16:15:23.686+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=245.7Mi, Sys=14.1Mi, NumGC=5096","level":"stat"}
+{"@timestamp":"2025-01-17T16:16:23.688+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=245.7Mi, Sys=14.1Mi, NumGC=5097","level":"stat"}
+{"@timestamp":"2025-01-17T16:17:23.689+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=245.8Mi, Sys=14.1Mi, NumGC=5097","level":"stat"}
+{"@timestamp":"2025-01-17T16:18:23.690+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=245.8Mi, Sys=14.1Mi, NumGC=5098","level":"stat"}
+{"@timestamp":"2025-01-17T16:19:23.654+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=245.8Mi, Sys=14.1Mi, NumGC=5098","level":"stat"}
+{"@timestamp":"2025-01-17T16:20:23.653+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=245.8Mi, Sys=14.1Mi, NumGC=5099","level":"stat"}
+{"@timestamp":"2025-01-17T16:21:23.653+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=245.9Mi, Sys=14.1Mi, NumGC=5099","level":"stat"}
+{"@timestamp":"2025-01-17T16:22:23.653+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=245.9Mi, Sys=14.1Mi, NumGC=5100","level":"stat"}
+{"@timestamp":"2025-01-17T16:23:23.654+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=245.9Mi, Sys=14.1Mi, NumGC=5100","level":"stat"}
+{"@timestamp":"2025-01-17T16:24:23.655+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=245.9Mi, Sys=14.1Mi, NumGC=5101","level":"stat"}
+{"@timestamp":"2025-01-17T16:25:23.655+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=245.9Mi, Sys=14.1Mi, NumGC=5101","level":"stat"}
+{"@timestamp":"2025-01-17T16:26:23.656+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=246.0Mi, Sys=14.1Mi, NumGC=5102","level":"stat"}
+{"@timestamp":"2025-01-17T16:27:23.655+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=246.0Mi, Sys=14.1Mi, NumGC=5102","level":"stat"}
+{"@timestamp":"2025-01-17T16:28:23.656+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=246.0Mi, Sys=14.1Mi, NumGC=5103","level":"stat"}
+{"@timestamp":"2025-01-17T16:29:23.658+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=246.0Mi, Sys=14.1Mi, NumGC=5103","level":"stat"}
+{"@timestamp":"2025-01-17T16:30:23.658+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=246.0Mi, Sys=14.1Mi, NumGC=5104","level":"stat"}
+{"@timestamp":"2025-01-17T16:31:23.660+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=246.1Mi, Sys=14.1Mi, NumGC=5104","level":"stat"}
+{"@timestamp":"2025-01-17T16:32:23.660+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=246.1Mi, Sys=14.1Mi, NumGC=5105","level":"stat"}
+{"@timestamp":"2025-01-17T16:33:23.660+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=246.1Mi, Sys=14.1Mi, NumGC=5105","level":"stat"}
+{"@timestamp":"2025-01-17T16:34:23.639+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=246.1Mi, Sys=14.1Mi, NumGC=5106","level":"stat"}
+{"@timestamp":"2025-01-17T16:35:23.636+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=246.1Mi, Sys=14.1Mi, NumGC=5106","level":"stat"}
+{"@timestamp":"2025-01-17T16:36:23.636+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=246.2Mi, Sys=14.1Mi, NumGC=5107","level":"stat"}
+{"@timestamp":"2025-01-17T16:37:23.636+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=246.2Mi, Sys=14.1Mi, NumGC=5107","level":"stat"}
+{"@timestamp":"2025-01-17T16:38:23.636+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=246.2Mi, Sys=14.1Mi, NumGC=5108","level":"stat"}
+{"@timestamp":"2025-01-17T16:39:23.636+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=246.2Mi, Sys=14.1Mi, NumGC=5108","level":"stat"}
+{"@timestamp":"2025-01-17T16:40:23.637+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=246.2Mi, Sys=14.1Mi, NumGC=5109","level":"stat"}
+{"@timestamp":"2025-01-17T16:41:23.637+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=246.3Mi, Sys=14.1Mi, NumGC=5109","level":"stat"}
+{"@timestamp":"2025-01-17T16:42:23.637+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=246.3Mi, Sys=14.1Mi, NumGC=5110","level":"stat"}
+{"@timestamp":"2025-01-17T16:43:23.636+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=246.3Mi, Sys=14.1Mi, NumGC=5110","level":"stat"}
+{"@timestamp":"2025-01-17T16:44:23.637+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=246.3Mi, Sys=14.1Mi, NumGC=5111","level":"stat"}
+{"@timestamp":"2025-01-17T16:45:23.637+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=246.3Mi, Sys=14.1Mi, NumGC=5111","level":"stat"}
+{"@timestamp":"2025-01-17T16:46:23.638+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=246.4Mi, Sys=14.1Mi, NumGC=5112","level":"stat"}
+{"@timestamp":"2025-01-17T16:47:23.638+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=246.4Mi, Sys=14.1Mi, NumGC=5112","level":"stat"}
+{"@timestamp":"2025-01-17T16:48:23.637+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=246.4Mi, Sys=14.1Mi, NumGC=5113","level":"stat"}
+{"@timestamp":"2025-01-17T16:49:23.640+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=246.4Mi, Sys=14.1Mi, NumGC=5113","level":"stat"}
+{"@timestamp":"2025-01-17T16:50:23.641+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=246.4Mi, Sys=14.1Mi, NumGC=5114","level":"stat"}
+{"@timestamp":"2025-01-17T16:51:23.641+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=246.5Mi, Sys=14.1Mi, NumGC=5114","level":"stat"}
+{"@timestamp":"2025-01-17T16:52:23.642+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=246.5Mi, Sys=14.1Mi, NumGC=5115","level":"stat"}
+{"@timestamp":"2025-01-17T16:53:23.641+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=246.5Mi, Sys=14.1Mi, NumGC=5115","level":"stat"}
+{"@timestamp":"2025-01-17T16:54:23.641+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=246.5Mi, Sys=14.1Mi, NumGC=5116","level":"stat"}
+{"@timestamp":"2025-01-17T16:55:23.642+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=246.5Mi, Sys=14.1Mi, NumGC=5116","level":"stat"}
+{"@timestamp":"2025-01-17T16:56:23.642+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=246.6Mi, Sys=14.1Mi, NumGC=5117","level":"stat"}
+{"@timestamp":"2025-01-17T16:57:23.642+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=246.6Mi, Sys=14.1Mi, NumGC=5117","level":"stat"}
+{"@timestamp":"2025-01-17T16:58:23.642+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=246.6Mi, Sys=14.1Mi, NumGC=5118","level":"stat"}
+{"@timestamp":"2025-01-17T16:59:23.642+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=246.6Mi, Sys=14.1Mi, NumGC=5118","level":"stat"}
+{"@timestamp":"2025-01-17T17:00:23.643+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=246.6Mi, Sys=14.1Mi, NumGC=5119","level":"stat"}
+{"@timestamp":"2025-01-17T17:01:23.643+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=246.7Mi, Sys=14.1Mi, NumGC=5119","level":"stat"}
+{"@timestamp":"2025-01-17T17:02:23.643+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=246.7Mi, Sys=14.1Mi, NumGC=5120","level":"stat"}
+{"@timestamp":"2025-01-17T17:03:23.642+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=246.7Mi, Sys=14.1Mi, NumGC=5120","level":"stat"}
+{"@timestamp":"2025-01-17T17:04:23.615+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=246.7Mi, Sys=14.1Mi, NumGC=5121","level":"stat"}
+{"@timestamp":"2025-01-17T17:05:23.605+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=246.7Mi, Sys=14.1Mi, NumGC=5121","level":"stat"}
+{"@timestamp":"2025-01-17T17:06:23.606+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=246.8Mi, Sys=14.1Mi, NumGC=5122","level":"stat"}
+{"@timestamp":"2025-01-17T17:07:23.605+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=246.8Mi, Sys=14.1Mi, NumGC=5122","level":"stat"}
+{"@timestamp":"2025-01-17T17:08:23.605+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=246.8Mi, Sys=14.1Mi, NumGC=5123","level":"stat"}
+{"@timestamp":"2025-01-17T17:09:23.605+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=246.8Mi, Sys=14.1Mi, NumGC=5123","level":"stat"}
+{"@timestamp":"2025-01-17T17:10:23.606+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=246.9Mi, Sys=14.1Mi, NumGC=5124","level":"stat"}
+{"@timestamp":"2025-01-17T17:11:23.604+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=246.9Mi, Sys=14.1Mi, NumGC=5124","level":"stat"}
+{"@timestamp":"2025-01-17T17:12:23.604+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=246.9Mi, Sys=14.1Mi, NumGC=5125","level":"stat"}
+{"@timestamp":"2025-01-17T17:13:23.603+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=246.9Mi, Sys=14.1Mi, NumGC=5125","level":"stat"}
+{"@timestamp":"2025-01-17T17:14:23.604+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=246.9Mi, Sys=14.1Mi, NumGC=5126","level":"stat"}
+{"@timestamp":"2025-01-17T17:15:23.604+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=247.0Mi, Sys=14.1Mi, NumGC=5126","level":"stat"}
+{"@timestamp":"2025-01-17T17:16:23.603+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=247.0Mi, Sys=14.1Mi, NumGC=5127","level":"stat"}
+{"@timestamp":"2025-01-17T17:17:23.603+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=247.0Mi, Sys=14.1Mi, NumGC=5127","level":"stat"}
+{"@timestamp":"2025-01-17T17:18:23.603+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=247.0Mi, Sys=14.1Mi, NumGC=5128","level":"stat"}
+{"@timestamp":"2025-01-17T17:19:23.573+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=247.0Mi, Sys=14.1Mi, NumGC=5128","level":"stat"}
+{"@timestamp":"2025-01-17T17:20:23.564+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=247.1Mi, Sys=14.1Mi, NumGC=5129","level":"stat"}
+{"@timestamp":"2025-01-17T17:21:23.562+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=247.1Mi, Sys=14.1Mi, NumGC=5129","level":"stat"}
+{"@timestamp":"2025-01-17T17:22:23.562+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=247.1Mi, Sys=14.1Mi, NumGC=5130","level":"stat"}
+{"@timestamp":"2025-01-17T17:23:23.561+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=247.1Mi, Sys=14.1Mi, NumGC=5130","level":"stat"}
+{"@timestamp":"2025-01-17T17:24:23.561+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=247.1Mi, Sys=14.1Mi, NumGC=5131","level":"stat"}
+{"@timestamp":"2025-01-17T17:25:23.560+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=247.2Mi, Sys=14.1Mi, NumGC=5131","level":"stat"}
+{"@timestamp":"2025-01-17T17:26:23.559+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=247.2Mi, Sys=14.1Mi, NumGC=5132","level":"stat"}
+{"@timestamp":"2025-01-17T17:27:23.558+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=247.2Mi, Sys=14.1Mi, NumGC=5132","level":"stat"}
+{"@timestamp":"2025-01-17T17:28:23.558+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=247.2Mi, Sys=14.1Mi, NumGC=5133","level":"stat"}
+{"@timestamp":"2025-01-17T17:29:23.558+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=247.2Mi, Sys=14.1Mi, NumGC=5133","level":"stat"}
+{"@timestamp":"2025-01-17T17:30:23.556+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=247.3Mi, Sys=14.1Mi, NumGC=5134","level":"stat"}
+{"@timestamp":"2025-01-17T17:31:23.556+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=247.3Mi, Sys=14.1Mi, NumGC=5134","level":"stat"}
+{"@timestamp":"2025-01-17T17:32:23.556+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=247.3Mi, Sys=14.1Mi, NumGC=5135","level":"stat"}
+{"@timestamp":"2025-01-17T17:33:23.555+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=247.3Mi, Sys=14.1Mi, NumGC=5135","level":"stat"}
+{"@timestamp":"2025-01-17T17:34:23.547+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=247.4Mi, Sys=14.1Mi, NumGC=5136","level":"stat"}
+{"@timestamp":"2025-01-17T17:35:23.542+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=247.4Mi, Sys=14.1Mi, NumGC=5136","level":"stat"}
+{"@timestamp":"2025-01-17T17:36:23.542+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=247.4Mi, Sys=14.1Mi, NumGC=5137","level":"stat"}
+{"@timestamp":"2025-01-17T17:37:23.540+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=247.4Mi, Sys=14.1Mi, NumGC=5137","level":"stat"}
+{"@timestamp":"2025-01-17T17:38:23.540+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=247.4Mi, Sys=14.1Mi, NumGC=5138","level":"stat"}
+{"@timestamp":"2025-01-17T17:39:23.540+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=247.5Mi, Sys=14.1Mi, NumGC=5138","level":"stat"}
+{"@timestamp":"2025-01-17T17:40:23.539+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=247.5Mi, Sys=14.1Mi, NumGC=5139","level":"stat"}
+{"@timestamp":"2025-01-17T17:41:23.538+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=247.5Mi, Sys=14.1Mi, NumGC=5139","level":"stat"}
+{"@timestamp":"2025-01-17T17:42:23.538+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=247.5Mi, Sys=14.1Mi, NumGC=5140","level":"stat"}
+{"@timestamp":"2025-01-17T17:43:23.537+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=247.5Mi, Sys=14.1Mi, NumGC=5140","level":"stat"}
+{"@timestamp":"2025-01-17T17:44:23.536+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=247.6Mi, Sys=14.1Mi, NumGC=5141","level":"stat"}
+{"@timestamp":"2025-01-17T17:45:23.535+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=247.6Mi, Sys=14.1Mi, NumGC=5141","level":"stat"}
+{"@timestamp":"2025-01-17T17:46:23.535+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=247.6Mi, Sys=14.1Mi, NumGC=5142","level":"stat"}
+{"@timestamp":"2025-01-17T17:47:23.534+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=247.6Mi, Sys=14.1Mi, NumGC=5142","level":"stat"}
+{"@timestamp":"2025-01-17T17:48:23.532+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=247.6Mi, Sys=14.1Mi, NumGC=5143","level":"stat"}
+{"@timestamp":"2025-01-17T17:49:23.532+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=247.7Mi, Sys=14.1Mi, NumGC=5143","level":"stat"}
+{"@timestamp":"2025-01-17T17:50:23.553+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=247.7Mi, Sys=14.1Mi, NumGC=5144","level":"stat"}
+{"@timestamp":"2025-01-17T17:51:23.559+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=247.7Mi, Sys=14.1Mi, NumGC=5144","level":"stat"}
+{"@timestamp":"2025-01-17T17:52:23.559+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=247.7Mi, Sys=14.1Mi, NumGC=5145","level":"stat"}
+{"@timestamp":"2025-01-17T17:53:23.558+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=247.7Mi, Sys=14.1Mi, NumGC=5145","level":"stat"}
+{"@timestamp":"2025-01-17T17:54:23.558+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=247.8Mi, Sys=14.1Mi, NumGC=5146","level":"stat"}
+{"@timestamp":"2025-01-17T17:55:23.557+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=247.8Mi, Sys=14.1Mi, NumGC=5146","level":"stat"}
+{"@timestamp":"2025-01-17T17:56:23.556+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=247.8Mi, Sys=14.1Mi, NumGC=5147","level":"stat"}
+{"@timestamp":"2025-01-17T17:57:23.556+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=247.8Mi, Sys=14.1Mi, NumGC=5147","level":"stat"}
+{"@timestamp":"2025-01-17T17:58:23.554+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=247.8Mi, Sys=14.1Mi, NumGC=5148","level":"stat"}
+{"@timestamp":"2025-01-17T17:59:23.555+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=247.9Mi, Sys=14.1Mi, NumGC=5148","level":"stat"}
+{"@timestamp":"2025-01-17T18:00:23.554+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=247.9Mi, Sys=14.1Mi, NumGC=5149","level":"stat"}
+{"@timestamp":"2025-01-17T18:01:23.553+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=247.9Mi, Sys=14.1Mi, NumGC=5149","level":"stat"}
+{"@timestamp":"2025-01-17T18:02:23.553+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=247.9Mi, Sys=14.1Mi, NumGC=5150","level":"stat"}
+{"@timestamp":"2025-01-17T18:03:23.552+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=247.9Mi, Sys=14.1Mi, NumGC=5150","level":"stat"}
+{"@timestamp":"2025-01-17T18:04:23.552+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=248.0Mi, Sys=14.1Mi, NumGC=5151","level":"stat"}
+{"@timestamp":"2025-01-17T18:05:23.541+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=248.0Mi, Sys=14.1Mi, NumGC=5151","level":"stat"}
+{"@timestamp":"2025-01-17T18:06:23.536+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=248.0Mi, Sys=14.1Mi, NumGC=5152","level":"stat"}
+{"@timestamp":"2025-01-17T18:07:23.536+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=248.0Mi, Sys=14.1Mi, NumGC=5152","level":"stat"}
+{"@timestamp":"2025-01-17T18:08:23.535+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=248.0Mi, Sys=14.1Mi, NumGC=5153","level":"stat"}
+{"@timestamp":"2025-01-17T18:09:23.535+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=248.1Mi, Sys=14.1Mi, NumGC=5153","level":"stat"}
+{"@timestamp":"2025-01-17T18:10:23.534+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=248.1Mi, Sys=14.1Mi, NumGC=5154","level":"stat"}
+{"@timestamp":"2025-01-17T18:11:23.533+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=248.1Mi, Sys=14.1Mi, NumGC=5154","level":"stat"}
+{"@timestamp":"2025-01-17T18:12:23.532+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=248.1Mi, Sys=14.1Mi, NumGC=5155","level":"stat"}
+{"@timestamp":"2025-01-17T18:13:23.531+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=248.1Mi, Sys=14.1Mi, NumGC=5155","level":"stat"}
+{"@timestamp":"2025-01-17T18:14:23.532+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=248.2Mi, Sys=14.1Mi, NumGC=5156","level":"stat"}
+{"@timestamp":"2025-01-17T18:15:23.531+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=248.2Mi, Sys=14.1Mi, NumGC=5156","level":"stat"}
+{"@timestamp":"2025-01-17T18:16:23.530+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=248.2Mi, Sys=14.1Mi, NumGC=5157","level":"stat"}
+{"@timestamp":"2025-01-17T18:17:23.530+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=248.2Mi, Sys=14.1Mi, NumGC=5157","level":"stat"}
+{"@timestamp":"2025-01-17T18:18:23.529+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=248.2Mi, Sys=14.1Mi, NumGC=5158","level":"stat"}
+{"@timestamp":"2025-01-17T18:19:23.529+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=248.3Mi, Sys=14.1Mi, NumGC=5158","level":"stat"}
+{"@timestamp":"2025-01-17T18:20:23.528+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=248.3Mi, Sys=14.1Mi, NumGC=5159","level":"stat"}
+{"@timestamp":"2025-01-17T18:21:23.546+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=248.3Mi, Sys=14.1Mi, NumGC=5159","level":"stat"}
+{"@timestamp":"2025-01-17T18:22:23.549+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=248.3Mi, Sys=14.1Mi, NumGC=5160","level":"stat"}
+{"@timestamp":"2025-01-17T18:23:23.548+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=248.3Mi, Sys=14.1Mi, NumGC=5160","level":"stat"}
+{"@timestamp":"2025-01-17T18:24:23.547+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=248.4Mi, Sys=14.1Mi, NumGC=5161","level":"stat"}
+{"@timestamp":"2025-01-17T18:25:23.547+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=248.4Mi, Sys=14.1Mi, NumGC=5161","level":"stat"}
+{"@timestamp":"2025-01-17T18:26:23.547+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=248.4Mi, Sys=14.1Mi, NumGC=5162","level":"stat"}
+{"@timestamp":"2025-01-17T18:27:23.546+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=248.4Mi, Sys=14.1Mi, NumGC=5162","level":"stat"}
+{"@timestamp":"2025-01-17T18:28:23.546+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=248.5Mi, Sys=14.1Mi, NumGC=5163","level":"stat"}
+{"@timestamp":"2025-01-17T18:29:23.546+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=248.5Mi, Sys=14.1Mi, NumGC=5163","level":"stat"}
+{"@timestamp":"2025-01-17T18:30:23.545+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=248.5Mi, Sys=14.1Mi, NumGC=5164","level":"stat"}
+{"@timestamp":"2025-01-17T18:31:23.544+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=248.5Mi, Sys=14.1Mi, NumGC=5164","level":"stat"}
+{"@timestamp":"2025-01-17T18:32:23.544+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=248.5Mi, Sys=14.1Mi, NumGC=5165","level":"stat"}
+{"@timestamp":"2025-01-17T18:33:23.544+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=248.6Mi, Sys=14.1Mi, NumGC=5165","level":"stat"}
+{"@timestamp":"2025-01-17T18:34:23.543+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=248.6Mi, Sys=14.1Mi, NumGC=5166","level":"stat"}
+{"@timestamp":"2025-01-17T18:35:23.543+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=248.6Mi, Sys=14.1Mi, NumGC=5166","level":"stat"}
+{"@timestamp":"2025-01-17T18:36:23.557+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=248.6Mi, Sys=14.1Mi, NumGC=5167","level":"stat"}
+{"@timestamp":"2025-01-17T18:37:23.560+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=248.6Mi, Sys=14.1Mi, NumGC=5167","level":"stat"}
+{"@timestamp":"2025-01-17T18:38:23.560+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=248.7Mi, Sys=14.1Mi, NumGC=5168","level":"stat"}
+{"@timestamp":"2025-01-17T18:39:23.559+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=248.7Mi, Sys=14.1Mi, NumGC=5168","level":"stat"}
+{"@timestamp":"2025-01-17T18:40:23.560+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=248.7Mi, Sys=14.1Mi, NumGC=5169","level":"stat"}
+{"@timestamp":"2025-01-17T18:41:23.559+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=248.7Mi, Sys=14.1Mi, NumGC=5169","level":"stat"}
+{"@timestamp":"2025-01-17T18:42:23.559+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=248.7Mi, Sys=14.1Mi, NumGC=5170","level":"stat"}
+{"@timestamp":"2025-01-17T18:43:23.581+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=248.8Mi, Sys=14.1Mi, NumGC=5170","level":"stat"}
+{"@timestamp":"2025-01-17T18:44:23.583+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=248.8Mi, Sys=14.1Mi, NumGC=5171","level":"stat"}
+{"@timestamp":"2025-01-17T18:45:23.582+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=248.8Mi, Sys=14.1Mi, NumGC=5171","level":"stat"}
+{"@timestamp":"2025-01-17T18:46:23.581+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=248.8Mi, Sys=14.1Mi, NumGC=5172","level":"stat"}
+{"@timestamp":"2025-01-17T18:47:23.583+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=248.8Mi, Sys=14.1Mi, NumGC=5172","level":"stat"}
+{"@timestamp":"2025-01-17T18:48:48.456+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=248.9Mi, Sys=14.1Mi, NumGC=5173","level":"stat"}
+{"@timestamp":"2025-01-17T18:57:39.163+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=248.9Mi, Sys=14.1Mi, NumGC=5173","level":"stat"}
+{"@timestamp":"2025-01-17T18:58:39.108+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=248.9Mi, Sys=14.1Mi, NumGC=5174","level":"stat"}
+{"@timestamp":"2025-01-17T18:59:39.107+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=248.9Mi, Sys=14.1Mi, NumGC=5174","level":"stat"}
+{"@timestamp":"2025-01-17T19:00:39.106+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=248.9Mi, Sys=14.1Mi, NumGC=5175","level":"stat"}
+{"@timestamp":"2025-01-17T19:01:39.106+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=249.0Mi, Sys=14.1Mi, NumGC=5175","level":"stat"}
+{"@timestamp":"2025-01-17T19:02:39.106+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=249.0Mi, Sys=14.1Mi, NumGC=5176","level":"stat"}
+{"@timestamp":"2025-01-17T19:03:39.105+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=249.0Mi, Sys=14.1Mi, NumGC=5176","level":"stat"}
+{"@timestamp":"2025-01-17T19:04:39.105+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=249.0Mi, Sys=14.1Mi, NumGC=5177","level":"stat"}
+{"@timestamp":"2025-01-17T19:05:39.103+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=249.0Mi, Sys=14.1Mi, NumGC=5177","level":"stat"}
+{"@timestamp":"2025-01-17T19:06:39.104+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=249.1Mi, Sys=14.1Mi, NumGC=5178","level":"stat"}
+{"@timestamp":"2025-01-17T19:07:39.027+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=249.1Mi, Sys=14.1Mi, NumGC=5178","level":"stat"}
+{"@timestamp":"2025-01-17T19:23:39.051+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=249.1Mi, Sys=14.1Mi, NumGC=5179","level":"stat"}
+{"@timestamp":"2025-01-17T19:24:39.050+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=249.1Mi, Sys=14.1Mi, NumGC=5179","level":"stat"}
+{"@timestamp":"2025-01-17T19:25:39.049+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=249.1Mi, Sys=14.1Mi, NumGC=5180","level":"stat"}
+{"@timestamp":"2025-01-17T19:26:39.048+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=249.2Mi, Sys=14.1Mi, NumGC=5180","level":"stat"}
+{"@timestamp":"2025-01-17T19:27:39.047+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=249.2Mi, Sys=14.1Mi, NumGC=5181","level":"stat"}
+{"@timestamp":"2025-01-17T19:29:03.888+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=249.2Mi, Sys=14.1Mi, NumGC=5181","level":"stat"}
+{"@timestamp":"2025-01-17T19:45:13.998+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=249.2Mi, Sys=14.1Mi, NumGC=5182","level":"stat"}
+{"@timestamp":"2025-01-17T20:01:35.137+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=249.2Mi, Sys=14.1Mi, NumGC=5182","level":"stat"}
+{"@timestamp":"2025-01-17T20:02:35.129+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=249.3Mi, Sys=14.1Mi, NumGC=5183","level":"stat"}
+{"@timestamp":"2025-01-17T20:03:35.127+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=249.3Mi, Sys=14.1Mi, NumGC=5183","level":"stat"}
+{"@timestamp":"2025-01-17T20:04:35.128+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=249.3Mi, Sys=14.1Mi, NumGC=5184","level":"stat"}
+{"@timestamp":"2025-01-17T20:05:35.128+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=249.3Mi, Sys=14.1Mi, NumGC=5184","level":"stat"}
+{"@timestamp":"2025-01-17T20:06:35.127+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=249.3Mi, Sys=14.1Mi, NumGC=5185","level":"stat"}
+{"@timestamp":"2025-01-17T20:07:35.128+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=249.4Mi, Sys=14.1Mi, NumGC=5185","level":"stat"}
+{"@timestamp":"2025-01-17T20:08:35.127+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=249.4Mi, Sys=14.1Mi, NumGC=5186","level":"stat"}
+{"@timestamp":"2025-01-17T20:09:35.127+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=249.4Mi, Sys=14.1Mi, NumGC=5186","level":"stat"}
+{"@timestamp":"2025-01-17T20:10:35.128+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=249.4Mi, Sys=14.1Mi, NumGC=5187","level":"stat"}
+{"@timestamp":"2025-01-17T20:11:35.128+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=249.4Mi, Sys=14.1Mi, NumGC=5187","level":"stat"}
+{"@timestamp":"2025-01-17T20:12:35.128+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=249.5Mi, Sys=14.1Mi, NumGC=5188","level":"stat"}
+{"@timestamp":"2025-01-17T20:13:35.128+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=249.5Mi, Sys=14.1Mi, NumGC=5188","level":"stat"}
+{"@timestamp":"2025-01-17T20:14:35.128+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=249.5Mi, Sys=14.1Mi, NumGC=5189","level":"stat"}
+{"@timestamp":"2025-01-17T20:15:35.128+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=249.5Mi, Sys=14.1Mi, NumGC=5189","level":"stat"}
+{"@timestamp":"2025-01-17T20:16:35.128+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=249.5Mi, Sys=14.1Mi, NumGC=5190","level":"stat"}
+{"@timestamp":"2025-01-17T20:17:35.136+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=249.6Mi, Sys=14.1Mi, NumGC=5190","level":"stat"}
+{"@timestamp":"2025-01-17T20:18:35.136+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=249.6Mi, Sys=14.1Mi, NumGC=5191","level":"stat"}
+{"@timestamp":"2025-01-17T20:19:35.134+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=249.6Mi, Sys=14.1Mi, NumGC=5191","level":"stat"}
+{"@timestamp":"2025-01-17T20:20:35.136+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=249.6Mi, Sys=14.1Mi, NumGC=5192","level":"stat"}
+{"@timestamp":"2025-01-17T20:21:35.134+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=249.6Mi, Sys=14.1Mi, NumGC=5192","level":"stat"}
+{"@timestamp":"2025-01-17T20:22:35.136+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=249.7Mi, Sys=14.1Mi, NumGC=5193","level":"stat"}
+{"@timestamp":"2025-01-17T20:23:35.136+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=249.7Mi, Sys=14.1Mi, NumGC=5193","level":"stat"}
+{"@timestamp":"2025-01-17T20:24:35.134+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=249.7Mi, Sys=14.1Mi, NumGC=5194","level":"stat"}
+{"@timestamp":"2025-01-17T20:25:35.136+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=249.7Mi, Sys=14.1Mi, NumGC=5194","level":"stat"}
+{"@timestamp":"2025-01-17T20:26:35.134+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=249.8Mi, Sys=14.1Mi, NumGC=5195","level":"stat"}
+{"@timestamp":"2025-01-17T20:27:35.135+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=249.8Mi, Sys=14.1Mi, NumGC=5195","level":"stat"}
+{"@timestamp":"2025-01-17T20:28:35.134+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=249.8Mi, Sys=14.1Mi, NumGC=5196","level":"stat"}
+{"@timestamp":"2025-01-17T20:29:35.135+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=249.8Mi, Sys=14.1Mi, NumGC=5196","level":"stat"}
+{"@timestamp":"2025-01-17T20:30:35.135+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=249.8Mi, Sys=14.1Mi, NumGC=5197","level":"stat"}
+{"@timestamp":"2025-01-17T20:31:35.135+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=249.9Mi, Sys=14.1Mi, NumGC=5197","level":"stat"}
+{"@timestamp":"2025-01-17T20:32:35.135+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=249.9Mi, Sys=14.1Mi, NumGC=5198","level":"stat"}
+{"@timestamp":"2025-01-17T20:33:35.135+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=249.9Mi, Sys=14.1Mi, NumGC=5198","level":"stat"}
+{"@timestamp":"2025-01-17T20:34:35.135+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=249.9Mi, Sys=14.1Mi, NumGC=5199","level":"stat"}
+{"@timestamp":"2025-01-17T20:35:35.135+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=249.9Mi, Sys=14.1Mi, NumGC=5199","level":"stat"}
+{"@timestamp":"2025-01-17T20:36:35.135+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=250.0Mi, Sys=14.1Mi, NumGC=5200","level":"stat"}
+{"@timestamp":"2025-01-17T20:37:35.135+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=250.0Mi, Sys=14.1Mi, NumGC=5200","level":"stat"}
+{"@timestamp":"2025-01-17T20:38:35.135+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=250.0Mi, Sys=14.1Mi, NumGC=5201","level":"stat"}
+{"@timestamp":"2025-01-17T20:39:35.135+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=250.0Mi, Sys=14.1Mi, NumGC=5201","level":"stat"}
+{"@timestamp":"2025-01-17T20:40:35.135+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=250.0Mi, Sys=14.1Mi, NumGC=5202","level":"stat"}
+{"@timestamp":"2025-01-17T20:41:35.135+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=250.1Mi, Sys=14.1Mi, NumGC=5202","level":"stat"}
+{"@timestamp":"2025-01-17T20:42:35.133+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=250.1Mi, Sys=14.1Mi, NumGC=5203","level":"stat"}
+{"@timestamp":"2025-01-17T20:43:35.134+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=250.1Mi, Sys=14.1Mi, NumGC=5203","level":"stat"}
+{"@timestamp":"2025-01-17T20:44:35.134+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=250.1Mi, Sys=14.1Mi, NumGC=5204","level":"stat"}
+{"@timestamp":"2025-01-17T20:45:35.135+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=250.1Mi, Sys=14.1Mi, NumGC=5204","level":"stat"}
+{"@timestamp":"2025-01-17T20:46:35.135+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=250.2Mi, Sys=14.1Mi, NumGC=5205","level":"stat"}
+{"@timestamp":"2025-01-17T20:47:35.092+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=250.2Mi, Sys=14.1Mi, NumGC=5205","level":"stat"}
+{"@timestamp":"2025-01-17T20:48:35.085+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=250.2Mi, Sys=14.1Mi, NumGC=5206","level":"stat"}
+{"@timestamp":"2025-01-17T20:49:35.084+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=250.2Mi, Sys=14.1Mi, NumGC=5206","level":"stat"}
+{"@timestamp":"2025-01-17T20:50:35.083+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=250.2Mi, Sys=14.1Mi, NumGC=5207","level":"stat"}
+{"@timestamp":"2025-01-17T20:51:35.083+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=250.3Mi, Sys=14.1Mi, NumGC=5207","level":"stat"}
+{"@timestamp":"2025-01-17T20:52:35.082+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=250.3Mi, Sys=14.1Mi, NumGC=5208","level":"stat"}
+{"@timestamp":"2025-01-17T20:53:35.082+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=250.3Mi, Sys=14.1Mi, NumGC=5208","level":"stat"}
+{"@timestamp":"2025-01-17T20:54:35.082+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=250.3Mi, Sys=14.1Mi, NumGC=5209","level":"stat"}
+{"@timestamp":"2025-01-17T20:55:35.081+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=250.3Mi, Sys=14.1Mi, NumGC=5209","level":"stat"}
+{"@timestamp":"2025-01-17T20:56:35.079+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=250.4Mi, Sys=14.1Mi, NumGC=5210","level":"stat"}
+{"@timestamp":"2025-01-17T20:57:35.079+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=250.4Mi, Sys=14.1Mi, NumGC=5210","level":"stat"}
+{"@timestamp":"2025-01-17T20:58:35.078+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=250.4Mi, Sys=14.1Mi, NumGC=5211","level":"stat"}
+{"@timestamp":"2025-01-17T20:59:35.079+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=250.4Mi, Sys=14.1Mi, NumGC=5211","level":"stat"}
+{"@timestamp":"2025-01-17T21:00:35.079+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=250.4Mi, Sys=14.1Mi, NumGC=5212","level":"stat"}
+{"@timestamp":"2025-01-17T21:01:35.077+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=250.5Mi, Sys=14.1Mi, NumGC=5212","level":"stat"}
+{"@timestamp":"2025-01-17T21:02:59.994+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=250.5Mi, Sys=14.1Mi, NumGC=5213","level":"stat"}
+{"@timestamp":"2025-01-17T21:04:00.027+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=250.5Mi, Sys=14.1Mi, NumGC=5213","level":"stat"}
+{"@timestamp":"2025-01-17T21:05:00.029+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=250.5Mi, Sys=14.1Mi, NumGC=5214","level":"stat"}
+{"@timestamp":"2025-01-17T21:06:00.029+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=250.5Mi, Sys=14.1Mi, NumGC=5214","level":"stat"}
+{"@timestamp":"2025-01-17T21:07:00.029+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=250.6Mi, Sys=14.1Mi, NumGC=5215","level":"stat"}
+{"@timestamp":"2025-01-17T21:23:25.057+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=250.6Mi, Sys=14.1Mi, NumGC=5215","level":"stat"}
+{"@timestamp":"2025-01-17T21:39:25.987+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=250.6Mi, Sys=14.1Mi, NumGC=5216","level":"stat"}
+{"@timestamp":"2025-01-17T21:40:25.983+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=250.6Mi, Sys=14.1Mi, NumGC=5216","level":"stat"}
+{"@timestamp":"2025-01-17T21:41:25.985+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=250.6Mi, Sys=14.1Mi, NumGC=5217","level":"stat"}
+{"@timestamp":"2025-01-17T21:42:25.985+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=250.7Mi, Sys=14.1Mi, NumGC=5217","level":"stat"}
+{"@timestamp":"2025-01-17T21:43:25.985+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=250.7Mi, Sys=14.1Mi, NumGC=5218","level":"stat"}
+{"@timestamp":"2025-01-17T21:44:25.985+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=250.7Mi, Sys=14.1Mi, NumGC=5218","level":"stat"}
+{"@timestamp":"2025-01-17T21:45:25.984+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=250.7Mi, Sys=14.1Mi, NumGC=5219","level":"stat"}
+{"@timestamp":"2025-01-17T21:46:25.985+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=250.7Mi, Sys=14.1Mi, NumGC=5219","level":"stat"}
+{"@timestamp":"2025-01-17T21:47:25.985+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=250.8Mi, Sys=14.1Mi, NumGC=5220","level":"stat"}
+{"@timestamp":"2025-01-17T21:48:25.984+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=250.8Mi, Sys=14.1Mi, NumGC=5220","level":"stat"}
+{"@timestamp":"2025-01-17T21:49:25.984+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=250.8Mi, Sys=14.1Mi, NumGC=5221","level":"stat"}
+{"@timestamp":"2025-01-17T21:50:25.985+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=250.8Mi, Sys=14.1Mi, NumGC=5221","level":"stat"}
+{"@timestamp":"2025-01-17T21:51:25.985+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=250.8Mi, Sys=14.1Mi, NumGC=5222","level":"stat"}
+{"@timestamp":"2025-01-17T21:52:25.985+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=250.9Mi, Sys=14.1Mi, NumGC=5222","level":"stat"}
+{"@timestamp":"2025-01-17T21:53:25.984+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=250.9Mi, Sys=14.1Mi, NumGC=5223","level":"stat"}
+{"@timestamp":"2025-01-17T21:54:25.959+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=250.9Mi, Sys=14.1Mi, NumGC=5223","level":"stat"}
+{"@timestamp":"2025-01-17T21:55:25.939+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=250.9Mi, Sys=14.1Mi, NumGC=5224","level":"stat"}
+{"@timestamp":"2025-01-17T21:56:25.939+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=250.9Mi, Sys=14.1Mi, NumGC=5224","level":"stat"}
+{"@timestamp":"2025-01-17T21:57:25.939+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=251.0Mi, Sys=14.1Mi, NumGC=5225","level":"stat"}
+{"@timestamp":"2025-01-17T21:58:25.938+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=251.0Mi, Sys=14.1Mi, NumGC=5225","level":"stat"}
+{"@timestamp":"2025-01-17T21:59:25.938+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=251.0Mi, Sys=14.1Mi, NumGC=5226","level":"stat"}
+{"@timestamp":"2025-01-17T22:00:25.938+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=251.0Mi, Sys=14.1Mi, NumGC=5226","level":"stat"}
+{"@timestamp":"2025-01-17T22:01:25.938+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=251.0Mi, Sys=14.1Mi, NumGC=5227","level":"stat"}
+{"@timestamp":"2025-01-17T22:02:25.936+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=251.1Mi, Sys=14.1Mi, NumGC=5227","level":"stat"}
+{"@timestamp":"2025-01-17T22:03:25.936+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=251.1Mi, Sys=14.1Mi, NumGC=5228","level":"stat"}
+{"@timestamp":"2025-01-17T22:04:25.937+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=251.1Mi, Sys=14.1Mi, NumGC=5228","level":"stat"}
+{"@timestamp":"2025-01-17T22:05:25.936+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=251.1Mi, Sys=14.1Mi, NumGC=5229","level":"stat"}
+{"@timestamp":"2025-01-17T22:06:25.936+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=251.1Mi, Sys=14.1Mi, NumGC=5229","level":"stat"}
+{"@timestamp":"2025-01-17T22:07:25.935+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=251.2Mi, Sys=14.1Mi, NumGC=5230","level":"stat"}
+{"@timestamp":"2025-01-17T22:08:25.933+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=251.2Mi, Sys=14.1Mi, NumGC=5230","level":"stat"}
+{"@timestamp":"2025-01-17T22:09:25.933+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=251.2Mi, Sys=14.1Mi, NumGC=5231","level":"stat"}
+{"@timestamp":"2025-01-17T22:10:25.941+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=251.2Mi, Sys=14.1Mi, NumGC=5231","level":"stat"}
+{"@timestamp":"2025-01-17T22:11:25.947+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=251.2Mi, Sys=14.1Mi, NumGC=5232","level":"stat"}
+{"@timestamp":"2025-01-17T22:12:25.947+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=251.3Mi, Sys=14.1Mi, NumGC=5232","level":"stat"}
+{"@timestamp":"2025-01-17T22:13:25.947+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=251.3Mi, Sys=14.1Mi, NumGC=5233","level":"stat"}
+{"@timestamp":"2025-01-17T22:14:25.946+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=251.3Mi, Sys=14.1Mi, NumGC=5233","level":"stat"}
+{"@timestamp":"2025-01-17T22:15:25.946+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=251.3Mi, Sys=14.1Mi, NumGC=5234","level":"stat"}
+{"@timestamp":"2025-01-17T22:16:25.946+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=251.3Mi, Sys=14.1Mi, NumGC=5234","level":"stat"}
+{"@timestamp":"2025-01-17T22:17:25.944+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=251.4Mi, Sys=14.1Mi, NumGC=5235","level":"stat"}
+{"@timestamp":"2025-01-17T22:18:25.945+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=251.4Mi, Sys=14.1Mi, NumGC=5235","level":"stat"}
+{"@timestamp":"2025-01-17T22:19:25.943+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=251.4Mi, Sys=14.1Mi, NumGC=5236","level":"stat"}
+{"@timestamp":"2025-01-17T22:20:25.943+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=251.4Mi, Sys=14.1Mi, NumGC=5236","level":"stat"}
+{"@timestamp":"2025-01-17T22:21:25.944+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=251.5Mi, Sys=14.1Mi, NumGC=5237","level":"stat"}
+{"@timestamp":"2025-01-17T22:22:25.944+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=251.5Mi, Sys=14.1Mi, NumGC=5237","level":"stat"}
+{"@timestamp":"2025-01-17T22:23:25.943+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=251.5Mi, Sys=14.1Mi, NumGC=5238","level":"stat"}
+{"@timestamp":"2025-01-17T22:24:25.941+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=251.5Mi, Sys=14.1Mi, NumGC=5238","level":"stat"}
+{"@timestamp":"2025-01-17T22:25:25.937+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=251.5Mi, Sys=14.1Mi, NumGC=5239","level":"stat"}
+{"@timestamp":"2025-01-17T22:26:25.916+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=251.6Mi, Sys=14.1Mi, NumGC=5239","level":"stat"}
+{"@timestamp":"2025-01-17T22:27:25.914+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=251.6Mi, Sys=14.1Mi, NumGC=5240","level":"stat"}
+{"@timestamp":"2025-01-17T22:28:25.914+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=251.6Mi, Sys=14.1Mi, NumGC=5240","level":"stat"}
+{"@timestamp":"2025-01-17T22:29:25.914+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=251.6Mi, Sys=14.1Mi, NumGC=5241","level":"stat"}
+{"@timestamp":"2025-01-17T22:30:25.913+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=251.6Mi, Sys=14.1Mi, NumGC=5241","level":"stat"}
+{"@timestamp":"2025-01-17T22:31:25.913+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=251.7Mi, Sys=14.1Mi, NumGC=5242","level":"stat"}
+{"@timestamp":"2025-01-17T22:32:25.912+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=251.7Mi, Sys=14.1Mi, NumGC=5242","level":"stat"}
+{"@timestamp":"2025-01-17T22:33:25.911+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=251.7Mi, Sys=14.1Mi, NumGC=5243","level":"stat"}
+{"@timestamp":"2025-01-17T22:34:25.911+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=251.7Mi, Sys=14.1Mi, NumGC=5243","level":"stat"}
+{"@timestamp":"2025-01-17T22:35:25.911+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=251.7Mi, Sys=14.1Mi, NumGC=5244","level":"stat"}
+{"@timestamp":"2025-01-17T22:36:25.910+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=251.8Mi, Sys=14.1Mi, NumGC=5244","level":"stat"}
+{"@timestamp":"2025-01-17T22:37:25.910+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=251.8Mi, Sys=14.1Mi, NumGC=5245","level":"stat"}
+{"@timestamp":"2025-01-17T22:38:25.909+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=251.8Mi, Sys=14.1Mi, NumGC=5245","level":"stat"}
+{"@timestamp":"2025-01-17T22:39:25.909+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=251.8Mi, Sys=14.1Mi, NumGC=5246","level":"stat"}
+{"@timestamp":"2025-01-17T22:40:25.907+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=251.8Mi, Sys=14.1Mi, NumGC=5246","level":"stat"}
+{"@timestamp":"2025-01-17T22:41:50.839+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=251.9Mi, Sys=14.1Mi, NumGC=5247","level":"stat"}
+{"@timestamp":"2025-01-17T22:42:50.841+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=251.9Mi, Sys=14.1Mi, NumGC=5247","level":"stat"}
+{"@timestamp":"2025-01-17T22:43:50.841+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=251.9Mi, Sys=14.1Mi, NumGC=5248","level":"stat"}
+{"@timestamp":"2025-01-17T22:44:50.841+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=251.9Mi, Sys=14.1Mi, NumGC=5248","level":"stat"}
+{"@timestamp":"2025-01-17T22:45:50.840+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=251.9Mi, Sys=14.1Mi, NumGC=5249","level":"stat"}
+{"@timestamp":"2025-01-17T22:46:50.840+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=252.0Mi, Sys=14.1Mi, NumGC=5249","level":"stat"}
+{"@timestamp":"2025-01-17T22:47:50.840+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=252.0Mi, Sys=14.1Mi, NumGC=5250","level":"stat"}
+{"@timestamp":"2025-01-17T22:48:50.840+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=252.0Mi, Sys=14.1Mi, NumGC=5250","level":"stat"}
+{"@timestamp":"2025-01-17T22:49:50.841+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=252.0Mi, Sys=14.1Mi, NumGC=5251","level":"stat"}
+{"@timestamp":"2025-01-17T22:50:50.840+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=252.0Mi, Sys=14.1Mi, NumGC=5251","level":"stat"}
+{"@timestamp":"2025-01-17T22:51:50.840+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=252.1Mi, Sys=14.1Mi, NumGC=5252","level":"stat"}
+{"@timestamp":"2025-01-17T22:52:50.841+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=252.1Mi, Sys=14.1Mi, NumGC=5252","level":"stat"}
+{"@timestamp":"2025-01-17T22:53:50.838+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=252.1Mi, Sys=14.1Mi, NumGC=5253","level":"stat"}
+{"@timestamp":"2025-01-17T22:54:50.838+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=252.1Mi, Sys=14.1Mi, NumGC=5253","level":"stat"}
+{"@timestamp":"2025-01-17T23:26:26.069+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=252.1Mi, Sys=14.1Mi, NumGC=5254","level":"stat"}
+{"@timestamp":"2025-01-17T23:27:26.047+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=252.2Mi, Sys=14.1Mi, NumGC=5254","level":"stat"}
+{"@timestamp":"2025-01-17T23:28:26.046+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=252.2Mi, Sys=14.1Mi, NumGC=5255","level":"stat"}
+{"@timestamp":"2025-01-17T23:29:26.047+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=252.2Mi, Sys=14.1Mi, NumGC=5255","level":"stat"}
+{"@timestamp":"2025-01-17T23:30:26.047+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=252.2Mi, Sys=14.1Mi, NumGC=5256","level":"stat"}
+{"@timestamp":"2025-01-17T23:31:26.046+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=252.2Mi, Sys=14.1Mi, NumGC=5256","level":"stat"}
+{"@timestamp":"2025-01-17T23:48:16.042+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=252.3Mi, Sys=14.1Mi, NumGC=5257","level":"stat"}
+{"@timestamp":"2025-01-17T23:49:16.033+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=252.3Mi, Sys=14.1Mi, NumGC=5257","level":"stat"}
+{"@timestamp":"2025-01-17T23:50:16.034+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=252.3Mi, Sys=14.1Mi, NumGC=5258","level":"stat"}
+{"@timestamp":"2025-01-17T23:51:16.034+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=252.3Mi, Sys=14.1Mi, NumGC=5258","level":"stat"}
+{"@timestamp":"2025-01-17T23:52:16.036+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=252.4Mi, Sys=14.1Mi, NumGC=5259","level":"stat"}
+{"@timestamp":"2025-01-17T23:53:16.037+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=252.4Mi, Sys=14.1Mi, NumGC=5259","level":"stat"}
+{"@timestamp":"2025-01-17T23:54:16.037+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=252.4Mi, Sys=14.1Mi, NumGC=5260","level":"stat"}
+{"@timestamp":"2025-01-17T23:55:16.037+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=252.4Mi, Sys=14.1Mi, NumGC=5260","level":"stat"}
+{"@timestamp":"2025-01-17T23:56:16.039+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=252.4Mi, Sys=14.1Mi, NumGC=5261","level":"stat"}
+{"@timestamp":"2025-01-17T23:57:16.038+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=252.5Mi, Sys=14.1Mi, NumGC=5261","level":"stat"}
+{"@timestamp":"2025-01-17T23:58:16.039+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=252.5Mi, Sys=14.1Mi, NumGC=5262","level":"stat"}
+{"@timestamp":"2025-01-17T23:59:16.039+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=1.5Mi, TotalAlloc=252.5Mi, Sys=14.1Mi, NumGC=5262","level":"stat"}

BIN
app/mq/kafka/tmp/main


+ 58 - 0
app/mq/rabbitmq/.air.toml

@@ -0,0 +1,58 @@
+root = "."
+testdata_dir = "testdata"
+tmp_dir = "tmp"
+
+[build]
+  args_bin = []
+  bin = "./tmp/main"
+  cmd = "go build -o ./tmp/main ."
+  delay = 1000
+  exclude_dir = ["logs", "tmp", "vendor", "testdata"]
+  exclude_file = []
+  exclude_regex = ["_test.go"]
+  exclude_unchanged = true
+  follow_symlink = false
+  full_bin = ""
+  include_dir = [
+    "desc",
+    "etc",
+    "internal",
+    "../../../../model",
+    "../../../../pkg",
+  ]
+  include_ext = ["go", "yaml", "toml", "html"]
+  include_file = []
+  kill_delay = "0s"
+  log = "build-errors.log"
+  poll = false
+  poll_interval = 0
+  post_cmd = []
+  pre_cmd = []
+  rerun = false
+  rerun_delay = 500
+  send_interrupt = false
+  stop_on_error = false
+
+[color]
+  app = ""
+  build = "yellow"
+  main = "magenta"
+  runner = "green"
+  watcher = "cyan"
+
+[log]
+  main_only = false
+  silent = false
+  time = false
+
+[misc]
+  clean_on_exit = false
+
+[proxy]
+  app_port = 0
+  enabled = false
+  proxy_port = 0
+
+[screen]
+  clear_on_rebuild = false
+  keep_scroll = true

+ 1 - 0
app/mq/rabbitmq/air.pid

@@ -0,0 +1 @@
+75536

+ 21 - 0
app/mq/rabbitmq/desc/rabbitmq.api

@@ -0,0 +1,21 @@
+syntax = "v1"
+
+info (
+	title:  "rabbitmq 服务队列" // TODO: add title
+	desc:   "rabbitmq 服务队列" // TODO: add description
+	author: "davy66666"
+	email:  "macxiaohai@gmail.com"
+)
+
+type request {}
+
+type response {}
+
+service rabbitmq-api {
+	@handler GetUser // TODO: set handler name and delete this comment
+	get /users/id/:userId (request) returns (response)
+
+	@handler CreateUser // TODO: set handler name and delete this comment
+	post /users/create (request)
+}
+

+ 23 - 0
app/mq/rabbitmq/etc/rabbitmq-api.yaml

@@ -0,0 +1,23 @@
+Name: rabbitmq-api
+Host: 0.0.0.0
+Port: 10002
+
+#rabbitmq admin
+RabbitConf: &RabbitConf
+  Username: admin
+  Password: admin123
+  Host: 192.168.2.11
+  Port: 5672
+  VHost: /
+
+#rabbitmq
+RabbitListenerConf:
+  <<: *RabbitConf
+  ListenerQueues:
+    - Name: poker-bet
+
+Log:
+  ServiceName: rabbitmq-api
+  Level: info   # 日志级别,可选值:debug, info, warn, error
+  KeepDays: 7
+  Mode: file

+ 12 - 0
app/mq/rabbitmq/internal/config/config.go

@@ -0,0 +1,12 @@
+package config
+
+import (
+	"github.com/zeromicro/go-queue/rabbitmq"
+	"github.com/zeromicro/go-zero/rest"
+)
+
+type Config struct {
+	rest.RestConf
+	RabbitConf         rabbitmq.RabbitConf
+	RabbitListenerConf rabbitmq.RabbitListenerConf
+}

+ 28 - 0
app/mq/rabbitmq/internal/handler/createUserHandler.go

@@ -0,0 +1,28 @@
+package handler
+
+import (
+	"net/http"
+
+	"github.com/zeromicro/go-zero/rest/httpx"
+	"microGame/app/mq/cmd/rabbitmq/internal/logic"
+	"microGame/app/mq/cmd/rabbitmq/internal/svc"
+	"microGame/app/mq/cmd/rabbitmq/internal/types"
+)
+
+func CreateUserHandler(svcCtx *svc.ServiceContext) http.HandlerFunc {
+	return func(w http.ResponseWriter, r *http.Request) {
+		var req types.Request
+		if err := httpx.Parse(r, &req); err != nil {
+			httpx.ErrorCtx(r.Context(), w, err)
+			return
+		}
+
+		l := logic.NewCreateUserLogic(r.Context(), svcCtx)
+		err := l.CreateUser(&req)
+		if err != nil {
+			httpx.ErrorCtx(r.Context(), w, err)
+		} else {
+			httpx.Ok(w)
+		}
+	}
+}

+ 28 - 0
app/mq/rabbitmq/internal/handler/getUserHandler.go

@@ -0,0 +1,28 @@
+package handler
+
+import (
+	"net/http"
+
+	"github.com/zeromicro/go-zero/rest/httpx"
+	"microGame/app/mq/cmd/rabbitmq/internal/logic"
+	"microGame/app/mq/cmd/rabbitmq/internal/svc"
+	"microGame/app/mq/cmd/rabbitmq/internal/types"
+)
+
+func GetUserHandler(svcCtx *svc.ServiceContext) http.HandlerFunc {
+	return func(w http.ResponseWriter, r *http.Request) {
+		var req types.Request
+		if err := httpx.Parse(r, &req); err != nil {
+			httpx.ErrorCtx(r.Context(), w, err)
+			return
+		}
+
+		l := logic.NewGetUserLogic(r.Context(), svcCtx)
+		resp, err := l.GetUser(&req)
+		if err != nil {
+			httpx.ErrorCtx(r.Context(), w, err)
+		} else {
+			httpx.OkJsonCtx(r.Context(), w, resp)
+		}
+	}
+}

+ 29 - 0
app/mq/rabbitmq/internal/handler/routes.go

@@ -0,0 +1,29 @@
+// Code generated by goctl. DO NOT EDIT.
+// goctl 1.7.3
+
+package handler
+
+import (
+	"net/http"
+
+	"microGame/app/mq/cmd/rabbitmq/internal/svc"
+
+	"github.com/zeromicro/go-zero/rest"
+)
+
+func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) {
+	server.AddRoutes(
+		[]rest.Route{
+			{
+				Method:  http.MethodPost,
+				Path:    "/users/create",
+				Handler: CreateUserHandler(serverCtx),
+			},
+			{
+				Method:  http.MethodGet,
+				Path:    "/users/id/:userId",
+				Handler: GetUserHandler(serverCtx),
+			},
+		},
+	)
+}

+ 30 - 0
app/mq/rabbitmq/internal/logic/createUserLogic.go

@@ -0,0 +1,30 @@
+package logic
+
+import (
+	"context"
+
+	"microGame/app/mq/cmd/rabbitmq/internal/svc"
+	"microGame/app/mq/cmd/rabbitmq/internal/types"
+
+	"github.com/zeromicro/go-zero/core/logx"
+)
+
+type CreateUserLogic struct {
+	logx.Logger
+	ctx    context.Context
+	svcCtx *svc.ServiceContext
+}
+
+func NewCreateUserLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateUserLogic {
+	return &CreateUserLogic{
+		Logger: logx.WithContext(ctx),
+		ctx:    ctx,
+		svcCtx: svcCtx,
+	}
+}
+
+func (l *CreateUserLogic) CreateUser(req *types.Request) error {
+	// todo: add your logic here and delete this line
+
+	return nil
+}

+ 30 - 0
app/mq/rabbitmq/internal/logic/getUserLogic.go

@@ -0,0 +1,30 @@
+package logic
+
+import (
+	"context"
+
+	"microGame/app/mq/cmd/rabbitmq/internal/svc"
+	"microGame/app/mq/cmd/rabbitmq/internal/types"
+
+	"github.com/zeromicro/go-zero/core/logx"
+)
+
+type GetUserLogic struct {
+	logx.Logger
+	ctx    context.Context
+	svcCtx *svc.ServiceContext
+}
+
+func NewGetUserLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetUserLogic {
+	return &GetUserLogic{
+		Logger: logx.WithContext(ctx),
+		ctx:    ctx,
+		svcCtx: svcCtx,
+	}
+}
+
+func (l *GetUserLogic) GetUser(req *types.Request) (resp *types.Response, err error) {
+	// todo: add your logic here and delete this line
+
+	return
+}

+ 46 - 0
app/mq/rabbitmq/internal/mqs/admin.go

@@ -0,0 +1,46 @@
+package mqs
+
+import (
+	"context"
+	"github.com/zeromicro/go-queue/rabbitmq"
+	"github.com/zeromicro/go-zero/core/logc"
+	"log"
+	"microGame/app/mq/cmd/rabbitmq/internal/svc"
+)
+
+func InitMq(svcCtx *svc.ServiceContext) error {
+
+	ctx := context.Background()
+	admin := svcCtx.RabbitAdmin
+	exchangeConf := rabbitmq.ExchangeConf{
+		ExchangeName: "poker-bet",
+		Type:         "direct",
+		Durable:      true,
+		AutoDelete:   false,
+		Internal:     false,
+		NoWait:       false,
+	}
+
+	err := admin.DeclareExchange(exchangeConf, nil)
+	if err != nil {
+		logc.Errorf(ctx, "admin.DeclareExchange rabbitmq %+v\n", err)
+	}
+
+	queueConf := rabbitmq.QueueConf{
+		Name:       "poker-bet",
+		Durable:    true,
+		AutoDelete: false,
+		Exclusive:  false,
+		NoWait:     false,
+	}
+	err = admin.DeclareQueue(queueConf, nil)
+	if err != nil {
+		logc.Errorf(ctx, "admin.DeclareQueue rabbitmq %+v\n", err)
+	}
+
+	err = admin.Bind("poker-bet", "poker-bet", "poker-bet", false, nil)
+	if err != nil {
+		log.Fatal(err)
+	}
+	return err
+}

+ 19 - 0
app/mq/rabbitmq/internal/mqs/mqs.go

@@ -0,0 +1,19 @@
+package mqs
+
+import (
+	"context"
+	"github.com/zeromicro/go-queue/rabbitmq"
+	"github.com/zeromicro/go-zero/core/service"
+	"microGame/app/mq/cmd/rabbitmq/internal/config"
+	"microGame/app/mq/cmd/rabbitmq/internal/svc"
+)
+
+func Consumers(c config.Config, ctx context.Context, svcContext *svc.ServiceContext) []service.Service {
+
+	return []service.Service{
+		//Listening for changes in consumption flow status
+		rabbitmq.MustNewListener(c.RabbitListenerConf, NewPokerBet(ctx, svcContext)),
+		//.....
+	}
+
+}

+ 28 - 0
app/mq/rabbitmq/internal/mqs/pokerBet.go

@@ -0,0 +1,28 @@
+package mqs
+
+import (
+	"context"
+	"fmt"
+	"github.com/zeromicro/go-zero/core/logc"
+	"microGame/app/mq/cmd/rabbitmq/internal/svc"
+)
+
+type PokerBet struct {
+	ctx    context.Context
+	svcCtx *svc.ServiceContext
+}
+
+func NewPokerBet(ctx context.Context, svcCtx *svc.ServiceContext) *PokerBet {
+	return &PokerBet{
+		ctx:    ctx,
+		svcCtx: svcCtx,
+	}
+}
+
+func (l *PokerBet) Consume(message string) error {
+	//str := fmt.Sprintf("rabbitmq listener%s\n", message)
+	//logc.Info(l.ctx, str)
+	logc.Infof(l.ctx, "rabbitmq listener:%+v\n", message)
+	fmt.Printf("rabbitmq listener:%+v\n", message)
+	return nil
+}

+ 18 - 0
app/mq/rabbitmq/internal/svc/serviceContext.go

@@ -0,0 +1,18 @@
+package svc
+
+import (
+	"github.com/zeromicro/go-queue/rabbitmq"
+	"microGame/app/mq/cmd/rabbitmq/internal/config"
+)
+
+type ServiceContext struct {
+	Config      config.Config
+	RabbitAdmin *rabbitmq.Admin
+}
+
+func NewServiceContext(c config.Config) *ServiceContext {
+	return &ServiceContext{
+		Config:      c,
+		RabbitAdmin: rabbitmq.MustNewAdmin(c.RabbitConf),
+	}
+}

+ 10 - 0
app/mq/rabbitmq/internal/types/types.go

@@ -0,0 +1,10 @@
+// Code generated by goctl. DO NOT EDIT.
+// goctl 1.7.3
+
+package types
+
+type Request struct {
+}
+
+type Response struct {
+}

+ 8 - 0
app/mq/rabbitmq/logs/access.log

@@ -0,0 +1,8 @@
+{"@timestamp":"2025-01-06T04:14:35.858+08:00","caller":"proc/shutdown.go:58","content":"Got signal 2, shutting down...","level":"info"}
+{"@timestamp":"2025-01-06T04:14:36.859+08:00","caller":"service/servicegroup.go:53","content":"Shutting down services in group","level":"info"}
+{"@timestamp":"2025-01-06T04:15:47.456+08:00","caller":"proc/shutdown.go:58","content":"Got signal 2, shutting down...","level":"info"}
+{"@timestamp":"2025-01-06T04:15:48.458+08:00","caller":"service/servicegroup.go:53","content":"Shutting down services in group","level":"info"}
+{"@timestamp":"2025-01-07T01:41:08.659+08:00","caller":"mqs/pokerBet.go:25","content":"rabbitmq listener:{\"accessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3Njc3MjEyNjgsImlhdCI6MTczNjE4NTI2OCwiand0VXNlcklkIjoxMDB9.CIdZ7EaaGtpPiIMjNHLzxbhj90HsDV4d8q8lLQR5xg4\",\"refreshAfter\":1751953268}\n","level":"info"}
+{"@timestamp":"2025-01-07T02:08:05.832+08:00","caller":"mqs/pokerBet.go:25","content":"rabbitmq listener:{\"accessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3Njc3MjI4ODUsImlhdCI6MTczNjE4Njg4NSwiand0VXNlcklkIjoxMDB9.vZlhKIjhNpPy62_gZS2a9qPHlCS8P26Yp-Jx8rykg7I\",\"refreshAfter\":1751954885}\n","level":"info"}
+{"@timestamp":"2025-01-07T03:29:08.277+08:00","caller":"mqs/pokerBet.go:25","content":"rabbitmq listener:{\"accessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3Njc3Mjc3NDgsImlhdCI6MTczNjE5MTc0OCwiand0VXNlcklkIjoxMDB9.jGRq_scJcezhXKYXCXC1e2WR0G425Nrursct9nwr9lk\",\"refreshAfter\":1751959748}\n","level":"info"}
+{"@timestamp":"2025-01-07T23:35:48.601+08:00","caller":"mqs/pokerBet.go:25","content":"rabbitmq listener:{\"accessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3Njc4MDAxNDgsImlhdCI6MTczNjI2NDE0OCwiand0VXNlcklkIjoxMDB9.0TVTAuvGUz9UDL2nOj5L4ITE6Q5D6foxjbHfW81UOHA\",\"refreshAfter\":1752032148}\n","level":"info"}

+ 39 - 0
app/mq/rabbitmq/logs/error.log

@@ -0,0 +1,39 @@
+{"@timestamp":"2025-01-06T03:37:35.851+08:00","caller":"mqs/pokerBet.go:26","content":"rabbitmq listener:{\"accessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3Njc2NDE4NTUsImlhdCI6MTczNjEwNTg1NSwiand0VXNlcklkIjoxMDB9.DwCHMFfjWy5qNq-AroH7WyUTwzycRL6kihPZBYCRAIU\",\"refreshAfter\":1751873855}\n","level":"error"}
+{"@timestamp":"2025-01-06T03:39:08.802+08:00","caller":"mqs/pokerBet.go:26","content":"rabbitmq listener:{\"accessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3Njc2NDE5NDgsImlhdCI6MTczNjEwNTk0OCwiand0VXNlcklkIjoxMDB9.ypS3xk8lVe6BGj0tYU_aeSpkL0SP_FUdOOme8uYdxG0\",\"refreshAfter\":1751873948}\n","level":"error"}
+{"@timestamp":"2025-01-07T00:25:51.734+08:00","caller":"mqs/pokerBet.go:26","content":"rabbitmq listener:{\"accessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3Njc2NDc0NTcsImlhdCI6MTczNjExMTQ1Nywiand0VXNlcklkIjoxMDB9.JlYBAsDZZ09BDVU7VWdSJIz633wTF4dh6bmMkT9NiVo\",\"refreshAfter\":1751879457}\n","level":"error"}
+{"@timestamp":"2025-01-07T00:25:51.734+08:00","caller":"mqs/pokerBet.go:26","content":"rabbitmq listener:{\"accessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3Njc2NDg2MzAsImlhdCI6MTczNjExMjYzMCwiand0VXNlcklkIjoxMDB9.D9l7D2TxVN0Mg8fLlCZAP0t2cAioaTjQ8oa5Aj4g15A\",\"refreshAfter\":1751880630}\n","level":"error"}
+{"@timestamp":"2025-01-07T00:25:51.734+08:00","caller":"mqs/pokerBet.go:26","content":"rabbitmq listener:{\"accessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3Njc2NTMwMTksImlhdCI6MTczNjExNzAxOSwiand0VXNlcklkIjoxMDB9.PFrR5UInnnkzhmC8LDBpSaMOdA3Is0CkTbujD-SaTcI\",\"refreshAfter\":1751885019}\n","level":"error"}
+{"@timestamp":"2025-01-07T00:28:24.185+08:00","caller":"mqs/pokerBet.go:26","content":"rabbitmq listener:{\"accessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3Njc3MTY5MDQsImlhdCI6MTczNjE4MDkwNCwiand0VXNlcklkIjoxMDB9.wTwx5en8EBqQSlFXdL3tj6bt-rIbXORWzQklQ7qLwRw\",\"refreshAfter\":1751948904}\n","level":"error"}
+{"@timestamp":"2025-01-07T00:28:25.453+08:00","caller":"mqs/pokerBet.go:26","content":"rabbitmq listener:{\"accessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3Njc3MTY5MDUsImlhdCI6MTczNjE4MDkwNSwiand0VXNlcklkIjoxMDB9.din1ItUK2LILmv5Wnl025OCxTXWQPj511C_pBLPJBY4\",\"refreshAfter\":1751948905}\n","level":"error"}
+{"@timestamp":"2025-01-07T00:28:26.334+08:00","caller":"mqs/pokerBet.go:26","content":"rabbitmq listener:{\"accessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3Njc3MTY5MDYsImlhdCI6MTczNjE4MDkwNiwiand0VXNlcklkIjoxMDB9.CdSQE_IqtSJSD8u_Bf5AKNQwlgN12AbfYNze3Yu4kyc\",\"refreshAfter\":1751948906}\n","level":"error"}
+{"@timestamp":"2025-01-07T00:29:30.100+08:00","caller":"mqs/pokerBet.go:26","content":"rabbitmq listener:{\"accessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3Njc3MTY5NzAsImlhdCI6MTczNjE4MDk3MCwiand0VXNlcklkIjoxMDB9.SWk35PPoaPWqygWQHWWQ-bGjwhYlFhtjq1QyhiqBfGk\",\"refreshAfter\":1751948970}\n","level":"error"}
+{"@timestamp":"2025-01-07T00:30:43.395+08:00","caller":"mqs/pokerBet.go:26","content":"rabbitmq listener:\n","level":"error"}
+{"@timestamp":"2025-01-07T00:36:52.912+08:00","caller":"mqs/pokerBet.go:26","content":"rabbitmq listener:{\"accessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3Njc3MTc0MTIsImlhdCI6MTczNjE4MTQxMiwiand0VXNlcklkIjoxMDB9.y7pSreRyHMcvVePwxMLduVyOVQ39Dgi9hlElxADvVKY\",\"refreshAfter\":1751949412}\n","level":"error"}
+{"@timestamp":"2025-01-07T00:39:07.852+08:00","caller":"mqs/pokerBet.go:26","content":"rabbitmq listener:{\"accessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3Njc3MTc1NDcsImlhdCI6MTczNjE4MTU0Nywiand0VXNlcklkIjoxMDB9.8Y-2bEXOoG2iLEA_8-F3f71U6g65DbDasiZO2p8gz80\",\"refreshAfter\":1751949547}\n","level":"error"}
+{"@timestamp":"2025-01-07T00:40:29.666+08:00","caller":"mqs/pokerBet.go:26","content":"rabbitmq listener:{\"accessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3Njc3MTc2MjksImlhdCI6MTczNjE4MTYyOSwiand0VXNlcklkIjoxMDB9.4Bx1zQjq31oJVgZCy3i37Vv62hs-mHnILd5AANuzjb4\",\"refreshAfter\":1751949629}\n","level":"error"}
+{"@timestamp":"2025-01-07T00:40:55.577+08:00","caller":"mqs/pokerBet.go:26","content":"rabbitmq listener:{\"accessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3Njc3MTc2NTUsImlhdCI6MTczNjE4MTY1NSwiand0VXNlcklkIjoxMDB9.Lih-RKcAUoRNyV5ds0XKVhHN2Lx6-bajZ6-ANEQ6RMI\",\"refreshAfter\":1751949655}\n","level":"error"}
+{"@timestamp":"2025-01-07T00:41:05.752+08:00","caller":"mqs/pokerBet.go:26","content":"rabbitmq listener:{\"accessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3Njc3MTc2NjUsImlhdCI6MTczNjE4MTY2NSwiand0VXNlcklkIjoxMDB9.3LwTsq4wIXgEW7a_re6seZef8IbN85gdsFDAcFiQje4\",\"refreshAfter\":1751949665}\n","level":"error"}
+{"@timestamp":"2025-01-07T00:41:55.675+08:00","caller":"mqs/pokerBet.go:26","content":"rabbitmq listener:{\"accessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3Njc3MTc3MTUsImlhdCI6MTczNjE4MTcxNSwiand0VXNlcklkIjoxMDB9.QUpwJh0C08oKPJZ-gQjtjR5Lo7TdjwV2W0Pt-fIJo3E\",\"refreshAfter\":1751949715}\n","level":"error"}
+{"@timestamp":"2025-01-07T00:41:56.668+08:00","caller":"mqs/pokerBet.go:26","content":"rabbitmq listener:{\"accessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3Njc3MTc3MTYsImlhdCI6MTczNjE4MTcxNiwiand0VXNlcklkIjoxMDB9.n6w3SZ1M2HYtdIoa50GSJ-vltmn65ddKRIcUvBdOecM\",\"refreshAfter\":1751949716}\n","level":"error"}
+{"@timestamp":"2025-01-07T00:41:57.261+08:00","caller":"mqs/pokerBet.go:26","content":"rabbitmq listener:{\"accessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3Njc3MTc3MTcsImlhdCI6MTczNjE4MTcxNywiand0VXNlcklkIjoxMDB9._2Zz4aDfFK4qRzOi0SpPk4gqqTNlO1sR2ODdKwwph8o\",\"refreshAfter\":1751949717}\n","level":"error"}
+{"@timestamp":"2025-01-07T00:42:00.875+08:00","caller":"mqs/pokerBet.go:26","content":"rabbitmq listener:{\"accessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3Njc3MTc3MjAsImlhdCI6MTczNjE4MTcyMCwiand0VXNlcklkIjoxMDB9.83IzTpOqq5CucKqm4c8NQpbfu8Aj8k1wdFDbcnDAolg\",\"refreshAfter\":1751949720}\n","level":"error"}
+{"@timestamp":"2025-01-07T00:42:01.813+08:00","caller":"mqs/pokerBet.go:26","content":"rabbitmq listener:{\"accessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3Njc3MTc3MjEsImlhdCI6MTczNjE4MTcyMSwiand0VXNlcklkIjoxMDB9.PZTlXuW6JMZ7Gz2SH-LeAVJ0OgrwnZDpYACw5aEds6o\",\"refreshAfter\":1751949721}\n","level":"error"}
+{"@timestamp":"2025-01-07T00:42:02.557+08:00","caller":"mqs/pokerBet.go:26","content":"rabbitmq listener:{\"accessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3Njc3MTc3MjIsImlhdCI6MTczNjE4MTcyMiwiand0VXNlcklkIjoxMDB9.A4_4G5dP_n-1yF5EPJNr4pG2GJQ-tQTEyVCqTy2TAfo\",\"refreshAfter\":1751949722}\n","level":"error"}
+{"@timestamp":"2025-01-07T00:48:01.446+08:00","caller":"mqs/pokerBet.go:26","content":"rabbitmq listener:{\"accessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3Njc3MTgwODEsImlhdCI6MTczNjE4MjA4MSwiand0VXNlcklkIjoxMDB9.kAgGxquqQ44xSZuK6sgH4rHia0aR2ouonJirA6BUHV8\",\"refreshAfter\":1751950081}\n","level":"error"}
+{"@timestamp":"2025-01-07T00:48:55.398+08:00","caller":"mqs/pokerBet.go:26","content":"rabbitmq listener:{\"accessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3Njc3MTgxMzUsImlhdCI6MTczNjE4MjEzNSwiand0VXNlcklkIjoxMDB9.7NoE5Qg5TCTvFeuJ0k9qcZ02fl_B6jHEJDWLrZOihsg\",\"refreshAfter\":1751950135}\n","level":"error"}
+{"@timestamp":"2025-01-07T00:49:24.773+08:00","caller":"mqs/pokerBet.go:26","content":"rabbitmq listener:{\"accessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3Njc3MTgxNjQsImlhdCI6MTczNjE4MjE2NCwiand0VXNlcklkIjoxMDB9.sClJwu1bvgiBq1CP2eDgHHxu0SXAR01FLEnebmqIGsI\",\"refreshAfter\":1751950164}\n","level":"error"}
+{"@timestamp":"2025-01-07T00:49:27.273+08:00","caller":"mqs/pokerBet.go:26","content":"rabbitmq listener:{\"accessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3Njc3MTgxNjcsImlhdCI6MTczNjE4MjE2Nywiand0VXNlcklkIjoxMDB9.UCsSWu7J_Txp2WJiranWmP928BtQr_e3Dgk9ZIEneK8\",\"refreshAfter\":1751950167}\n","level":"error"}
+{"@timestamp":"2025-01-07T00:49:27.851+08:00","caller":"mqs/pokerBet.go:26","content":"rabbitmq listener:{\"accessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3Njc3MTgxNjcsImlhdCI6MTczNjE4MjE2Nywiand0VXNlcklkIjoxMDB9.UCsSWu7J_Txp2WJiranWmP928BtQr_e3Dgk9ZIEneK8\",\"refreshAfter\":1751950167}\n","level":"error"}
+{"@timestamp":"2025-01-07T00:50:30.747+08:00","caller":"mqs/pokerBet.go:26","content":"rabbitmq listener:{\"accessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3Njc3MTgyMzAsImlhdCI6MTczNjE4MjIzMCwiand0VXNlcklkIjoxMDB9.q-MQ76lVT9C-kO3ZMP0F_2DQaK0zNp6WLpczwr84FaM\",\"refreshAfter\":1751950230}\n","level":"error"}
+{"@timestamp":"2025-01-07T00:53:54.821+08:00","caller":"mqs/pokerBet.go:26","content":"rabbitmq listener:{\"accessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3Njc3MTg0MzQsImlhdCI6MTczNjE4MjQzNCwiand0VXNlcklkIjoxMDB9.BRqS2hyqFP99b_NjN6Ttx9AaxJ8KuJnvYYmBdbrqBMo\",\"refreshAfter\":1751950434}\n","level":"error"}
+{"@timestamp":"2025-01-07T00:53:55.477+08:00","caller":"mqs/pokerBet.go:26","content":"rabbitmq listener:{\"accessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3Njc3MTg0MzUsImlhdCI6MTczNjE4MjQzNSwiand0VXNlcklkIjoxMDB9.qeWnOe3Tmnu06Cn3mRG8EY_7tm8pMzrjcZXrMKdyrms\",\"refreshAfter\":1751950435}\n","level":"error"}
+{"@timestamp":"2025-01-07T00:53:55.929+08:00","caller":"mqs/pokerBet.go:26","content":"rabbitmq listener:{\"accessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3Njc3MTg0MzUsImlhdCI6MTczNjE4MjQzNSwiand0VXNlcklkIjoxMDB9.qeWnOe3Tmnu06Cn3mRG8EY_7tm8pMzrjcZXrMKdyrms\",\"refreshAfter\":1751950435}\n","level":"error"}
+{"@timestamp":"2025-01-07T00:53:57.666+08:00","caller":"mqs/pokerBet.go:26","content":"rabbitmq listener:{\"accessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3Njc3MTg0MzcsImlhdCI6MTczNjE4MjQzNywiand0VXNlcklkIjoxMDB9.33Fhycb4ySVORgbDjYb7T8YOB8N8gJcPkvHAoRp1pU8\",\"refreshAfter\":1751950437}\n","level":"error"}
+{"@timestamp":"2025-01-07T00:53:58.344+08:00","caller":"mqs/pokerBet.go:26","content":"rabbitmq listener:{\"accessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3Njc3MTg0MzgsImlhdCI6MTczNjE4MjQzOCwiand0VXNlcklkIjoxMDB9.e4VR8ixkLZJkKYKQZ7qdPc3WFE7IJm7GmaNlKtSAe_8\",\"refreshAfter\":1751950438}\n","level":"error"}
+{"@timestamp":"2025-01-07T01:02:58.334+08:00","caller":"mqs/pokerBet.go:26","content":"rabbitmq listener:{\"accessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3Njc3MTg5NzgsImlhdCI6MTczNjE4Mjk3OCwiand0VXNlcklkIjoxMDB9.e50XYWMZ3BHre0IfBEXdv4c6eL0qxuR15G9P6NXv3ms\",\"refreshAfter\":1751950978}\n","level":"error"}
+{"@timestamp":"2025-01-07T01:03:23.686+08:00","caller":"mqs/pokerBet.go:26","content":"rabbitmq listener:{\"accessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3Njc3MTkwMDMsImlhdCI6MTczNjE4MzAwMywiand0VXNlcklkIjoxMDB9.7AZ6j0ZdSXv_o82PLfIyUChhspaeKN1qqOFyMHcH4O8\",\"refreshAfter\":1751951003}\n","level":"error"}
+{"@timestamp":"2025-01-07T01:03:25.048+08:00","caller":"mqs/pokerBet.go:26","content":"rabbitmq listener:{\"accessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3Njc3MTkwMDUsImlhdCI6MTczNjE4MzAwNSwiand0VXNlcklkIjoxMDB9.MbUU17sWwASSHcwXz7spukAVluL5M0Mn7XcV0fF4j4Y\",\"refreshAfter\":1751951005}\n","level":"error"}
+{"@timestamp":"2025-01-07T01:25:35.972+08:00","caller":"mqs/pokerBet.go:26","content":"rabbitmq listener:{\"accessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3Njc3MjAzMzUsImlhdCI6MTczNjE4NDMzNSwiand0VXNlcklkIjoxMDB9.Fv3-guniJ2ufRdfxr-FrtCcQ47WHCuUCxsw8oZd-tNU\",\"refreshAfter\":1751952335}\n","level":"error"}
+{"@timestamp":"2025-01-07T01:25:51.778+08:00","caller":"mqs/pokerBet.go:26","content":"rabbitmq listener:{\"accessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3Njc3MjAzNTEsImlhdCI6MTczNjE4NDM1MSwiand0VXNlcklkIjoxMDB9.qdzkl0zLSLdxB58FiPVTQIHP7MerfZPSOC5gAKwQH3w\",\"refreshAfter\":1751952351}\n","level":"error"}
+{"@timestamp":"2025-01-07T01:30:32.247+08:00","caller":"mqs/pokerBet.go:26","content":"rabbitmq listener:{\"accessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3Njc3MjA2MzIsImlhdCI6MTczNjE4NDYzMiwiand0VXNlcklkIjoxMDB9.WGdtfibDT60_Dz6rJegH45q6xoXaJq6b11vn4VrB3co\",\"refreshAfter\":1751952632}\n","level":"error"}
+{"@timestamp":"2025-01-07T01:32:13.723+08:00","caller":"mqs/pokerBet.go:26","content":"rabbitmq listener:{\"accessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3Njc3MjA3MzMsImlhdCI6MTczNjE4NDczMywiand0VXNlcklkIjoxMDB9.MS0s-SmVE-yr0ftnAUPLqF1qoFodnqN81tKBMhVLIJ0\",\"refreshAfter\":1751952733}\n","level":"error"}

+ 0 - 0
app/mq/rabbitmq/logs/severe.log


+ 0 - 0
app/mq/rabbitmq/logs/slow.log


+ 659 - 0
app/mq/rabbitmq/logs/stat.log

@@ -0,0 +1,659 @@
+{"@timestamp":"2025-01-18T00:00:16.032+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.3Mi, Sys=13.4Mi, NumGC=4699","level":"stat"}
+{"@timestamp":"2025-01-18T00:01:16.032+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.3Mi, Sys=13.4Mi, NumGC=4699","level":"stat"}
+{"@timestamp":"2025-01-18T00:02:16.033+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.3Mi, Sys=13.4Mi, NumGC=4700","level":"stat"}
+{"@timestamp":"2025-01-18T00:03:16.033+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.3Mi, Sys=13.4Mi, NumGC=4700","level":"stat"}
+{"@timestamp":"2025-01-18T00:04:16.034+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.3Mi, Sys=13.4Mi, NumGC=4701","level":"stat"}
+{"@timestamp":"2025-01-18T00:05:16.035+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.3Mi, Sys=13.4Mi, NumGC=4701","level":"stat"}
+{"@timestamp":"2025-01-18T00:06:16.030+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.3Mi, Sys=13.4Mi, NumGC=4702","level":"stat"}
+{"@timestamp":"2025-01-18T00:07:16.029+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.3Mi, Sys=13.4Mi, NumGC=4702","level":"stat"}
+{"@timestamp":"2025-01-18T00:08:16.030+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.3Mi, Sys=13.4Mi, NumGC=4703","level":"stat"}
+{"@timestamp":"2025-01-18T00:09:16.031+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.3Mi, Sys=13.4Mi, NumGC=4703","level":"stat"}
+{"@timestamp":"2025-01-18T00:10:16.031+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.3Mi, Sys=13.4Mi, NumGC=4704","level":"stat"}
+{"@timestamp":"2025-01-18T00:11:16.032+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.3Mi, Sys=13.4Mi, NumGC=4704","level":"stat"}
+{"@timestamp":"2025-01-18T00:12:16.032+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.3Mi, Sys=13.4Mi, NumGC=4705","level":"stat"}
+{"@timestamp":"2025-01-18T00:13:16.033+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.3Mi, Sys=13.4Mi, NumGC=4705","level":"stat"}
+{"@timestamp":"2025-01-18T00:14:16.033+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.3Mi, Sys=13.4Mi, NumGC=4706","level":"stat"}
+{"@timestamp":"2025-01-18T00:15:16.033+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.3Mi, Sys=13.4Mi, NumGC=4706","level":"stat"}
+{"@timestamp":"2025-01-18T00:16:16.034+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.3Mi, Sys=13.4Mi, NumGC=4707","level":"stat"}
+{"@timestamp":"2025-01-18T00:17:16.034+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.3Mi, Sys=13.4Mi, NumGC=4707","level":"stat"}
+{"@timestamp":"2025-01-18T00:18:16.035+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.3Mi, Sys=13.4Mi, NumGC=4708","level":"stat"}
+{"@timestamp":"2025-01-18T00:19:16.036+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.3Mi, Sys=13.4Mi, NumGC=4708","level":"stat"}
+{"@timestamp":"2025-01-18T00:20:16.036+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.3Mi, Sys=13.4Mi, NumGC=4709","level":"stat"}
+{"@timestamp":"2025-01-18T00:21:16.037+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.4Mi, Sys=13.4Mi, NumGC=4709","level":"stat"}
+{"@timestamp":"2025-01-18T00:22:16.037+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.4Mi, Sys=13.4Mi, NumGC=4710","level":"stat"}
+{"@timestamp":"2025-01-18T00:23:16.037+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.4Mi, Sys=13.4Mi, NumGC=4710","level":"stat"}
+{"@timestamp":"2025-01-18T00:24:16.038+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.4Mi, Sys=13.4Mi, NumGC=4711","level":"stat"}
+{"@timestamp":"2025-01-18T00:25:16.038+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.4Mi, Sys=13.4Mi, NumGC=4711","level":"stat"}
+{"@timestamp":"2025-01-18T00:26:16.038+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.4Mi, Sys=13.4Mi, NumGC=4712","level":"stat"}
+{"@timestamp":"2025-01-18T00:27:16.039+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.4Mi, Sys=13.4Mi, NumGC=4712","level":"stat"}
+{"@timestamp":"2025-01-18T00:28:16.039+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.4Mi, Sys=13.4Mi, NumGC=4713","level":"stat"}
+{"@timestamp":"2025-01-18T00:29:16.039+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.4Mi, Sys=13.4Mi, NumGC=4713","level":"stat"}
+{"@timestamp":"2025-01-18T00:30:16.040+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.4Mi, Sys=13.4Mi, NumGC=4714","level":"stat"}
+{"@timestamp":"2025-01-18T00:31:16.041+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.4Mi, Sys=13.4Mi, NumGC=4714","level":"stat"}
+{"@timestamp":"2025-01-18T00:32:16.041+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.4Mi, Sys=13.4Mi, NumGC=4715","level":"stat"}
+{"@timestamp":"2025-01-18T00:33:16.042+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.4Mi, Sys=13.4Mi, NumGC=4715","level":"stat"}
+{"@timestamp":"2025-01-18T00:34:16.042+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.4Mi, Sys=13.4Mi, NumGC=4716","level":"stat"}
+{"@timestamp":"2025-01-18T00:35:16.042+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.4Mi, Sys=13.4Mi, NumGC=4716","level":"stat"}
+{"@timestamp":"2025-01-18T00:36:16.043+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.4Mi, Sys=13.4Mi, NumGC=4717","level":"stat"}
+{"@timestamp":"2025-01-18T00:37:16.044+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.4Mi, Sys=13.4Mi, NumGC=4717","level":"stat"}
+{"@timestamp":"2025-01-18T00:38:16.044+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.4Mi, Sys=13.4Mi, NumGC=4718","level":"stat"}
+{"@timestamp":"2025-01-18T00:39:16.045+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.4Mi, Sys=13.4Mi, NumGC=4718","level":"stat"}
+{"@timestamp":"2025-01-18T00:40:16.045+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.4Mi, Sys=13.4Mi, NumGC=4719","level":"stat"}
+{"@timestamp":"2025-01-18T00:41:16.045+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.4Mi, Sys=13.4Mi, NumGC=4719","level":"stat"}
+{"@timestamp":"2025-01-18T00:42:16.046+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.4Mi, Sys=13.4Mi, NumGC=4720","level":"stat"}
+{"@timestamp":"2025-01-18T00:43:16.046+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.4Mi, Sys=13.4Mi, NumGC=4720","level":"stat"}
+{"@timestamp":"2025-01-18T00:44:16.047+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.4Mi, Sys=13.4Mi, NumGC=4721","level":"stat"}
+{"@timestamp":"2025-01-18T00:45:16.047+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.4Mi, Sys=13.4Mi, NumGC=4721","level":"stat"}
+{"@timestamp":"2025-01-18T00:46:16.047+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.5Mi, Sys=13.4Mi, NumGC=4722","level":"stat"}
+{"@timestamp":"2025-01-18T00:47:16.048+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.5Mi, Sys=13.4Mi, NumGC=4722","level":"stat"}
+{"@timestamp":"2025-01-18T00:48:16.049+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.5Mi, Sys=13.4Mi, NumGC=4723","level":"stat"}
+{"@timestamp":"2025-01-18T00:49:16.049+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.5Mi, Sys=13.4Mi, NumGC=4723","level":"stat"}
+{"@timestamp":"2025-01-18T00:50:16.049+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.5Mi, Sys=13.4Mi, NumGC=4724","level":"stat"}
+{"@timestamp":"2025-01-18T00:51:16.049+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.5Mi, Sys=13.4Mi, NumGC=4724","level":"stat"}
+{"@timestamp":"2025-01-18T00:52:16.050+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.5Mi, Sys=13.4Mi, NumGC=4725","level":"stat"}
+{"@timestamp":"2025-01-18T00:53:16.050+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.5Mi, Sys=13.4Mi, NumGC=4725","level":"stat"}
+{"@timestamp":"2025-01-18T00:54:16.051+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.5Mi, Sys=13.4Mi, NumGC=4726","level":"stat"}
+{"@timestamp":"2025-01-18T00:55:16.051+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.5Mi, Sys=13.4Mi, NumGC=4726","level":"stat"}
+{"@timestamp":"2025-01-18T00:56:16.052+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.5Mi, Sys=13.4Mi, NumGC=4727","level":"stat"}
+{"@timestamp":"2025-01-18T00:57:16.053+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.5Mi, Sys=13.4Mi, NumGC=4727","level":"stat"}
+{"@timestamp":"2025-01-18T00:58:16.053+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.5Mi, Sys=13.4Mi, NumGC=4728","level":"stat"}
+{"@timestamp":"2025-01-18T00:59:16.053+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.5Mi, Sys=13.4Mi, NumGC=4728","level":"stat"}
+{"@timestamp":"2025-01-18T01:00:16.053+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.5Mi, Sys=13.4Mi, NumGC=4729","level":"stat"}
+{"@timestamp":"2025-01-18T01:01:16.054+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.5Mi, Sys=13.4Mi, NumGC=4729","level":"stat"}
+{"@timestamp":"2025-01-18T01:02:16.055+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.5Mi, Sys=13.4Mi, NumGC=4730","level":"stat"}
+{"@timestamp":"2025-01-18T01:03:16.055+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.5Mi, Sys=13.4Mi, NumGC=4730","level":"stat"}
+{"@timestamp":"2025-01-18T01:04:16.055+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.5Mi, Sys=13.4Mi, NumGC=4731","level":"stat"}
+{"@timestamp":"2025-01-18T01:05:16.056+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.5Mi, Sys=13.4Mi, NumGC=4731","level":"stat"}
+{"@timestamp":"2025-01-18T01:06:16.057+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.5Mi, Sys=13.4Mi, NumGC=4732","level":"stat"}
+{"@timestamp":"2025-01-18T01:07:16.057+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.5Mi, Sys=13.4Mi, NumGC=4732","level":"stat"}
+{"@timestamp":"2025-01-18T01:08:16.057+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.5Mi, Sys=13.4Mi, NumGC=4733","level":"stat"}
+{"@timestamp":"2025-01-18T01:09:16.058+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.5Mi, Sys=13.4Mi, NumGC=4733","level":"stat"}
+{"@timestamp":"2025-01-18T01:10:16.058+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.5Mi, Sys=13.4Mi, NumGC=4734","level":"stat"}
+{"@timestamp":"2025-01-18T01:11:16.059+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.6Mi, Sys=13.4Mi, NumGC=4734","level":"stat"}
+{"@timestamp":"2025-01-18T01:12:16.047+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.6Mi, Sys=13.4Mi, NumGC=4735","level":"stat"}
+{"@timestamp":"2025-01-18T01:13:16.015+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.6Mi, Sys=13.4Mi, NumGC=4735","level":"stat"}
+{"@timestamp":"2025-01-18T01:14:16.014+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.6Mi, Sys=13.4Mi, NumGC=4736","level":"stat"}
+{"@timestamp":"2025-01-18T01:15:16.014+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.6Mi, Sys=13.4Mi, NumGC=4736","level":"stat"}
+{"@timestamp":"2025-01-18T01:16:16.015+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.6Mi, Sys=13.4Mi, NumGC=4737","level":"stat"}
+{"@timestamp":"2025-01-18T01:17:16.014+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.6Mi, Sys=13.4Mi, NumGC=4737","level":"stat"}
+{"@timestamp":"2025-01-18T01:18:16.015+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.6Mi, Sys=13.4Mi, NumGC=4738","level":"stat"}
+{"@timestamp":"2025-01-18T01:19:16.015+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.6Mi, Sys=13.4Mi, NumGC=4738","level":"stat"}
+{"@timestamp":"2025-01-18T01:20:16.014+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.6Mi, Sys=13.4Mi, NumGC=4739","level":"stat"}
+{"@timestamp":"2025-01-18T01:21:16.015+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.6Mi, Sys=13.4Mi, NumGC=4739","level":"stat"}
+{"@timestamp":"2025-01-18T01:22:16.015+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.6Mi, Sys=13.4Mi, NumGC=4740","level":"stat"}
+{"@timestamp":"2025-01-18T01:23:16.016+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.6Mi, Sys=13.4Mi, NumGC=4740","level":"stat"}
+{"@timestamp":"2025-01-18T01:24:16.016+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.6Mi, Sys=13.4Mi, NumGC=4741","level":"stat"}
+{"@timestamp":"2025-01-18T01:25:16.015+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.6Mi, Sys=13.4Mi, NumGC=4741","level":"stat"}
+{"@timestamp":"2025-01-18T01:26:16.014+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.6Mi, Sys=13.4Mi, NumGC=4742","level":"stat"}
+{"@timestamp":"2025-01-18T01:27:15.772+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.6Mi, Sys=13.4Mi, NumGC=4742","level":"stat"}
+{"@timestamp":"2025-01-18T01:28:15.809+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.6Mi, Sys=13.4Mi, NumGC=4743","level":"stat"}
+{"@timestamp":"2025-01-18T01:29:15.811+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.6Mi, Sys=13.4Mi, NumGC=4743","level":"stat"}
+{"@timestamp":"2025-01-18T01:30:15.810+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.6Mi, Sys=13.4Mi, NumGC=4744","level":"stat"}
+{"@timestamp":"2025-01-18T01:31:15.808+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.6Mi, Sys=13.4Mi, NumGC=4744","level":"stat"}
+{"@timestamp":"2025-01-18T01:32:40.657+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.6Mi, Sys=13.4Mi, NumGC=4745","level":"stat"}
+{"@timestamp":"2025-01-18T01:48:18.659+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.6Mi, Sys=13.4Mi, NumGC=4745","level":"stat"}
+{"@timestamp":"2025-01-18T01:49:18.659+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.6Mi, Sys=13.4Mi, NumGC=4746","level":"stat"}
+{"@timestamp":"2025-01-18T02:05:43.739+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.7Mi, Sys=13.4Mi, NumGC=4746","level":"stat"}
+{"@timestamp":"2025-01-18T02:06:43.738+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.7Mi, Sys=13.4Mi, NumGC=4747","level":"stat"}
+{"@timestamp":"2025-01-18T02:07:43.737+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.7Mi, Sys=13.4Mi, NumGC=4747","level":"stat"}
+{"@timestamp":"2025-01-18T02:08:43.737+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.7Mi, Sys=13.4Mi, NumGC=4748","level":"stat"}
+{"@timestamp":"2025-01-18T02:09:43.736+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.7Mi, Sys=13.4Mi, NumGC=4748","level":"stat"}
+{"@timestamp":"2025-01-18T02:10:43.737+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.7Mi, Sys=13.4Mi, NumGC=4749","level":"stat"}
+{"@timestamp":"2025-01-18T02:11:43.737+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.7Mi, Sys=13.4Mi, NumGC=4749","level":"stat"}
+{"@timestamp":"2025-01-18T02:12:43.736+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.7Mi, Sys=13.4Mi, NumGC=4750","level":"stat"}
+{"@timestamp":"2025-01-18T02:13:43.735+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.7Mi, Sys=13.4Mi, NumGC=4750","level":"stat"}
+{"@timestamp":"2025-01-18T02:14:43.735+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.7Mi, Sys=13.4Mi, NumGC=4751","level":"stat"}
+{"@timestamp":"2025-01-18T02:15:43.735+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.7Mi, Sys=13.4Mi, NumGC=4751","level":"stat"}
+{"@timestamp":"2025-01-18T02:16:43.735+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.7Mi, Sys=13.4Mi, NumGC=4752","level":"stat"}
+{"@timestamp":"2025-01-18T02:17:43.736+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.7Mi, Sys=13.4Mi, NumGC=4752","level":"stat"}
+{"@timestamp":"2025-01-18T02:18:43.735+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.7Mi, Sys=13.4Mi, NumGC=4753","level":"stat"}
+{"@timestamp":"2025-01-18T02:19:43.734+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.7Mi, Sys=13.4Mi, NumGC=4753","level":"stat"}
+{"@timestamp":"2025-01-18T02:20:43.733+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.7Mi, Sys=13.4Mi, NumGC=4754","level":"stat"}
+{"@timestamp":"2025-01-18T02:21:43.734+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.7Mi, Sys=13.4Mi, NumGC=4754","level":"stat"}
+{"@timestamp":"2025-01-18T02:22:43.733+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.7Mi, Sys=13.4Mi, NumGC=4755","level":"stat"}
+{"@timestamp":"2025-01-18T02:23:43.735+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.7Mi, Sys=13.4Mi, NumGC=4755","level":"stat"}
+{"@timestamp":"2025-01-18T02:24:43.733+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.7Mi, Sys=13.4Mi, NumGC=4756","level":"stat"}
+{"@timestamp":"2025-01-18T02:25:43.776+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.7Mi, Sys=13.4Mi, NumGC=4756","level":"stat"}
+{"@timestamp":"2025-01-18T02:26:43.779+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.7Mi, Sys=13.4Mi, NumGC=4757","level":"stat"}
+{"@timestamp":"2025-01-18T02:27:43.780+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.7Mi, Sys=13.4Mi, NumGC=4757","level":"stat"}
+{"@timestamp":"2025-01-18T02:28:43.779+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.7Mi, Sys=13.4Mi, NumGC=4758","level":"stat"}
+{"@timestamp":"2025-01-18T02:29:43.779+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.7Mi, Sys=13.4Mi, NumGC=4758","level":"stat"}
+{"@timestamp":"2025-01-18T02:30:43.779+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.8Mi, Sys=13.4Mi, NumGC=4759","level":"stat"}
+{"@timestamp":"2025-01-18T02:31:43.781+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.8Mi, Sys=13.4Mi, NumGC=4759","level":"stat"}
+{"@timestamp":"2025-01-18T02:32:43.782+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.8Mi, Sys=13.4Mi, NumGC=4760","level":"stat"}
+{"@timestamp":"2025-01-18T02:33:43.780+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.8Mi, Sys=13.4Mi, NumGC=4760","level":"stat"}
+{"@timestamp":"2025-01-18T02:34:43.782+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.8Mi, Sys=13.4Mi, NumGC=4760","level":"stat"}
+{"@timestamp":"2025-01-18T02:35:43.781+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.8Mi, Sys=13.4Mi, NumGC=4761","level":"stat"}
+{"@timestamp":"2025-01-18T02:36:43.782+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.8Mi, Sys=13.4Mi, NumGC=4761","level":"stat"}
+{"@timestamp":"2025-01-18T02:37:43.782+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.8Mi, Sys=13.4Mi, NumGC=4762","level":"stat"}
+{"@timestamp":"2025-01-18T02:38:43.782+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.8Mi, Sys=13.4Mi, NumGC=4762","level":"stat"}
+{"@timestamp":"2025-01-18T02:39:43.784+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.8Mi, Sys=13.4Mi, NumGC=4763","level":"stat"}
+{"@timestamp":"2025-01-18T02:40:43.783+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.8Mi, Sys=13.4Mi, NumGC=4763","level":"stat"}
+{"@timestamp":"2025-01-18T02:41:43.783+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.8Mi, Sys=13.4Mi, NumGC=4764","level":"stat"}
+{"@timestamp":"2025-01-18T02:42:43.784+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.8Mi, Sys=13.4Mi, NumGC=4764","level":"stat"}
+{"@timestamp":"2025-01-18T02:43:43.770+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.8Mi, Sys=13.4Mi, NumGC=4765","level":"stat"}
+{"@timestamp":"2025-01-18T02:44:43.770+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.8Mi, Sys=13.4Mi, NumGC=4765","level":"stat"}
+{"@timestamp":"2025-01-18T02:45:43.770+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.8Mi, Sys=13.4Mi, NumGC=4766","level":"stat"}
+{"@timestamp":"2025-01-18T02:46:43.769+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.8Mi, Sys=13.4Mi, NumGC=4766","level":"stat"}
+{"@timestamp":"2025-01-18T02:47:43.770+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.8Mi, Sys=13.4Mi, NumGC=4767","level":"stat"}
+{"@timestamp":"2025-01-18T02:48:43.770+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.8Mi, Sys=13.4Mi, NumGC=4767","level":"stat"}
+{"@timestamp":"2025-01-18T02:49:43.770+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.8Mi, Sys=13.4Mi, NumGC=4768","level":"stat"}
+{"@timestamp":"2025-01-18T02:50:43.771+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.8Mi, Sys=13.4Mi, NumGC=4768","level":"stat"}
+{"@timestamp":"2025-01-18T02:51:43.771+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.8Mi, Sys=13.4Mi, NumGC=4769","level":"stat"}
+{"@timestamp":"2025-01-18T02:52:43.770+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.8Mi, Sys=13.4Mi, NumGC=4769","level":"stat"}
+{"@timestamp":"2025-01-18T02:53:43.770+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.8Mi, Sys=13.4Mi, NumGC=4770","level":"stat"}
+{"@timestamp":"2025-01-18T02:54:43.772+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.9Mi, Sys=13.4Mi, NumGC=4770","level":"stat"}
+{"@timestamp":"2025-01-18T02:55:43.772+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.9Mi, Sys=13.4Mi, NumGC=4771","level":"stat"}
+{"@timestamp":"2025-01-18T02:56:43.772+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.9Mi, Sys=13.4Mi, NumGC=4771","level":"stat"}
+{"@timestamp":"2025-01-18T02:57:43.771+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.9Mi, Sys=13.4Mi, NumGC=4772","level":"stat"}
+{"@timestamp":"2025-01-18T02:58:43.772+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.9Mi, Sys=13.4Mi, NumGC=4772","level":"stat"}
+{"@timestamp":"2025-01-18T02:59:43.771+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.9Mi, Sys=13.4Mi, NumGC=4773","level":"stat"}
+{"@timestamp":"2025-01-18T03:00:43.771+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.9Mi, Sys=13.4Mi, NumGC=4773","level":"stat"}
+{"@timestamp":"2025-01-18T03:01:43.771+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.9Mi, Sys=13.4Mi, NumGC=4774","level":"stat"}
+{"@timestamp":"2025-01-18T03:02:43.772+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.9Mi, Sys=13.4Mi, NumGC=4774","level":"stat"}
+{"@timestamp":"2025-01-18T03:03:43.772+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.9Mi, Sys=13.4Mi, NumGC=4775","level":"stat"}
+{"@timestamp":"2025-01-18T03:04:43.772+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.9Mi, Sys=13.4Mi, NumGC=4775","level":"stat"}
+{"@timestamp":"2025-01-18T03:05:43.772+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.9Mi, Sys=13.4Mi, NumGC=4776","level":"stat"}
+{"@timestamp":"2025-01-18T03:06:43.793+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.9Mi, Sys=13.4Mi, NumGC=4776","level":"stat"}
+{"@timestamp":"2025-01-18T03:07:43.797+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.9Mi, Sys=13.4Mi, NumGC=4777","level":"stat"}
+{"@timestamp":"2025-01-18T03:08:43.797+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.9Mi, Sys=13.4Mi, NumGC=4777","level":"stat"}
+{"@timestamp":"2025-01-18T03:09:43.797+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.9Mi, Sys=13.4Mi, NumGC=4778","level":"stat"}
+{"@timestamp":"2025-01-18T03:11:08.640+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.9Mi, Sys=13.4Mi, NumGC=4778","level":"stat"}
+{"@timestamp":"2025-01-18T03:12:08.642+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.9Mi, Sys=13.4Mi, NumGC=4779","level":"stat"}
+{"@timestamp":"2025-01-18T03:13:08.641+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.9Mi, Sys=13.4Mi, NumGC=4779","level":"stat"}
+{"@timestamp":"2025-01-18T03:14:08.642+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.9Mi, Sys=13.4Mi, NumGC=4780","level":"stat"}
+{"@timestamp":"2025-01-18T03:15:08.643+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.9Mi, Sys=13.4Mi, NumGC=4780","level":"stat"}
+{"@timestamp":"2025-01-18T03:16:33.473+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.9Mi, Sys=13.4Mi, NumGC=4781","level":"stat"}
+{"@timestamp":"2025-01-18T03:32:57.958+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.9Mi, Sys=13.4Mi, NumGC=4781","level":"stat"}
+{"@timestamp":"2025-01-18T03:33:57.964+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.9Mi, Sys=13.4Mi, NumGC=4782","level":"stat"}
+{"@timestamp":"2025-01-18T03:34:57.964+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.9Mi, Sys=13.4Mi, NumGC=4782","level":"stat"}
+{"@timestamp":"2025-01-18T03:35:57.965+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.0Mi, Sys=13.4Mi, NumGC=4783","level":"stat"}
+{"@timestamp":"2025-01-18T03:51:02.437+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.0Mi, Sys=13.4Mi, NumGC=4783","level":"stat"}
+{"@timestamp":"2025-01-18T03:52:02.440+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.0Mi, Sys=13.4Mi, NumGC=4784","level":"stat"}
+{"@timestamp":"2025-01-18T03:53:02.441+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.0Mi, Sys=13.4Mi, NumGC=4784","level":"stat"}
+{"@timestamp":"2025-01-18T03:54:02.443+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.0Mi, Sys=13.4Mi, NumGC=4785","level":"stat"}
+{"@timestamp":"2025-01-18T03:55:02.444+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.0Mi, Sys=13.4Mi, NumGC=4785","level":"stat"}
+{"@timestamp":"2025-01-18T03:56:27.270+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.0Mi, Sys=13.4Mi, NumGC=4786","level":"stat"}
+{"@timestamp":"2025-01-18T04:28:17.213+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.0Mi, Sys=13.4Mi, NumGC=4786","level":"stat"}
+{"@timestamp":"2025-01-18T04:29:17.215+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.0Mi, Sys=13.4Mi, NumGC=4787","level":"stat"}
+{"@timestamp":"2025-01-18T04:30:17.216+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.0Mi, Sys=13.4Mi, NumGC=4787","level":"stat"}
+{"@timestamp":"2025-01-18T04:31:17.217+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.0Mi, Sys=13.4Mi, NumGC=4788","level":"stat"}
+{"@timestamp":"2025-01-18T04:32:17.218+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.0Mi, Sys=13.4Mi, NumGC=4788","level":"stat"}
+{"@timestamp":"2025-01-18T04:33:17.218+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.0Mi, Sys=13.4Mi, NumGC=4789","level":"stat"}
+{"@timestamp":"2025-01-18T04:34:17.219+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.0Mi, Sys=13.4Mi, NumGC=4789","level":"stat"}
+{"@timestamp":"2025-01-18T04:35:17.220+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.0Mi, Sys=13.4Mi, NumGC=4790","level":"stat"}
+{"@timestamp":"2025-01-18T04:36:17.220+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.0Mi, Sys=13.4Mi, NumGC=4790","level":"stat"}
+{"@timestamp":"2025-01-18T04:37:17.221+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.0Mi, Sys=13.4Mi, NumGC=4791","level":"stat"}
+{"@timestamp":"2025-01-18T04:38:17.221+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.0Mi, Sys=13.4Mi, NumGC=4791","level":"stat"}
+{"@timestamp":"2025-01-18T04:39:17.221+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.0Mi, Sys=13.4Mi, NumGC=4792","level":"stat"}
+{"@timestamp":"2025-01-18T04:40:17.223+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.0Mi, Sys=13.4Mi, NumGC=4792","level":"stat"}
+{"@timestamp":"2025-01-18T04:41:17.223+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.0Mi, Sys=13.4Mi, NumGC=4793","level":"stat"}
+{"@timestamp":"2025-01-18T04:42:17.225+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.0Mi, Sys=13.4Mi, NumGC=4793","level":"stat"}
+{"@timestamp":"2025-01-18T04:43:17.226+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.0Mi, Sys=13.4Mi, NumGC=4794","level":"stat"}
+{"@timestamp":"2025-01-18T04:44:17.225+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.0Mi, Sys=13.4Mi, NumGC=4794","level":"stat"}
+{"@timestamp":"2025-01-18T04:45:17.172+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.1Mi, Sys=13.4Mi, NumGC=4795","level":"stat"}
+{"@timestamp":"2025-01-18T04:46:17.173+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.1Mi, Sys=13.4Mi, NumGC=4795","level":"stat"}
+{"@timestamp":"2025-01-18T04:47:17.172+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.1Mi, Sys=13.4Mi, NumGC=4796","level":"stat"}
+{"@timestamp":"2025-01-18T04:48:17.172+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.1Mi, Sys=13.4Mi, NumGC=4796","level":"stat"}
+{"@timestamp":"2025-01-18T04:49:17.171+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.1Mi, Sys=13.4Mi, NumGC=4797","level":"stat"}
+{"@timestamp":"2025-01-18T04:50:17.172+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.1Mi, Sys=13.4Mi, NumGC=4797","level":"stat"}
+{"@timestamp":"2025-01-18T04:51:17.172+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.1Mi, Sys=13.4Mi, NumGC=4798","level":"stat"}
+{"@timestamp":"2025-01-18T04:52:17.172+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.1Mi, Sys=13.4Mi, NumGC=4798","level":"stat"}
+{"@timestamp":"2025-01-18T04:53:17.173+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.1Mi, Sys=13.4Mi, NumGC=4799","level":"stat"}
+{"@timestamp":"2025-01-18T04:54:17.173+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.1Mi, Sys=13.4Mi, NumGC=4799","level":"stat"}
+{"@timestamp":"2025-01-18T04:55:17.173+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.1Mi, Sys=13.4Mi, NumGC=4800","level":"stat"}
+{"@timestamp":"2025-01-18T04:56:17.172+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.1Mi, Sys=13.4Mi, NumGC=4800","level":"stat"}
+{"@timestamp":"2025-01-18T04:57:17.173+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.1Mi, Sys=13.4Mi, NumGC=4801","level":"stat"}
+{"@timestamp":"2025-01-18T04:58:17.173+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.1Mi, Sys=13.4Mi, NumGC=4801","level":"stat"}
+{"@timestamp":"2025-01-18T04:59:17.172+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.1Mi, Sys=13.4Mi, NumGC=4802","level":"stat"}
+{"@timestamp":"2025-01-18T05:00:17.181+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.1Mi, Sys=13.4Mi, NumGC=4802","level":"stat"}
+{"@timestamp":"2025-01-18T05:01:17.183+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.1Mi, Sys=13.4Mi, NumGC=4803","level":"stat"}
+{"@timestamp":"2025-01-18T05:02:17.182+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.1Mi, Sys=13.4Mi, NumGC=4803","level":"stat"}
+{"@timestamp":"2025-01-18T05:03:17.182+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.1Mi, Sys=13.4Mi, NumGC=4804","level":"stat"}
+{"@timestamp":"2025-01-18T05:04:17.182+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.1Mi, Sys=13.4Mi, NumGC=4804","level":"stat"}
+{"@timestamp":"2025-01-18T05:05:17.184+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.1Mi, Sys=13.4Mi, NumGC=4805","level":"stat"}
+{"@timestamp":"2025-01-18T05:06:17.184+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.1Mi, Sys=13.4Mi, NumGC=4805","level":"stat"}
+{"@timestamp":"2025-01-18T05:07:17.183+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.1Mi, Sys=13.4Mi, NumGC=4806","level":"stat"}
+{"@timestamp":"2025-01-18T05:08:17.184+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.1Mi, Sys=13.4Mi, NumGC=4806","level":"stat"}
+{"@timestamp":"2025-01-18T05:09:17.184+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.1Mi, Sys=13.4Mi, NumGC=4807","level":"stat"}
+{"@timestamp":"2025-01-18T05:10:17.184+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.2Mi, Sys=13.4Mi, NumGC=4807","level":"stat"}
+{"@timestamp":"2025-01-18T05:11:17.184+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.2Mi, Sys=13.4Mi, NumGC=4808","level":"stat"}
+{"@timestamp":"2025-01-18T05:12:17.184+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.2Mi, Sys=13.4Mi, NumGC=4808","level":"stat"}
+{"@timestamp":"2025-01-18T05:13:17.184+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.2Mi, Sys=13.4Mi, NumGC=4809","level":"stat"}
+{"@timestamp":"2025-01-18T05:14:17.184+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.2Mi, Sys=13.4Mi, NumGC=4809","level":"stat"}
+{"@timestamp":"2025-01-18T05:15:17.185+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.2Mi, Sys=13.4Mi, NumGC=4810","level":"stat"}
+{"@timestamp":"2025-01-18T05:16:17.185+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.2Mi, Sys=13.4Mi, NumGC=4810","level":"stat"}
+{"@timestamp":"2025-01-18T05:17:17.170+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.2Mi, Sys=13.4Mi, NumGC=4811","level":"stat"}
+{"@timestamp":"2025-01-18T05:18:17.167+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.2Mi, Sys=13.4Mi, NumGC=4811","level":"stat"}
+{"@timestamp":"2025-01-18T05:19:17.167+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.2Mi, Sys=13.4Mi, NumGC=4812","level":"stat"}
+{"@timestamp":"2025-01-18T05:20:17.168+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.2Mi, Sys=13.4Mi, NumGC=4812","level":"stat"}
+{"@timestamp":"2025-01-18T05:21:17.168+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.2Mi, Sys=13.4Mi, NumGC=4813","level":"stat"}
+{"@timestamp":"2025-01-18T05:22:17.167+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.2Mi, Sys=13.4Mi, NumGC=4813","level":"stat"}
+{"@timestamp":"2025-01-18T05:23:17.168+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.2Mi, Sys=13.4Mi, NumGC=4814","level":"stat"}
+{"@timestamp":"2025-01-18T05:24:17.167+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.2Mi, Sys=13.4Mi, NumGC=4814","level":"stat"}
+{"@timestamp":"2025-01-18T05:25:17.168+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.2Mi, Sys=13.4Mi, NumGC=4815","level":"stat"}
+{"@timestamp":"2025-01-18T05:26:17.168+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.2Mi, Sys=13.4Mi, NumGC=4815","level":"stat"}
+{"@timestamp":"2025-01-18T05:27:17.167+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.2Mi, Sys=13.4Mi, NumGC=4816","level":"stat"}
+{"@timestamp":"2025-01-18T05:28:17.167+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.2Mi, Sys=13.4Mi, NumGC=4816","level":"stat"}
+{"@timestamp":"2025-01-18T05:29:17.167+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.2Mi, Sys=13.4Mi, NumGC=4817","level":"stat"}
+{"@timestamp":"2025-01-18T05:30:41.984+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.2Mi, Sys=13.4Mi, NumGC=4817","level":"stat"}
+{"@timestamp":"2025-01-18T05:31:41.976+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.2Mi, Sys=13.4Mi, NumGC=4818","level":"stat"}
+{"@timestamp":"2025-01-18T05:32:41.976+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.2Mi, Sys=13.4Mi, NumGC=4818","level":"stat"}
+{"@timestamp":"2025-01-18T05:33:41.976+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.3Mi, Sys=13.4Mi, NumGC=4819","level":"stat"}
+{"@timestamp":"2025-01-18T05:34:41.976+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.3Mi, Sys=13.4Mi, NumGC=4819","level":"stat"}
+{"@timestamp":"2025-01-18T05:36:06.817+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.3Mi, Sys=13.4Mi, NumGC=4820","level":"stat"}
+{"@timestamp":"2025-01-18T05:52:31.779+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.3Mi, Sys=13.4Mi, NumGC=4820","level":"stat"}
+{"@timestamp":"2025-01-18T06:08:56.797+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.3Mi, Sys=13.4Mi, NumGC=4821","level":"stat"}
+{"@timestamp":"2025-01-18T06:09:56.800+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.3Mi, Sys=13.4Mi, NumGC=4821","level":"stat"}
+{"@timestamp":"2025-01-18T06:10:56.800+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.3Mi, Sys=13.4Mi, NumGC=4822","level":"stat"}
+{"@timestamp":"2025-01-18T06:11:56.800+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.3Mi, Sys=13.4Mi, NumGC=4822","level":"stat"}
+{"@timestamp":"2025-01-18T06:12:56.796+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.3Mi, Sys=13.4Mi, NumGC=4823","level":"stat"}
+{"@timestamp":"2025-01-18T06:13:56.795+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.3Mi, Sys=13.4Mi, NumGC=4823","level":"stat"}
+{"@timestamp":"2025-01-18T06:14:56.794+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.3Mi, Sys=13.4Mi, NumGC=4824","level":"stat"}
+{"@timestamp":"2025-01-18T06:15:56.795+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.3Mi, Sys=13.4Mi, NumGC=4824","level":"stat"}
+{"@timestamp":"2025-01-18T06:16:56.795+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.3Mi, Sys=13.4Mi, NumGC=4825","level":"stat"}
+{"@timestamp":"2025-01-18T06:17:56.795+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.3Mi, Sys=13.4Mi, NumGC=4825","level":"stat"}
+{"@timestamp":"2025-01-18T06:18:56.794+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.3Mi, Sys=13.4Mi, NumGC=4826","level":"stat"}
+{"@timestamp":"2025-01-18T06:19:56.793+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.3Mi, Sys=13.4Mi, NumGC=4826","level":"stat"}
+{"@timestamp":"2025-01-18T06:20:56.792+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.3Mi, Sys=13.4Mi, NumGC=4827","level":"stat"}
+{"@timestamp":"2025-01-18T06:21:56.792+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.3Mi, Sys=13.4Mi, NumGC=4827","level":"stat"}
+{"@timestamp":"2025-01-18T06:22:56.792+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.3Mi, Sys=13.4Mi, NumGC=4828","level":"stat"}
+{"@timestamp":"2025-01-18T06:23:56.792+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.3Mi, Sys=13.4Mi, NumGC=4828","level":"stat"}
+{"@timestamp":"2025-01-18T06:24:56.791+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.3Mi, Sys=13.4Mi, NumGC=4829","level":"stat"}
+{"@timestamp":"2025-01-18T06:25:56.791+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.3Mi, Sys=13.4Mi, NumGC=4829","level":"stat"}
+{"@timestamp":"2025-01-18T06:26:56.791+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.3Mi, Sys=13.4Mi, NumGC=4830","level":"stat"}
+{"@timestamp":"2025-01-18T06:27:56.752+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.3Mi, Sys=13.4Mi, NumGC=4830","level":"stat"}
+{"@timestamp":"2025-01-18T06:28:56.748+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.3Mi, Sys=13.4Mi, NumGC=4831","level":"stat"}
+{"@timestamp":"2025-01-18T06:29:56.747+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.4Mi, Sys=13.4Mi, NumGC=4831","level":"stat"}
+{"@timestamp":"2025-01-18T06:30:56.746+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.4Mi, Sys=13.4Mi, NumGC=4832","level":"stat"}
+{"@timestamp":"2025-01-18T06:31:56.747+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.4Mi, Sys=13.4Mi, NumGC=4832","level":"stat"}
+{"@timestamp":"2025-01-18T06:32:56.744+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.4Mi, Sys=13.4Mi, NumGC=4833","level":"stat"}
+{"@timestamp":"2025-01-18T06:33:56.744+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.4Mi, Sys=13.4Mi, NumGC=4833","level":"stat"}
+{"@timestamp":"2025-01-18T06:34:56.744+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.4Mi, Sys=13.4Mi, NumGC=4834","level":"stat"}
+{"@timestamp":"2025-01-18T06:35:56.744+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.4Mi, Sys=13.4Mi, NumGC=4834","level":"stat"}
+{"@timestamp":"2025-01-18T06:36:56.741+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.4Mi, Sys=13.4Mi, NumGC=4835","level":"stat"}
+{"@timestamp":"2025-01-18T06:37:56.742+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.4Mi, Sys=13.4Mi, NumGC=4835","level":"stat"}
+{"@timestamp":"2025-01-18T06:38:56.740+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.4Mi, Sys=13.4Mi, NumGC=4836","level":"stat"}
+{"@timestamp":"2025-01-18T06:39:56.740+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.4Mi, Sys=13.4Mi, NumGC=4836","level":"stat"}
+{"@timestamp":"2025-01-18T06:40:56.739+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.4Mi, Sys=13.4Mi, NumGC=4837","level":"stat"}
+{"@timestamp":"2025-01-18T06:41:56.739+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.4Mi, Sys=13.4Mi, NumGC=4837","level":"stat"}
+{"@timestamp":"2025-01-18T06:42:56.738+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.4Mi, Sys=13.4Mi, NumGC=4838","level":"stat"}
+{"@timestamp":"2025-01-18T06:43:56.737+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.4Mi, Sys=13.4Mi, NumGC=4838","level":"stat"}
+{"@timestamp":"2025-01-18T06:44:56.736+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.4Mi, Sys=13.4Mi, NumGC=4839","level":"stat"}
+{"@timestamp":"2025-01-18T06:45:56.736+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.4Mi, Sys=13.4Mi, NumGC=4839","level":"stat"}
+{"@timestamp":"2025-01-18T06:46:56.714+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.4Mi, Sys=13.4Mi, NumGC=4840","level":"stat"}
+{"@timestamp":"2025-01-18T06:47:56.710+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.4Mi, Sys=13.4Mi, NumGC=4840","level":"stat"}
+{"@timestamp":"2025-01-18T06:48:56.709+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.4Mi, Sys=13.4Mi, NumGC=4841","level":"stat"}
+{"@timestamp":"2025-01-18T06:49:56.709+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.4Mi, Sys=13.4Mi, NumGC=4841","level":"stat"}
+{"@timestamp":"2025-01-18T06:50:56.706+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.4Mi, Sys=13.4Mi, NumGC=4842","level":"stat"}
+{"@timestamp":"2025-01-18T06:51:56.706+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.4Mi, Sys=13.4Mi, NumGC=4842","level":"stat"}
+{"@timestamp":"2025-01-18T06:52:56.706+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.4Mi, Sys=13.4Mi, NumGC=4843","level":"stat"}
+{"@timestamp":"2025-01-18T06:53:56.704+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.5Mi, Sys=13.4Mi, NumGC=4843","level":"stat"}
+{"@timestamp":"2025-01-18T06:54:56.703+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.5Mi, Sys=13.4Mi, NumGC=4844","level":"stat"}
+{"@timestamp":"2025-01-18T06:55:56.701+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.5Mi, Sys=13.4Mi, NumGC=4844","level":"stat"}
+{"@timestamp":"2025-01-18T06:56:56.701+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.5Mi, Sys=13.4Mi, NumGC=4845","level":"stat"}
+{"@timestamp":"2025-01-18T06:57:56.701+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.5Mi, Sys=13.4Mi, NumGC=4845","level":"stat"}
+{"@timestamp":"2025-01-18T06:58:56.700+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.5Mi, Sys=13.4Mi, NumGC=4846","level":"stat"}
+{"@timestamp":"2025-01-18T06:59:56.699+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.5Mi, Sys=13.4Mi, NumGC=4846","level":"stat"}
+{"@timestamp":"2025-01-18T07:00:56.698+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.5Mi, Sys=13.4Mi, NumGC=4847","level":"stat"}
+{"@timestamp":"2025-01-18T07:01:56.695+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.5Mi, Sys=13.4Mi, NumGC=4847","level":"stat"}
+{"@timestamp":"2025-01-18T07:02:56.670+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.5Mi, Sys=13.4Mi, NumGC=4848","level":"stat"}
+{"@timestamp":"2025-01-18T07:03:56.669+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.5Mi, Sys=13.4Mi, NumGC=4848","level":"stat"}
+{"@timestamp":"2025-01-18T07:04:56.666+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.5Mi, Sys=13.4Mi, NumGC=4849","level":"stat"}
+{"@timestamp":"2025-01-18T07:05:56.665+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.5Mi, Sys=13.4Mi, NumGC=4849","level":"stat"}
+{"@timestamp":"2025-01-18T07:06:56.664+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.5Mi, Sys=13.4Mi, NumGC=4850","level":"stat"}
+{"@timestamp":"2025-01-18T07:07:56.663+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.5Mi, Sys=13.4Mi, NumGC=4850","level":"stat"}
+{"@timestamp":"2025-01-18T07:08:56.662+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.5Mi, Sys=13.4Mi, NumGC=4851","level":"stat"}
+{"@timestamp":"2025-01-18T07:10:21.574+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.5Mi, Sys=13.4Mi, NumGC=4851","level":"stat"}
+{"@timestamp":"2025-01-18T07:11:21.573+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.5Mi, Sys=13.4Mi, NumGC=4852","level":"stat"}
+{"@timestamp":"2025-01-18T07:12:21.573+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.5Mi, Sys=13.4Mi, NumGC=4852","level":"stat"}
+{"@timestamp":"2025-01-18T07:13:21.571+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.5Mi, Sys=13.4Mi, NumGC=4853","level":"stat"}
+{"@timestamp":"2025-01-18T07:14:21.571+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.5Mi, Sys=13.4Mi, NumGC=4853","level":"stat"}
+{"@timestamp":"2025-01-18T07:15:46.405+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.5Mi, Sys=13.4Mi, NumGC=4854","level":"stat"}
+{"@timestamp":"2025-01-18T07:32:11.417+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.5Mi, Sys=13.4Mi, NumGC=4854","level":"stat"}
+{"@timestamp":"2025-01-18T07:48:36.460+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.5Mi, Sys=13.4Mi, NumGC=4855","level":"stat"}
+{"@timestamp":"2025-01-18T07:49:36.459+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.5Mi, Sys=13.4Mi, NumGC=4855","level":"stat"}
+{"@timestamp":"2025-01-18T07:50:36.457+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.6Mi, Sys=13.4Mi, NumGC=4856","level":"stat"}
+{"@timestamp":"2025-01-18T07:51:36.458+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.6Mi, Sys=13.4Mi, NumGC=4856","level":"stat"}
+{"@timestamp":"2025-01-18T07:52:36.458+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.6Mi, Sys=13.4Mi, NumGC=4857","level":"stat"}
+{"@timestamp":"2025-01-18T07:53:36.467+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.6Mi, Sys=13.4Mi, NumGC=4857","level":"stat"}
+{"@timestamp":"2025-01-18T07:54:36.502+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.6Mi, Sys=13.4Mi, NumGC=4858","level":"stat"}
+{"@timestamp":"2025-01-18T07:55:36.503+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.6Mi, Sys=13.4Mi, NumGC=4858","level":"stat"}
+{"@timestamp":"2025-01-18T07:56:36.505+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.6Mi, Sys=13.4Mi, NumGC=4859","level":"stat"}
+{"@timestamp":"2025-01-18T07:57:36.505+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.6Mi, Sys=13.4Mi, NumGC=4859","level":"stat"}
+{"@timestamp":"2025-01-18T07:58:36.506+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.6Mi, Sys=13.4Mi, NumGC=4860","level":"stat"}
+{"@timestamp":"2025-01-18T07:59:36.506+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.6Mi, Sys=13.4Mi, NumGC=4860","level":"stat"}
+{"@timestamp":"2025-01-18T08:00:36.506+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.6Mi, Sys=13.4Mi, NumGC=4861","level":"stat"}
+{"@timestamp":"2025-01-18T08:01:36.506+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.6Mi, Sys=13.4Mi, NumGC=4861","level":"stat"}
+{"@timestamp":"2025-01-18T08:02:36.507+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.6Mi, Sys=13.4Mi, NumGC=4862","level":"stat"}
+{"@timestamp":"2025-01-18T08:03:36.507+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.6Mi, Sys=13.4Mi, NumGC=4862","level":"stat"}
+{"@timestamp":"2025-01-18T08:04:36.508+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.6Mi, Sys=13.4Mi, NumGC=4863","level":"stat"}
+{"@timestamp":"2025-01-18T08:05:36.507+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.6Mi, Sys=13.4Mi, NumGC=4863","level":"stat"}
+{"@timestamp":"2025-01-18T08:06:36.509+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.6Mi, Sys=13.4Mi, NumGC=4864","level":"stat"}
+{"@timestamp":"2025-01-18T08:07:36.509+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.6Mi, Sys=13.4Mi, NumGC=4864","level":"stat"}
+{"@timestamp":"2025-01-18T08:08:36.509+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.6Mi, Sys=13.4Mi, NumGC=4865","level":"stat"}
+{"@timestamp":"2025-01-18T08:09:36.509+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.6Mi, Sys=13.4Mi, NumGC=4865","level":"stat"}
+{"@timestamp":"2025-01-18T08:10:36.512+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.6Mi, Sys=13.4Mi, NumGC=4866","level":"stat"}
+{"@timestamp":"2025-01-18T08:11:36.526+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.6Mi, Sys=13.4Mi, NumGC=4866","level":"stat"}
+{"@timestamp":"2025-01-18T08:12:36.527+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.6Mi, Sys=13.4Mi, NumGC=4867","level":"stat"}
+{"@timestamp":"2025-01-18T08:13:36.528+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.6Mi, Sys=13.4Mi, NumGC=4867","level":"stat"}
+{"@timestamp":"2025-01-18T08:14:36.529+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.6Mi, Sys=13.4Mi, NumGC=4868","level":"stat"}
+{"@timestamp":"2025-01-18T08:15:36.530+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.7Mi, Sys=13.4Mi, NumGC=4868","level":"stat"}
+{"@timestamp":"2025-01-18T08:16:36.530+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.7Mi, Sys=13.4Mi, NumGC=4869","level":"stat"}
+{"@timestamp":"2025-01-18T08:17:36.529+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.7Mi, Sys=13.4Mi, NumGC=4869","level":"stat"}
+{"@timestamp":"2025-01-18T08:18:36.532+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.7Mi, Sys=13.4Mi, NumGC=4870","level":"stat"}
+{"@timestamp":"2025-01-18T08:19:36.531+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.7Mi, Sys=13.4Mi, NumGC=4870","level":"stat"}
+{"@timestamp":"2025-01-18T08:20:36.533+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.7Mi, Sys=13.4Mi, NumGC=4871","level":"stat"}
+{"@timestamp":"2025-01-18T08:21:36.533+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.7Mi, Sys=13.4Mi, NumGC=4871","level":"stat"}
+{"@timestamp":"2025-01-18T08:22:36.533+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.7Mi, Sys=13.4Mi, NumGC=4872","level":"stat"}
+{"@timestamp":"2025-01-18T08:23:36.534+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.7Mi, Sys=13.4Mi, NumGC=4872","level":"stat"}
+{"@timestamp":"2025-01-18T08:24:36.534+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.7Mi, Sys=13.4Mi, NumGC=4873","level":"stat"}
+{"@timestamp":"2025-01-18T08:25:36.535+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.7Mi, Sys=13.4Mi, NumGC=4873","level":"stat"}
+{"@timestamp":"2025-01-18T08:26:36.520+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.7Mi, Sys=13.4Mi, NumGC=4874","level":"stat"}
+{"@timestamp":"2025-01-18T08:27:36.517+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.7Mi, Sys=13.4Mi, NumGC=4874","level":"stat"}
+{"@timestamp":"2025-01-18T08:28:36.517+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.7Mi, Sys=13.4Mi, NumGC=4875","level":"stat"}
+{"@timestamp":"2025-01-18T08:29:36.518+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.7Mi, Sys=13.4Mi, NumGC=4875","level":"stat"}
+{"@timestamp":"2025-01-18T08:30:36.518+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.7Mi, Sys=13.4Mi, NumGC=4876","level":"stat"}
+{"@timestamp":"2025-01-18T08:31:36.519+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.7Mi, Sys=13.4Mi, NumGC=4876","level":"stat"}
+{"@timestamp":"2025-01-18T08:32:36.518+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.7Mi, Sys=13.4Mi, NumGC=4877","level":"stat"}
+{"@timestamp":"2025-01-18T08:33:36.519+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.7Mi, Sys=13.4Mi, NumGC=4877","level":"stat"}
+{"@timestamp":"2025-01-18T08:34:36.520+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.7Mi, Sys=13.4Mi, NumGC=4878","level":"stat"}
+{"@timestamp":"2025-01-18T08:35:36.521+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.7Mi, Sys=13.4Mi, NumGC=4878","level":"stat"}
+{"@timestamp":"2025-01-18T08:36:36.520+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.7Mi, Sys=13.4Mi, NumGC=4879","level":"stat"}
+{"@timestamp":"2025-01-18T08:37:36.521+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.7Mi, Sys=13.4Mi, NumGC=4879","level":"stat"}
+{"@timestamp":"2025-01-18T08:38:36.522+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.7Mi, Sys=13.4Mi, NumGC=4880","level":"stat"}
+{"@timestamp":"2025-01-18T08:39:36.522+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.8Mi, Sys=13.4Mi, NumGC=4880","level":"stat"}
+{"@timestamp":"2025-01-18T08:40:36.521+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.8Mi, Sys=13.4Mi, NumGC=4881","level":"stat"}
+{"@timestamp":"2025-01-18T08:41:36.523+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.8Mi, Sys=13.4Mi, NumGC=4881","level":"stat"}
+{"@timestamp":"2025-01-18T08:42:36.522+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.8Mi, Sys=13.4Mi, NumGC=4882","level":"stat"}
+{"@timestamp":"2025-01-18T08:43:36.524+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.8Mi, Sys=13.4Mi, NumGC=4882","level":"stat"}
+{"@timestamp":"2025-01-18T08:44:36.524+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.8Mi, Sys=13.4Mi, NumGC=4883","level":"stat"}
+{"@timestamp":"2025-01-18T08:45:36.524+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.8Mi, Sys=13.4Mi, NumGC=4883","level":"stat"}
+{"@timestamp":"2025-01-18T08:46:36.524+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.8Mi, Sys=13.4Mi, NumGC=4884","level":"stat"}
+{"@timestamp":"2025-01-18T08:47:36.525+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.8Mi, Sys=13.4Mi, NumGC=4884","level":"stat"}
+{"@timestamp":"2025-01-18T08:48:36.524+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.8Mi, Sys=13.4Mi, NumGC=4885","level":"stat"}
+{"@timestamp":"2025-01-18T08:49:36.525+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.8Mi, Sys=13.4Mi, NumGC=4885","level":"stat"}
+{"@timestamp":"2025-01-18T09:06:47.630+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.8Mi, Sys=13.4Mi, NumGC=4886","level":"stat"}
+{"@timestamp":"2025-01-18T09:07:47.629+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.8Mi, Sys=13.4Mi, NumGC=4886","level":"stat"}
+{"@timestamp":"2025-01-18T09:08:47.629+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.8Mi, Sys=13.4Mi, NumGC=4887","level":"stat"}
+{"@timestamp":"2025-01-18T09:09:47.626+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.8Mi, Sys=13.4Mi, NumGC=4887","level":"stat"}
+{"@timestamp":"2025-01-18T09:10:47.627+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.8Mi, Sys=13.4Mi, NumGC=4888","level":"stat"}
+{"@timestamp":"2025-01-18T09:11:47.626+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.8Mi, Sys=13.4Mi, NumGC=4888","level":"stat"}
+{"@timestamp":"2025-01-18T09:12:47.625+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.8Mi, Sys=13.4Mi, NumGC=4889","level":"stat"}
+{"@timestamp":"2025-01-18T09:13:47.623+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.8Mi, Sys=13.4Mi, NumGC=4889","level":"stat"}
+{"@timestamp":"2025-01-18T09:14:47.623+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.8Mi, Sys=13.4Mi, NumGC=4890","level":"stat"}
+{"@timestamp":"2025-01-18T09:15:47.623+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.8Mi, Sys=13.4Mi, NumGC=4890","level":"stat"}
+{"@timestamp":"2025-01-18T09:16:47.622+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.8Mi, Sys=13.4Mi, NumGC=4891","level":"stat"}
+{"@timestamp":"2025-01-18T09:17:47.621+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.8Mi, Sys=13.4Mi, NumGC=4891","level":"stat"}
+{"@timestamp":"2025-01-18T09:18:47.619+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.8Mi, Sys=13.4Mi, NumGC=4892","level":"stat"}
+{"@timestamp":"2025-01-18T09:19:47.618+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.8Mi, Sys=13.4Mi, NumGC=4892","level":"stat"}
+{"@timestamp":"2025-01-18T09:20:47.618+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.8Mi, Sys=13.4Mi, NumGC=4893","level":"stat"}
+{"@timestamp":"2025-01-18T09:21:47.616+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.9Mi, Sys=13.4Mi, NumGC=4893","level":"stat"}
+{"@timestamp":"2025-01-18T09:22:47.615+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.9Mi, Sys=13.4Mi, NumGC=4894","level":"stat"}
+{"@timestamp":"2025-01-18T09:23:47.616+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.9Mi, Sys=13.4Mi, NumGC=4894","level":"stat"}
+{"@timestamp":"2025-01-18T09:24:47.615+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.9Mi, Sys=13.4Mi, NumGC=4895","level":"stat"}
+{"@timestamp":"2025-01-18T09:25:47.613+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.9Mi, Sys=13.4Mi, NumGC=4895","level":"stat"}
+{"@timestamp":"2025-01-18T09:26:47.613+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.9Mi, Sys=13.4Mi, NumGC=4896","level":"stat"}
+{"@timestamp":"2025-01-18T09:27:47.611+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.9Mi, Sys=13.4Mi, NumGC=4896","level":"stat"}
+{"@timestamp":"2025-01-18T09:28:47.610+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.9Mi, Sys=13.4Mi, NumGC=4897","level":"stat"}
+{"@timestamp":"2025-01-18T09:29:47.611+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.9Mi, Sys=13.4Mi, NumGC=4897","level":"stat"}
+{"@timestamp":"2025-01-18T09:30:47.610+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.9Mi, Sys=13.4Mi, NumGC=4898","level":"stat"}
+{"@timestamp":"2025-01-18T09:31:47.609+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.9Mi, Sys=13.4Mi, NumGC=4898","level":"stat"}
+{"@timestamp":"2025-01-18T09:32:47.606+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.9Mi, Sys=13.4Mi, NumGC=4899","level":"stat"}
+{"@timestamp":"2025-01-18T09:33:47.606+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.9Mi, Sys=13.4Mi, NumGC=4899","level":"stat"}
+{"@timestamp":"2025-01-18T09:34:47.605+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.9Mi, Sys=13.4Mi, NumGC=4900","level":"stat"}
+{"@timestamp":"2025-01-18T09:35:47.605+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.9Mi, Sys=13.4Mi, NumGC=4900","level":"stat"}
+{"@timestamp":"2025-01-18T09:36:47.604+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.9Mi, Sys=13.4Mi, NumGC=4901","level":"stat"}
+{"@timestamp":"2025-01-18T09:37:47.604+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.9Mi, Sys=13.4Mi, NumGC=4901","level":"stat"}
+{"@timestamp":"2025-01-18T09:38:47.602+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.9Mi, Sys=13.4Mi, NumGC=4902","level":"stat"}
+{"@timestamp":"2025-01-18T09:39:47.601+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.9Mi, Sys=13.4Mi, NumGC=4902","level":"stat"}
+{"@timestamp":"2025-01-18T09:40:47.600+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.9Mi, Sys=13.4Mi, NumGC=4903","level":"stat"}
+{"@timestamp":"2025-01-18T09:41:47.600+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.9Mi, Sys=13.4Mi, NumGC=4903","level":"stat"}
+{"@timestamp":"2025-01-18T09:42:47.598+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.9Mi, Sys=13.4Mi, NumGC=4904","level":"stat"}
+{"@timestamp":"2025-01-18T09:43:47.598+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.9Mi, Sys=13.4Mi, NumGC=4904","level":"stat"}
+{"@timestamp":"2025-01-18T09:44:47.596+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.9Mi, Sys=13.4Mi, NumGC=4905","level":"stat"}
+{"@timestamp":"2025-01-18T09:45:47.595+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=41.9Mi, Sys=13.4Mi, NumGC=4905","level":"stat"}
+{"@timestamp":"2025-01-18T09:46:47.594+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=41.9Mi, Sys=13.4Mi, NumGC=4906","level":"stat"}
+{"@timestamp":"2025-01-18T09:47:47.593+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.0Mi, Sys=13.4Mi, NumGC=4906","level":"stat"}
+{"@timestamp":"2025-01-18T09:48:47.594+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.0Mi, Sys=13.4Mi, NumGC=4907","level":"stat"}
+{"@timestamp":"2025-01-18T09:49:47.592+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.0Mi, Sys=13.4Mi, NumGC=4907","level":"stat"}
+{"@timestamp":"2025-01-18T09:50:47.591+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.0Mi, Sys=13.4Mi, NumGC=4908","level":"stat"}
+{"@timestamp":"2025-01-18T09:51:47.590+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.0Mi, Sys=13.4Mi, NumGC=4908","level":"stat"}
+{"@timestamp":"2025-01-18T09:52:47.589+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.0Mi, Sys=13.4Mi, NumGC=4909","level":"stat"}
+{"@timestamp":"2025-01-18T09:53:47.589+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.0Mi, Sys=13.4Mi, NumGC=4909","level":"stat"}
+{"@timestamp":"2025-01-18T09:54:47.589+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.0Mi, Sys=13.4Mi, NumGC=4910","level":"stat"}
+{"@timestamp":"2025-01-18T09:55:47.588+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.0Mi, Sys=13.4Mi, NumGC=4910","level":"stat"}
+{"@timestamp":"2025-01-18T09:56:47.586+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.0Mi, Sys=13.4Mi, NumGC=4911","level":"stat"}
+{"@timestamp":"2025-01-18T09:57:47.586+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.0Mi, Sys=13.4Mi, NumGC=4911","level":"stat"}
+{"@timestamp":"2025-01-18T09:58:47.584+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.0Mi, Sys=13.4Mi, NumGC=4912","level":"stat"}
+{"@timestamp":"2025-01-18T09:59:47.584+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.0Mi, Sys=13.4Mi, NumGC=4912","level":"stat"}
+{"@timestamp":"2025-01-18T10:00:47.583+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.0Mi, Sys=13.4Mi, NumGC=4913","level":"stat"}
+{"@timestamp":"2025-01-18T10:01:47.581+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.0Mi, Sys=13.4Mi, NumGC=4913","level":"stat"}
+{"@timestamp":"2025-01-18T10:02:47.581+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.0Mi, Sys=13.4Mi, NumGC=4914","level":"stat"}
+{"@timestamp":"2025-01-18T10:03:47.580+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.0Mi, Sys=13.4Mi, NumGC=4914","level":"stat"}
+{"@timestamp":"2025-01-18T10:04:47.579+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.0Mi, Sys=13.4Mi, NumGC=4915","level":"stat"}
+{"@timestamp":"2025-01-18T10:05:47.579+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.0Mi, Sys=13.4Mi, NumGC=4915","level":"stat"}
+{"@timestamp":"2025-01-18T10:06:47.578+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.0Mi, Sys=13.4Mi, NumGC=4916","level":"stat"}
+{"@timestamp":"2025-01-18T10:24:55.301+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.0Mi, Sys=13.4Mi, NumGC=4916","level":"stat"}
+{"@timestamp":"2025-01-18T10:25:55.301+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.0Mi, Sys=13.4Mi, NumGC=4917","level":"stat"}
+{"@timestamp":"2025-01-18T10:26:55.322+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.0Mi, Sys=13.4Mi, NumGC=4917","level":"stat"}
+{"@timestamp":"2025-01-18T10:27:55.321+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.0Mi, Sys=13.4Mi, NumGC=4918","level":"stat"}
+{"@timestamp":"2025-01-18T10:28:55.321+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.0Mi, Sys=13.4Mi, NumGC=4918","level":"stat"}
+{"@timestamp":"2025-01-18T10:29:55.322+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.0Mi, Sys=13.4Mi, NumGC=4919","level":"stat"}
+{"@timestamp":"2025-01-18T10:30:55.322+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.1Mi, Sys=13.4Mi, NumGC=4919","level":"stat"}
+{"@timestamp":"2025-01-18T10:31:55.322+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.1Mi, Sys=13.4Mi, NumGC=4920","level":"stat"}
+{"@timestamp":"2025-01-18T10:32:55.323+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.1Mi, Sys=13.4Mi, NumGC=4920","level":"stat"}
+{"@timestamp":"2025-01-18T10:33:55.323+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.1Mi, Sys=13.4Mi, NumGC=4921","level":"stat"}
+{"@timestamp":"2025-01-18T10:34:55.323+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.1Mi, Sys=13.4Mi, NumGC=4921","level":"stat"}
+{"@timestamp":"2025-01-18T10:35:55.325+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.1Mi, Sys=13.4Mi, NumGC=4922","level":"stat"}
+{"@timestamp":"2025-01-18T10:36:55.323+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.1Mi, Sys=13.4Mi, NumGC=4922","level":"stat"}
+{"@timestamp":"2025-01-18T10:37:55.324+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.1Mi, Sys=13.4Mi, NumGC=4923","level":"stat"}
+{"@timestamp":"2025-01-18T10:38:55.324+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.1Mi, Sys=13.4Mi, NumGC=4923","level":"stat"}
+{"@timestamp":"2025-01-18T10:39:55.325+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.1Mi, Sys=13.4Mi, NumGC=4924","level":"stat"}
+{"@timestamp":"2025-01-18T10:40:55.325+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.1Mi, Sys=13.4Mi, NumGC=4924","level":"stat"}
+{"@timestamp":"2025-01-18T10:41:55.326+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.1Mi, Sys=13.4Mi, NumGC=4925","level":"stat"}
+{"@timestamp":"2025-01-18T10:42:55.326+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.1Mi, Sys=13.4Mi, NumGC=4925","level":"stat"}
+{"@timestamp":"2025-01-18T10:43:55.326+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.1Mi, Sys=13.4Mi, NumGC=4926","level":"stat"}
+{"@timestamp":"2025-01-18T10:44:55.327+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.1Mi, Sys=13.4Mi, NumGC=4926","level":"stat"}
+{"@timestamp":"2025-01-18T10:45:55.326+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.1Mi, Sys=13.4Mi, NumGC=4927","level":"stat"}
+{"@timestamp":"2025-01-18T10:46:55.327+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.1Mi, Sys=13.4Mi, NumGC=4927","level":"stat"}
+{"@timestamp":"2025-01-18T10:47:55.327+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.1Mi, Sys=13.4Mi, NumGC=4928","level":"stat"}
+{"@timestamp":"2025-01-18T10:48:55.327+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.1Mi, Sys=13.4Mi, NumGC=4928","level":"stat"}
+{"@timestamp":"2025-01-18T10:49:55.327+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.1Mi, Sys=13.4Mi, NumGC=4929","level":"stat"}
+{"@timestamp":"2025-01-18T10:50:55.328+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.1Mi, Sys=13.4Mi, NumGC=4929","level":"stat"}
+{"@timestamp":"2025-01-18T10:51:55.328+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.1Mi, Sys=13.4Mi, NumGC=4930","level":"stat"}
+{"@timestamp":"2025-01-18T10:52:55.328+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.1Mi, Sys=13.4Mi, NumGC=4930","level":"stat"}
+{"@timestamp":"2025-01-18T10:53:55.329+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.1Mi, Sys=13.4Mi, NumGC=4931","level":"stat"}
+{"@timestamp":"2025-01-18T10:54:55.329+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.2Mi, Sys=13.4Mi, NumGC=4931","level":"stat"}
+{"@timestamp":"2025-01-18T10:55:55.331+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.2Mi, Sys=13.4Mi, NumGC=4932","level":"stat"}
+{"@timestamp":"2025-01-18T10:56:55.331+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.2Mi, Sys=13.4Mi, NumGC=4932","level":"stat"}
+{"@timestamp":"2025-01-18T10:57:55.332+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.2Mi, Sys=13.4Mi, NumGC=4933","level":"stat"}
+{"@timestamp":"2025-01-18T10:58:55.333+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.2Mi, Sys=13.4Mi, NumGC=4933","level":"stat"}
+{"@timestamp":"2025-01-18T10:59:55.332+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.2Mi, Sys=13.4Mi, NumGC=4934","level":"stat"}
+{"@timestamp":"2025-01-18T11:00:55.333+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.2Mi, Sys=13.4Mi, NumGC=4934","level":"stat"}
+{"@timestamp":"2025-01-18T11:17:08.060+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.2Mi, Sys=13.4Mi, NumGC=4935","level":"stat"}
+{"@timestamp":"2025-01-18T11:33:21.932+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.2Mi, Sys=13.4Mi, NumGC=4935","level":"stat"}
+{"@timestamp":"2025-01-18T11:34:21.933+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.2Mi, Sys=13.4Mi, NumGC=4936","level":"stat"}
+{"@timestamp":"2025-01-18T11:35:21.932+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.2Mi, Sys=13.4Mi, NumGC=4936","level":"stat"}
+{"@timestamp":"2025-01-18T11:36:21.932+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.2Mi, Sys=13.4Mi, NumGC=4937","level":"stat"}
+{"@timestamp":"2025-01-18T11:37:21.931+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.2Mi, Sys=13.4Mi, NumGC=4937","level":"stat"}
+{"@timestamp":"2025-01-18T11:53:26.103+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.2Mi, Sys=13.4Mi, NumGC=4938","level":"stat"}
+{"@timestamp":"2025-01-18T11:54:26.100+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.2Mi, Sys=13.4Mi, NumGC=4938","level":"stat"}
+{"@timestamp":"2025-01-18T11:55:26.099+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.2Mi, Sys=13.4Mi, NumGC=4939","level":"stat"}
+{"@timestamp":"2025-01-18T11:56:26.100+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.2Mi, Sys=13.4Mi, NumGC=4939","level":"stat"}
+{"@timestamp":"2025-01-18T11:57:26.099+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.2Mi, Sys=13.4Mi, NumGC=4940","level":"stat"}
+{"@timestamp":"2025-01-18T11:58:26.098+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.2Mi, Sys=13.4Mi, NumGC=4940","level":"stat"}
+{"@timestamp":"2025-01-18T11:59:26.096+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.2Mi, Sys=13.4Mi, NumGC=4941","level":"stat"}
+{"@timestamp":"2025-01-18T12:00:26.096+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.2Mi, Sys=13.4Mi, NumGC=4941","level":"stat"}
+{"@timestamp":"2025-01-18T12:01:26.096+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.2Mi, Sys=13.4Mi, NumGC=4942","level":"stat"}
+{"@timestamp":"2025-01-18T12:02:26.094+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.2Mi, Sys=13.4Mi, NumGC=4942","level":"stat"}
+{"@timestamp":"2025-01-18T12:03:26.093+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.2Mi, Sys=13.4Mi, NumGC=4943","level":"stat"}
+{"@timestamp":"2025-01-18T12:04:26.092+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.2Mi, Sys=13.4Mi, NumGC=4943","level":"stat"}
+{"@timestamp":"2025-01-18T12:05:26.091+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.3Mi, Sys=13.4Mi, NumGC=4944","level":"stat"}
+{"@timestamp":"2025-01-18T12:06:26.091+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.3Mi, Sys=13.4Mi, NumGC=4944","level":"stat"}
+{"@timestamp":"2025-01-18T12:07:26.089+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.3Mi, Sys=13.4Mi, NumGC=4945","level":"stat"}
+{"@timestamp":"2025-01-18T12:08:26.088+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.3Mi, Sys=13.4Mi, NumGC=4945","level":"stat"}
+{"@timestamp":"2025-01-18T12:09:26.087+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.3Mi, Sys=13.4Mi, NumGC=4946","level":"stat"}
+{"@timestamp":"2025-01-18T12:10:26.088+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.3Mi, Sys=13.4Mi, NumGC=4946","level":"stat"}
+{"@timestamp":"2025-01-18T12:11:26.086+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.3Mi, Sys=13.4Mi, NumGC=4947","level":"stat"}
+{"@timestamp":"2025-01-18T12:12:26.084+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.3Mi, Sys=13.4Mi, NumGC=4947","level":"stat"}
+{"@timestamp":"2025-01-18T12:13:26.084+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.3Mi, Sys=13.4Mi, NumGC=4948","level":"stat"}
+{"@timestamp":"2025-01-18T12:14:26.084+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.3Mi, Sys=13.4Mi, NumGC=4948","level":"stat"}
+{"@timestamp":"2025-01-18T12:15:26.082+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.3Mi, Sys=13.4Mi, NumGC=4949","level":"stat"}
+{"@timestamp":"2025-01-18T12:16:26.081+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.3Mi, Sys=13.4Mi, NumGC=4949","level":"stat"}
+{"@timestamp":"2025-01-18T12:17:26.080+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.3Mi, Sys=13.4Mi, NumGC=4950","level":"stat"}
+{"@timestamp":"2025-01-18T12:18:26.081+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.3Mi, Sys=13.4Mi, NumGC=4950","level":"stat"}
+{"@timestamp":"2025-01-18T12:19:26.080+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.3Mi, Sys=13.4Mi, NumGC=4951","level":"stat"}
+{"@timestamp":"2025-01-18T12:20:26.078+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.3Mi, Sys=13.4Mi, NumGC=4951","level":"stat"}
+{"@timestamp":"2025-01-18T12:21:26.078+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.3Mi, Sys=13.4Mi, NumGC=4952","level":"stat"}
+{"@timestamp":"2025-01-18T12:22:26.077+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.3Mi, Sys=13.4Mi, NumGC=4952","level":"stat"}
+{"@timestamp":"2025-01-18T12:23:26.075+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.3Mi, Sys=13.4Mi, NumGC=4953","level":"stat"}
+{"@timestamp":"2025-01-18T12:24:26.074+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.3Mi, Sys=13.4Mi, NumGC=4953","level":"stat"}
+{"@timestamp":"2025-01-18T12:25:26.073+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.3Mi, Sys=13.4Mi, NumGC=4954","level":"stat"}
+{"@timestamp":"2025-01-18T12:26:26.073+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.3Mi, Sys=13.4Mi, NumGC=4954","level":"stat"}
+{"@timestamp":"2025-01-18T12:27:26.071+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.3Mi, Sys=13.4Mi, NumGC=4955","level":"stat"}
+{"@timestamp":"2025-01-18T12:28:26.072+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.3Mi, Sys=13.4Mi, NumGC=4955","level":"stat"}
+{"@timestamp":"2025-01-18T12:29:26.071+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.3Mi, Sys=13.4Mi, NumGC=4956","level":"stat"}
+{"@timestamp":"2025-01-18T12:30:26.069+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.3Mi, Sys=13.4Mi, NumGC=4956","level":"stat"}
+{"@timestamp":"2025-01-18T12:31:26.069+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.4Mi, Sys=13.4Mi, NumGC=4957","level":"stat"}
+{"@timestamp":"2025-01-18T12:32:26.067+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.4Mi, Sys=13.4Mi, NumGC=4957","level":"stat"}
+{"@timestamp":"2025-01-18T12:33:26.066+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.4Mi, Sys=13.4Mi, NumGC=4958","level":"stat"}
+{"@timestamp":"2025-01-18T12:34:26.065+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.4Mi, Sys=13.4Mi, NumGC=4958","level":"stat"}
+{"@timestamp":"2025-01-18T12:35:26.065+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.4Mi, Sys=13.4Mi, NumGC=4959","level":"stat"}
+{"@timestamp":"2025-01-18T12:36:26.064+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.4Mi, Sys=13.4Mi, NumGC=4959","level":"stat"}
+{"@timestamp":"2025-01-18T12:37:26.064+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.4Mi, Sys=13.4Mi, NumGC=4960","level":"stat"}
+{"@timestamp":"2025-01-18T12:38:26.062+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.4Mi, Sys=13.4Mi, NumGC=4960","level":"stat"}
+{"@timestamp":"2025-01-18T12:39:26.061+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.4Mi, Sys=13.4Mi, NumGC=4961","level":"stat"}
+{"@timestamp":"2025-01-18T12:40:26.061+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.4Mi, Sys=13.4Mi, NumGC=4961","level":"stat"}
+{"@timestamp":"2025-01-18T12:41:26.061+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.4Mi, Sys=13.4Mi, NumGC=4962","level":"stat"}
+{"@timestamp":"2025-01-18T12:42:26.058+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.4Mi, Sys=13.4Mi, NumGC=4962","level":"stat"}
+{"@timestamp":"2025-01-18T12:43:26.058+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.4Mi, Sys=13.4Mi, NumGC=4963","level":"stat"}
+{"@timestamp":"2025-01-18T12:44:26.057+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.4Mi, Sys=13.4Mi, NumGC=4963","level":"stat"}
+{"@timestamp":"2025-01-18T12:45:26.057+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.4Mi, Sys=13.4Mi, NumGC=4964","level":"stat"}
+{"@timestamp":"2025-01-18T12:46:26.056+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.4Mi, Sys=13.4Mi, NumGC=4964","level":"stat"}
+{"@timestamp":"2025-01-18T12:47:26.054+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.4Mi, Sys=13.4Mi, NumGC=4965","level":"stat"}
+{"@timestamp":"2025-01-18T12:48:26.054+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.4Mi, Sys=13.4Mi, NumGC=4965","level":"stat"}
+{"@timestamp":"2025-01-18T12:49:26.052+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.4Mi, Sys=13.4Mi, NumGC=4966","level":"stat"}
+{"@timestamp":"2025-01-18T12:50:26.051+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.4Mi, Sys=13.4Mi, NumGC=4966","level":"stat"}
+{"@timestamp":"2025-01-18T12:51:26.052+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.4Mi, Sys=13.4Mi, NumGC=4967","level":"stat"}
+{"@timestamp":"2025-01-18T12:52:26.051+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.4Mi, Sys=13.4Mi, NumGC=4967","level":"stat"}
+{"@timestamp":"2025-01-18T12:53:26.050+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.4Mi, Sys=13.4Mi, NumGC=4968","level":"stat"}
+{"@timestamp":"2025-01-18T12:54:26.049+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.4Mi, Sys=13.4Mi, NumGC=4968","level":"stat"}
+{"@timestamp":"2025-01-18T12:55:26.048+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.4Mi, Sys=13.4Mi, NumGC=4969","level":"stat"}
+{"@timestamp":"2025-01-18T12:56:26.047+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.5Mi, Sys=13.4Mi, NumGC=4969","level":"stat"}
+{"@timestamp":"2025-01-18T13:12:33.202+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.5Mi, Sys=13.4Mi, NumGC=4970","level":"stat"}
+{"@timestamp":"2025-01-18T13:13:33.193+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.5Mi, Sys=13.4Mi, NumGC=4970","level":"stat"}
+{"@timestamp":"2025-01-18T13:14:33.191+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.5Mi, Sys=13.4Mi, NumGC=4971","level":"stat"}
+{"@timestamp":"2025-01-18T13:15:33.190+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.5Mi, Sys=13.4Mi, NumGC=4971","level":"stat"}
+{"@timestamp":"2025-01-18T13:16:33.189+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.5Mi, Sys=13.4Mi, NumGC=4972","level":"stat"}
+{"@timestamp":"2025-01-18T13:17:33.188+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.5Mi, Sys=13.4Mi, NumGC=4972","level":"stat"}
+{"@timestamp":"2025-01-18T13:18:33.188+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.5Mi, Sys=13.4Mi, NumGC=4973","level":"stat"}
+{"@timestamp":"2025-01-18T13:19:33.185+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.5Mi, Sys=13.4Mi, NumGC=4973","level":"stat"}
+{"@timestamp":"2025-01-18T13:20:33.184+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.5Mi, Sys=13.4Mi, NumGC=4974","level":"stat"}
+{"@timestamp":"2025-01-18T13:21:33.185+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.5Mi, Sys=13.4Mi, NumGC=4974","level":"stat"}
+{"@timestamp":"2025-01-18T13:22:33.182+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.5Mi, Sys=13.4Mi, NumGC=4975","level":"stat"}
+{"@timestamp":"2025-01-18T13:23:33.181+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.5Mi, Sys=13.4Mi, NumGC=4975","level":"stat"}
+{"@timestamp":"2025-01-18T13:24:33.181+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.5Mi, Sys=13.4Mi, NumGC=4976","level":"stat"}
+{"@timestamp":"2025-01-18T13:25:33.179+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.5Mi, Sys=13.4Mi, NumGC=4976","level":"stat"}
+{"@timestamp":"2025-01-18T13:26:33.179+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.5Mi, Sys=13.4Mi, NumGC=4977","level":"stat"}
+{"@timestamp":"2025-01-18T13:27:33.176+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.5Mi, Sys=13.4Mi, NumGC=4977","level":"stat"}
+{"@timestamp":"2025-01-18T13:28:33.175+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.5Mi, Sys=13.4Mi, NumGC=4978","level":"stat"}
+{"@timestamp":"2025-01-18T13:29:33.175+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.5Mi, Sys=13.4Mi, NumGC=4978","level":"stat"}
+{"@timestamp":"2025-01-18T13:30:33.174+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.5Mi, Sys=13.4Mi, NumGC=4979","level":"stat"}
+{"@timestamp":"2025-01-18T13:31:33.172+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.5Mi, Sys=13.4Mi, NumGC=4979","level":"stat"}
+{"@timestamp":"2025-01-18T13:32:33.171+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.5Mi, Sys=13.4Mi, NumGC=4980","level":"stat"}
+{"@timestamp":"2025-01-18T13:33:33.170+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.5Mi, Sys=13.4Mi, NumGC=4980","level":"stat"}
+{"@timestamp":"2025-01-18T13:34:33.169+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.5Mi, Sys=13.4Mi, NumGC=4981","level":"stat"}
+{"@timestamp":"2025-01-18T13:35:33.167+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.5Mi, Sys=13.4Mi, NumGC=4981","level":"stat"}
+{"@timestamp":"2025-01-18T13:36:33.167+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.5Mi, Sys=13.4Mi, NumGC=4982","level":"stat"}
+{"@timestamp":"2025-01-18T13:37:33.166+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.6Mi, Sys=13.4Mi, NumGC=4982","level":"stat"}
+{"@timestamp":"2025-01-18T13:38:33.164+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.6Mi, Sys=13.4Mi, NumGC=4983","level":"stat"}
+{"@timestamp":"2025-01-18T13:39:33.164+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.6Mi, Sys=13.4Mi, NumGC=4983","level":"stat"}
+{"@timestamp":"2025-01-18T13:40:33.163+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.6Mi, Sys=13.4Mi, NumGC=4984","level":"stat"}
+{"@timestamp":"2025-01-18T13:41:33.160+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.6Mi, Sys=13.4Mi, NumGC=4984","level":"stat"}
+{"@timestamp":"2025-01-18T13:42:33.160+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.6Mi, Sys=13.4Mi, NumGC=4985","level":"stat"}
+{"@timestamp":"2025-01-18T13:43:33.216+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.6Mi, Sys=13.4Mi, NumGC=4985","level":"stat"}
+{"@timestamp":"2025-01-18T13:44:33.217+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.6Mi, Sys=13.4Mi, NumGC=4986","level":"stat"}
+{"@timestamp":"2025-01-18T13:45:33.216+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.6Mi, Sys=13.4Mi, NumGC=4986","level":"stat"}
+{"@timestamp":"2025-01-18T13:46:33.216+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.6Mi, Sys=13.4Mi, NumGC=4987","level":"stat"}
+{"@timestamp":"2025-01-18T13:47:33.214+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.6Mi, Sys=13.4Mi, NumGC=4987","level":"stat"}
+{"@timestamp":"2025-01-18T13:48:33.214+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.6Mi, Sys=13.4Mi, NumGC=4988","level":"stat"}
+{"@timestamp":"2025-01-18T13:49:33.214+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.6Mi, Sys=13.4Mi, NumGC=4988","level":"stat"}
+{"@timestamp":"2025-01-18T13:50:33.212+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.6Mi, Sys=13.4Mi, NumGC=4989","level":"stat"}
+{"@timestamp":"2025-01-18T13:51:33.212+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.6Mi, Sys=13.4Mi, NumGC=4989","level":"stat"}
+{"@timestamp":"2025-01-18T13:52:33.211+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.6Mi, Sys=13.4Mi, NumGC=4990","level":"stat"}
+{"@timestamp":"2025-01-18T13:53:33.212+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.6Mi, Sys=13.4Mi, NumGC=4990","level":"stat"}
+{"@timestamp":"2025-01-18T13:54:33.210+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.6Mi, Sys=13.4Mi, NumGC=4991","level":"stat"}
+{"@timestamp":"2025-01-18T13:55:33.210+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.6Mi, Sys=13.4Mi, NumGC=4991","level":"stat"}
+{"@timestamp":"2025-01-18T13:56:33.210+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.6Mi, Sys=13.4Mi, NumGC=4992","level":"stat"}
+{"@timestamp":"2025-01-18T13:57:33.209+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.6Mi, Sys=13.4Mi, NumGC=4992","level":"stat"}
+{"@timestamp":"2025-01-18T13:58:33.225+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.6Mi, Sys=13.4Mi, NumGC=4993","level":"stat"}
+{"@timestamp":"2025-01-18T13:59:33.257+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.6Mi, Sys=13.4Mi, NumGC=4993","level":"stat"}
+{"@timestamp":"2025-01-18T14:00:33.256+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.6Mi, Sys=13.4Mi, NumGC=4994","level":"stat"}
+{"@timestamp":"2025-01-18T14:01:33.257+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.7Mi, Sys=13.4Mi, NumGC=4994","level":"stat"}
+{"@timestamp":"2025-01-18T14:02:33.257+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.7Mi, Sys=13.4Mi, NumGC=4995","level":"stat"}
+{"@timestamp":"2025-01-18T14:03:33.256+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.7Mi, Sys=13.4Mi, NumGC=4995","level":"stat"}
+{"@timestamp":"2025-01-18T14:04:33.257+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.7Mi, Sys=13.4Mi, NumGC=4996","level":"stat"}
+{"@timestamp":"2025-01-18T14:05:33.256+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.7Mi, Sys=13.4Mi, NumGC=4996","level":"stat"}
+{"@timestamp":"2025-01-18T14:06:33.257+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.7Mi, Sys=13.4Mi, NumGC=4997","level":"stat"}
+{"@timestamp":"2025-01-18T14:07:33.256+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.7Mi, Sys=13.4Mi, NumGC=4997","level":"stat"}
+{"@timestamp":"2025-01-18T14:08:33.257+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.7Mi, Sys=13.4Mi, NumGC=4998","level":"stat"}
+{"@timestamp":"2025-01-18T14:09:33.257+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.7Mi, Sys=13.4Mi, NumGC=4998","level":"stat"}
+{"@timestamp":"2025-01-18T14:10:33.257+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.7Mi, Sys=13.4Mi, NumGC=4999","level":"stat"}
+{"@timestamp":"2025-01-18T14:11:33.256+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.7Mi, Sys=13.4Mi, NumGC=4999","level":"stat"}
+{"@timestamp":"2025-01-18T14:12:33.256+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.7Mi, Sys=13.4Mi, NumGC=5000","level":"stat"}
+{"@timestamp":"2025-01-18T14:13:33.256+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.7Mi, Sys=13.4Mi, NumGC=5000","level":"stat"}
+{"@timestamp":"2025-01-18T14:14:33.231+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.7Mi, Sys=13.4Mi, NumGC=5001","level":"stat"}
+{"@timestamp":"2025-01-18T14:30:59.730+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.7Mi, Sys=13.4Mi, NumGC=5001","level":"stat"}
+{"@timestamp":"2025-01-18T14:31:59.730+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.7Mi, Sys=13.4Mi, NumGC=5002","level":"stat"}
+{"@timestamp":"2025-01-18T14:32:59.728+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.7Mi, Sys=13.4Mi, NumGC=5002","level":"stat"}
+{"@timestamp":"2025-01-18T14:33:59.729+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.7Mi, Sys=13.4Mi, NumGC=5003","level":"stat"}
+{"@timestamp":"2025-01-18T14:34:59.728+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.7Mi, Sys=13.4Mi, NumGC=5003","level":"stat"}
+{"@timestamp":"2025-01-18T14:35:59.728+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.7Mi, Sys=13.4Mi, NumGC=5004","level":"stat"}
+{"@timestamp":"2025-01-18T14:36:59.728+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.7Mi, Sys=13.4Mi, NumGC=5004","level":"stat"}
+{"@timestamp":"2025-01-18T14:37:59.727+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.7Mi, Sys=13.4Mi, NumGC=5005","level":"stat"}
+{"@timestamp":"2025-01-18T14:38:59.727+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.7Mi, Sys=13.4Mi, NumGC=5005","level":"stat"}
+{"@timestamp":"2025-01-18T14:39:59.726+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.7Mi, Sys=13.4Mi, NumGC=5006","level":"stat"}
+{"@timestamp":"2025-01-18T14:40:59.726+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.7Mi, Sys=13.4Mi, NumGC=5006","level":"stat"}
+{"@timestamp":"2025-01-18T14:41:59.727+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.7Mi, Sys=13.4Mi, NumGC=5007","level":"stat"}
+{"@timestamp":"2025-01-18T14:42:59.725+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.8Mi, Sys=13.4Mi, NumGC=5007","level":"stat"}
+{"@timestamp":"2025-01-18T14:43:59.725+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.8Mi, Sys=13.4Mi, NumGC=5008","level":"stat"}
+{"@timestamp":"2025-01-18T14:44:59.726+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.8Mi, Sys=13.4Mi, NumGC=5008","level":"stat"}
+{"@timestamp":"2025-01-18T14:45:59.725+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.8Mi, Sys=13.4Mi, NumGC=5009","level":"stat"}
+{"@timestamp":"2025-01-18T14:46:59.724+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.8Mi, Sys=13.4Mi, NumGC=5009","level":"stat"}
+{"@timestamp":"2025-01-18T14:47:59.724+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.8Mi, Sys=13.4Mi, NumGC=5010","level":"stat"}
+{"@timestamp":"2025-01-18T14:48:59.724+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.8Mi, Sys=13.4Mi, NumGC=5010","level":"stat"}
+{"@timestamp":"2025-01-18T14:49:59.724+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.8Mi, Sys=13.4Mi, NumGC=5011","level":"stat"}
+{"@timestamp":"2025-01-18T14:50:59.724+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.8Mi, Sys=13.4Mi, NumGC=5011","level":"stat"}
+{"@timestamp":"2025-01-18T14:51:59.724+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.8Mi, Sys=13.4Mi, NumGC=5012","level":"stat"}
+{"@timestamp":"2025-01-18T14:52:59.722+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.8Mi, Sys=13.4Mi, NumGC=5012","level":"stat"}
+{"@timestamp":"2025-01-18T14:53:59.723+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.8Mi, Sys=13.4Mi, NumGC=5013","level":"stat"}
+{"@timestamp":"2025-01-18T14:54:59.721+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.8Mi, Sys=13.4Mi, NumGC=5013","level":"stat"}
+{"@timestamp":"2025-01-18T14:55:59.723+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.8Mi, Sys=13.4Mi, NumGC=5014","level":"stat"}
+{"@timestamp":"2025-01-18T14:56:59.721+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.8Mi, Sys=13.4Mi, NumGC=5014","level":"stat"}
+{"@timestamp":"2025-01-18T14:57:59.722+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.8Mi, Sys=13.4Mi, NumGC=5015","level":"stat"}
+{"@timestamp":"2025-01-18T14:58:59.721+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.8Mi, Sys=13.4Mi, NumGC=5015","level":"stat"}
+{"@timestamp":"2025-01-18T14:59:59.721+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.8Mi, Sys=13.4Mi, NumGC=5016","level":"stat"}
+{"@timestamp":"2025-01-18T15:00:59.721+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.8Mi, Sys=13.4Mi, NumGC=5016","level":"stat"}
+{"@timestamp":"2025-01-18T15:01:59.720+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.8Mi, Sys=13.4Mi, NumGC=5017","level":"stat"}
+{"@timestamp":"2025-01-18T15:02:59.721+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.8Mi, Sys=13.4Mi, NumGC=5017","level":"stat"}
+{"@timestamp":"2025-01-18T15:03:59.719+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.8Mi, Sys=13.4Mi, NumGC=5018","level":"stat"}
+{"@timestamp":"2025-01-18T15:04:59.720+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.8Mi, Sys=13.4Mi, NumGC=5018","level":"stat"}
+{"@timestamp":"2025-01-18T15:05:59.718+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.8Mi, Sys=13.4Mi, NumGC=5019","level":"stat"}
+{"@timestamp":"2025-01-18T15:06:59.719+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.8Mi, Sys=13.4Mi, NumGC=5019","level":"stat"}
+{"@timestamp":"2025-01-18T15:07:59.719+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.9Mi, Sys=13.4Mi, NumGC=5020","level":"stat"}
+{"@timestamp":"2025-01-18T15:08:59.718+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.9Mi, Sys=13.4Mi, NumGC=5020","level":"stat"}
+{"@timestamp":"2025-01-18T15:09:59.717+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.9Mi, Sys=13.4Mi, NumGC=5021","level":"stat"}
+{"@timestamp":"2025-01-18T15:10:59.717+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.9Mi, Sys=13.4Mi, NumGC=5021","level":"stat"}
+{"@timestamp":"2025-01-18T15:11:59.717+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.9Mi, Sys=13.4Mi, NumGC=5022","level":"stat"}
+{"@timestamp":"2025-01-18T15:12:59.718+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.9Mi, Sys=13.4Mi, NumGC=5022","level":"stat"}
+{"@timestamp":"2025-01-18T15:13:59.716+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.9Mi, Sys=13.4Mi, NumGC=5023","level":"stat"}
+{"@timestamp":"2025-01-18T15:14:59.717+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.9Mi, Sys=13.4Mi, NumGC=5023","level":"stat"}
+{"@timestamp":"2025-01-18T15:15:59.715+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.9Mi, Sys=13.4Mi, NumGC=5024","level":"stat"}
+{"@timestamp":"2025-01-18T15:16:59.715+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.9Mi, Sys=13.4Mi, NumGC=5024","level":"stat"}
+{"@timestamp":"2025-01-18T15:17:59.715+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.9Mi, Sys=13.4Mi, NumGC=5025","level":"stat"}
+{"@timestamp":"2025-01-18T15:18:59.715+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.9Mi, Sys=13.4Mi, NumGC=5025","level":"stat"}
+{"@timestamp":"2025-01-18T15:19:59.715+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.9Mi, Sys=13.4Mi, NumGC=5026","level":"stat"}
+{"@timestamp":"2025-01-18T15:20:59.715+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.9Mi, Sys=13.4Mi, NumGC=5026","level":"stat"}
+{"@timestamp":"2025-01-18T15:21:59.714+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=42.9Mi, Sys=13.4Mi, NumGC=5027","level":"stat"}
+{"@timestamp":"2025-01-18T15:26:23.264+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=42.9Mi, Sys=13.4Mi, NumGC=5027","level":"stat"}

+ 1041 - 0
app/mq/rabbitmq/logs/stat.log-2025-01-11

@@ -0,0 +1,1041 @@
+{"@timestamp":"2025-01-11T00:00:10.333+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=10.8Mi, Sys=13.4Mi, NumGC=1037","level":"stat"}
+{"@timestamp":"2025-01-11T00:01:10.332+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=10.8Mi, Sys=13.4Mi, NumGC=1037","level":"stat"}
+{"@timestamp":"2025-01-11T00:02:10.331+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=10.8Mi, Sys=13.4Mi, NumGC=1038","level":"stat"}
+{"@timestamp":"2025-01-11T00:03:10.330+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=10.8Mi, Sys=13.4Mi, NumGC=1038","level":"stat"}
+{"@timestamp":"2025-01-11T00:04:10.330+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=10.8Mi, Sys=13.4Mi, NumGC=1039","level":"stat"}
+{"@timestamp":"2025-01-11T00:05:10.329+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=10.8Mi, Sys=13.4Mi, NumGC=1039","level":"stat"}
+{"@timestamp":"2025-01-11T00:06:10.329+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=10.8Mi, Sys=13.4Mi, NumGC=1040","level":"stat"}
+{"@timestamp":"2025-01-11T00:07:10.328+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=10.9Mi, Sys=13.4Mi, NumGC=1040","level":"stat"}
+{"@timestamp":"2025-01-11T00:08:10.327+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=10.9Mi, Sys=13.4Mi, NumGC=1041","level":"stat"}
+{"@timestamp":"2025-01-11T00:09:10.327+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=10.9Mi, Sys=13.4Mi, NumGC=1041","level":"stat"}
+{"@timestamp":"2025-01-11T00:10:10.326+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=10.9Mi, Sys=13.4Mi, NumGC=1042","level":"stat"}
+{"@timestamp":"2025-01-11T00:11:10.325+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=10.9Mi, Sys=13.4Mi, NumGC=1042","level":"stat"}
+{"@timestamp":"2025-01-11T00:12:10.324+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=10.9Mi, Sys=13.4Mi, NumGC=1043","level":"stat"}
+{"@timestamp":"2025-01-11T00:13:10.324+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=10.9Mi, Sys=13.4Mi, NumGC=1043","level":"stat"}
+{"@timestamp":"2025-01-11T00:14:10.324+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=10.9Mi, Sys=13.4Mi, NumGC=1044","level":"stat"}
+{"@timestamp":"2025-01-11T00:15:10.323+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=10.9Mi, Sys=13.4Mi, NumGC=1044","level":"stat"}
+{"@timestamp":"2025-01-11T00:16:10.323+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=10.9Mi, Sys=13.4Mi, NumGC=1045","level":"stat"}
+{"@timestamp":"2025-01-11T00:17:10.322+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=10.9Mi, Sys=13.4Mi, NumGC=1045","level":"stat"}
+{"@timestamp":"2025-01-11T00:18:10.321+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=10.9Mi, Sys=13.4Mi, NumGC=1046","level":"stat"}
+{"@timestamp":"2025-01-11T00:19:10.321+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=10.9Mi, Sys=13.4Mi, NumGC=1046","level":"stat"}
+{"@timestamp":"2025-01-11T00:20:10.320+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=10.9Mi, Sys=13.4Mi, NumGC=1047","level":"stat"}
+{"@timestamp":"2025-01-11T00:21:10.319+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=10.9Mi, Sys=13.4Mi, NumGC=1047","level":"stat"}
+{"@timestamp":"2025-01-11T00:22:10.319+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=10.9Mi, Sys=13.4Mi, NumGC=1048","level":"stat"}
+{"@timestamp":"2025-01-11T00:23:10.318+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=10.9Mi, Sys=13.4Mi, NumGC=1048","level":"stat"}
+{"@timestamp":"2025-01-11T00:24:10.317+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=10.9Mi, Sys=13.4Mi, NumGC=1049","level":"stat"}
+{"@timestamp":"2025-01-11T00:25:10.316+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=10.9Mi, Sys=13.4Mi, NumGC=1049","level":"stat"}
+{"@timestamp":"2025-01-11T00:26:10.316+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=10.9Mi, Sys=13.4Mi, NumGC=1050","level":"stat"}
+{"@timestamp":"2025-01-11T00:27:10.315+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=10.9Mi, Sys=13.4Mi, NumGC=1050","level":"stat"}
+{"@timestamp":"2025-01-11T00:28:10.315+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=10.9Mi, Sys=13.4Mi, NumGC=1051","level":"stat"}
+{"@timestamp":"2025-01-11T00:29:10.338+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=10.9Mi, Sys=13.4Mi, NumGC=1051","level":"stat"}
+{"@timestamp":"2025-01-11T00:30:10.341+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=10.9Mi, Sys=13.4Mi, NumGC=1052","level":"stat"}
+{"@timestamp":"2025-01-11T00:31:10.340+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.0Mi, Sys=13.4Mi, NumGC=1052","level":"stat"}
+{"@timestamp":"2025-01-11T00:32:10.340+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.0Mi, Sys=13.4Mi, NumGC=1053","level":"stat"}
+{"@timestamp":"2025-01-11T00:33:10.339+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.0Mi, Sys=13.4Mi, NumGC=1053","level":"stat"}
+{"@timestamp":"2025-01-11T00:34:10.339+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.0Mi, Sys=13.4Mi, NumGC=1054","level":"stat"}
+{"@timestamp":"2025-01-11T00:35:10.339+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.0Mi, Sys=13.4Mi, NumGC=1054","level":"stat"}
+{"@timestamp":"2025-01-11T00:36:10.338+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.0Mi, Sys=13.4Mi, NumGC=1055","level":"stat"}
+{"@timestamp":"2025-01-11T00:37:10.338+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=11.0Mi, Sys=13.4Mi, NumGC=1055","level":"stat"}
+{"@timestamp":"2025-01-11T00:38:10.338+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.0Mi, Sys=13.4Mi, NumGC=1056","level":"stat"}
+{"@timestamp":"2025-01-11T00:39:10.337+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=11.0Mi, Sys=13.4Mi, NumGC=1056","level":"stat"}
+{"@timestamp":"2025-01-11T00:40:10.336+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.0Mi, Sys=13.4Mi, NumGC=1057","level":"stat"}
+{"@timestamp":"2025-01-11T00:41:10.336+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.0Mi, Sys=13.4Mi, NumGC=1057","level":"stat"}
+{"@timestamp":"2025-01-11T00:42:10.337+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.0Mi, Sys=13.4Mi, NumGC=1058","level":"stat"}
+{"@timestamp":"2025-01-11T00:43:10.336+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.0Mi, Sys=13.4Mi, NumGC=1058","level":"stat"}
+{"@timestamp":"2025-01-11T00:44:10.336+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.0Mi, Sys=13.4Mi, NumGC=1059","level":"stat"}
+{"@timestamp":"2025-01-11T00:45:10.285+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.0Mi, Sys=13.4Mi, NumGC=1059","level":"stat"}
+{"@timestamp":"2025-01-11T00:46:10.284+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.0Mi, Sys=13.4Mi, NumGC=1060","level":"stat"}
+{"@timestamp":"2025-01-11T00:47:10.283+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=11.0Mi, Sys=13.4Mi, NumGC=1060","level":"stat"}
+{"@timestamp":"2025-01-11T00:48:10.282+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.0Mi, Sys=13.4Mi, NumGC=1061","level":"stat"}
+{"@timestamp":"2025-01-11T00:49:10.281+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=11.0Mi, Sys=13.4Mi, NumGC=1061","level":"stat"}
+{"@timestamp":"2025-01-11T00:50:10.279+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.0Mi, Sys=13.4Mi, NumGC=1062","level":"stat"}
+{"@timestamp":"2025-01-11T00:51:10.279+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.0Mi, Sys=13.4Mi, NumGC=1062","level":"stat"}
+{"@timestamp":"2025-01-11T00:52:10.279+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.0Mi, Sys=13.4Mi, NumGC=1063","level":"stat"}
+{"@timestamp":"2025-01-11T00:53:10.277+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.0Mi, Sys=13.4Mi, NumGC=1063","level":"stat"}
+{"@timestamp":"2025-01-11T00:54:10.276+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.0Mi, Sys=13.4Mi, NumGC=1064","level":"stat"}
+{"@timestamp":"2025-01-11T00:55:10.276+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.0Mi, Sys=13.4Mi, NumGC=1064","level":"stat"}
+{"@timestamp":"2025-01-11T00:56:10.274+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.0Mi, Sys=13.4Mi, NumGC=1065","level":"stat"}
+{"@timestamp":"2025-01-11T00:57:10.274+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.1Mi, Sys=13.4Mi, NumGC=1065","level":"stat"}
+{"@timestamp":"2025-01-11T00:58:10.274+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.1Mi, Sys=13.4Mi, NumGC=1066","level":"stat"}
+{"@timestamp":"2025-01-11T00:59:10.272+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=11.1Mi, Sys=13.4Mi, NumGC=1066","level":"stat"}
+{"@timestamp":"2025-01-11T01:00:10.260+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.1Mi, Sys=13.4Mi, NumGC=1067","level":"stat"}
+{"@timestamp":"2025-01-11T01:01:10.258+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.1Mi, Sys=13.4Mi, NumGC=1067","level":"stat"}
+{"@timestamp":"2025-01-11T01:02:10.257+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.1Mi, Sys=13.4Mi, NumGC=1068","level":"stat"}
+{"@timestamp":"2025-01-11T01:03:10.256+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.1Mi, Sys=13.4Mi, NumGC=1068","level":"stat"}
+{"@timestamp":"2025-01-11T01:04:10.255+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.1Mi, Sys=13.4Mi, NumGC=1069","level":"stat"}
+{"@timestamp":"2025-01-11T01:05:10.254+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.1Mi, Sys=13.4Mi, NumGC=1069","level":"stat"}
+{"@timestamp":"2025-01-11T01:06:10.253+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.1Mi, Sys=13.4Mi, NumGC=1070","level":"stat"}
+{"@timestamp":"2025-01-11T01:07:10.252+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=11.1Mi, Sys=13.4Mi, NumGC=1070","level":"stat"}
+{"@timestamp":"2025-01-11T01:08:10.251+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.1Mi, Sys=13.4Mi, NumGC=1071","level":"stat"}
+{"@timestamp":"2025-01-11T01:09:10.250+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.1Mi, Sys=13.4Mi, NumGC=1071","level":"stat"}
+{"@timestamp":"2025-01-11T01:10:10.249+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.1Mi, Sys=13.4Mi, NumGC=1072","level":"stat"}
+{"@timestamp":"2025-01-11T01:11:10.248+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.1Mi, Sys=13.4Mi, NumGC=1072","level":"stat"}
+{"@timestamp":"2025-01-11T01:12:10.247+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.1Mi, Sys=13.4Mi, NumGC=1073","level":"stat"}
+{"@timestamp":"2025-01-11T01:13:10.245+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.1Mi, Sys=13.4Mi, NumGC=1073","level":"stat"}
+{"@timestamp":"2025-01-11T01:14:10.245+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.1Mi, Sys=13.4Mi, NumGC=1074","level":"stat"}
+{"@timestamp":"2025-01-11T01:15:10.244+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.1Mi, Sys=13.4Mi, NumGC=1074","level":"stat"}
+{"@timestamp":"2025-01-11T01:16:10.243+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.1Mi, Sys=13.4Mi, NumGC=1075","level":"stat"}
+{"@timestamp":"2025-01-11T01:17:10.241+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.1Mi, Sys=13.4Mi, NumGC=1075","level":"stat"}
+{"@timestamp":"2025-01-11T01:18:10.283+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.1Mi, Sys=13.4Mi, NumGC=1076","level":"stat"}
+{"@timestamp":"2025-01-11T01:19:10.287+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.1Mi, Sys=13.4Mi, NumGC=1076","level":"stat"}
+{"@timestamp":"2025-01-11T01:20:10.286+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.1Mi, Sys=13.4Mi, NumGC=1077","level":"stat"}
+{"@timestamp":"2025-01-11T01:21:10.286+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.2Mi, Sys=13.4Mi, NumGC=1077","level":"stat"}
+{"@timestamp":"2025-01-11T01:22:10.285+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.2Mi, Sys=13.4Mi, NumGC=1078","level":"stat"}
+{"@timestamp":"2025-01-11T01:23:10.285+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.2Mi, Sys=13.4Mi, NumGC=1078","level":"stat"}
+{"@timestamp":"2025-01-11T01:24:10.285+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.2Mi, Sys=13.4Mi, NumGC=1079","level":"stat"}
+{"@timestamp":"2025-01-11T01:25:10.284+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.2Mi, Sys=13.4Mi, NumGC=1079","level":"stat"}
+{"@timestamp":"2025-01-11T01:26:10.283+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.2Mi, Sys=13.4Mi, NumGC=1080","level":"stat"}
+{"@timestamp":"2025-01-11T01:27:10.282+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=11.2Mi, Sys=13.4Mi, NumGC=1080","level":"stat"}
+{"@timestamp":"2025-01-11T01:28:10.283+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.2Mi, Sys=13.4Mi, NumGC=1081","level":"stat"}
+{"@timestamp":"2025-01-11T01:29:10.282+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.2Mi, Sys=13.4Mi, NumGC=1081","level":"stat"}
+{"@timestamp":"2025-01-11T01:30:10.281+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.2Mi, Sys=13.4Mi, NumGC=1082","level":"stat"}
+{"@timestamp":"2025-01-11T01:31:10.281+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.2Mi, Sys=13.4Mi, NumGC=1082","level":"stat"}
+{"@timestamp":"2025-01-11T01:32:10.280+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.2Mi, Sys=13.4Mi, NumGC=1083","level":"stat"}
+{"@timestamp":"2025-01-11T01:33:10.280+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=11.2Mi, Sys=13.4Mi, NumGC=1083","level":"stat"}
+{"@timestamp":"2025-01-11T01:34:10.280+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.2Mi, Sys=13.4Mi, NumGC=1084","level":"stat"}
+{"@timestamp":"2025-01-11T01:35:10.279+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.2Mi, Sys=13.4Mi, NumGC=1084","level":"stat"}
+{"@timestamp":"2025-01-11T01:36:10.279+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.2Mi, Sys=13.4Mi, NumGC=1085","level":"stat"}
+{"@timestamp":"2025-01-11T01:37:10.278+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=11.2Mi, Sys=13.4Mi, NumGC=1085","level":"stat"}
+{"@timestamp":"2025-01-11T01:38:10.278+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.2Mi, Sys=13.4Mi, NumGC=1086","level":"stat"}
+{"@timestamp":"2025-01-11T01:39:10.277+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.2Mi, Sys=13.4Mi, NumGC=1086","level":"stat"}
+{"@timestamp":"2025-01-11T01:40:10.289+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.2Mi, Sys=13.4Mi, NumGC=1087","level":"stat"}
+{"@timestamp":"2025-01-11T01:41:10.304+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.2Mi, Sys=13.4Mi, NumGC=1087","level":"stat"}
+{"@timestamp":"2025-01-11T01:42:10.304+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.2Mi, Sys=13.4Mi, NumGC=1088","level":"stat"}
+{"@timestamp":"2025-01-11T01:43:10.305+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.2Mi, Sys=13.4Mi, NumGC=1088","level":"stat"}
+{"@timestamp":"2025-01-11T01:44:10.305+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.2Mi, Sys=13.4Mi, NumGC=1089","level":"stat"}
+{"@timestamp":"2025-01-11T01:45:10.304+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.2Mi, Sys=13.4Mi, NumGC=1089","level":"stat"}
+{"@timestamp":"2025-01-11T01:46:10.304+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.3Mi, Sys=13.4Mi, NumGC=1090","level":"stat"}
+{"@timestamp":"2025-01-11T01:47:10.304+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.3Mi, Sys=13.4Mi, NumGC=1090","level":"stat"}
+{"@timestamp":"2025-01-11T01:48:10.304+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.3Mi, Sys=13.4Mi, NumGC=1091","level":"stat"}
+{"@timestamp":"2025-01-11T01:49:10.304+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.3Mi, Sys=13.4Mi, NumGC=1091","level":"stat"}
+{"@timestamp":"2025-01-11T01:50:10.304+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.3Mi, Sys=13.4Mi, NumGC=1092","level":"stat"}
+{"@timestamp":"2025-01-11T01:51:10.303+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=11.3Mi, Sys=13.4Mi, NumGC=1092","level":"stat"}
+{"@timestamp":"2025-01-11T01:52:10.302+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.3Mi, Sys=13.4Mi, NumGC=1093","level":"stat"}
+{"@timestamp":"2025-01-11T01:53:10.303+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=11.3Mi, Sys=13.4Mi, NumGC=1093","level":"stat"}
+{"@timestamp":"2025-01-11T01:54:10.303+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.3Mi, Sys=13.4Mi, NumGC=1094","level":"stat"}
+{"@timestamp":"2025-01-11T01:55:10.303+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.3Mi, Sys=13.4Mi, NumGC=1094","level":"stat"}
+{"@timestamp":"2025-01-11T01:56:10.360+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.3Mi, Sys=13.4Mi, NumGC=1095","level":"stat"}
+{"@timestamp":"2025-01-11T01:57:10.361+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=11.3Mi, Sys=13.4Mi, NumGC=1095","level":"stat"}
+{"@timestamp":"2025-01-11T01:58:10.362+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.3Mi, Sys=13.4Mi, NumGC=1096","level":"stat"}
+{"@timestamp":"2025-01-11T01:59:10.362+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=11.3Mi, Sys=13.4Mi, NumGC=1096","level":"stat"}
+{"@timestamp":"2025-01-11T02:00:10.363+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.3Mi, Sys=13.4Mi, NumGC=1097","level":"stat"}
+{"@timestamp":"2025-01-11T02:01:10.363+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=11.3Mi, Sys=13.4Mi, NumGC=1097","level":"stat"}
+{"@timestamp":"2025-01-11T02:02:10.364+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.3Mi, Sys=13.4Mi, NumGC=1098","level":"stat"}
+{"@timestamp":"2025-01-11T02:03:10.364+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.3Mi, Sys=13.4Mi, NumGC=1098","level":"stat"}
+{"@timestamp":"2025-01-11T02:04:10.365+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.3Mi, Sys=13.4Mi, NumGC=1099","level":"stat"}
+{"@timestamp":"2025-01-11T02:05:10.366+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.3Mi, Sys=13.4Mi, NumGC=1099","level":"stat"}
+{"@timestamp":"2025-01-11T02:06:10.366+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.3Mi, Sys=13.4Mi, NumGC=1100","level":"stat"}
+{"@timestamp":"2025-01-11T02:07:10.367+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.3Mi, Sys=13.4Mi, NumGC=1100","level":"stat"}
+{"@timestamp":"2025-01-11T02:08:10.367+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.3Mi, Sys=13.4Mi, NumGC=1101","level":"stat"}
+{"@timestamp":"2025-01-11T02:09:10.367+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.3Mi, Sys=13.4Mi, NumGC=1101","level":"stat"}
+{"@timestamp":"2025-01-11T02:10:10.368+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.4Mi, Sys=13.4Mi, NumGC=1102","level":"stat"}
+{"@timestamp":"2025-01-11T02:11:10.369+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=11.4Mi, Sys=13.4Mi, NumGC=1102","level":"stat"}
+{"@timestamp":"2025-01-11T02:12:10.369+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.4Mi, Sys=13.4Mi, NumGC=1103","level":"stat"}
+{"@timestamp":"2025-01-11T02:13:10.389+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=11.4Mi, Sys=13.4Mi, NumGC=1103","level":"stat"}
+{"@timestamp":"2025-01-11T02:14:10.395+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.4Mi, Sys=13.4Mi, NumGC=1104","level":"stat"}
+{"@timestamp":"2025-01-11T02:15:10.396+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=11.4Mi, Sys=13.4Mi, NumGC=1104","level":"stat"}
+{"@timestamp":"2025-01-11T02:16:10.397+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.4Mi, Sys=13.4Mi, NumGC=1105","level":"stat"}
+{"@timestamp":"2025-01-11T02:17:10.398+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.4Mi, Sys=13.4Mi, NumGC=1105","level":"stat"}
+{"@timestamp":"2025-01-11T02:18:10.398+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.4Mi, Sys=13.4Mi, NumGC=1106","level":"stat"}
+{"@timestamp":"2025-01-11T02:19:10.399+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.4Mi, Sys=13.4Mi, NumGC=1106","level":"stat"}
+{"@timestamp":"2025-01-11T02:20:10.400+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=11.4Mi, Sys=13.4Mi, NumGC=1106","level":"stat"}
+{"@timestamp":"2025-01-11T02:21:10.401+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.4Mi, Sys=13.4Mi, NumGC=1107","level":"stat"}
+{"@timestamp":"2025-01-11T02:22:10.401+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=11.4Mi, Sys=13.4Mi, NumGC=1107","level":"stat"}
+{"@timestamp":"2025-01-11T02:23:10.402+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.4Mi, Sys=13.4Mi, NumGC=1108","level":"stat"}
+{"@timestamp":"2025-01-11T02:24:10.403+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.4Mi, Sys=13.4Mi, NumGC=1108","level":"stat"}
+{"@timestamp":"2025-01-11T02:25:10.404+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.4Mi, Sys=13.4Mi, NumGC=1109","level":"stat"}
+{"@timestamp":"2025-01-11T02:26:10.405+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.4Mi, Sys=13.4Mi, NumGC=1109","level":"stat"}
+{"@timestamp":"2025-01-11T02:27:10.406+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.4Mi, Sys=13.4Mi, NumGC=1110","level":"stat"}
+{"@timestamp":"2025-01-11T02:28:10.407+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.4Mi, Sys=13.4Mi, NumGC=1110","level":"stat"}
+{"@timestamp":"2025-01-11T02:29:10.407+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.4Mi, Sys=13.4Mi, NumGC=1111","level":"stat"}
+{"@timestamp":"2025-01-11T02:30:10.408+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.4Mi, Sys=13.4Mi, NumGC=1111","level":"stat"}
+{"@timestamp":"2025-01-11T02:31:10.409+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.4Mi, Sys=13.4Mi, NumGC=1112","level":"stat"}
+{"@timestamp":"2025-01-11T02:32:10.410+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=11.4Mi, Sys=13.4Mi, NumGC=1112","level":"stat"}
+{"@timestamp":"2025-01-11T02:33:10.411+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.4Mi, Sys=13.4Mi, NumGC=1113","level":"stat"}
+{"@timestamp":"2025-01-11T02:34:10.412+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.4Mi, Sys=13.4Mi, NumGC=1113","level":"stat"}
+{"@timestamp":"2025-01-11T02:35:10.413+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.5Mi, Sys=13.4Mi, NumGC=1114","level":"stat"}
+{"@timestamp":"2025-01-11T02:36:10.413+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.5Mi, Sys=13.4Mi, NumGC=1114","level":"stat"}
+{"@timestamp":"2025-01-11T02:37:10.414+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.5Mi, Sys=13.4Mi, NumGC=1115","level":"stat"}
+{"@timestamp":"2025-01-11T02:38:10.415+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=11.5Mi, Sys=13.4Mi, NumGC=1115","level":"stat"}
+{"@timestamp":"2025-01-11T02:39:10.415+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.5Mi, Sys=13.4Mi, NumGC=1116","level":"stat"}
+{"@timestamp":"2025-01-11T02:40:10.416+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.5Mi, Sys=13.4Mi, NumGC=1116","level":"stat"}
+{"@timestamp":"2025-01-11T02:41:10.417+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.5Mi, Sys=13.4Mi, NumGC=1117","level":"stat"}
+{"@timestamp":"2025-01-11T02:42:10.418+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=11.5Mi, Sys=13.4Mi, NumGC=1117","level":"stat"}
+{"@timestamp":"2025-01-11T02:43:10.419+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.5Mi, Sys=13.4Mi, NumGC=1118","level":"stat"}
+{"@timestamp":"2025-01-11T02:44:10.420+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.5Mi, Sys=13.4Mi, NumGC=1118","level":"stat"}
+{"@timestamp":"2025-01-11T02:45:10.421+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.5Mi, Sys=13.4Mi, NumGC=1119","level":"stat"}
+{"@timestamp":"2025-01-11T02:46:10.422+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.5Mi, Sys=13.4Mi, NumGC=1119","level":"stat"}
+{"@timestamp":"2025-01-11T02:47:10.423+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.5Mi, Sys=13.4Mi, NumGC=1120","level":"stat"}
+{"@timestamp":"2025-01-11T02:48:10.423+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=11.5Mi, Sys=13.4Mi, NumGC=1120","level":"stat"}
+{"@timestamp":"2025-01-11T02:49:10.424+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.5Mi, Sys=13.4Mi, NumGC=1121","level":"stat"}
+{"@timestamp":"2025-01-11T02:50:10.422+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.5Mi, Sys=13.4Mi, NumGC=1121","level":"stat"}
+{"@timestamp":"2025-01-11T02:51:10.422+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.5Mi, Sys=13.4Mi, NumGC=1122","level":"stat"}
+{"@timestamp":"2025-01-11T02:52:10.423+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.5Mi, Sys=13.4Mi, NumGC=1122","level":"stat"}
+{"@timestamp":"2025-01-11T02:53:10.424+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.5Mi, Sys=13.4Mi, NumGC=1123","level":"stat"}
+{"@timestamp":"2025-01-11T02:54:10.425+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=11.5Mi, Sys=13.4Mi, NumGC=1123","level":"stat"}
+{"@timestamp":"2025-01-11T02:55:10.426+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.5Mi, Sys=13.4Mi, NumGC=1124","level":"stat"}
+{"@timestamp":"2025-01-11T02:56:10.427+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.5Mi, Sys=13.4Mi, NumGC=1124","level":"stat"}
+{"@timestamp":"2025-01-11T02:57:10.427+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.5Mi, Sys=13.4Mi, NumGC=1125","level":"stat"}
+{"@timestamp":"2025-01-11T02:58:10.428+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.5Mi, Sys=13.4Mi, NumGC=1125","level":"stat"}
+{"@timestamp":"2025-01-11T02:59:10.429+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.6Mi, Sys=13.4Mi, NumGC=1126","level":"stat"}
+{"@timestamp":"2025-01-11T03:00:10.430+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.6Mi, Sys=13.4Mi, NumGC=1126","level":"stat"}
+{"@timestamp":"2025-01-11T03:01:10.430+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.6Mi, Sys=13.4Mi, NumGC=1127","level":"stat"}
+{"@timestamp":"2025-01-11T03:02:10.431+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.6Mi, Sys=13.4Mi, NumGC=1127","level":"stat"}
+{"@timestamp":"2025-01-11T03:03:10.432+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.6Mi, Sys=13.4Mi, NumGC=1128","level":"stat"}
+{"@timestamp":"2025-01-11T03:04:10.432+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=11.6Mi, Sys=13.4Mi, NumGC=1128","level":"stat"}
+{"@timestamp":"2025-01-11T03:05:10.428+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.6Mi, Sys=13.4Mi, NumGC=1129","level":"stat"}
+{"@timestamp":"2025-01-11T03:06:10.429+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.6Mi, Sys=13.4Mi, NumGC=1129","level":"stat"}
+{"@timestamp":"2025-01-11T03:07:10.430+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.6Mi, Sys=13.4Mi, NumGC=1130","level":"stat"}
+{"@timestamp":"2025-01-11T03:08:10.430+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.6Mi, Sys=13.4Mi, NumGC=1130","level":"stat"}
+{"@timestamp":"2025-01-11T03:09:10.431+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.6Mi, Sys=13.4Mi, NumGC=1131","level":"stat"}
+{"@timestamp":"2025-01-11T03:10:10.432+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.6Mi, Sys=13.4Mi, NumGC=1131","level":"stat"}
+{"@timestamp":"2025-01-11T03:11:10.432+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.6Mi, Sys=13.4Mi, NumGC=1132","level":"stat"}
+{"@timestamp":"2025-01-11T03:12:10.433+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=11.6Mi, Sys=13.4Mi, NumGC=1132","level":"stat"}
+{"@timestamp":"2025-01-11T03:13:10.434+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.6Mi, Sys=13.4Mi, NumGC=1133","level":"stat"}
+{"@timestamp":"2025-01-11T03:14:10.435+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=11.6Mi, Sys=13.4Mi, NumGC=1133","level":"stat"}
+{"@timestamp":"2025-01-11T03:15:10.436+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.6Mi, Sys=13.4Mi, NumGC=1134","level":"stat"}
+{"@timestamp":"2025-01-11T03:16:10.436+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.6Mi, Sys=13.4Mi, NumGC=1134","level":"stat"}
+{"@timestamp":"2025-01-11T03:17:10.436+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.6Mi, Sys=13.4Mi, NumGC=1135","level":"stat"}
+{"@timestamp":"2025-01-11T03:18:10.437+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.6Mi, Sys=13.4Mi, NumGC=1135","level":"stat"}
+{"@timestamp":"2025-01-11T03:19:10.438+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.6Mi, Sys=13.4Mi, NumGC=1136","level":"stat"}
+{"@timestamp":"2025-01-11T03:20:10.431+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=11.6Mi, Sys=13.4Mi, NumGC=1136","level":"stat"}
+{"@timestamp":"2025-01-11T03:21:10.431+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.6Mi, Sys=13.4Mi, NumGC=1137","level":"stat"}
+{"@timestamp":"2025-01-11T03:22:10.431+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.6Mi, Sys=13.4Mi, NumGC=1137","level":"stat"}
+{"@timestamp":"2025-01-11T03:23:10.432+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.6Mi, Sys=13.4Mi, NumGC=1138","level":"stat"}
+{"@timestamp":"2025-01-11T03:24:10.433+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.7Mi, Sys=13.4Mi, NumGC=1138","level":"stat"}
+{"@timestamp":"2025-01-11T03:25:10.433+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.7Mi, Sys=13.4Mi, NumGC=1139","level":"stat"}
+{"@timestamp":"2025-01-11T03:26:10.435+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.7Mi, Sys=13.4Mi, NumGC=1139","level":"stat"}
+{"@timestamp":"2025-01-11T03:27:10.435+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.7Mi, Sys=13.4Mi, NumGC=1140","level":"stat"}
+{"@timestamp":"2025-01-11T03:28:10.436+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.7Mi, Sys=13.4Mi, NumGC=1140","level":"stat"}
+{"@timestamp":"2025-01-11T03:29:10.436+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.7Mi, Sys=13.4Mi, NumGC=1141","level":"stat"}
+{"@timestamp":"2025-01-11T03:30:10.437+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.7Mi, Sys=13.4Mi, NumGC=1141","level":"stat"}
+{"@timestamp":"2025-01-11T03:31:10.385+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.7Mi, Sys=13.4Mi, NumGC=1142","level":"stat"}
+{"@timestamp":"2025-01-11T03:32:10.384+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=11.7Mi, Sys=13.4Mi, NumGC=1142","level":"stat"}
+{"@timestamp":"2025-01-11T03:33:10.384+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.7Mi, Sys=13.4Mi, NumGC=1143","level":"stat"}
+{"@timestamp":"2025-01-11T03:34:10.386+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.7Mi, Sys=13.4Mi, NumGC=1143","level":"stat"}
+{"@timestamp":"2025-01-11T03:35:10.322+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.7Mi, Sys=13.4Mi, NumGC=1144","level":"stat"}
+{"@timestamp":"2025-01-11T03:51:18.961+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.7Mi, Sys=13.4Mi, NumGC=1144","level":"stat"}
+{"@timestamp":"2025-01-11T04:07:43.911+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.7Mi, Sys=13.4Mi, NumGC=1145","level":"stat"}
+{"@timestamp":"2025-01-11T04:08:43.923+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.7Mi, Sys=13.4Mi, NumGC=1145","level":"stat"}
+{"@timestamp":"2025-01-11T04:09:43.921+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.7Mi, Sys=13.4Mi, NumGC=1146","level":"stat"}
+{"@timestamp":"2025-01-11T04:10:43.921+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.7Mi, Sys=13.4Mi, NumGC=1146","level":"stat"}
+{"@timestamp":"2025-01-11T04:11:43.919+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.7Mi, Sys=13.4Mi, NumGC=1147","level":"stat"}
+{"@timestamp":"2025-01-11T04:12:43.920+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.7Mi, Sys=13.4Mi, NumGC=1147","level":"stat"}
+{"@timestamp":"2025-01-11T04:14:08.745+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.7Mi, Sys=13.4Mi, NumGC=1148","level":"stat"}
+{"@timestamp":"2025-01-11T04:30:10.291+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=11.7Mi, Sys=13.4Mi, NumGC=1148","level":"stat"}
+{"@timestamp":"2025-01-11T04:31:10.295+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.7Mi, Sys=13.4Mi, NumGC=1149","level":"stat"}
+{"@timestamp":"2025-01-11T04:32:10.294+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=11.7Mi, Sys=13.4Mi, NumGC=1149","level":"stat"}
+{"@timestamp":"2025-01-11T04:33:10.294+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.7Mi, Sys=13.4Mi, NumGC=1150","level":"stat"}
+{"@timestamp":"2025-01-11T04:49:35.235+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.8Mi, Sys=13.4Mi, NumGC=1150","level":"stat"}
+{"@timestamp":"2025-01-11T04:50:35.235+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.8Mi, Sys=13.4Mi, NumGC=1151","level":"stat"}
+{"@timestamp":"2025-01-11T04:51:35.235+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.8Mi, Sys=13.4Mi, NumGC=1151","level":"stat"}
+{"@timestamp":"2025-01-11T04:52:35.234+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.8Mi, Sys=13.4Mi, NumGC=1152","level":"stat"}
+{"@timestamp":"2025-01-11T04:53:35.234+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.8Mi, Sys=13.4Mi, NumGC=1152","level":"stat"}
+{"@timestamp":"2025-01-11T04:54:35.221+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.8Mi, Sys=13.4Mi, NumGC=1153","level":"stat"}
+{"@timestamp":"2025-01-11T04:55:35.203+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.8Mi, Sys=13.4Mi, NumGC=1153","level":"stat"}
+{"@timestamp":"2025-01-11T04:56:35.202+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.8Mi, Sys=13.4Mi, NumGC=1154","level":"stat"}
+{"@timestamp":"2025-01-11T04:57:35.202+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.8Mi, Sys=13.4Mi, NumGC=1154","level":"stat"}
+{"@timestamp":"2025-01-11T04:58:35.200+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.8Mi, Sys=13.4Mi, NumGC=1155","level":"stat"}
+{"@timestamp":"2025-01-11T04:59:35.199+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=11.8Mi, Sys=13.4Mi, NumGC=1155","level":"stat"}
+{"@timestamp":"2025-01-11T05:00:35.200+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.8Mi, Sys=13.4Mi, NumGC=1156","level":"stat"}
+{"@timestamp":"2025-01-11T05:01:35.199+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.8Mi, Sys=13.4Mi, NumGC=1156","level":"stat"}
+{"@timestamp":"2025-01-11T05:02:35.198+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.8Mi, Sys=13.4Mi, NumGC=1157","level":"stat"}
+{"@timestamp":"2025-01-11T05:03:35.198+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.8Mi, Sys=13.4Mi, NumGC=1157","level":"stat"}
+{"@timestamp":"2025-01-11T05:04:35.195+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.8Mi, Sys=13.4Mi, NumGC=1158","level":"stat"}
+{"@timestamp":"2025-01-11T05:05:35.196+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.8Mi, Sys=13.4Mi, NumGC=1158","level":"stat"}
+{"@timestamp":"2025-01-11T05:06:35.194+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.8Mi, Sys=13.4Mi, NumGC=1159","level":"stat"}
+{"@timestamp":"2025-01-11T05:07:35.195+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.8Mi, Sys=13.4Mi, NumGC=1159","level":"stat"}
+{"@timestamp":"2025-01-11T05:08:35.194+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.8Mi, Sys=13.4Mi, NumGC=1160","level":"stat"}
+{"@timestamp":"2025-01-11T05:09:35.193+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=11.8Mi, Sys=13.4Mi, NumGC=1160","level":"stat"}
+{"@timestamp":"2025-01-11T05:10:35.193+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.8Mi, Sys=13.4Mi, NumGC=1161","level":"stat"}
+{"@timestamp":"2025-01-11T05:11:35.191+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.8Mi, Sys=13.4Mi, NumGC=1161","level":"stat"}
+{"@timestamp":"2025-01-11T05:12:35.191+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.8Mi, Sys=13.4Mi, NumGC=1162","level":"stat"}
+{"@timestamp":"2025-01-11T05:13:35.189+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.8Mi, Sys=13.4Mi, NumGC=1162","level":"stat"}
+{"@timestamp":"2025-01-11T05:14:35.190+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.8Mi, Sys=13.4Mi, NumGC=1163","level":"stat"}
+{"@timestamp":"2025-01-11T05:15:35.189+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.9Mi, Sys=13.4Mi, NumGC=1163","level":"stat"}
+{"@timestamp":"2025-01-11T05:16:35.189+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.9Mi, Sys=13.4Mi, NumGC=1164","level":"stat"}
+{"@timestamp":"2025-01-11T05:17:35.187+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.9Mi, Sys=13.4Mi, NumGC=1164","level":"stat"}
+{"@timestamp":"2025-01-11T05:18:35.188+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.9Mi, Sys=13.4Mi, NumGC=1165","level":"stat"}
+{"@timestamp":"2025-01-11T05:19:35.190+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.9Mi, Sys=13.4Mi, NumGC=1165","level":"stat"}
+{"@timestamp":"2025-01-11T05:20:35.190+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.9Mi, Sys=13.4Mi, NumGC=1166","level":"stat"}
+{"@timestamp":"2025-01-11T05:21:35.189+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.9Mi, Sys=13.4Mi, NumGC=1166","level":"stat"}
+{"@timestamp":"2025-01-11T05:22:35.187+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.9Mi, Sys=13.4Mi, NumGC=1167","level":"stat"}
+{"@timestamp":"2025-01-11T05:23:35.188+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.9Mi, Sys=13.4Mi, NumGC=1167","level":"stat"}
+{"@timestamp":"2025-01-11T05:24:35.185+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.9Mi, Sys=13.4Mi, NumGC=1168","level":"stat"}
+{"@timestamp":"2025-01-11T05:25:35.186+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.9Mi, Sys=13.4Mi, NumGC=1168","level":"stat"}
+{"@timestamp":"2025-01-11T05:26:35.186+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.9Mi, Sys=13.4Mi, NumGC=1169","level":"stat"}
+{"@timestamp":"2025-01-11T05:27:35.185+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.9Mi, Sys=13.4Mi, NumGC=1169","level":"stat"}
+{"@timestamp":"2025-01-11T05:28:35.184+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.9Mi, Sys=13.4Mi, NumGC=1170","level":"stat"}
+{"@timestamp":"2025-01-11T05:29:35.184+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.9Mi, Sys=13.4Mi, NumGC=1170","level":"stat"}
+{"@timestamp":"2025-01-11T05:30:35.183+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.9Mi, Sys=13.4Mi, NumGC=1171","level":"stat"}
+{"@timestamp":"2025-01-11T05:31:35.183+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.9Mi, Sys=13.4Mi, NumGC=1171","level":"stat"}
+{"@timestamp":"2025-01-11T05:32:35.181+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.9Mi, Sys=13.4Mi, NumGC=1172","level":"stat"}
+{"@timestamp":"2025-01-11T05:33:35.171+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.9Mi, Sys=13.4Mi, NumGC=1172","level":"stat"}
+{"@timestamp":"2025-01-11T05:34:35.166+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.9Mi, Sys=13.4Mi, NumGC=1173","level":"stat"}
+{"@timestamp":"2025-01-11T05:35:35.165+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.9Mi, Sys=13.4Mi, NumGC=1173","level":"stat"}
+{"@timestamp":"2025-01-11T05:36:35.165+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.9Mi, Sys=13.4Mi, NumGC=1174","level":"stat"}
+{"@timestamp":"2025-01-11T05:37:35.164+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.9Mi, Sys=13.4Mi, NumGC=1174","level":"stat"}
+{"@timestamp":"2025-01-11T05:38:35.163+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.9Mi, Sys=13.4Mi, NumGC=1175","level":"stat"}
+{"@timestamp":"2025-01-11T05:39:35.162+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=11.9Mi, Sys=13.4Mi, NumGC=1175","level":"stat"}
+{"@timestamp":"2025-01-11T05:40:35.160+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.0Mi, Sys=13.4Mi, NumGC=1176","level":"stat"}
+{"@timestamp":"2025-01-11T05:41:35.161+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=12.0Mi, Sys=13.4Mi, NumGC=1176","level":"stat"}
+{"@timestamp":"2025-01-11T05:42:35.159+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.0Mi, Sys=13.4Mi, NumGC=1177","level":"stat"}
+{"@timestamp":"2025-01-11T05:43:35.159+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.0Mi, Sys=13.4Mi, NumGC=1177","level":"stat"}
+{"@timestamp":"2025-01-11T05:44:35.158+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.0Mi, Sys=13.4Mi, NumGC=1178","level":"stat"}
+{"@timestamp":"2025-01-11T05:45:35.157+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.0Mi, Sys=13.4Mi, NumGC=1178","level":"stat"}
+{"@timestamp":"2025-01-11T05:46:35.157+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.0Mi, Sys=13.4Mi, NumGC=1179","level":"stat"}
+{"@timestamp":"2025-01-11T05:47:35.156+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.0Mi, Sys=13.4Mi, NumGC=1179","level":"stat"}
+{"@timestamp":"2025-01-11T05:48:35.155+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.0Mi, Sys=13.4Mi, NumGC=1180","level":"stat"}
+{"@timestamp":"2025-01-11T05:49:35.154+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.0Mi, Sys=13.4Mi, NumGC=1180","level":"stat"}
+{"@timestamp":"2025-01-11T05:50:35.219+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.0Mi, Sys=13.4Mi, NumGC=1181","level":"stat"}
+{"@timestamp":"2025-01-11T05:52:00.089+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.0Mi, Sys=13.4Mi, NumGC=1181","level":"stat"}
+{"@timestamp":"2025-01-11T05:53:00.092+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.0Mi, Sys=13.4Mi, NumGC=1182","level":"stat"}
+{"@timestamp":"2025-01-11T05:54:00.092+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.0Mi, Sys=13.4Mi, NumGC=1182","level":"stat"}
+{"@timestamp":"2025-01-11T05:55:00.093+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.0Mi, Sys=13.4Mi, NumGC=1183","level":"stat"}
+{"@timestamp":"2025-01-11T05:56:00.093+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.0Mi, Sys=13.4Mi, NumGC=1183","level":"stat"}
+{"@timestamp":"2025-01-11T06:12:49.916+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.0Mi, Sys=13.4Mi, NumGC=1184","level":"stat"}
+{"@timestamp":"2025-01-11T06:29:14.980+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=12.0Mi, Sys=13.4Mi, NumGC=1184","level":"stat"}
+{"@timestamp":"2025-01-11T06:30:14.989+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.0Mi, Sys=13.4Mi, NumGC=1185","level":"stat"}
+{"@timestamp":"2025-01-11T06:31:14.988+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.0Mi, Sys=13.4Mi, NumGC=1185","level":"stat"}
+{"@timestamp":"2025-01-11T06:32:14.991+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.0Mi, Sys=13.4Mi, NumGC=1186","level":"stat"}
+{"@timestamp":"2025-01-11T06:33:14.990+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=12.0Mi, Sys=13.4Mi, NumGC=1186","level":"stat"}
+{"@timestamp":"2025-01-11T06:34:14.992+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.0Mi, Sys=13.4Mi, NumGC=1187","level":"stat"}
+{"@timestamp":"2025-01-11T06:35:14.993+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.0Mi, Sys=13.4Mi, NumGC=1187","level":"stat"}
+{"@timestamp":"2025-01-11T06:36:14.994+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.1Mi, Sys=13.4Mi, NumGC=1188","level":"stat"}
+{"@timestamp":"2025-01-11T06:37:14.995+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=12.1Mi, Sys=13.4Mi, NumGC=1188","level":"stat"}
+{"@timestamp":"2025-01-11T06:38:14.993+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.1Mi, Sys=13.4Mi, NumGC=1189","level":"stat"}
+{"@timestamp":"2025-01-11T06:39:14.996+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=12.1Mi, Sys=13.4Mi, NumGC=1189","level":"stat"}
+{"@timestamp":"2025-01-11T06:40:14.995+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.1Mi, Sys=13.4Mi, NumGC=1190","level":"stat"}
+{"@timestamp":"2025-01-11T06:41:14.997+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.1Mi, Sys=13.4Mi, NumGC=1190","level":"stat"}
+{"@timestamp":"2025-01-11T06:42:14.998+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.1Mi, Sys=13.4Mi, NumGC=1191","level":"stat"}
+{"@timestamp":"2025-01-11T06:43:14.999+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=12.1Mi, Sys=13.4Mi, NumGC=1191","level":"stat"}
+{"@timestamp":"2025-01-11T06:44:14.999+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.1Mi, Sys=13.4Mi, NumGC=1192","level":"stat"}
+{"@timestamp":"2025-01-11T06:45:15.000+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.1Mi, Sys=13.4Mi, NumGC=1192","level":"stat"}
+{"@timestamp":"2025-01-11T06:46:14.999+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.1Mi, Sys=13.4Mi, NumGC=1193","level":"stat"}
+{"@timestamp":"2025-01-11T06:47:15.002+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.1Mi, Sys=13.4Mi, NumGC=1193","level":"stat"}
+{"@timestamp":"2025-01-11T06:48:15.002+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.1Mi, Sys=13.4Mi, NumGC=1194","level":"stat"}
+{"@timestamp":"2025-01-11T06:49:15.003+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.1Mi, Sys=13.4Mi, NumGC=1194","level":"stat"}
+{"@timestamp":"2025-01-11T06:50:15.003+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.1Mi, Sys=13.4Mi, NumGC=1195","level":"stat"}
+{"@timestamp":"2025-01-11T06:51:15.004+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.1Mi, Sys=13.4Mi, NumGC=1195","level":"stat"}
+{"@timestamp":"2025-01-11T06:52:15.005+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.1Mi, Sys=13.4Mi, NumGC=1196","level":"stat"}
+{"@timestamp":"2025-01-11T06:53:15.005+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.1Mi, Sys=13.4Mi, NumGC=1196","level":"stat"}
+{"@timestamp":"2025-01-11T06:54:15.007+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.1Mi, Sys=13.4Mi, NumGC=1197","level":"stat"}
+{"@timestamp":"2025-01-11T06:55:15.006+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.1Mi, Sys=13.4Mi, NumGC=1197","level":"stat"}
+{"@timestamp":"2025-01-11T06:56:14.988+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.1Mi, Sys=13.4Mi, NumGC=1198","level":"stat"}
+{"@timestamp":"2025-01-11T06:57:14.985+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.1Mi, Sys=13.4Mi, NumGC=1198","level":"stat"}
+{"@timestamp":"2025-01-11T06:58:14.987+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.1Mi, Sys=13.4Mi, NumGC=1199","level":"stat"}
+{"@timestamp":"2025-01-11T06:59:14.987+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.1Mi, Sys=13.4Mi, NumGC=1199","level":"stat"}
+{"@timestamp":"2025-01-11T07:00:14.987+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.1Mi, Sys=13.4Mi, NumGC=1200","level":"stat"}
+{"@timestamp":"2025-01-11T07:01:14.986+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.2Mi, Sys=13.4Mi, NumGC=1200","level":"stat"}
+{"@timestamp":"2025-01-11T07:02:14.987+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.2Mi, Sys=13.4Mi, NumGC=1201","level":"stat"}
+{"@timestamp":"2025-01-11T07:03:14.988+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=12.2Mi, Sys=13.4Mi, NumGC=1201","level":"stat"}
+{"@timestamp":"2025-01-11T07:04:14.989+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.2Mi, Sys=13.4Mi, NumGC=1202","level":"stat"}
+{"@timestamp":"2025-01-11T07:05:14.989+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.2Mi, Sys=13.4Mi, NumGC=1202","level":"stat"}
+{"@timestamp":"2025-01-11T07:06:14.990+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.2Mi, Sys=13.4Mi, NumGC=1203","level":"stat"}
+{"@timestamp":"2025-01-11T07:07:14.989+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.2Mi, Sys=13.4Mi, NumGC=1203","level":"stat"}
+{"@timestamp":"2025-01-11T07:08:14.989+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.2Mi, Sys=13.4Mi, NumGC=1204","level":"stat"}
+{"@timestamp":"2025-01-11T07:09:14.990+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.2Mi, Sys=13.4Mi, NumGC=1204","level":"stat"}
+{"@timestamp":"2025-01-11T07:10:14.992+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.2Mi, Sys=13.4Mi, NumGC=1205","level":"stat"}
+{"@timestamp":"2025-01-11T07:11:14.976+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.2Mi, Sys=13.4Mi, NumGC=1205","level":"stat"}
+{"@timestamp":"2025-01-11T07:12:14.970+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.2Mi, Sys=13.4Mi, NumGC=1206","level":"stat"}
+{"@timestamp":"2025-01-11T07:13:14.970+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=12.2Mi, Sys=13.4Mi, NumGC=1206","level":"stat"}
+{"@timestamp":"2025-01-11T07:14:14.969+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.2Mi, Sys=13.4Mi, NumGC=1207","level":"stat"}
+{"@timestamp":"2025-01-11T07:15:14.970+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.2Mi, Sys=13.4Mi, NumGC=1207","level":"stat"}
+{"@timestamp":"2025-01-11T07:16:14.970+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.2Mi, Sys=13.4Mi, NumGC=1208","level":"stat"}
+{"@timestamp":"2025-01-11T07:17:14.971+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.2Mi, Sys=13.4Mi, NumGC=1208","level":"stat"}
+{"@timestamp":"2025-01-11T07:18:14.971+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.2Mi, Sys=13.4Mi, NumGC=1209","level":"stat"}
+{"@timestamp":"2025-01-11T07:19:14.971+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.2Mi, Sys=13.4Mi, NumGC=1209","level":"stat"}
+{"@timestamp":"2025-01-11T07:20:14.972+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.2Mi, Sys=13.4Mi, NumGC=1210","level":"stat"}
+{"@timestamp":"2025-01-11T07:21:14.971+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.2Mi, Sys=13.4Mi, NumGC=1210","level":"stat"}
+{"@timestamp":"2025-01-11T07:22:14.972+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.2Mi, Sys=13.4Mi, NumGC=1211","level":"stat"}
+{"@timestamp":"2025-01-11T07:23:14.972+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=12.2Mi, Sys=13.4Mi, NumGC=1211","level":"stat"}
+{"@timestamp":"2025-01-11T07:24:14.972+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.2Mi, Sys=13.4Mi, NumGC=1212","level":"stat"}
+{"@timestamp":"2025-01-11T07:25:14.971+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.2Mi, Sys=13.4Mi, NumGC=1212","level":"stat"}
+{"@timestamp":"2025-01-11T07:26:14.973+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.3Mi, Sys=13.4Mi, NumGC=1213","level":"stat"}
+{"@timestamp":"2025-01-11T07:27:14.973+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=12.3Mi, Sys=13.4Mi, NumGC=1213","level":"stat"}
+{"@timestamp":"2025-01-11T07:28:14.971+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.3Mi, Sys=13.4Mi, NumGC=1214","level":"stat"}
+{"@timestamp":"2025-01-11T07:29:14.973+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.3Mi, Sys=13.4Mi, NumGC=1214","level":"stat"}
+{"@timestamp":"2025-01-11T07:30:14.973+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.3Mi, Sys=13.4Mi, NumGC=1215","level":"stat"}
+{"@timestamp":"2025-01-11T07:31:39.800+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.3Mi, Sys=13.4Mi, NumGC=1215","level":"stat"}
+{"@timestamp":"2025-01-11T07:32:39.804+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.3Mi, Sys=13.4Mi, NumGC=1216","level":"stat"}
+{"@timestamp":"2025-01-11T07:33:39.804+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.3Mi, Sys=13.4Mi, NumGC=1216","level":"stat"}
+{"@timestamp":"2025-01-11T07:34:39.805+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.3Mi, Sys=13.4Mi, NumGC=1217","level":"stat"}
+{"@timestamp":"2025-01-11T07:35:39.804+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.3Mi, Sys=13.4Mi, NumGC=1217","level":"stat"}
+{"@timestamp":"2025-01-11T07:37:04.679+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.3Mi, Sys=13.4Mi, NumGC=1218","level":"stat"}
+{"@timestamp":"2025-01-11T07:53:17.402+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=12.3Mi, Sys=13.4Mi, NumGC=1218","level":"stat"}
+{"@timestamp":"2025-01-11T08:09:42.346+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.3Mi, Sys=13.4Mi, NumGC=1219","level":"stat"}
+{"@timestamp":"2025-01-11T08:10:42.346+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=12.3Mi, Sys=13.4Mi, NumGC=1219","level":"stat"}
+{"@timestamp":"2025-01-11T08:11:42.346+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.3Mi, Sys=13.4Mi, NumGC=1220","level":"stat"}
+{"@timestamp":"2025-01-11T08:12:42.347+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.3Mi, Sys=13.4Mi, NumGC=1220","level":"stat"}
+{"@timestamp":"2025-01-11T08:13:42.347+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.3Mi, Sys=13.4Mi, NumGC=1221","level":"stat"}
+{"@timestamp":"2025-01-11T08:14:42.346+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.3Mi, Sys=13.4Mi, NumGC=1221","level":"stat"}
+{"@timestamp":"2025-01-11T08:15:42.347+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.3Mi, Sys=13.4Mi, NumGC=1222","level":"stat"}
+{"@timestamp":"2025-01-11T08:16:42.347+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.3Mi, Sys=13.4Mi, NumGC=1222","level":"stat"}
+{"@timestamp":"2025-01-11T08:17:42.348+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.3Mi, Sys=13.4Mi, NumGC=1223","level":"stat"}
+{"@timestamp":"2025-01-11T08:18:42.348+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.3Mi, Sys=13.4Mi, NumGC=1223","level":"stat"}
+{"@timestamp":"2025-01-11T08:19:42.347+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.3Mi, Sys=13.4Mi, NumGC=1224","level":"stat"}
+{"@timestamp":"2025-01-11T08:20:42.348+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.3Mi, Sys=13.4Mi, NumGC=1224","level":"stat"}
+{"@timestamp":"2025-01-11T08:21:42.349+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.3Mi, Sys=13.4Mi, NumGC=1225","level":"stat"}
+{"@timestamp":"2025-01-11T08:22:42.349+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=12.4Mi, Sys=13.4Mi, NumGC=1225","level":"stat"}
+{"@timestamp":"2025-01-11T08:23:42.348+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.4Mi, Sys=13.4Mi, NumGC=1226","level":"stat"}
+{"@timestamp":"2025-01-11T08:24:42.348+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=12.4Mi, Sys=13.4Mi, NumGC=1226","level":"stat"}
+{"@timestamp":"2025-01-11T08:25:42.216+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.4Mi, Sys=13.4Mi, NumGC=1227","level":"stat"}
+{"@timestamp":"2025-01-11T08:26:42.215+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.4Mi, Sys=13.4Mi, NumGC=1227","level":"stat"}
+{"@timestamp":"2025-01-11T08:27:42.212+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.4Mi, Sys=13.4Mi, NumGC=1228","level":"stat"}
+{"@timestamp":"2025-01-11T08:28:42.212+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=12.4Mi, Sys=13.4Mi, NumGC=1228","level":"stat"}
+{"@timestamp":"2025-01-11T08:29:42.211+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.4Mi, Sys=13.4Mi, NumGC=1229","level":"stat"}
+{"@timestamp":"2025-01-11T08:30:42.210+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.4Mi, Sys=13.4Mi, NumGC=1229","level":"stat"}
+{"@timestamp":"2025-01-11T08:31:42.207+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.4Mi, Sys=13.4Mi, NumGC=1230","level":"stat"}
+{"@timestamp":"2025-01-11T08:32:42.207+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=12.4Mi, Sys=13.4Mi, NumGC=1230","level":"stat"}
+{"@timestamp":"2025-01-11T08:33:42.206+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.4Mi, Sys=13.4Mi, NumGC=1231","level":"stat"}
+{"@timestamp":"2025-01-11T08:34:42.203+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.4Mi, Sys=13.4Mi, NumGC=1231","level":"stat"}
+{"@timestamp":"2025-01-11T08:35:42.203+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.4Mi, Sys=13.4Mi, NumGC=1232","level":"stat"}
+{"@timestamp":"2025-01-11T08:36:42.202+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.4Mi, Sys=13.4Mi, NumGC=1232","level":"stat"}
+{"@timestamp":"2025-01-11T08:37:42.200+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.4Mi, Sys=13.4Mi, NumGC=1233","level":"stat"}
+{"@timestamp":"2025-01-11T08:38:42.199+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.4Mi, Sys=13.4Mi, NumGC=1233","level":"stat"}
+{"@timestamp":"2025-01-11T08:39:42.198+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.4Mi, Sys=13.4Mi, NumGC=1234","level":"stat"}
+{"@timestamp":"2025-01-11T08:40:42.197+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.4Mi, Sys=13.4Mi, NumGC=1234","level":"stat"}
+{"@timestamp":"2025-01-11T08:41:42.194+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.4Mi, Sys=13.4Mi, NumGC=1235","level":"stat"}
+{"@timestamp":"2025-01-11T08:42:42.195+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=12.4Mi, Sys=13.4Mi, NumGC=1235","level":"stat"}
+{"@timestamp":"2025-01-11T08:43:42.193+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.4Mi, Sys=13.4Mi, NumGC=1236","level":"stat"}
+{"@timestamp":"2025-01-11T08:44:42.192+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.4Mi, Sys=13.4Mi, NumGC=1236","level":"stat"}
+{"@timestamp":"2025-01-11T08:45:42.191+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.4Mi, Sys=13.4Mi, NumGC=1237","level":"stat"}
+{"@timestamp":"2025-01-11T08:46:42.254+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.5Mi, Sys=13.4Mi, NumGC=1237","level":"stat"}
+{"@timestamp":"2025-01-11T08:47:42.254+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.5Mi, Sys=13.4Mi, NumGC=1238","level":"stat"}
+{"@timestamp":"2025-01-11T08:48:42.254+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=12.5Mi, Sys=13.4Mi, NumGC=1238","level":"stat"}
+{"@timestamp":"2025-01-11T08:49:42.253+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.5Mi, Sys=13.4Mi, NumGC=1239","level":"stat"}
+{"@timestamp":"2025-01-11T08:50:42.252+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.5Mi, Sys=13.4Mi, NumGC=1239","level":"stat"}
+{"@timestamp":"2025-01-11T08:51:42.252+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.5Mi, Sys=13.4Mi, NumGC=1240","level":"stat"}
+{"@timestamp":"2025-01-11T08:52:42.251+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.5Mi, Sys=13.4Mi, NumGC=1240","level":"stat"}
+{"@timestamp":"2025-01-11T08:53:42.251+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.5Mi, Sys=13.4Mi, NumGC=1241","level":"stat"}
+{"@timestamp":"2025-01-11T08:54:42.251+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.5Mi, Sys=13.4Mi, NumGC=1241","level":"stat"}
+{"@timestamp":"2025-01-11T08:55:42.250+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.5Mi, Sys=13.4Mi, NumGC=1242","level":"stat"}
+{"@timestamp":"2025-01-11T08:56:42.248+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=12.5Mi, Sys=13.4Mi, NumGC=1242","level":"stat"}
+{"@timestamp":"2025-01-11T08:57:42.249+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.5Mi, Sys=13.4Mi, NumGC=1243","level":"stat"}
+{"@timestamp":"2025-01-11T08:58:42.248+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=12.5Mi, Sys=13.4Mi, NumGC=1243","level":"stat"}
+{"@timestamp":"2025-01-11T08:59:42.248+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.5Mi, Sys=13.4Mi, NumGC=1244","level":"stat"}
+{"@timestamp":"2025-01-11T09:00:42.247+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.5Mi, Sys=13.4Mi, NumGC=1244","level":"stat"}
+{"@timestamp":"2025-01-11T09:01:42.246+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.5Mi, Sys=13.4Mi, NumGC=1245","level":"stat"}
+{"@timestamp":"2025-01-11T09:02:42.245+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.5Mi, Sys=13.4Mi, NumGC=1245","level":"stat"}
+{"@timestamp":"2025-01-11T09:03:42.246+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.5Mi, Sys=13.4Mi, NumGC=1246","level":"stat"}
+{"@timestamp":"2025-01-11T09:04:42.245+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=12.5Mi, Sys=13.4Mi, NumGC=1246","level":"stat"}
+{"@timestamp":"2025-01-11T09:05:42.245+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.5Mi, Sys=13.4Mi, NumGC=1247","level":"stat"}
+{"@timestamp":"2025-01-11T09:06:42.244+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=12.5Mi, Sys=13.4Mi, NumGC=1247","level":"stat"}
+{"@timestamp":"2025-01-11T09:07:42.244+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.5Mi, Sys=13.4Mi, NumGC=1248","level":"stat"}
+{"@timestamp":"2025-01-11T09:08:42.243+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=12.5Mi, Sys=13.4Mi, NumGC=1248","level":"stat"}
+{"@timestamp":"2025-01-11T09:09:42.243+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.5Mi, Sys=13.4Mi, NumGC=1249","level":"stat"}
+{"@timestamp":"2025-01-11T09:10:42.242+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.6Mi, Sys=13.4Mi, NumGC=1249","level":"stat"}
+{"@timestamp":"2025-01-11T09:12:07.129+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.6Mi, Sys=13.4Mi, NumGC=1250","level":"stat"}
+{"@timestamp":"2025-01-11T09:13:07.129+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.6Mi, Sys=13.4Mi, NumGC=1250","level":"stat"}
+{"@timestamp":"2025-01-11T09:14:07.128+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.6Mi, Sys=13.4Mi, NumGC=1251","level":"stat"}
+{"@timestamp":"2025-01-11T09:15:07.128+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.6Mi, Sys=13.4Mi, NumGC=1251","level":"stat"}
+{"@timestamp":"2025-01-11T09:16:07.127+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.6Mi, Sys=13.4Mi, NumGC=1252","level":"stat"}
+{"@timestamp":"2025-01-11T09:32:56.928+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.6Mi, Sys=13.4Mi, NumGC=1252","level":"stat"}
+{"@timestamp":"2025-01-11T09:33:56.887+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.6Mi, Sys=13.4Mi, NumGC=1253","level":"stat"}
+{"@timestamp":"2025-01-11T09:50:10.774+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.6Mi, Sys=13.4Mi, NumGC=1253","level":"stat"}
+{"@timestamp":"2025-01-11T09:51:10.773+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.6Mi, Sys=13.4Mi, NumGC=1254","level":"stat"}
+{"@timestamp":"2025-01-11T09:52:10.772+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=12.6Mi, Sys=13.4Mi, NumGC=1254","level":"stat"}
+{"@timestamp":"2025-01-11T09:53:10.771+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.6Mi, Sys=13.4Mi, NumGC=1255","level":"stat"}
+{"@timestamp":"2025-01-11T09:54:10.769+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.6Mi, Sys=13.4Mi, NumGC=1255","level":"stat"}
+{"@timestamp":"2025-01-11T09:55:10.768+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.6Mi, Sys=13.4Mi, NumGC=1256","level":"stat"}
+{"@timestamp":"2025-01-11T09:56:10.768+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=12.6Mi, Sys=13.4Mi, NumGC=1256","level":"stat"}
+{"@timestamp":"2025-01-11T09:57:10.767+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.6Mi, Sys=13.4Mi, NumGC=1257","level":"stat"}
+{"@timestamp":"2025-01-11T09:58:10.834+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.6Mi, Sys=13.4Mi, NumGC=1257","level":"stat"}
+{"@timestamp":"2025-01-11T09:59:10.835+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.6Mi, Sys=13.4Mi, NumGC=1258","level":"stat"}
+{"@timestamp":"2025-01-11T10:00:10.834+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.6Mi, Sys=13.4Mi, NumGC=1258","level":"stat"}
+{"@timestamp":"2025-01-11T10:01:10.835+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.6Mi, Sys=13.4Mi, NumGC=1259","level":"stat"}
+{"@timestamp":"2025-01-11T10:02:10.835+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=12.6Mi, Sys=13.4Mi, NumGC=1259","level":"stat"}
+{"@timestamp":"2025-01-11T10:03:10.835+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.6Mi, Sys=13.4Mi, NumGC=1260","level":"stat"}
+{"@timestamp":"2025-01-11T10:04:10.835+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=12.6Mi, Sys=13.4Mi, NumGC=1260","level":"stat"}
+{"@timestamp":"2025-01-11T10:05:10.833+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.6Mi, Sys=13.4Mi, NumGC=1261","level":"stat"}
+{"@timestamp":"2025-01-11T10:06:10.834+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.7Mi, Sys=13.4Mi, NumGC=1261","level":"stat"}
+{"@timestamp":"2025-01-11T10:07:10.834+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.7Mi, Sys=13.4Mi, NumGC=1262","level":"stat"}
+{"@timestamp":"2025-01-11T10:08:10.833+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.7Mi, Sys=13.4Mi, NumGC=1262","level":"stat"}
+{"@timestamp":"2025-01-11T10:09:10.834+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.7Mi, Sys=13.4Mi, NumGC=1263","level":"stat"}
+{"@timestamp":"2025-01-11T10:10:10.834+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.7Mi, Sys=13.4Mi, NumGC=1263","level":"stat"}
+{"@timestamp":"2025-01-11T10:11:10.833+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.7Mi, Sys=13.4Mi, NumGC=1264","level":"stat"}
+{"@timestamp":"2025-01-11T10:12:10.834+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.7Mi, Sys=13.4Mi, NumGC=1264","level":"stat"}
+{"@timestamp":"2025-01-11T10:13:10.833+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.7Mi, Sys=13.4Mi, NumGC=1265","level":"stat"}
+{"@timestamp":"2025-01-11T10:14:10.833+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.7Mi, Sys=13.4Mi, NumGC=1265","level":"stat"}
+{"@timestamp":"2025-01-11T10:15:10.832+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.7Mi, Sys=13.4Mi, NumGC=1266","level":"stat"}
+{"@timestamp":"2025-01-11T10:16:10.833+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.7Mi, Sys=13.4Mi, NumGC=1266","level":"stat"}
+{"@timestamp":"2025-01-11T10:17:10.833+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.7Mi, Sys=13.4Mi, NumGC=1267","level":"stat"}
+{"@timestamp":"2025-01-11T10:18:10.831+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=12.7Mi, Sys=13.4Mi, NumGC=1267","level":"stat"}
+{"@timestamp":"2025-01-11T10:19:10.833+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.7Mi, Sys=13.4Mi, NumGC=1268","level":"stat"}
+{"@timestamp":"2025-01-11T10:20:10.836+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.7Mi, Sys=13.4Mi, NumGC=1268","level":"stat"}
+{"@timestamp":"2025-01-11T10:21:10.843+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.7Mi, Sys=13.4Mi, NumGC=1269","level":"stat"}
+{"@timestamp":"2025-01-11T10:22:10.844+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.7Mi, Sys=13.4Mi, NumGC=1269","level":"stat"}
+{"@timestamp":"2025-01-11T10:23:10.845+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.7Mi, Sys=13.4Mi, NumGC=1270","level":"stat"}
+{"@timestamp":"2025-01-11T10:24:10.845+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.7Mi, Sys=13.4Mi, NumGC=1270","level":"stat"}
+{"@timestamp":"2025-01-11T10:25:10.843+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.7Mi, Sys=13.4Mi, NumGC=1271","level":"stat"}
+{"@timestamp":"2025-01-11T10:26:10.845+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=12.7Mi, Sys=13.4Mi, NumGC=1271","level":"stat"}
+{"@timestamp":"2025-01-11T10:27:10.845+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.7Mi, Sys=13.4Mi, NumGC=1272","level":"stat"}
+{"@timestamp":"2025-01-11T10:28:10.845+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.7Mi, Sys=13.4Mi, NumGC=1272","level":"stat"}
+{"@timestamp":"2025-01-11T10:29:10.844+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.7Mi, Sys=13.4Mi, NumGC=1273","level":"stat"}
+{"@timestamp":"2025-01-11T10:30:10.845+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.7Mi, Sys=13.4Mi, NumGC=1273","level":"stat"}
+{"@timestamp":"2025-01-11T10:31:10.845+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.7Mi, Sys=13.4Mi, NumGC=1274","level":"stat"}
+{"@timestamp":"2025-01-11T10:32:10.845+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.8Mi, Sys=13.4Mi, NumGC=1274","level":"stat"}
+{"@timestamp":"2025-01-11T10:33:10.845+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.8Mi, Sys=13.4Mi, NumGC=1275","level":"stat"}
+{"@timestamp":"2025-01-11T10:34:10.844+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.8Mi, Sys=13.4Mi, NumGC=1275","level":"stat"}
+{"@timestamp":"2025-01-11T10:35:10.845+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.8Mi, Sys=13.4Mi, NumGC=1276","level":"stat"}
+{"@timestamp":"2025-01-11T10:36:10.845+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.8Mi, Sys=13.4Mi, NumGC=1276","level":"stat"}
+{"@timestamp":"2025-01-11T10:37:10.845+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.8Mi, Sys=13.4Mi, NumGC=1277","level":"stat"}
+{"@timestamp":"2025-01-11T10:38:10.845+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.8Mi, Sys=13.4Mi, NumGC=1277","level":"stat"}
+{"@timestamp":"2025-01-11T10:39:10.845+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.8Mi, Sys=13.4Mi, NumGC=1278","level":"stat"}
+{"@timestamp":"2025-01-11T10:40:10.845+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=12.8Mi, Sys=13.4Mi, NumGC=1278","level":"stat"}
+{"@timestamp":"2025-01-11T10:41:10.843+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.8Mi, Sys=13.4Mi, NumGC=1279","level":"stat"}
+{"@timestamp":"2025-01-11T10:42:10.843+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=12.8Mi, Sys=13.4Mi, NumGC=1279","level":"stat"}
+{"@timestamp":"2025-01-11T10:43:10.845+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.8Mi, Sys=13.4Mi, NumGC=1280","level":"stat"}
+{"@timestamp":"2025-01-11T10:44:10.845+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=12.8Mi, Sys=13.4Mi, NumGC=1280","level":"stat"}
+{"@timestamp":"2025-01-11T10:45:10.845+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.8Mi, Sys=13.4Mi, NumGC=1281","level":"stat"}
+{"@timestamp":"2025-01-11T10:46:10.845+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.8Mi, Sys=13.4Mi, NumGC=1281","level":"stat"}
+{"@timestamp":"2025-01-11T10:47:10.845+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.8Mi, Sys=13.4Mi, NumGC=1282","level":"stat"}
+{"@timestamp":"2025-01-11T10:48:10.845+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.8Mi, Sys=13.4Mi, NumGC=1282","level":"stat"}
+{"@timestamp":"2025-01-11T10:49:10.845+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.8Mi, Sys=13.4Mi, NumGC=1283","level":"stat"}
+{"@timestamp":"2025-01-11T10:50:10.845+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.8Mi, Sys=13.4Mi, NumGC=1283","level":"stat"}
+{"@timestamp":"2025-01-11T10:51:35.677+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.8Mi, Sys=13.4Mi, NumGC=1284","level":"stat"}
+{"@timestamp":"2025-01-11T10:52:35.646+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.8Mi, Sys=13.4Mi, NumGC=1284","level":"stat"}
+{"@timestamp":"2025-01-11T10:53:35.645+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.8Mi, Sys=13.4Mi, NumGC=1285","level":"stat"}
+{"@timestamp":"2025-01-11T10:54:35.645+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.8Mi, Sys=13.4Mi, NumGC=1285","level":"stat"}
+{"@timestamp":"2025-01-11T10:55:35.644+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.8Mi, Sys=13.4Mi, NumGC=1286","level":"stat"}
+{"@timestamp":"2025-01-11T10:57:00.464+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.9Mi, Sys=13.4Mi, NumGC=1286","level":"stat"}
+{"@timestamp":"2025-01-11T11:13:25.424+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.9Mi, Sys=13.4Mi, NumGC=1287","level":"stat"}
+{"@timestamp":"2025-01-11T11:29:50.395+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.9Mi, Sys=13.4Mi, NumGC=1287","level":"stat"}
+{"@timestamp":"2025-01-11T11:30:50.399+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.9Mi, Sys=13.4Mi, NumGC=1288","level":"stat"}
+{"@timestamp":"2025-01-11T11:31:50.399+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.9Mi, Sys=13.4Mi, NumGC=1288","level":"stat"}
+{"@timestamp":"2025-01-11T11:32:50.411+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.9Mi, Sys=13.4Mi, NumGC=1289","level":"stat"}
+{"@timestamp":"2025-01-11T11:33:50.412+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.9Mi, Sys=13.4Mi, NumGC=1289","level":"stat"}
+{"@timestamp":"2025-01-11T11:34:50.412+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.9Mi, Sys=13.4Mi, NumGC=1290","level":"stat"}
+{"@timestamp":"2025-01-11T11:35:50.412+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.9Mi, Sys=13.4Mi, NumGC=1290","level":"stat"}
+{"@timestamp":"2025-01-11T11:36:50.412+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.9Mi, Sys=13.4Mi, NumGC=1291","level":"stat"}
+{"@timestamp":"2025-01-11T11:37:50.412+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.9Mi, Sys=13.4Mi, NumGC=1291","level":"stat"}
+{"@timestamp":"2025-01-11T11:38:50.412+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.9Mi, Sys=13.4Mi, NumGC=1292","level":"stat"}
+{"@timestamp":"2025-01-11T11:39:50.412+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.9Mi, Sys=13.4Mi, NumGC=1292","level":"stat"}
+{"@timestamp":"2025-01-11T11:40:50.412+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.9Mi, Sys=13.4Mi, NumGC=1293","level":"stat"}
+{"@timestamp":"2025-01-11T11:41:50.411+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.9Mi, Sys=13.4Mi, NumGC=1293","level":"stat"}
+{"@timestamp":"2025-01-11T11:42:50.411+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.9Mi, Sys=13.4Mi, NumGC=1294","level":"stat"}
+{"@timestamp":"2025-01-11T11:43:50.411+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.9Mi, Sys=13.4Mi, NumGC=1294","level":"stat"}
+{"@timestamp":"2025-01-11T11:44:50.410+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.9Mi, Sys=13.4Mi, NumGC=1295","level":"stat"}
+{"@timestamp":"2025-01-11T11:45:50.412+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=12.9Mi, Sys=13.4Mi, NumGC=1295","level":"stat"}
+{"@timestamp":"2025-01-11T11:46:50.412+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.9Mi, Sys=13.4Mi, NumGC=1296","level":"stat"}
+{"@timestamp":"2025-01-11T11:47:50.412+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.9Mi, Sys=13.4Mi, NumGC=1296","level":"stat"}
+{"@timestamp":"2025-01-11T11:48:50.412+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.9Mi, Sys=13.4Mi, NumGC=1297","level":"stat"}
+{"@timestamp":"2025-01-11T11:49:50.412+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.9Mi, Sys=13.4Mi, NumGC=1297","level":"stat"}
+{"@timestamp":"2025-01-11T11:50:50.411+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=12.9Mi, Sys=13.4Mi, NumGC=1298","level":"stat"}
+{"@timestamp":"2025-01-11T11:51:50.412+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.0Mi, Sys=13.4Mi, NumGC=1298","level":"stat"}
+{"@timestamp":"2025-01-11T11:52:50.411+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.0Mi, Sys=13.4Mi, NumGC=1299","level":"stat"}
+{"@timestamp":"2025-01-11T11:53:50.412+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.0Mi, Sys=13.4Mi, NumGC=1299","level":"stat"}
+{"@timestamp":"2025-01-11T11:54:50.411+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.0Mi, Sys=13.4Mi, NumGC=1300","level":"stat"}
+{"@timestamp":"2025-01-11T11:55:50.411+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.0Mi, Sys=13.4Mi, NumGC=1300","level":"stat"}
+{"@timestamp":"2025-01-11T11:56:50.411+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.0Mi, Sys=13.4Mi, NumGC=1301","level":"stat"}
+{"@timestamp":"2025-01-11T11:57:50.411+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.0Mi, Sys=13.4Mi, NumGC=1301","level":"stat"}
+{"@timestamp":"2025-01-11T11:58:50.410+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.0Mi, Sys=13.4Mi, NumGC=1302","level":"stat"}
+{"@timestamp":"2025-01-11T11:59:50.409+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.0Mi, Sys=13.4Mi, NumGC=1302","level":"stat"}
+{"@timestamp":"2025-01-11T12:00:50.411+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.0Mi, Sys=13.4Mi, NumGC=1303","level":"stat"}
+{"@timestamp":"2025-01-11T12:01:50.411+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.0Mi, Sys=13.4Mi, NumGC=1303","level":"stat"}
+{"@timestamp":"2025-01-11T12:02:50.320+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.0Mi, Sys=13.4Mi, NumGC=1304","level":"stat"}
+{"@timestamp":"2025-01-11T12:03:50.317+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.0Mi, Sys=13.4Mi, NumGC=1304","level":"stat"}
+{"@timestamp":"2025-01-11T12:04:50.318+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.0Mi, Sys=13.4Mi, NumGC=1305","level":"stat"}
+{"@timestamp":"2025-01-11T12:05:50.316+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.0Mi, Sys=13.4Mi, NumGC=1305","level":"stat"}
+{"@timestamp":"2025-01-11T12:06:50.314+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.0Mi, Sys=13.4Mi, NumGC=1306","level":"stat"}
+{"@timestamp":"2025-01-11T12:07:50.315+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.0Mi, Sys=13.4Mi, NumGC=1306","level":"stat"}
+{"@timestamp":"2025-01-11T12:08:50.312+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.0Mi, Sys=13.4Mi, NumGC=1307","level":"stat"}
+{"@timestamp":"2025-01-11T12:09:50.313+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.0Mi, Sys=13.4Mi, NumGC=1307","level":"stat"}
+{"@timestamp":"2025-01-11T12:10:50.311+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.0Mi, Sys=13.4Mi, NumGC=1308","level":"stat"}
+{"@timestamp":"2025-01-11T12:11:50.311+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.0Mi, Sys=13.4Mi, NumGC=1308","level":"stat"}
+{"@timestamp":"2025-01-11T12:12:50.310+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.0Mi, Sys=13.4Mi, NumGC=1309","level":"stat"}
+{"@timestamp":"2025-01-11T12:13:50.309+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.0Mi, Sys=13.4Mi, NumGC=1309","level":"stat"}
+{"@timestamp":"2025-01-11T12:14:50.308+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.0Mi, Sys=13.4Mi, NumGC=1310","level":"stat"}
+{"@timestamp":"2025-01-11T12:15:50.307+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.0Mi, Sys=13.4Mi, NumGC=1310","level":"stat"}
+{"@timestamp":"2025-01-11T12:16:50.305+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.0Mi, Sys=13.4Mi, NumGC=1311","level":"stat"}
+{"@timestamp":"2025-01-11T12:17:50.313+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.0Mi, Sys=13.4Mi, NumGC=1311","level":"stat"}
+{"@timestamp":"2025-01-11T12:18:50.320+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.1Mi, Sys=13.4Mi, NumGC=1312","level":"stat"}
+{"@timestamp":"2025-01-11T12:19:50.319+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.1Mi, Sys=13.4Mi, NumGC=1312","level":"stat"}
+{"@timestamp":"2025-01-11T12:20:50.318+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.1Mi, Sys=13.4Mi, NumGC=1313","level":"stat"}
+{"@timestamp":"2025-01-11T12:21:50.317+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.1Mi, Sys=13.4Mi, NumGC=1313","level":"stat"}
+{"@timestamp":"2025-01-11T12:22:50.317+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.1Mi, Sys=13.4Mi, NumGC=1314","level":"stat"}
+{"@timestamp":"2025-01-11T12:23:50.315+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.1Mi, Sys=13.4Mi, NumGC=1314","level":"stat"}
+{"@timestamp":"2025-01-11T12:24:50.315+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.1Mi, Sys=13.4Mi, NumGC=1315","level":"stat"}
+{"@timestamp":"2025-01-11T12:25:50.314+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.1Mi, Sys=13.4Mi, NumGC=1315","level":"stat"}
+{"@timestamp":"2025-01-11T12:26:50.313+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.1Mi, Sys=13.4Mi, NumGC=1316","level":"stat"}
+{"@timestamp":"2025-01-11T12:27:50.312+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.1Mi, Sys=13.4Mi, NumGC=1316","level":"stat"}
+{"@timestamp":"2025-01-11T12:28:50.312+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.1Mi, Sys=13.4Mi, NumGC=1317","level":"stat"}
+{"@timestamp":"2025-01-11T12:29:50.311+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.1Mi, Sys=13.4Mi, NumGC=1317","level":"stat"}
+{"@timestamp":"2025-01-11T12:30:50.308+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.1Mi, Sys=13.4Mi, NumGC=1318","level":"stat"}
+{"@timestamp":"2025-01-11T12:31:50.308+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.1Mi, Sys=13.4Mi, NumGC=1318","level":"stat"}
+{"@timestamp":"2025-01-11T12:32:50.306+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.1Mi, Sys=13.4Mi, NumGC=1319","level":"stat"}
+{"@timestamp":"2025-01-11T12:35:12.921+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.1Mi, Sys=13.4Mi, NumGC=1319","level":"stat"}
+{"@timestamp":"2025-01-11T12:36:12.920+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.1Mi, Sys=13.4Mi, NumGC=1320","level":"stat"}
+{"@timestamp":"2025-01-11T12:37:12.920+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.1Mi, Sys=13.4Mi, NumGC=1320","level":"stat"}
+{"@timestamp":"2025-01-11T12:38:12.919+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.1Mi, Sys=13.4Mi, NumGC=1321","level":"stat"}
+{"@timestamp":"2025-01-11T12:39:12.918+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.1Mi, Sys=13.4Mi, NumGC=1321","level":"stat"}
+{"@timestamp":"2025-01-11T12:56:02.829+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.1Mi, Sys=13.4Mi, NumGC=1322","level":"stat"}
+{"@timestamp":"2025-01-11T13:12:27.831+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.1Mi, Sys=13.4Mi, NumGC=1322","level":"stat"}
+{"@timestamp":"2025-01-11T13:13:27.837+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.1Mi, Sys=13.4Mi, NumGC=1323","level":"stat"}
+{"@timestamp":"2025-01-11T13:14:27.837+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.1Mi, Sys=13.4Mi, NumGC=1323","level":"stat"}
+{"@timestamp":"2025-01-11T13:15:27.838+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.1Mi, Sys=13.4Mi, NumGC=1324","level":"stat"}
+{"@timestamp":"2025-01-11T13:16:27.836+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.2Mi, Sys=13.4Mi, NumGC=1324","level":"stat"}
+{"@timestamp":"2025-01-11T13:17:27.838+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.2Mi, Sys=13.4Mi, NumGC=1325","level":"stat"}
+{"@timestamp":"2025-01-11T13:18:27.838+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.2Mi, Sys=13.4Mi, NumGC=1325","level":"stat"}
+{"@timestamp":"2025-01-11T13:19:27.838+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.2Mi, Sys=13.4Mi, NumGC=1326","level":"stat"}
+{"@timestamp":"2025-01-11T13:20:27.839+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.2Mi, Sys=13.4Mi, NumGC=1326","level":"stat"}
+{"@timestamp":"2025-01-11T13:21:27.839+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.2Mi, Sys=13.4Mi, NumGC=1327","level":"stat"}
+{"@timestamp":"2025-01-11T13:22:27.839+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.2Mi, Sys=13.4Mi, NumGC=1327","level":"stat"}
+{"@timestamp":"2025-01-11T13:23:27.839+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.2Mi, Sys=13.4Mi, NumGC=1328","level":"stat"}
+{"@timestamp":"2025-01-11T13:24:27.837+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.2Mi, Sys=13.4Mi, NumGC=1328","level":"stat"}
+{"@timestamp":"2025-01-11T13:25:27.840+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.2Mi, Sys=13.4Mi, NumGC=1329","level":"stat"}
+{"@timestamp":"2025-01-11T13:26:27.840+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.2Mi, Sys=13.4Mi, NumGC=1329","level":"stat"}
+{"@timestamp":"2025-01-11T13:27:27.839+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.2Mi, Sys=13.4Mi, NumGC=1330","level":"stat"}
+{"@timestamp":"2025-01-11T13:28:27.839+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.2Mi, Sys=13.4Mi, NumGC=1330","level":"stat"}
+{"@timestamp":"2025-01-11T13:29:27.840+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.2Mi, Sys=13.4Mi, NumGC=1331","level":"stat"}
+{"@timestamp":"2025-01-11T13:30:27.788+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.2Mi, Sys=13.4Mi, NumGC=1331","level":"stat"}
+{"@timestamp":"2025-01-11T13:31:27.788+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.2Mi, Sys=13.4Mi, NumGC=1332","level":"stat"}
+{"@timestamp":"2025-01-11T13:32:27.788+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.2Mi, Sys=13.4Mi, NumGC=1332","level":"stat"}
+{"@timestamp":"2025-01-11T13:33:27.787+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.2Mi, Sys=13.4Mi, NumGC=1333","level":"stat"}
+{"@timestamp":"2025-01-11T13:34:27.787+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.2Mi, Sys=13.4Mi, NumGC=1333","level":"stat"}
+{"@timestamp":"2025-01-11T13:35:27.787+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.2Mi, Sys=13.4Mi, NumGC=1334","level":"stat"}
+{"@timestamp":"2025-01-11T13:36:27.786+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.2Mi, Sys=13.4Mi, NumGC=1334","level":"stat"}
+{"@timestamp":"2025-01-11T13:37:27.786+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.2Mi, Sys=13.4Mi, NumGC=1335","level":"stat"}
+{"@timestamp":"2025-01-11T13:38:27.786+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.2Mi, Sys=13.4Mi, NumGC=1335","level":"stat"}
+{"@timestamp":"2025-01-11T13:39:27.785+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.2Mi, Sys=13.4Mi, NumGC=1336","level":"stat"}
+{"@timestamp":"2025-01-11T13:40:27.785+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.3Mi, Sys=13.4Mi, NumGC=1336","level":"stat"}
+{"@timestamp":"2025-01-11T13:41:27.784+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.3Mi, Sys=13.4Mi, NumGC=1337","level":"stat"}
+{"@timestamp":"2025-01-11T13:42:27.784+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.3Mi, Sys=13.4Mi, NumGC=1337","level":"stat"}
+{"@timestamp":"2025-01-11T13:43:27.783+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.3Mi, Sys=13.4Mi, NumGC=1338","level":"stat"}
+{"@timestamp":"2025-01-11T13:44:27.783+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.3Mi, Sys=13.4Mi, NumGC=1338","level":"stat"}
+{"@timestamp":"2025-01-11T13:45:27.783+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.3Mi, Sys=13.4Mi, NumGC=1339","level":"stat"}
+{"@timestamp":"2025-01-11T13:46:27.806+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.3Mi, Sys=13.4Mi, NumGC=1339","level":"stat"}
+{"@timestamp":"2025-01-11T13:47:27.807+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.3Mi, Sys=13.4Mi, NumGC=1340","level":"stat"}
+{"@timestamp":"2025-01-11T13:48:27.805+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.3Mi, Sys=13.4Mi, NumGC=1340","level":"stat"}
+{"@timestamp":"2025-01-11T13:49:27.805+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.3Mi, Sys=13.4Mi, NumGC=1341","level":"stat"}
+{"@timestamp":"2025-01-11T13:50:27.805+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.3Mi, Sys=13.4Mi, NumGC=1341","level":"stat"}
+{"@timestamp":"2025-01-11T13:51:27.806+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.3Mi, Sys=13.4Mi, NumGC=1342","level":"stat"}
+{"@timestamp":"2025-01-11T13:52:27.806+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.3Mi, Sys=13.4Mi, NumGC=1342","level":"stat"}
+{"@timestamp":"2025-01-11T13:53:27.806+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.3Mi, Sys=13.4Mi, NumGC=1343","level":"stat"}
+{"@timestamp":"2025-01-11T13:54:27.805+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.3Mi, Sys=13.4Mi, NumGC=1343","level":"stat"}
+{"@timestamp":"2025-01-11T13:55:27.806+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.3Mi, Sys=13.4Mi, NumGC=1344","level":"stat"}
+{"@timestamp":"2025-01-11T13:56:27.805+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.3Mi, Sys=13.4Mi, NumGC=1344","level":"stat"}
+{"@timestamp":"2025-01-11T13:57:27.806+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.3Mi, Sys=13.4Mi, NumGC=1345","level":"stat"}
+{"@timestamp":"2025-01-11T13:58:27.804+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.3Mi, Sys=13.4Mi, NumGC=1345","level":"stat"}
+{"@timestamp":"2025-01-11T13:59:27.803+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.3Mi, Sys=13.4Mi, NumGC=1346","level":"stat"}
+{"@timestamp":"2025-01-11T14:00:27.805+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.3Mi, Sys=13.4Mi, NumGC=1346","level":"stat"}
+{"@timestamp":"2025-01-11T14:01:27.734+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.3Mi, Sys=13.4Mi, NumGC=1347","level":"stat"}
+{"@timestamp":"2025-01-11T14:02:27.732+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.3Mi, Sys=13.4Mi, NumGC=1347","level":"stat"}
+{"@timestamp":"2025-01-11T14:03:27.732+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.3Mi, Sys=13.4Mi, NumGC=1348","level":"stat"}
+{"@timestamp":"2025-01-11T14:04:27.731+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.3Mi, Sys=13.4Mi, NumGC=1348","level":"stat"}
+{"@timestamp":"2025-01-11T14:05:27.730+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.4Mi, Sys=13.4Mi, NumGC=1349","level":"stat"}
+{"@timestamp":"2025-01-11T14:06:27.729+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.4Mi, Sys=13.4Mi, NumGC=1349","level":"stat"}
+{"@timestamp":"2025-01-11T14:07:27.728+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.4Mi, Sys=13.4Mi, NumGC=1350","level":"stat"}
+{"@timestamp":"2025-01-11T14:08:27.727+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.4Mi, Sys=13.4Mi, NumGC=1350","level":"stat"}
+{"@timestamp":"2025-01-11T14:09:27.727+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.4Mi, Sys=13.4Mi, NumGC=1351","level":"stat"}
+{"@timestamp":"2025-01-11T14:10:27.725+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.4Mi, Sys=13.4Mi, NumGC=1351","level":"stat"}
+{"@timestamp":"2025-01-11T14:11:27.724+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.4Mi, Sys=13.4Mi, NumGC=1352","level":"stat"}
+{"@timestamp":"2025-01-11T14:12:27.724+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.4Mi, Sys=13.4Mi, NumGC=1352","level":"stat"}
+{"@timestamp":"2025-01-11T14:13:27.723+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.4Mi, Sys=13.4Mi, NumGC=1353","level":"stat"}
+{"@timestamp":"2025-01-11T14:14:52.504+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.4Mi, Sys=13.4Mi, NumGC=1353","level":"stat"}
+{"@timestamp":"2025-01-11T14:15:52.502+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.4Mi, Sys=13.4Mi, NumGC=1354","level":"stat"}
+{"@timestamp":"2025-01-11T14:16:52.500+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.4Mi, Sys=13.4Mi, NumGC=1354","level":"stat"}
+{"@timestamp":"2025-01-11T14:17:52.499+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.4Mi, Sys=13.4Mi, NumGC=1355","level":"stat"}
+{"@timestamp":"2025-01-11T14:18:52.497+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.4Mi, Sys=13.4Mi, NumGC=1355","level":"stat"}
+{"@timestamp":"2025-01-11T14:20:17.360+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.4Mi, Sys=13.4Mi, NumGC=1356","level":"stat"}
+{"@timestamp":"2025-01-11T14:36:10.677+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.4Mi, Sys=13.4Mi, NumGC=1356","level":"stat"}
+{"@timestamp":"2025-01-11T14:50:14.749+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.4Mi, Sys=13.4Mi, NumGC=1357","level":"stat"}
+{"@timestamp":"2025-01-11T14:51:14.751+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.4Mi, Sys=13.4Mi, NumGC=1357","level":"stat"}
+{"@timestamp":"2025-01-11T14:52:14.751+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.4Mi, Sys=13.4Mi, NumGC=1358","level":"stat"}
+{"@timestamp":"2025-01-11T14:53:14.750+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.4Mi, Sys=13.4Mi, NumGC=1358","level":"stat"}
+{"@timestamp":"2025-01-11T14:54:14.749+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.4Mi, Sys=13.4Mi, NumGC=1359","level":"stat"}
+{"@timestamp":"2025-01-11T14:55:14.748+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.4Mi, Sys=13.4Mi, NumGC=1359","level":"stat"}
+{"@timestamp":"2025-01-11T14:56:14.747+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.4Mi, Sys=13.4Mi, NumGC=1360","level":"stat"}
+{"@timestamp":"2025-01-11T14:57:14.746+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.4Mi, Sys=13.4Mi, NumGC=1360","level":"stat"}
+{"@timestamp":"2025-01-11T14:58:14.746+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.4Mi, Sys=13.4Mi, NumGC=1361","level":"stat"}
+{"@timestamp":"2025-01-11T14:59:14.745+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.5Mi, Sys=13.4Mi, NumGC=1361","level":"stat"}
+{"@timestamp":"2025-01-11T15:00:14.744+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.5Mi, Sys=13.4Mi, NumGC=1362","level":"stat"}
+{"@timestamp":"2025-01-11T15:01:14.742+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.5Mi, Sys=13.4Mi, NumGC=1362","level":"stat"}
+{"@timestamp":"2025-01-11T15:02:14.742+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.5Mi, Sys=13.4Mi, NumGC=1363","level":"stat"}
+{"@timestamp":"2025-01-11T15:03:14.740+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.5Mi, Sys=13.4Mi, NumGC=1363","level":"stat"}
+{"@timestamp":"2025-01-11T15:04:14.740+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.5Mi, Sys=13.4Mi, NumGC=1364","level":"stat"}
+{"@timestamp":"2025-01-11T15:05:14.739+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.5Mi, Sys=13.4Mi, NumGC=1364","level":"stat"}
+{"@timestamp":"2025-01-11T15:06:14.738+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.5Mi, Sys=13.4Mi, NumGC=1365","level":"stat"}
+{"@timestamp":"2025-01-11T15:07:14.738+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.5Mi, Sys=13.4Mi, NumGC=1365","level":"stat"}
+{"@timestamp":"2025-01-11T15:08:14.738+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.5Mi, Sys=13.4Mi, NumGC=1366","level":"stat"}
+{"@timestamp":"2025-01-11T15:09:14.737+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.5Mi, Sys=13.4Mi, NumGC=1366","level":"stat"}
+{"@timestamp":"2025-01-11T15:10:14.735+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.5Mi, Sys=13.4Mi, NumGC=1367","level":"stat"}
+{"@timestamp":"2025-01-11T15:11:14.808+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.5Mi, Sys=13.4Mi, NumGC=1367","level":"stat"}
+{"@timestamp":"2025-01-11T15:12:14.808+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.5Mi, Sys=13.4Mi, NumGC=1368","level":"stat"}
+{"@timestamp":"2025-01-11T15:13:14.808+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.5Mi, Sys=13.4Mi, NumGC=1368","level":"stat"}
+{"@timestamp":"2025-01-11T15:14:14.808+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.5Mi, Sys=13.4Mi, NumGC=1369","level":"stat"}
+{"@timestamp":"2025-01-11T15:15:14.809+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.5Mi, Sys=13.4Mi, NumGC=1369","level":"stat"}
+{"@timestamp":"2025-01-11T15:16:14.809+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.5Mi, Sys=13.4Mi, NumGC=1370","level":"stat"}
+{"@timestamp":"2025-01-11T15:17:14.810+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.5Mi, Sys=13.4Mi, NumGC=1370","level":"stat"}
+{"@timestamp":"2025-01-11T15:18:14.810+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.5Mi, Sys=13.4Mi, NumGC=1371","level":"stat"}
+{"@timestamp":"2025-01-11T15:19:14.810+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.5Mi, Sys=13.4Mi, NumGC=1371","level":"stat"}
+{"@timestamp":"2025-01-11T15:20:14.809+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.5Mi, Sys=13.4Mi, NumGC=1372","level":"stat"}
+{"@timestamp":"2025-01-11T15:21:14.809+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.5Mi, Sys=13.4Mi, NumGC=1372","level":"stat"}
+{"@timestamp":"2025-01-11T15:22:14.809+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.5Mi, Sys=13.4Mi, NumGC=1373","level":"stat"}
+{"@timestamp":"2025-01-11T15:23:14.809+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.6Mi, Sys=13.4Mi, NumGC=1373","level":"stat"}
+{"@timestamp":"2025-01-11T15:24:14.809+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.6Mi, Sys=13.4Mi, NumGC=1374","level":"stat"}
+{"@timestamp":"2025-01-11T15:25:14.809+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.6Mi, Sys=13.4Mi, NumGC=1374","level":"stat"}
+{"@timestamp":"2025-01-11T15:26:14.810+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.6Mi, Sys=13.4Mi, NumGC=1375","level":"stat"}
+{"@timestamp":"2025-01-11T15:27:14.830+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.6Mi, Sys=13.4Mi, NumGC=1375","level":"stat"}
+{"@timestamp":"2025-01-11T15:28:14.844+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.6Mi, Sys=13.4Mi, NumGC=1376","level":"stat"}
+{"@timestamp":"2025-01-11T15:29:14.847+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.6Mi, Sys=13.4Mi, NumGC=1376","level":"stat"}
+{"@timestamp":"2025-01-11T15:30:14.847+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.6Mi, Sys=13.4Mi, NumGC=1377","level":"stat"}
+{"@timestamp":"2025-01-11T15:31:14.847+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.6Mi, Sys=13.4Mi, NumGC=1377","level":"stat"}
+{"@timestamp":"2025-01-11T15:32:14.849+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.6Mi, Sys=13.4Mi, NumGC=1378","level":"stat"}
+{"@timestamp":"2025-01-11T15:33:14.849+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.6Mi, Sys=13.4Mi, NumGC=1378","level":"stat"}
+{"@timestamp":"2025-01-11T15:34:14.827+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.6Mi, Sys=13.4Mi, NumGC=1379","level":"stat"}
+{"@timestamp":"2025-01-11T15:35:14.824+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.6Mi, Sys=13.4Mi, NumGC=1379","level":"stat"}
+{"@timestamp":"2025-01-11T15:36:14.825+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.6Mi, Sys=13.4Mi, NumGC=1380","level":"stat"}
+{"@timestamp":"2025-01-11T15:37:14.825+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.6Mi, Sys=13.4Mi, NumGC=1380","level":"stat"}
+{"@timestamp":"2025-01-11T15:38:14.825+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.6Mi, Sys=13.4Mi, NumGC=1381","level":"stat"}
+{"@timestamp":"2025-01-11T15:39:39.690+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.6Mi, Sys=13.4Mi, NumGC=1381","level":"stat"}
+{"@timestamp":"2025-01-11T16:11:23.066+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.6Mi, Sys=13.4Mi, NumGC=1382","level":"stat"}
+{"@timestamp":"2025-01-11T16:12:23.063+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.6Mi, Sys=13.4Mi, NumGC=1382","level":"stat"}
+{"@timestamp":"2025-01-11T16:13:23.060+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.6Mi, Sys=13.4Mi, NumGC=1383","level":"stat"}
+{"@timestamp":"2025-01-11T16:14:23.059+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.6Mi, Sys=13.4Mi, NumGC=1383","level":"stat"}
+{"@timestamp":"2025-01-11T16:15:23.056+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.6Mi, Sys=13.4Mi, NumGC=1384","level":"stat"}
+{"@timestamp":"2025-01-11T16:16:23.055+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.6Mi, Sys=13.4Mi, NumGC=1384","level":"stat"}
+{"@timestamp":"2025-01-11T16:17:23.053+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.6Mi, Sys=13.4Mi, NumGC=1385","level":"stat"}
+{"@timestamp":"2025-01-11T16:18:23.049+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.6Mi, Sys=13.4Mi, NumGC=1385","level":"stat"}
+{"@timestamp":"2025-01-11T16:19:23.048+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.7Mi, Sys=13.4Mi, NumGC=1386","level":"stat"}
+{"@timestamp":"2025-01-11T16:20:23.045+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.7Mi, Sys=13.4Mi, NumGC=1386","level":"stat"}
+{"@timestamp":"2025-01-11T16:21:23.043+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.7Mi, Sys=13.4Mi, NumGC=1387","level":"stat"}
+{"@timestamp":"2025-01-11T16:22:23.042+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.7Mi, Sys=13.4Mi, NumGC=1387","level":"stat"}
+{"@timestamp":"2025-01-11T16:23:23.040+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.7Mi, Sys=13.4Mi, NumGC=1388","level":"stat"}
+{"@timestamp":"2025-01-11T16:24:23.038+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.7Mi, Sys=13.4Mi, NumGC=1388","level":"stat"}
+{"@timestamp":"2025-01-11T16:25:23.036+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.7Mi, Sys=13.4Mi, NumGC=1389","level":"stat"}
+{"@timestamp":"2025-01-11T16:26:23.032+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.7Mi, Sys=13.4Mi, NumGC=1389","level":"stat"}
+{"@timestamp":"2025-01-11T16:27:23.031+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.7Mi, Sys=13.4Mi, NumGC=1390","level":"stat"}
+{"@timestamp":"2025-01-11T16:28:23.029+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.7Mi, Sys=13.4Mi, NumGC=1390","level":"stat"}
+{"@timestamp":"2025-01-11T16:29:23.027+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.7Mi, Sys=13.4Mi, NumGC=1391","level":"stat"}
+{"@timestamp":"2025-01-11T16:30:23.025+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.7Mi, Sys=13.4Mi, NumGC=1391","level":"stat"}
+{"@timestamp":"2025-01-11T16:31:23.023+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.7Mi, Sys=13.4Mi, NumGC=1392","level":"stat"}
+{"@timestamp":"2025-01-11T16:32:23.021+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.7Mi, Sys=13.4Mi, NumGC=1392","level":"stat"}
+{"@timestamp":"2025-01-11T16:33:23.019+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.7Mi, Sys=13.4Mi, NumGC=1393","level":"stat"}
+{"@timestamp":"2025-01-11T16:34:23.015+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.7Mi, Sys=13.4Mi, NumGC=1393","level":"stat"}
+{"@timestamp":"2025-01-11T16:35:23.013+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.7Mi, Sys=13.4Mi, NumGC=1394","level":"stat"}
+{"@timestamp":"2025-01-11T16:36:23.012+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.7Mi, Sys=13.4Mi, NumGC=1394","level":"stat"}
+{"@timestamp":"2025-01-11T16:37:23.010+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.7Mi, Sys=13.4Mi, NumGC=1395","level":"stat"}
+{"@timestamp":"2025-01-11T16:38:23.062+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.7Mi, Sys=13.4Mi, NumGC=1395","level":"stat"}
+{"@timestamp":"2025-01-11T16:39:23.060+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.7Mi, Sys=13.4Mi, NumGC=1396","level":"stat"}
+{"@timestamp":"2025-01-11T16:40:23.057+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.7Mi, Sys=13.4Mi, NumGC=1396","level":"stat"}
+{"@timestamp":"2025-01-11T16:41:23.058+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.7Mi, Sys=13.4Mi, NumGC=1397","level":"stat"}
+{"@timestamp":"2025-01-11T16:42:23.056+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.7Mi, Sys=13.4Mi, NumGC=1397","level":"stat"}
+{"@timestamp":"2025-01-11T16:43:23.055+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.7Mi, Sys=13.4Mi, NumGC=1398","level":"stat"}
+{"@timestamp":"2025-01-11T16:44:23.052+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.8Mi, Sys=13.4Mi, NumGC=1398","level":"stat"}
+{"@timestamp":"2025-01-11T16:45:23.051+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.8Mi, Sys=13.4Mi, NumGC=1399","level":"stat"}
+{"@timestamp":"2025-01-11T16:46:23.050+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.8Mi, Sys=13.4Mi, NumGC=1399","level":"stat"}
+{"@timestamp":"2025-01-11T16:47:23.049+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.8Mi, Sys=13.4Mi, NumGC=1400","level":"stat"}
+{"@timestamp":"2025-01-11T16:48:23.047+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.8Mi, Sys=13.4Mi, NumGC=1400","level":"stat"}
+{"@timestamp":"2025-01-11T16:49:23.046+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.8Mi, Sys=13.4Mi, NumGC=1401","level":"stat"}
+{"@timestamp":"2025-01-11T16:50:23.045+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.8Mi, Sys=13.4Mi, NumGC=1401","level":"stat"}
+{"@timestamp":"2025-01-11T16:51:23.042+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.8Mi, Sys=13.4Mi, NumGC=1402","level":"stat"}
+{"@timestamp":"2025-01-11T16:52:23.042+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.8Mi, Sys=13.4Mi, NumGC=1402","level":"stat"}
+{"@timestamp":"2025-01-11T16:53:23.040+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.8Mi, Sys=13.4Mi, NumGC=1403","level":"stat"}
+{"@timestamp":"2025-01-11T16:54:23.183+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.8Mi, Sys=13.4Mi, NumGC=1403","level":"stat"}
+{"@timestamp":"2025-01-11T16:55:23.182+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.8Mi, Sys=13.4Mi, NumGC=1404","level":"stat"}
+{"@timestamp":"2025-01-11T16:56:23.184+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.8Mi, Sys=13.4Mi, NumGC=1404","level":"stat"}
+{"@timestamp":"2025-01-11T16:57:23.184+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.8Mi, Sys=13.4Mi, NumGC=1405","level":"stat"}
+{"@timestamp":"2025-01-11T16:58:23.183+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.8Mi, Sys=13.4Mi, NumGC=1405","level":"stat"}
+{"@timestamp":"2025-01-11T16:59:23.185+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.8Mi, Sys=13.4Mi, NumGC=1406","level":"stat"}
+{"@timestamp":"2025-01-11T17:00:23.185+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.8Mi, Sys=13.4Mi, NumGC=1406","level":"stat"}
+{"@timestamp":"2025-01-11T17:01:23.184+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.8Mi, Sys=13.4Mi, NumGC=1407","level":"stat"}
+{"@timestamp":"2025-01-11T17:02:23.185+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.8Mi, Sys=13.4Mi, NumGC=1407","level":"stat"}
+{"@timestamp":"2025-01-11T17:03:23.186+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.8Mi, Sys=13.4Mi, NumGC=1408","level":"stat"}
+{"@timestamp":"2025-01-11T17:04:23.186+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.8Mi, Sys=13.4Mi, NumGC=1408","level":"stat"}
+{"@timestamp":"2025-01-11T17:05:23.184+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.8Mi, Sys=13.4Mi, NumGC=1409","level":"stat"}
+{"@timestamp":"2025-01-11T17:06:23.185+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.8Mi, Sys=13.4Mi, NumGC=1409","level":"stat"}
+{"@timestamp":"2025-01-11T17:07:23.187+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.8Mi, Sys=13.4Mi, NumGC=1410","level":"stat"}
+{"@timestamp":"2025-01-11T17:08:23.187+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.8Mi, Sys=13.4Mi, NumGC=1410","level":"stat"}
+{"@timestamp":"2025-01-11T17:09:23.187+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.9Mi, Sys=13.4Mi, NumGC=1411","level":"stat"}
+{"@timestamp":"2025-01-11T17:10:23.188+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.9Mi, Sys=13.4Mi, NumGC=1411","level":"stat"}
+{"@timestamp":"2025-01-11T17:11:23.187+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.9Mi, Sys=13.4Mi, NumGC=1412","level":"stat"}
+{"@timestamp":"2025-01-11T17:12:23.188+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.9Mi, Sys=13.4Mi, NumGC=1412","level":"stat"}
+{"@timestamp":"2025-01-11T17:13:48.030+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.9Mi, Sys=13.4Mi, NumGC=1413","level":"stat"}
+{"@timestamp":"2025-01-11T17:14:48.030+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.9Mi, Sys=13.4Mi, NumGC=1413","level":"stat"}
+{"@timestamp":"2025-01-11T17:15:48.030+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.9Mi, Sys=13.4Mi, NumGC=1414","level":"stat"}
+{"@timestamp":"2025-01-11T17:16:48.029+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.9Mi, Sys=13.4Mi, NumGC=1414","level":"stat"}
+{"@timestamp":"2025-01-11T17:17:48.030+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.9Mi, Sys=13.4Mi, NumGC=1415","level":"stat"}
+{"@timestamp":"2025-01-11T17:34:37.851+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.9Mi, Sys=13.4Mi, NumGC=1415","level":"stat"}
+{"@timestamp":"2025-01-11T17:51:02.906+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.9Mi, Sys=13.4Mi, NumGC=1416","level":"stat"}
+{"@timestamp":"2025-01-11T17:52:02.910+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.9Mi, Sys=13.4Mi, NumGC=1416","level":"stat"}
+{"@timestamp":"2025-01-11T17:53:02.911+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.9Mi, Sys=13.4Mi, NumGC=1417","level":"stat"}
+{"@timestamp":"2025-01-11T17:54:02.911+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.9Mi, Sys=13.4Mi, NumGC=1417","level":"stat"}
+{"@timestamp":"2025-01-11T17:55:02.911+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.9Mi, Sys=13.4Mi, NumGC=1418","level":"stat"}
+{"@timestamp":"2025-01-11T17:56:02.913+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.9Mi, Sys=13.4Mi, NumGC=1418","level":"stat"}
+{"@timestamp":"2025-01-11T17:57:02.914+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.9Mi, Sys=13.4Mi, NumGC=1419","level":"stat"}
+{"@timestamp":"2025-01-11T17:58:02.913+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.9Mi, Sys=13.4Mi, NumGC=1419","level":"stat"}
+{"@timestamp":"2025-01-11T17:59:02.916+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.9Mi, Sys=13.4Mi, NumGC=1420","level":"stat"}
+{"@timestamp":"2025-01-11T18:00:02.917+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.9Mi, Sys=13.4Mi, NumGC=1420","level":"stat"}
+{"@timestamp":"2025-01-11T18:01:02.917+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.9Mi, Sys=13.4Mi, NumGC=1421","level":"stat"}
+{"@timestamp":"2025-01-11T18:02:02.937+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.9Mi, Sys=13.4Mi, NumGC=1421","level":"stat"}
+{"@timestamp":"2025-01-11T18:03:02.943+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.9Mi, Sys=13.4Mi, NumGC=1422","level":"stat"}
+{"@timestamp":"2025-01-11T18:04:02.944+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=13.9Mi, Sys=13.4Mi, NumGC=1422","level":"stat"}
+{"@timestamp":"2025-01-11T18:05:02.945+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=13.9Mi, Sys=13.4Mi, NumGC=1423","level":"stat"}
+{"@timestamp":"2025-01-11T18:06:02.946+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.0Mi, Sys=13.4Mi, NumGC=1423","level":"stat"}
+{"@timestamp":"2025-01-11T18:07:02.947+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.0Mi, Sys=13.4Mi, NumGC=1424","level":"stat"}
+{"@timestamp":"2025-01-11T18:08:02.948+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.0Mi, Sys=13.4Mi, NumGC=1424","level":"stat"}
+{"@timestamp":"2025-01-11T18:09:02.949+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.0Mi, Sys=13.4Mi, NumGC=1425","level":"stat"}
+{"@timestamp":"2025-01-11T18:10:02.951+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.0Mi, Sys=13.4Mi, NumGC=1425","level":"stat"}
+{"@timestamp":"2025-01-11T18:11:02.952+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.0Mi, Sys=13.4Mi, NumGC=1426","level":"stat"}
+{"@timestamp":"2025-01-11T18:12:02.952+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.0Mi, Sys=13.4Mi, NumGC=1426","level":"stat"}
+{"@timestamp":"2025-01-11T18:13:02.953+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.0Mi, Sys=13.4Mi, NumGC=1427","level":"stat"}
+{"@timestamp":"2025-01-11T18:14:02.955+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.0Mi, Sys=13.4Mi, NumGC=1427","level":"stat"}
+{"@timestamp":"2025-01-11T18:15:02.956+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.0Mi, Sys=13.4Mi, NumGC=1428","level":"stat"}
+{"@timestamp":"2025-01-11T18:16:02.957+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.0Mi, Sys=13.4Mi, NumGC=1428","level":"stat"}
+{"@timestamp":"2025-01-11T18:17:02.958+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.0Mi, Sys=13.4Mi, NumGC=1429","level":"stat"}
+{"@timestamp":"2025-01-11T18:18:02.960+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.0Mi, Sys=13.4Mi, NumGC=1429","level":"stat"}
+{"@timestamp":"2025-01-11T18:19:02.959+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.0Mi, Sys=13.4Mi, NumGC=1430","level":"stat"}
+{"@timestamp":"2025-01-11T18:20:02.962+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.0Mi, Sys=13.4Mi, NumGC=1430","level":"stat"}
+{"@timestamp":"2025-01-11T18:21:02.965+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.0Mi, Sys=13.4Mi, NumGC=1431","level":"stat"}
+{"@timestamp":"2025-01-11T18:22:02.966+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.0Mi, Sys=13.4Mi, NumGC=1431","level":"stat"}
+{"@timestamp":"2025-01-11T18:23:02.967+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.0Mi, Sys=13.4Mi, NumGC=1432","level":"stat"}
+{"@timestamp":"2025-01-11T18:24:02.969+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.0Mi, Sys=13.4Mi, NumGC=1432","level":"stat"}
+{"@timestamp":"2025-01-11T18:25:02.969+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.0Mi, Sys=13.4Mi, NumGC=1433","level":"stat"}
+{"@timestamp":"2025-01-11T18:26:02.971+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.0Mi, Sys=13.4Mi, NumGC=1433","level":"stat"}
+{"@timestamp":"2025-01-11T18:27:02.972+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.0Mi, Sys=13.4Mi, NumGC=1434","level":"stat"}
+{"@timestamp":"2025-01-11T18:28:02.973+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.0Mi, Sys=13.4Mi, NumGC=1434","level":"stat"}
+{"@timestamp":"2025-01-11T18:29:02.975+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.0Mi, Sys=13.4Mi, NumGC=1435","level":"stat"}
+{"@timestamp":"2025-01-11T18:30:02.976+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.1Mi, Sys=13.4Mi, NumGC=1435","level":"stat"}
+{"@timestamp":"2025-01-11T18:31:02.977+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.1Mi, Sys=13.4Mi, NumGC=1436","level":"stat"}
+{"@timestamp":"2025-01-11T18:32:02.978+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.1Mi, Sys=13.4Mi, NumGC=1436","level":"stat"}
+{"@timestamp":"2025-01-11T18:33:02.979+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.1Mi, Sys=13.4Mi, NumGC=1437","level":"stat"}
+{"@timestamp":"2025-01-11T18:34:02.980+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.1Mi, Sys=13.4Mi, NumGC=1437","level":"stat"}
+{"@timestamp":"2025-01-11T18:35:02.981+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.1Mi, Sys=13.4Mi, NumGC=1438","level":"stat"}
+{"@timestamp":"2025-01-11T18:36:02.983+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.1Mi, Sys=13.4Mi, NumGC=1438","level":"stat"}
+{"@timestamp":"2025-01-11T18:37:02.983+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.1Mi, Sys=13.4Mi, NumGC=1439","level":"stat"}
+{"@timestamp":"2025-01-11T18:38:02.984+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.1Mi, Sys=13.4Mi, NumGC=1439","level":"stat"}
+{"@timestamp":"2025-01-11T18:39:02.985+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.1Mi, Sys=13.4Mi, NumGC=1440","level":"stat"}
+{"@timestamp":"2025-01-11T18:40:02.987+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.1Mi, Sys=13.4Mi, NumGC=1440","level":"stat"}
+{"@timestamp":"2025-01-11T18:41:02.988+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.1Mi, Sys=13.4Mi, NumGC=1441","level":"stat"}
+{"@timestamp":"2025-01-11T18:42:02.989+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.1Mi, Sys=13.4Mi, NumGC=1441","level":"stat"}
+{"@timestamp":"2025-01-11T18:43:02.989+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.1Mi, Sys=13.4Mi, NumGC=1442","level":"stat"}
+{"@timestamp":"2025-01-11T18:44:02.991+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.1Mi, Sys=13.4Mi, NumGC=1442","level":"stat"}
+{"@timestamp":"2025-01-11T18:45:02.991+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.1Mi, Sys=13.4Mi, NumGC=1443","level":"stat"}
+{"@timestamp":"2025-01-11T18:46:02.993+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.1Mi, Sys=13.4Mi, NumGC=1443","level":"stat"}
+{"@timestamp":"2025-01-11T18:47:02.995+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.1Mi, Sys=13.4Mi, NumGC=1444","level":"stat"}
+{"@timestamp":"2025-01-11T18:48:02.996+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.1Mi, Sys=13.4Mi, NumGC=1444","level":"stat"}
+{"@timestamp":"2025-01-11T18:49:02.997+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.1Mi, Sys=13.4Mi, NumGC=1445","level":"stat"}
+{"@timestamp":"2025-01-11T18:50:02.998+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.1Mi, Sys=13.4Mi, NumGC=1445","level":"stat"}
+{"@timestamp":"2025-01-11T18:51:02.998+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.1Mi, Sys=13.4Mi, NumGC=1446","level":"stat"}
+{"@timestamp":"2025-01-11T18:52:02.997+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.1Mi, Sys=13.4Mi, NumGC=1446","level":"stat"}
+{"@timestamp":"2025-01-11T18:53:27.851+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.1Mi, Sys=13.4Mi, NumGC=1447","level":"stat"}
+{"@timestamp":"2025-01-11T18:54:27.851+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.1Mi, Sys=13.4Mi, NumGC=1447","level":"stat"}
+{"@timestamp":"2025-01-11T18:55:27.852+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.2Mi, Sys=13.4Mi, NumGC=1448","level":"stat"}
+{"@timestamp":"2025-01-11T18:56:27.853+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.2Mi, Sys=13.4Mi, NumGC=1448","level":"stat"}
+{"@timestamp":"2025-01-11T18:57:27.854+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.2Mi, Sys=13.4Mi, NumGC=1449","level":"stat"}
+{"@timestamp":"2025-01-11T18:58:52.728+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.2Mi, Sys=13.4Mi, NumGC=1449","level":"stat"}
+{"@timestamp":"2025-01-11T19:15:17.803+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.2Mi, Sys=13.4Mi, NumGC=1450","level":"stat"}
+{"@timestamp":"2025-01-11T19:31:42.836+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.2Mi, Sys=13.4Mi, NumGC=1450","level":"stat"}
+{"@timestamp":"2025-01-11T19:32:42.833+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.2Mi, Sys=13.4Mi, NumGC=1451","level":"stat"}
+{"@timestamp":"2025-01-11T19:33:42.835+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.2Mi, Sys=13.4Mi, NumGC=1451","level":"stat"}
+{"@timestamp":"2025-01-11T19:34:42.836+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.2Mi, Sys=13.4Mi, NumGC=1452","level":"stat"}
+{"@timestamp":"2025-01-11T19:35:42.835+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.2Mi, Sys=13.4Mi, NumGC=1452","level":"stat"}
+{"@timestamp":"2025-01-11T19:36:42.837+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.2Mi, Sys=13.4Mi, NumGC=1453","level":"stat"}
+{"@timestamp":"2025-01-11T19:37:42.838+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.2Mi, Sys=13.4Mi, NumGC=1453","level":"stat"}
+{"@timestamp":"2025-01-11T19:38:42.838+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.2Mi, Sys=13.4Mi, NumGC=1454","level":"stat"}
+{"@timestamp":"2025-01-11T19:39:42.840+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.2Mi, Sys=13.4Mi, NumGC=1454","level":"stat"}
+{"@timestamp":"2025-01-11T19:40:42.840+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.2Mi, Sys=13.4Mi, NumGC=1455","level":"stat"}
+{"@timestamp":"2025-01-11T19:41:42.841+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.2Mi, Sys=13.4Mi, NumGC=1455","level":"stat"}
+{"@timestamp":"2025-01-11T19:42:42.842+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.2Mi, Sys=13.4Mi, NumGC=1456","level":"stat"}
+{"@timestamp":"2025-01-11T19:43:42.843+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.2Mi, Sys=13.4Mi, NumGC=1456","level":"stat"}
+{"@timestamp":"2025-01-11T19:44:42.844+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.2Mi, Sys=13.4Mi, NumGC=1457","level":"stat"}
+{"@timestamp":"2025-01-11T19:45:42.845+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.2Mi, Sys=13.4Mi, NumGC=1457","level":"stat"}
+{"@timestamp":"2025-01-11T19:46:42.845+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.2Mi, Sys=13.4Mi, NumGC=1458","level":"stat"}
+{"@timestamp":"2025-01-11T19:47:42.846+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.2Mi, Sys=13.4Mi, NumGC=1458","level":"stat"}
+{"@timestamp":"2025-01-11T19:48:42.847+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.2Mi, Sys=13.4Mi, NumGC=1459","level":"stat"}
+{"@timestamp":"2025-01-11T19:49:42.848+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.2Mi, Sys=13.4Mi, NumGC=1459","level":"stat"}
+{"@timestamp":"2025-01-11T19:50:42.848+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.2Mi, Sys=13.4Mi, NumGC=1460","level":"stat"}
+{"@timestamp":"2025-01-11T19:51:42.849+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.3Mi, Sys=13.4Mi, NumGC=1460","level":"stat"}
+{"@timestamp":"2025-01-11T19:52:42.849+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.3Mi, Sys=13.4Mi, NumGC=1461","level":"stat"}
+{"@timestamp":"2025-01-11T19:53:42.851+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.3Mi, Sys=13.4Mi, NumGC=1461","level":"stat"}
+{"@timestamp":"2025-01-11T19:54:42.851+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.3Mi, Sys=13.4Mi, NumGC=1462","level":"stat"}
+{"@timestamp":"2025-01-11T19:55:42.852+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.3Mi, Sys=13.4Mi, NumGC=1462","level":"stat"}
+{"@timestamp":"2025-01-11T19:56:42.853+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.3Mi, Sys=13.4Mi, NumGC=1463","level":"stat"}
+{"@timestamp":"2025-01-11T19:57:42.845+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.3Mi, Sys=13.4Mi, NumGC=1463","level":"stat"}
+{"@timestamp":"2025-01-11T19:58:42.837+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.3Mi, Sys=13.4Mi, NumGC=1464","level":"stat"}
+{"@timestamp":"2025-01-11T19:59:42.838+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.3Mi, Sys=13.4Mi, NumGC=1464","level":"stat"}
+{"@timestamp":"2025-01-11T20:00:42.839+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.3Mi, Sys=13.4Mi, NumGC=1465","level":"stat"}
+{"@timestamp":"2025-01-11T20:01:42.839+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.3Mi, Sys=13.4Mi, NumGC=1465","level":"stat"}
+{"@timestamp":"2025-01-11T20:02:42.839+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.3Mi, Sys=13.4Mi, NumGC=1465","level":"stat"}
+{"@timestamp":"2025-01-11T20:03:42.840+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.3Mi, Sys=13.4Mi, NumGC=1466","level":"stat"}
+{"@timestamp":"2025-01-11T20:04:42.843+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.3Mi, Sys=13.4Mi, NumGC=1466","level":"stat"}
+{"@timestamp":"2025-01-11T20:05:42.842+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.3Mi, Sys=13.4Mi, NumGC=1467","level":"stat"}
+{"@timestamp":"2025-01-11T20:06:42.842+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.3Mi, Sys=13.4Mi, NumGC=1467","level":"stat"}
+{"@timestamp":"2025-01-11T20:07:42.843+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.3Mi, Sys=13.4Mi, NumGC=1468","level":"stat"}
+{"@timestamp":"2025-01-11T20:08:42.843+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.3Mi, Sys=13.4Mi, NumGC=1468","level":"stat"}
+{"@timestamp":"2025-01-11T20:09:42.843+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.3Mi, Sys=13.4Mi, NumGC=1469","level":"stat"}
+{"@timestamp":"2025-01-11T20:10:42.844+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.3Mi, Sys=13.4Mi, NumGC=1469","level":"stat"}
+{"@timestamp":"2025-01-11T20:11:42.845+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.3Mi, Sys=13.4Mi, NumGC=1470","level":"stat"}
+{"@timestamp":"2025-01-11T20:12:42.845+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.3Mi, Sys=13.4Mi, NumGC=1470","level":"stat"}
+{"@timestamp":"2025-01-11T20:13:42.786+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.3Mi, Sys=13.4Mi, NumGC=1471","level":"stat"}
+{"@timestamp":"2025-01-11T20:14:42.784+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.3Mi, Sys=13.4Mi, NumGC=1471","level":"stat"}
+{"@timestamp":"2025-01-11T20:15:42.786+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.3Mi, Sys=13.4Mi, NumGC=1472","level":"stat"}
+{"@timestamp":"2025-01-11T20:16:42.786+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.3Mi, Sys=13.4Mi, NumGC=1472","level":"stat"}
+{"@timestamp":"2025-01-11T20:17:42.784+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.3Mi, Sys=13.4Mi, NumGC=1473","level":"stat"}
+{"@timestamp":"2025-01-11T20:18:42.785+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.4Mi, Sys=13.4Mi, NumGC=1473","level":"stat"}
+{"@timestamp":"2025-01-11T20:19:42.785+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.4Mi, Sys=13.4Mi, NumGC=1474","level":"stat"}
+{"@timestamp":"2025-01-11T20:20:42.785+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.4Mi, Sys=13.4Mi, NumGC=1474","level":"stat"}
+{"@timestamp":"2025-01-11T20:21:42.785+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.4Mi, Sys=13.4Mi, NumGC=1475","level":"stat"}
+{"@timestamp":"2025-01-11T20:22:42.783+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.4Mi, Sys=13.4Mi, NumGC=1475","level":"stat"}
+{"@timestamp":"2025-01-11T20:23:42.785+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.4Mi, Sys=13.4Mi, NumGC=1476","level":"stat"}
+{"@timestamp":"2025-01-11T20:24:42.785+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.4Mi, Sys=13.4Mi, NumGC=1476","level":"stat"}
+{"@timestamp":"2025-01-11T20:25:42.784+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.4Mi, Sys=13.4Mi, NumGC=1477","level":"stat"}
+{"@timestamp":"2025-01-11T20:26:42.784+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.4Mi, Sys=13.4Mi, NumGC=1477","level":"stat"}
+{"@timestamp":"2025-01-11T20:27:42.784+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.4Mi, Sys=13.4Mi, NumGC=1478","level":"stat"}
+{"@timestamp":"2025-01-11T20:28:42.784+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.4Mi, Sys=13.4Mi, NumGC=1478","level":"stat"}
+{"@timestamp":"2025-01-11T20:29:42.782+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.4Mi, Sys=13.4Mi, NumGC=1479","level":"stat"}
+{"@timestamp":"2025-01-11T20:30:42.783+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.4Mi, Sys=13.4Mi, NumGC=1479","level":"stat"}
+{"@timestamp":"2025-01-11T20:31:42.783+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.4Mi, Sys=13.4Mi, NumGC=1480","level":"stat"}
+{"@timestamp":"2025-01-11T20:33:07.567+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.4Mi, Sys=13.4Mi, NumGC=1480","level":"stat"}
+{"@timestamp":"2025-01-11T20:34:07.566+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.4Mi, Sys=13.4Mi, NumGC=1481","level":"stat"}
+{"@timestamp":"2025-01-11T20:35:07.566+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.4Mi, Sys=13.4Mi, NumGC=1481","level":"stat"}
+{"@timestamp":"2025-01-11T20:36:07.565+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.4Mi, Sys=13.4Mi, NumGC=1482","level":"stat"}
+{"@timestamp":"2025-01-11T20:37:07.564+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.4Mi, Sys=13.4Mi, NumGC=1482","level":"stat"}
+{"@timestamp":"2025-01-11T20:38:32.394+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.4Mi, Sys=13.4Mi, NumGC=1483","level":"stat"}
+{"@timestamp":"2025-01-11T20:54:57.331+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.4Mi, Sys=13.4Mi, NumGC=1483","level":"stat"}
+{"@timestamp":"2025-01-11T21:03:57.213+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.4Mi, Sys=13.4Mi, NumGC=1484","level":"stat"}
+{"@timestamp":"2025-01-11T21:04:57.212+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.4Mi, Sys=13.4Mi, NumGC=1484","level":"stat"}
+{"@timestamp":"2025-01-11T21:05:57.210+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.4Mi, Sys=13.4Mi, NumGC=1485","level":"stat"}
+{"@timestamp":"2025-01-11T21:06:57.210+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.5Mi, Sys=13.4Mi, NumGC=1485","level":"stat"}
+{"@timestamp":"2025-01-11T21:07:57.208+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.5Mi, Sys=13.4Mi, NumGC=1486","level":"stat"}
+{"@timestamp":"2025-01-11T21:08:57.207+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.5Mi, Sys=13.4Mi, NumGC=1486","level":"stat"}
+{"@timestamp":"2025-01-11T21:09:57.206+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.5Mi, Sys=13.4Mi, NumGC=1487","level":"stat"}
+{"@timestamp":"2025-01-11T21:10:57.204+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.5Mi, Sys=13.4Mi, NumGC=1487","level":"stat"}
+{"@timestamp":"2025-01-11T21:11:57.203+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.5Mi, Sys=13.4Mi, NumGC=1488","level":"stat"}
+{"@timestamp":"2025-01-11T21:12:57.202+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.5Mi, Sys=13.4Mi, NumGC=1488","level":"stat"}
+{"@timestamp":"2025-01-11T21:13:57.201+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.5Mi, Sys=13.4Mi, NumGC=1489","level":"stat"}
+{"@timestamp":"2025-01-11T21:14:57.199+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.5Mi, Sys=13.4Mi, NumGC=1489","level":"stat"}
+{"@timestamp":"2025-01-11T21:15:57.198+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.5Mi, Sys=13.4Mi, NumGC=1490","level":"stat"}
+{"@timestamp":"2025-01-11T21:16:57.197+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.5Mi, Sys=13.4Mi, NumGC=1490","level":"stat"}
+{"@timestamp":"2025-01-11T21:17:57.196+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.5Mi, Sys=13.4Mi, NumGC=1491","level":"stat"}
+{"@timestamp":"2025-01-11T21:18:57.220+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.5Mi, Sys=13.4Mi, NumGC=1491","level":"stat"}
+{"@timestamp":"2025-01-11T21:19:57.234+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.5Mi, Sys=13.4Mi, NumGC=1492","level":"stat"}
+{"@timestamp":"2025-01-11T21:20:57.234+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.5Mi, Sys=13.4Mi, NumGC=1492","level":"stat"}
+{"@timestamp":"2025-01-11T21:21:57.233+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.5Mi, Sys=13.4Mi, NumGC=1493","level":"stat"}
+{"@timestamp":"2025-01-11T21:22:57.233+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.5Mi, Sys=13.4Mi, NumGC=1493","level":"stat"}
+{"@timestamp":"2025-01-11T21:23:57.232+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.5Mi, Sys=13.4Mi, NumGC=1494","level":"stat"}
+{"@timestamp":"2025-01-11T21:24:57.231+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.5Mi, Sys=13.4Mi, NumGC=1494","level":"stat"}
+{"@timestamp":"2025-01-11T21:25:57.230+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.5Mi, Sys=13.4Mi, NumGC=1495","level":"stat"}
+{"@timestamp":"2025-01-11T21:26:57.230+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.5Mi, Sys=13.4Mi, NumGC=1495","level":"stat"}
+{"@timestamp":"2025-01-11T21:27:57.228+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.5Mi, Sys=13.4Mi, NumGC=1496","level":"stat"}
+{"@timestamp":"2025-01-11T21:28:57.228+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.5Mi, Sys=13.4Mi, NumGC=1496","level":"stat"}
+{"@timestamp":"2025-01-11T21:29:57.226+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.5Mi, Sys=13.4Mi, NumGC=1497","level":"stat"}
+{"@timestamp":"2025-01-11T21:30:57.226+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.5Mi, Sys=13.4Mi, NumGC=1497","level":"stat"}
+{"@timestamp":"2025-01-11T21:31:57.226+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.6Mi, Sys=13.4Mi, NumGC=1498","level":"stat"}
+{"@timestamp":"2025-01-11T21:32:57.225+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.6Mi, Sys=13.4Mi, NumGC=1498","level":"stat"}
+{"@timestamp":"2025-01-11T21:33:57.224+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.6Mi, Sys=13.4Mi, NumGC=1499","level":"stat"}
+{"@timestamp":"2025-01-11T21:34:57.223+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.6Mi, Sys=13.4Mi, NumGC=1499","level":"stat"}
+{"@timestamp":"2025-01-11T21:35:57.227+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.6Mi, Sys=13.4Mi, NumGC=1500","level":"stat"}
+{"@timestamp":"2025-01-11T21:36:57.239+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.6Mi, Sys=13.4Mi, NumGC=1500","level":"stat"}
+{"@timestamp":"2025-01-11T21:37:57.238+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.6Mi, Sys=13.4Mi, NumGC=1501","level":"stat"}
+{"@timestamp":"2025-01-11T21:38:57.238+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.6Mi, Sys=13.4Mi, NumGC=1501","level":"stat"}
+{"@timestamp":"2025-01-11T21:39:57.237+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.6Mi, Sys=13.4Mi, NumGC=1502","level":"stat"}
+{"@timestamp":"2025-01-11T21:40:57.237+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.6Mi, Sys=13.4Mi, NumGC=1502","level":"stat"}
+{"@timestamp":"2025-01-11T21:41:57.237+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.6Mi, Sys=13.4Mi, NumGC=1503","level":"stat"}
+{"@timestamp":"2025-01-11T21:42:57.236+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.6Mi, Sys=13.4Mi, NumGC=1503","level":"stat"}
+{"@timestamp":"2025-01-11T21:43:57.236+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.6Mi, Sys=13.4Mi, NumGC=1504","level":"stat"}
+{"@timestamp":"2025-01-11T21:44:57.235+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.6Mi, Sys=13.4Mi, NumGC=1504","level":"stat"}
+{"@timestamp":"2025-01-11T21:45:57.235+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.6Mi, Sys=13.4Mi, NumGC=1505","level":"stat"}
+{"@timestamp":"2025-01-11T21:46:57.234+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.6Mi, Sys=13.4Mi, NumGC=1505","level":"stat"}
+{"@timestamp":"2025-01-11T21:47:57.233+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.6Mi, Sys=13.4Mi, NumGC=1506","level":"stat"}
+{"@timestamp":"2025-01-11T21:48:57.232+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.6Mi, Sys=13.4Mi, NumGC=1506","level":"stat"}
+{"@timestamp":"2025-01-11T21:49:57.231+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.6Mi, Sys=13.4Mi, NumGC=1507","level":"stat"}
+{"@timestamp":"2025-01-11T21:50:57.231+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.6Mi, Sys=13.4Mi, NumGC=1507","level":"stat"}
+{"@timestamp":"2025-01-11T21:51:57.230+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.6Mi, Sys=13.4Mi, NumGC=1508","level":"stat"}
+{"@timestamp":"2025-01-11T21:52:57.188+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.6Mi, Sys=13.4Mi, NumGC=1508","level":"stat"}
+{"@timestamp":"2025-01-11T21:53:57.185+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.6Mi, Sys=13.4Mi, NumGC=1509","level":"stat"}
+{"@timestamp":"2025-01-11T21:54:57.184+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.6Mi, Sys=13.4Mi, NumGC=1509","level":"stat"}
+{"@timestamp":"2025-01-11T21:55:57.182+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.6Mi, Sys=13.4Mi, NumGC=1510","level":"stat"}
+{"@timestamp":"2025-01-11T21:56:57.183+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.7Mi, Sys=13.4Mi, NumGC=1510","level":"stat"}
+{"@timestamp":"2025-01-11T21:57:57.180+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.7Mi, Sys=13.4Mi, NumGC=1511","level":"stat"}
+{"@timestamp":"2025-01-11T21:58:57.179+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.7Mi, Sys=13.4Mi, NumGC=1511","level":"stat"}
+{"@timestamp":"2025-01-11T21:59:57.178+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.7Mi, Sys=13.4Mi, NumGC=1512","level":"stat"}
+{"@timestamp":"2025-01-11T22:00:57.177+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.7Mi, Sys=13.4Mi, NumGC=1512","level":"stat"}
+{"@timestamp":"2025-01-11T22:01:57.176+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.7Mi, Sys=13.4Mi, NumGC=1513","level":"stat"}
+{"@timestamp":"2025-01-11T22:02:57.176+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.7Mi, Sys=13.4Mi, NumGC=1513","level":"stat"}
+{"@timestamp":"2025-01-11T22:03:57.175+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.7Mi, Sys=13.4Mi, NumGC=1514","level":"stat"}
+{"@timestamp":"2025-01-11T22:04:57.174+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.7Mi, Sys=13.4Mi, NumGC=1514","level":"stat"}
+{"@timestamp":"2025-01-11T22:05:57.173+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.7Mi, Sys=13.4Mi, NumGC=1515","level":"stat"}
+{"@timestamp":"2025-01-11T22:06:57.172+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.7Mi, Sys=13.4Mi, NumGC=1515","level":"stat"}
+{"@timestamp":"2025-01-11T22:07:57.170+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.7Mi, Sys=13.4Mi, NumGC=1516","level":"stat"}
+{"@timestamp":"2025-01-11T22:08:57.168+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.7Mi, Sys=13.4Mi, NumGC=1516","level":"stat"}
+{"@timestamp":"2025-01-11T22:09:57.167+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.7Mi, Sys=13.4Mi, NumGC=1517","level":"stat"}
+{"@timestamp":"2025-01-11T22:10:57.166+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.7Mi, Sys=13.4Mi, NumGC=1517","level":"stat"}
+{"@timestamp":"2025-01-11T22:11:57.165+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.7Mi, Sys=13.4Mi, NumGC=1518","level":"stat"}
+{"@timestamp":"2025-01-11T22:12:57.164+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.7Mi, Sys=13.4Mi, NumGC=1518","level":"stat"}
+{"@timestamp":"2025-01-11T22:13:57.164+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.7Mi, Sys=13.4Mi, NumGC=1519","level":"stat"}
+{"@timestamp":"2025-01-11T22:14:57.163+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.7Mi, Sys=13.4Mi, NumGC=1519","level":"stat"}
+{"@timestamp":"2025-01-11T22:15:57.161+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.7Mi, Sys=13.4Mi, NumGC=1520","level":"stat"}
+{"@timestamp":"2025-01-11T22:16:57.161+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.7Mi, Sys=13.4Mi, NumGC=1520","level":"stat"}
+{"@timestamp":"2025-01-11T22:17:57.159+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.7Mi, Sys=13.4Mi, NumGC=1521","level":"stat"}
+{"@timestamp":"2025-01-11T22:18:57.158+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.7Mi, Sys=13.4Mi, NumGC=1521","level":"stat"}
+{"@timestamp":"2025-01-11T22:19:57.157+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.7Mi, Sys=13.4Mi, NumGC=1522","level":"stat"}
+{"@timestamp":"2025-01-11T22:20:57.156+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.7Mi, Sys=13.4Mi, NumGC=1522","level":"stat"}
+{"@timestamp":"2025-01-11T22:21:57.153+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.7Mi, Sys=13.4Mi, NumGC=1523","level":"stat"}
+{"@timestamp":"2025-01-11T22:22:57.241+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.8Mi, Sys=13.4Mi, NumGC=1523","level":"stat"}
+{"@timestamp":"2025-01-11T22:23:57.249+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.8Mi, Sys=13.4Mi, NumGC=1524","level":"stat"}
+{"@timestamp":"2025-01-11T22:24:57.249+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.8Mi, Sys=13.4Mi, NumGC=1524","level":"stat"}
+{"@timestamp":"2025-01-11T22:25:57.248+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.8Mi, Sys=13.4Mi, NumGC=1525","level":"stat"}
+{"@timestamp":"2025-01-11T22:26:57.250+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.8Mi, Sys=13.4Mi, NumGC=1525","level":"stat"}
+{"@timestamp":"2025-01-11T22:28:22.150+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.8Mi, Sys=13.4Mi, NumGC=1526","level":"stat"}
+{"@timestamp":"2025-01-11T22:44:47.084+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.8Mi, Sys=13.4Mi, NumGC=1526","level":"stat"}
+{"@timestamp":"2025-01-11T22:45:47.084+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.8Mi, Sys=13.4Mi, NumGC=1527","level":"stat"}
+{"@timestamp":"2025-01-11T22:46:47.083+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.8Mi, Sys=13.4Mi, NumGC=1527","level":"stat"}
+{"@timestamp":"2025-01-11T22:47:47.083+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.8Mi, Sys=13.4Mi, NumGC=1528","level":"stat"}
+{"@timestamp":"2025-01-11T22:48:47.080+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.8Mi, Sys=13.4Mi, NumGC=1528","level":"stat"}
+{"@timestamp":"2025-01-11T22:49:47.081+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.8Mi, Sys=13.4Mi, NumGC=1529","level":"stat"}
+{"@timestamp":"2025-01-11T22:50:47.081+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.8Mi, Sys=13.4Mi, NumGC=1529","level":"stat"}
+{"@timestamp":"2025-01-11T22:51:47.080+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.8Mi, Sys=13.4Mi, NumGC=1530","level":"stat"}
+{"@timestamp":"2025-01-11T22:52:47.079+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.8Mi, Sys=13.4Mi, NumGC=1530","level":"stat"}
+{"@timestamp":"2025-01-11T22:53:47.078+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.8Mi, Sys=13.4Mi, NumGC=1531","level":"stat"}
+{"@timestamp":"2025-01-11T22:54:47.078+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.8Mi, Sys=13.4Mi, NumGC=1531","level":"stat"}
+{"@timestamp":"2025-01-11T22:55:47.077+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.8Mi, Sys=13.4Mi, NumGC=1532","level":"stat"}
+{"@timestamp":"2025-01-11T22:56:47.077+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.8Mi, Sys=13.4Mi, NumGC=1532","level":"stat"}
+{"@timestamp":"2025-01-11T22:57:47.075+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.8Mi, Sys=13.4Mi, NumGC=1533","level":"stat"}
+{"@timestamp":"2025-01-11T22:58:47.075+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.8Mi, Sys=13.4Mi, NumGC=1533","level":"stat"}
+{"@timestamp":"2025-01-11T22:59:47.075+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.8Mi, Sys=13.4Mi, NumGC=1534","level":"stat"}
+{"@timestamp":"2025-01-11T23:00:47.074+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.8Mi, Sys=13.4Mi, NumGC=1534","level":"stat"}
+{"@timestamp":"2025-01-11T23:01:47.072+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.8Mi, Sys=13.4Mi, NumGC=1535","level":"stat"}
+{"@timestamp":"2025-01-11T23:02:47.073+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.9Mi, Sys=13.4Mi, NumGC=1535","level":"stat"}
+{"@timestamp":"2025-01-11T23:03:47.072+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.9Mi, Sys=13.4Mi, NumGC=1536","level":"stat"}
+{"@timestamp":"2025-01-11T23:04:47.071+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.9Mi, Sys=13.4Mi, NumGC=1536","level":"stat"}
+{"@timestamp":"2025-01-11T23:05:47.071+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.9Mi, Sys=13.4Mi, NumGC=1537","level":"stat"}
+{"@timestamp":"2025-01-11T23:06:47.070+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.9Mi, Sys=13.4Mi, NumGC=1537","level":"stat"}
+{"@timestamp":"2025-01-11T23:07:47.069+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.9Mi, Sys=13.4Mi, NumGC=1538","level":"stat"}
+{"@timestamp":"2025-01-11T23:08:47.069+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.9Mi, Sys=13.4Mi, NumGC=1538","level":"stat"}
+{"@timestamp":"2025-01-11T23:09:47.068+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.9Mi, Sys=13.4Mi, NumGC=1539","level":"stat"}
+{"@timestamp":"2025-01-11T23:10:47.066+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.9Mi, Sys=13.4Mi, NumGC=1539","level":"stat"}
+{"@timestamp":"2025-01-11T23:11:47.066+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.9Mi, Sys=13.4Mi, NumGC=1540","level":"stat"}
+{"@timestamp":"2025-01-11T23:12:47.065+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.9Mi, Sys=13.4Mi, NumGC=1540","level":"stat"}
+{"@timestamp":"2025-01-11T23:13:47.065+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.9Mi, Sys=13.4Mi, NumGC=1541","level":"stat"}
+{"@timestamp":"2025-01-11T23:14:47.064+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.9Mi, Sys=13.4Mi, NumGC=1541","level":"stat"}
+{"@timestamp":"2025-01-11T23:15:47.123+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.9Mi, Sys=13.4Mi, NumGC=1542","level":"stat"}
+{"@timestamp":"2025-01-11T23:16:47.123+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.9Mi, Sys=13.4Mi, NumGC=1542","level":"stat"}
+{"@timestamp":"2025-01-11T23:17:47.123+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.9Mi, Sys=13.4Mi, NumGC=1543","level":"stat"}
+{"@timestamp":"2025-01-11T23:18:47.123+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.9Mi, Sys=13.4Mi, NumGC=1543","level":"stat"}
+{"@timestamp":"2025-01-11T23:19:47.124+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.9Mi, Sys=13.4Mi, NumGC=1544","level":"stat"}
+{"@timestamp":"2025-01-11T23:20:47.124+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.9Mi, Sys=13.4Mi, NumGC=1544","level":"stat"}
+{"@timestamp":"2025-01-11T23:21:47.123+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.9Mi, Sys=13.4Mi, NumGC=1545","level":"stat"}
+{"@timestamp":"2025-01-11T23:22:47.125+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.9Mi, Sys=13.4Mi, NumGC=1545","level":"stat"}
+{"@timestamp":"2025-01-11T23:23:47.123+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.9Mi, Sys=13.4Mi, NumGC=1546","level":"stat"}
+{"@timestamp":"2025-01-11T23:24:47.124+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.9Mi, Sys=13.4Mi, NumGC=1546","level":"stat"}
+{"@timestamp":"2025-01-11T23:25:47.125+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.9Mi, Sys=13.4Mi, NumGC=1547","level":"stat"}
+{"@timestamp":"2025-01-11T23:26:47.125+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=14.9Mi, Sys=13.4Mi, NumGC=1547","level":"stat"}
+{"@timestamp":"2025-01-11T23:27:47.125+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=14.9Mi, Sys=13.4Mi, NumGC=1548","level":"stat"}
+{"@timestamp":"2025-01-11T23:28:47.125+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.0Mi, Sys=13.4Mi, NumGC=1548","level":"stat"}
+{"@timestamp":"2025-01-11T23:29:47.126+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.0Mi, Sys=13.4Mi, NumGC=1549","level":"stat"}
+{"@timestamp":"2025-01-11T23:30:47.124+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.0Mi, Sys=13.4Mi, NumGC=1549","level":"stat"}
+{"@timestamp":"2025-01-11T23:31:47.126+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.0Mi, Sys=13.4Mi, NumGC=1550","level":"stat"}
+{"@timestamp":"2025-01-11T23:32:47.126+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.0Mi, Sys=13.4Mi, NumGC=1550","level":"stat"}
+{"@timestamp":"2025-01-11T23:33:47.126+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.0Mi, Sys=13.4Mi, NumGC=1551","level":"stat"}
+{"@timestamp":"2025-01-11T23:34:47.126+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.0Mi, Sys=13.4Mi, NumGC=1551","level":"stat"}
+{"@timestamp":"2025-01-11T23:35:47.125+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.0Mi, Sys=13.4Mi, NumGC=1552","level":"stat"}
+{"@timestamp":"2025-01-11T23:36:47.126+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.0Mi, Sys=13.4Mi, NumGC=1552","level":"stat"}
+{"@timestamp":"2025-01-11T23:37:47.127+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.0Mi, Sys=13.4Mi, NumGC=1553","level":"stat"}
+{"@timestamp":"2025-01-11T23:38:47.126+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.0Mi, Sys=13.4Mi, NumGC=1553","level":"stat"}
+{"@timestamp":"2025-01-11T23:40:12.017+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.0Mi, Sys=13.4Mi, NumGC=1554","level":"stat"}
+{"@timestamp":"2025-01-11T23:56:36.914+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.0Mi, Sys=13.4Mi, NumGC=1554","level":"stat"}
+{"@timestamp":"2025-01-11T23:57:36.912+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.0Mi, Sys=13.4Mi, NumGC=1555","level":"stat"}
+{"@timestamp":"2025-01-11T23:58:36.886+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.0Mi, Sys=13.4Mi, NumGC=1555","level":"stat"}
+{"@timestamp":"2025-01-11T23:59:36.882+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.0Mi, Sys=13.4Mi, NumGC=1556","level":"stat"}

+ 1099 - 0
app/mq/rabbitmq/logs/stat.log-2025-01-12

@@ -0,0 +1,1099 @@
+{"@timestamp":"2025-01-12T00:00:36.881+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.0Mi, Sys=13.4Mi, NumGC=1556","level":"stat"}
+{"@timestamp":"2025-01-12T00:01:36.879+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.0Mi, Sys=13.4Mi, NumGC=1557","level":"stat"}
+{"@timestamp":"2025-01-12T00:02:36.878+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.0Mi, Sys=13.4Mi, NumGC=1557","level":"stat"}
+{"@timestamp":"2025-01-12T00:03:36.877+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.0Mi, Sys=13.4Mi, NumGC=1558","level":"stat"}
+{"@timestamp":"2025-01-12T00:04:36.876+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.0Mi, Sys=13.4Mi, NumGC=1558","level":"stat"}
+{"@timestamp":"2025-01-12T00:05:36.875+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.0Mi, Sys=13.4Mi, NumGC=1559","level":"stat"}
+{"@timestamp":"2025-01-12T00:06:36.872+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.0Mi, Sys=13.4Mi, NumGC=1559","level":"stat"}
+{"@timestamp":"2025-01-12T00:07:36.870+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.0Mi, Sys=13.4Mi, NumGC=1560","level":"stat"}
+{"@timestamp":"2025-01-12T00:08:36.871+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.1Mi, Sys=13.4Mi, NumGC=1560","level":"stat"}
+{"@timestamp":"2025-01-12T00:09:36.870+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.1Mi, Sys=13.4Mi, NumGC=1561","level":"stat"}
+{"@timestamp":"2025-01-12T00:10:36.869+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.1Mi, Sys=13.4Mi, NumGC=1561","level":"stat"}
+{"@timestamp":"2025-01-12T00:11:36.868+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.1Mi, Sys=13.4Mi, NumGC=1562","level":"stat"}
+{"@timestamp":"2025-01-12T00:12:36.866+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.1Mi, Sys=13.4Mi, NumGC=1562","level":"stat"}
+{"@timestamp":"2025-01-12T00:13:36.897+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.1Mi, Sys=13.4Mi, NumGC=1563","level":"stat"}
+{"@timestamp":"2025-01-12T00:14:36.900+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.1Mi, Sys=13.4Mi, NumGC=1563","level":"stat"}
+{"@timestamp":"2025-01-12T00:15:36.901+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.1Mi, Sys=13.4Mi, NumGC=1564","level":"stat"}
+{"@timestamp":"2025-01-12T00:16:36.899+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.1Mi, Sys=13.4Mi, NumGC=1564","level":"stat"}
+{"@timestamp":"2025-01-12T00:17:36.900+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.1Mi, Sys=13.4Mi, NumGC=1565","level":"stat"}
+{"@timestamp":"2025-01-12T00:18:36.898+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.1Mi, Sys=13.4Mi, NumGC=1565","level":"stat"}
+{"@timestamp":"2025-01-12T00:19:36.898+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.1Mi, Sys=13.4Mi, NumGC=1566","level":"stat"}
+{"@timestamp":"2025-01-12T00:20:36.897+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.1Mi, Sys=13.4Mi, NumGC=1566","level":"stat"}
+{"@timestamp":"2025-01-12T00:21:36.896+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.1Mi, Sys=13.4Mi, NumGC=1567","level":"stat"}
+{"@timestamp":"2025-01-12T00:22:36.896+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.1Mi, Sys=13.4Mi, NumGC=1567","level":"stat"}
+{"@timestamp":"2025-01-12T00:23:36.895+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.1Mi, Sys=13.4Mi, NumGC=1568","level":"stat"}
+{"@timestamp":"2025-01-12T00:24:36.894+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.1Mi, Sys=13.4Mi, NumGC=1568","level":"stat"}
+{"@timestamp":"2025-01-12T00:25:36.893+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.1Mi, Sys=13.4Mi, NumGC=1569","level":"stat"}
+{"@timestamp":"2025-01-12T00:26:36.893+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.1Mi, Sys=13.4Mi, NumGC=1569","level":"stat"}
+{"@timestamp":"2025-01-12T00:27:36.892+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.1Mi, Sys=13.4Mi, NumGC=1570","level":"stat"}
+{"@timestamp":"2025-01-12T00:28:36.916+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.1Mi, Sys=13.4Mi, NumGC=1570","level":"stat"}
+{"@timestamp":"2025-01-12T00:29:36.923+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.1Mi, Sys=13.4Mi, NumGC=1571","level":"stat"}
+{"@timestamp":"2025-01-12T00:30:36.923+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.1Mi, Sys=13.4Mi, NumGC=1571","level":"stat"}
+{"@timestamp":"2025-01-12T00:31:36.923+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.1Mi, Sys=13.4Mi, NumGC=1572","level":"stat"}
+{"@timestamp":"2025-01-12T00:32:36.922+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.2Mi, Sys=13.4Mi, NumGC=1572","level":"stat"}
+{"@timestamp":"2025-01-12T00:33:36.922+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.2Mi, Sys=13.4Mi, NumGC=1573","level":"stat"}
+{"@timestamp":"2025-01-12T00:34:36.921+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.2Mi, Sys=13.4Mi, NumGC=1573","level":"stat"}
+{"@timestamp":"2025-01-12T00:35:36.921+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.2Mi, Sys=13.4Mi, NumGC=1574","level":"stat"}
+{"@timestamp":"2025-01-12T00:36:36.920+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.2Mi, Sys=13.4Mi, NumGC=1574","level":"stat"}
+{"@timestamp":"2025-01-12T00:37:36.920+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.2Mi, Sys=13.4Mi, NumGC=1575","level":"stat"}
+{"@timestamp":"2025-01-12T00:38:36.919+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.2Mi, Sys=13.4Mi, NumGC=1575","level":"stat"}
+{"@timestamp":"2025-01-12T00:39:36.919+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.2Mi, Sys=13.4Mi, NumGC=1576","level":"stat"}
+{"@timestamp":"2025-01-12T00:40:36.918+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.2Mi, Sys=13.4Mi, NumGC=1576","level":"stat"}
+{"@timestamp":"2025-01-12T00:41:36.922+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.2Mi, Sys=13.4Mi, NumGC=1577","level":"stat"}
+{"@timestamp":"2025-01-12T00:42:36.918+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.2Mi, Sys=13.4Mi, NumGC=1577","level":"stat"}
+{"@timestamp":"2025-01-12T00:43:36.924+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.2Mi, Sys=13.4Mi, NumGC=1578","level":"stat"}
+{"@timestamp":"2025-01-12T00:44:36.930+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.2Mi, Sys=13.4Mi, NumGC=1578","level":"stat"}
+{"@timestamp":"2025-01-12T00:45:36.833+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.2Mi, Sys=13.4Mi, NumGC=1579","level":"stat"}
+{"@timestamp":"2025-01-12T00:46:36.832+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.2Mi, Sys=13.4Mi, NumGC=1579","level":"stat"}
+{"@timestamp":"2025-01-12T00:47:36.829+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.2Mi, Sys=13.4Mi, NumGC=1580","level":"stat"}
+{"@timestamp":"2025-01-12T00:48:36.829+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.2Mi, Sys=13.4Mi, NumGC=1580","level":"stat"}
+{"@timestamp":"2025-01-12T00:49:36.828+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.2Mi, Sys=13.4Mi, NumGC=1581","level":"stat"}
+{"@timestamp":"2025-01-12T00:51:01.648+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.2Mi, Sys=13.4Mi, NumGC=1581","level":"stat"}
+{"@timestamp":"2025-01-12T01:07:26.660+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.2Mi, Sys=13.4Mi, NumGC=1582","level":"stat"}
+{"@timestamp":"2025-01-12T01:08:26.660+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.2Mi, Sys=13.4Mi, NumGC=1582","level":"stat"}
+{"@timestamp":"2025-01-12T01:09:26.659+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.2Mi, Sys=13.4Mi, NumGC=1583","level":"stat"}
+{"@timestamp":"2025-01-12T01:10:26.659+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.2Mi, Sys=13.4Mi, NumGC=1583","level":"stat"}
+{"@timestamp":"2025-01-12T01:11:26.659+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.2Mi, Sys=13.4Mi, NumGC=1584","level":"stat"}
+{"@timestamp":"2025-01-12T01:12:26.659+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.2Mi, Sys=13.4Mi, NumGC=1584","level":"stat"}
+{"@timestamp":"2025-01-12T01:13:26.658+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.2Mi, Sys=13.4Mi, NumGC=1585","level":"stat"}
+{"@timestamp":"2025-01-12T01:14:26.658+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.2Mi, Sys=13.4Mi, NumGC=1585","level":"stat"}
+{"@timestamp":"2025-01-12T01:15:26.658+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.3Mi, Sys=13.4Mi, NumGC=1586","level":"stat"}
+{"@timestamp":"2025-01-12T01:16:26.656+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.3Mi, Sys=13.4Mi, NumGC=1586","level":"stat"}
+{"@timestamp":"2025-01-12T01:17:26.657+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.3Mi, Sys=13.4Mi, NumGC=1587","level":"stat"}
+{"@timestamp":"2025-01-12T01:18:26.657+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.3Mi, Sys=13.4Mi, NumGC=1587","level":"stat"}
+{"@timestamp":"2025-01-12T01:19:26.657+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.3Mi, Sys=13.4Mi, NumGC=1588","level":"stat"}
+{"@timestamp":"2025-01-12T01:20:26.656+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.3Mi, Sys=13.4Mi, NumGC=1588","level":"stat"}
+{"@timestamp":"2025-01-12T01:21:26.656+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.3Mi, Sys=13.4Mi, NumGC=1589","level":"stat"}
+{"@timestamp":"2025-01-12T01:22:26.656+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.3Mi, Sys=13.4Mi, NumGC=1589","level":"stat"}
+{"@timestamp":"2025-01-12T01:23:26.654+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.3Mi, Sys=13.4Mi, NumGC=1590","level":"stat"}
+{"@timestamp":"2025-01-12T01:24:26.655+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.3Mi, Sys=13.4Mi, NumGC=1590","level":"stat"}
+{"@timestamp":"2025-01-12T01:25:26.655+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.3Mi, Sys=13.4Mi, NumGC=1591","level":"stat"}
+{"@timestamp":"2025-01-12T01:26:26.655+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.3Mi, Sys=13.4Mi, NumGC=1591","level":"stat"}
+{"@timestamp":"2025-01-12T01:27:26.655+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.3Mi, Sys=13.4Mi, NumGC=1592","level":"stat"}
+{"@timestamp":"2025-01-12T01:28:26.654+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.3Mi, Sys=13.4Mi, NumGC=1592","level":"stat"}
+{"@timestamp":"2025-01-12T01:29:26.654+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.3Mi, Sys=13.4Mi, NumGC=1593","level":"stat"}
+{"@timestamp":"2025-01-12T01:30:26.654+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.3Mi, Sys=13.4Mi, NumGC=1593","level":"stat"}
+{"@timestamp":"2025-01-12T01:31:26.653+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.3Mi, Sys=13.4Mi, NumGC=1594","level":"stat"}
+{"@timestamp":"2025-01-12T01:32:26.653+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.3Mi, Sys=13.4Mi, NumGC=1594","level":"stat"}
+{"@timestamp":"2025-01-12T01:33:26.653+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.3Mi, Sys=13.4Mi, NumGC=1595","level":"stat"}
+{"@timestamp":"2025-01-12T01:34:26.653+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.3Mi, Sys=13.4Mi, NumGC=1595","level":"stat"}
+{"@timestamp":"2025-01-12T01:35:26.671+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.3Mi, Sys=13.4Mi, NumGC=1596","level":"stat"}
+{"@timestamp":"2025-01-12T01:36:26.686+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.3Mi, Sys=13.4Mi, NumGC=1596","level":"stat"}
+{"@timestamp":"2025-01-12T01:37:26.687+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.3Mi, Sys=13.4Mi, NumGC=1597","level":"stat"}
+{"@timestamp":"2025-01-12T01:38:26.685+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.3Mi, Sys=13.4Mi, NumGC=1597","level":"stat"}
+{"@timestamp":"2025-01-12T01:39:26.687+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.4Mi, Sys=13.4Mi, NumGC=1598","level":"stat"}
+{"@timestamp":"2025-01-12T01:40:26.687+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.4Mi, Sys=13.4Mi, NumGC=1598","level":"stat"}
+{"@timestamp":"2025-01-12T01:41:26.687+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.4Mi, Sys=13.4Mi, NumGC=1599","level":"stat"}
+{"@timestamp":"2025-01-12T01:42:26.686+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.4Mi, Sys=13.4Mi, NumGC=1599","level":"stat"}
+{"@timestamp":"2025-01-12T01:43:26.686+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.4Mi, Sys=13.4Mi, NumGC=1600","level":"stat"}
+{"@timestamp":"2025-01-12T01:44:26.688+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.4Mi, Sys=13.4Mi, NumGC=1600","level":"stat"}
+{"@timestamp":"2025-01-12T01:45:26.688+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.4Mi, Sys=13.4Mi, NumGC=1601","level":"stat"}
+{"@timestamp":"2025-01-12T01:46:26.688+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.4Mi, Sys=13.4Mi, NumGC=1601","level":"stat"}
+{"@timestamp":"2025-01-12T01:47:26.688+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.4Mi, Sys=13.4Mi, NumGC=1602","level":"stat"}
+{"@timestamp":"2025-01-12T01:48:26.686+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.4Mi, Sys=13.4Mi, NumGC=1602","level":"stat"}
+{"@timestamp":"2025-01-12T01:49:26.688+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.4Mi, Sys=13.4Mi, NumGC=1603","level":"stat"}
+{"@timestamp":"2025-01-12T01:50:26.689+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.4Mi, Sys=13.4Mi, NumGC=1603","level":"stat"}
+{"@timestamp":"2025-01-12T01:51:26.689+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.4Mi, Sys=13.4Mi, NumGC=1604","level":"stat"}
+{"@timestamp":"2025-01-12T01:52:26.689+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.4Mi, Sys=13.4Mi, NumGC=1604","level":"stat"}
+{"@timestamp":"2025-01-12T01:53:26.688+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.4Mi, Sys=13.4Mi, NumGC=1605","level":"stat"}
+{"@timestamp":"2025-01-12T01:54:26.688+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.4Mi, Sys=13.4Mi, NumGC=1605","level":"stat"}
+{"@timestamp":"2025-01-12T01:55:26.689+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.4Mi, Sys=13.4Mi, NumGC=1606","level":"stat"}
+{"@timestamp":"2025-01-12T01:56:26.689+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.4Mi, Sys=13.4Mi, NumGC=1606","level":"stat"}
+{"@timestamp":"2025-01-12T01:57:26.731+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.4Mi, Sys=13.4Mi, NumGC=1607","level":"stat"}
+{"@timestamp":"2025-01-12T01:58:26.736+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.4Mi, Sys=13.4Mi, NumGC=1607","level":"stat"}
+{"@timestamp":"2025-01-12T01:59:26.736+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.4Mi, Sys=13.4Mi, NumGC=1608","level":"stat"}
+{"@timestamp":"2025-01-12T02:00:26.738+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.4Mi, Sys=13.4Mi, NumGC=1608","level":"stat"}
+{"@timestamp":"2025-01-12T02:01:26.738+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.4Mi, Sys=13.4Mi, NumGC=1609","level":"stat"}
+{"@timestamp":"2025-01-12T02:02:26.740+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.4Mi, Sys=13.4Mi, NumGC=1609","level":"stat"}
+{"@timestamp":"2025-01-12T02:03:26.740+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.4Mi, Sys=13.4Mi, NumGC=1610","level":"stat"}
+{"@timestamp":"2025-01-12T02:04:26.741+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.5Mi, Sys=13.4Mi, NumGC=1610","level":"stat"}
+{"@timestamp":"2025-01-12T02:05:26.742+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.5Mi, Sys=13.4Mi, NumGC=1611","level":"stat"}
+{"@timestamp":"2025-01-12T02:06:26.742+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.5Mi, Sys=13.4Mi, NumGC=1611","level":"stat"}
+{"@timestamp":"2025-01-12T02:07:26.743+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.5Mi, Sys=13.4Mi, NumGC=1612","level":"stat"}
+{"@timestamp":"2025-01-12T02:08:26.744+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.5Mi, Sys=13.4Mi, NumGC=1612","level":"stat"}
+{"@timestamp":"2025-01-12T02:09:26.745+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.5Mi, Sys=13.4Mi, NumGC=1613","level":"stat"}
+{"@timestamp":"2025-01-12T02:10:26.745+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.5Mi, Sys=13.4Mi, NumGC=1613","level":"stat"}
+{"@timestamp":"2025-01-12T02:26:51.699+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.5Mi, Sys=13.4Mi, NumGC=1614","level":"stat"}
+{"@timestamp":"2025-01-12T02:27:51.618+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.5Mi, Sys=13.4Mi, NumGC=1614","level":"stat"}
+{"@timestamp":"2025-01-12T02:28:51.617+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.5Mi, Sys=13.4Mi, NumGC=1615","level":"stat"}
+{"@timestamp":"2025-01-12T02:29:51.617+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.5Mi, Sys=13.4Mi, NumGC=1615","level":"stat"}
+{"@timestamp":"2025-01-12T02:30:51.617+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.5Mi, Sys=13.4Mi, NumGC=1616","level":"stat"}
+{"@timestamp":"2025-01-12T02:31:51.616+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.5Mi, Sys=13.4Mi, NumGC=1616","level":"stat"}
+{"@timestamp":"2025-01-12T02:32:51.616+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.5Mi, Sys=13.4Mi, NumGC=1617","level":"stat"}
+{"@timestamp":"2025-01-12T02:33:51.616+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.5Mi, Sys=13.4Mi, NumGC=1617","level":"stat"}
+{"@timestamp":"2025-01-12T02:34:51.615+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.5Mi, Sys=13.4Mi, NumGC=1618","level":"stat"}
+{"@timestamp":"2025-01-12T02:35:51.615+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.5Mi, Sys=13.4Mi, NumGC=1618","level":"stat"}
+{"@timestamp":"2025-01-12T02:36:51.614+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.5Mi, Sys=13.4Mi, NumGC=1619","level":"stat"}
+{"@timestamp":"2025-01-12T02:37:51.614+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.5Mi, Sys=13.4Mi, NumGC=1619","level":"stat"}
+{"@timestamp":"2025-01-12T02:38:51.614+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.5Mi, Sys=13.4Mi, NumGC=1620","level":"stat"}
+{"@timestamp":"2025-01-12T02:39:51.614+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.5Mi, Sys=13.4Mi, NumGC=1620","level":"stat"}
+{"@timestamp":"2025-01-12T02:40:51.614+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.5Mi, Sys=13.4Mi, NumGC=1621","level":"stat"}
+{"@timestamp":"2025-01-12T02:41:51.613+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.5Mi, Sys=13.4Mi, NumGC=1621","level":"stat"}
+{"@timestamp":"2025-01-12T02:42:51.611+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.5Mi, Sys=13.4Mi, NumGC=1622","level":"stat"}
+{"@timestamp":"2025-01-12T02:43:51.611+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.5Mi, Sys=13.4Mi, NumGC=1622","level":"stat"}
+{"@timestamp":"2025-01-12T02:44:51.613+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.6Mi, Sys=13.4Mi, NumGC=1623","level":"stat"}
+{"@timestamp":"2025-01-12T02:45:51.612+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.6Mi, Sys=13.4Mi, NumGC=1623","level":"stat"}
+{"@timestamp":"2025-01-12T02:46:51.612+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.6Mi, Sys=13.4Mi, NumGC=1624","level":"stat"}
+{"@timestamp":"2025-01-12T02:47:51.625+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.6Mi, Sys=13.4Mi, NumGC=1624","level":"stat"}
+{"@timestamp":"2025-01-12T02:48:51.637+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.6Mi, Sys=13.4Mi, NumGC=1625","level":"stat"}
+{"@timestamp":"2025-01-12T02:49:51.638+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.6Mi, Sys=13.4Mi, NumGC=1625","level":"stat"}
+{"@timestamp":"2025-01-12T02:50:51.637+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.6Mi, Sys=13.4Mi, NumGC=1626","level":"stat"}
+{"@timestamp":"2025-01-12T02:51:51.638+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.6Mi, Sys=13.4Mi, NumGC=1626","level":"stat"}
+{"@timestamp":"2025-01-12T02:52:51.638+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.6Mi, Sys=13.4Mi, NumGC=1627","level":"stat"}
+{"@timestamp":"2025-01-12T02:53:51.636+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.6Mi, Sys=13.4Mi, NumGC=1627","level":"stat"}
+{"@timestamp":"2025-01-12T02:54:51.638+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.6Mi, Sys=13.4Mi, NumGC=1628","level":"stat"}
+{"@timestamp":"2025-01-12T02:55:51.638+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.6Mi, Sys=13.4Mi, NumGC=1628","level":"stat"}
+{"@timestamp":"2025-01-12T02:56:51.638+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.6Mi, Sys=13.4Mi, NumGC=1629","level":"stat"}
+{"@timestamp":"2025-01-12T02:57:51.638+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.6Mi, Sys=13.4Mi, NumGC=1629","level":"stat"}
+{"@timestamp":"2025-01-12T02:58:51.636+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.6Mi, Sys=13.4Mi, NumGC=1630","level":"stat"}
+{"@timestamp":"2025-01-12T02:59:51.636+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.6Mi, Sys=13.4Mi, NumGC=1630","level":"stat"}
+{"@timestamp":"2025-01-12T03:00:51.638+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.6Mi, Sys=13.4Mi, NumGC=1631","level":"stat"}
+{"@timestamp":"2025-01-12T03:01:51.638+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.6Mi, Sys=13.4Mi, NumGC=1631","level":"stat"}
+{"@timestamp":"2025-01-12T03:02:51.638+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.6Mi, Sys=13.4Mi, NumGC=1632","level":"stat"}
+{"@timestamp":"2025-01-12T03:03:51.638+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.6Mi, Sys=13.4Mi, NumGC=1632","level":"stat"}
+{"@timestamp":"2025-01-12T03:04:51.638+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.6Mi, Sys=13.4Mi, NumGC=1633","level":"stat"}
+{"@timestamp":"2025-01-12T03:05:51.638+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.6Mi, Sys=13.4Mi, NumGC=1633","level":"stat"}
+{"@timestamp":"2025-01-12T03:06:51.636+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.6Mi, Sys=13.4Mi, NumGC=1634","level":"stat"}
+{"@timestamp":"2025-01-12T03:07:51.636+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.7Mi, Sys=13.4Mi, NumGC=1634","level":"stat"}
+{"@timestamp":"2025-01-12T03:08:51.638+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.7Mi, Sys=13.4Mi, NumGC=1635","level":"stat"}
+{"@timestamp":"2025-01-12T03:09:51.636+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.7Mi, Sys=13.4Mi, NumGC=1635","level":"stat"}
+{"@timestamp":"2025-01-12T03:10:51.637+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.7Mi, Sys=13.4Mi, NumGC=1636","level":"stat"}
+{"@timestamp":"2025-01-12T03:11:51.638+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.7Mi, Sys=13.4Mi, NumGC=1636","level":"stat"}
+{"@timestamp":"2025-01-12T03:12:51.637+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.7Mi, Sys=13.4Mi, NumGC=1637","level":"stat"}
+{"@timestamp":"2025-01-12T03:13:51.638+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.7Mi, Sys=13.4Mi, NumGC=1637","level":"stat"}
+{"@timestamp":"2025-01-12T03:14:51.668+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.7Mi, Sys=13.4Mi, NumGC=1638","level":"stat"}
+{"@timestamp":"2025-01-12T03:15:51.672+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.7Mi, Sys=13.4Mi, NumGC=1638","level":"stat"}
+{"@timestamp":"2025-01-12T03:16:51.672+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.7Mi, Sys=13.4Mi, NumGC=1639","level":"stat"}
+{"@timestamp":"2025-01-12T03:17:51.673+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.7Mi, Sys=13.4Mi, NumGC=1639","level":"stat"}
+{"@timestamp":"2025-01-12T03:18:51.673+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.7Mi, Sys=13.4Mi, NumGC=1640","level":"stat"}
+{"@timestamp":"2025-01-12T03:19:51.674+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.7Mi, Sys=13.4Mi, NumGC=1640","level":"stat"}
+{"@timestamp":"2025-01-12T03:20:51.674+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.7Mi, Sys=13.4Mi, NumGC=1641","level":"stat"}
+{"@timestamp":"2025-01-12T03:21:51.675+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.7Mi, Sys=13.4Mi, NumGC=1641","level":"stat"}
+{"@timestamp":"2025-01-12T03:22:51.675+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.7Mi, Sys=13.4Mi, NumGC=1642","level":"stat"}
+{"@timestamp":"2025-01-12T03:23:51.674+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.7Mi, Sys=13.4Mi, NumGC=1642","level":"stat"}
+{"@timestamp":"2025-01-12T03:24:51.675+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.7Mi, Sys=13.4Mi, NumGC=1643","level":"stat"}
+{"@timestamp":"2025-01-12T03:25:51.677+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.7Mi, Sys=13.4Mi, NumGC=1643","level":"stat"}
+{"@timestamp":"2025-01-12T03:26:51.677+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.7Mi, Sys=13.4Mi, NumGC=1644","level":"stat"}
+{"@timestamp":"2025-01-12T03:27:51.677+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.7Mi, Sys=13.4Mi, NumGC=1644","level":"stat"}
+{"@timestamp":"2025-01-12T03:28:51.677+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.7Mi, Sys=13.4Mi, NumGC=1645","level":"stat"}
+{"@timestamp":"2025-01-12T03:29:51.678+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.7Mi, Sys=13.4Mi, NumGC=1645","level":"stat"}
+{"@timestamp":"2025-01-12T03:30:51.677+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.7Mi, Sys=13.4Mi, NumGC=1646","level":"stat"}
+{"@timestamp":"2025-01-12T03:31:51.679+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.7Mi, Sys=13.4Mi, NumGC=1646","level":"stat"}
+{"@timestamp":"2025-01-12T03:32:51.680+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.7Mi, Sys=13.4Mi, NumGC=1647","level":"stat"}
+{"@timestamp":"2025-01-12T03:33:51.680+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.8Mi, Sys=13.4Mi, NumGC=1647","level":"stat"}
+{"@timestamp":"2025-01-12T03:34:51.681+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.8Mi, Sys=13.4Mi, NumGC=1648","level":"stat"}
+{"@timestamp":"2025-01-12T03:35:51.657+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.8Mi, Sys=13.4Mi, NumGC=1648","level":"stat"}
+{"@timestamp":"2025-01-12T03:37:16.483+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.8Mi, Sys=13.4Mi, NumGC=1649","level":"stat"}
+{"@timestamp":"2025-01-12T03:38:16.484+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.8Mi, Sys=13.4Mi, NumGC=1649","level":"stat"}
+{"@timestamp":"2025-01-12T03:39:16.484+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.8Mi, Sys=13.4Mi, NumGC=1650","level":"stat"}
+{"@timestamp":"2025-01-12T03:40:16.484+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.8Mi, Sys=13.4Mi, NumGC=1650","level":"stat"}
+{"@timestamp":"2025-01-12T03:41:16.484+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.8Mi, Sys=13.4Mi, NumGC=1651","level":"stat"}
+{"@timestamp":"2025-01-12T03:42:41.329+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.8Mi, Sys=13.4Mi, NumGC=1651","level":"stat"}
+{"@timestamp":"2025-01-12T03:46:34.406+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.8Mi, Sys=13.4Mi, NumGC=1652","level":"stat"}
+{"@timestamp":"2025-01-12T04:02:45.304+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.8Mi, Sys=13.4Mi, NumGC=1652","level":"stat"}
+{"@timestamp":"2025-01-12T04:19:10.386+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.8Mi, Sys=13.4Mi, NumGC=1653","level":"stat"}
+{"@timestamp":"2025-01-12T04:20:10.386+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.8Mi, Sys=13.4Mi, NumGC=1653","level":"stat"}
+{"@timestamp":"2025-01-12T04:21:10.386+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.8Mi, Sys=13.4Mi, NumGC=1654","level":"stat"}
+{"@timestamp":"2025-01-12T04:22:10.386+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.8Mi, Sys=13.4Mi, NumGC=1654","level":"stat"}
+{"@timestamp":"2025-01-12T04:23:10.385+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.8Mi, Sys=13.4Mi, NumGC=1655","level":"stat"}
+{"@timestamp":"2025-01-12T04:24:10.384+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.8Mi, Sys=13.4Mi, NumGC=1655","level":"stat"}
+{"@timestamp":"2025-01-12T04:25:10.385+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.8Mi, Sys=13.4Mi, NumGC=1656","level":"stat"}
+{"@timestamp":"2025-01-12T04:26:10.385+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.8Mi, Sys=13.4Mi, NumGC=1656","level":"stat"}
+{"@timestamp":"2025-01-12T04:27:10.384+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.8Mi, Sys=13.4Mi, NumGC=1657","level":"stat"}
+{"@timestamp":"2025-01-12T04:28:10.385+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.8Mi, Sys=13.4Mi, NumGC=1657","level":"stat"}
+{"@timestamp":"2025-01-12T04:29:10.385+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.8Mi, Sys=13.4Mi, NumGC=1658","level":"stat"}
+{"@timestamp":"2025-01-12T04:30:10.383+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.8Mi, Sys=13.4Mi, NumGC=1658","level":"stat"}
+{"@timestamp":"2025-01-12T04:31:10.385+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.8Mi, Sys=13.4Mi, NumGC=1659","level":"stat"}
+{"@timestamp":"2025-01-12T04:32:10.384+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.8Mi, Sys=13.4Mi, NumGC=1659","level":"stat"}
+{"@timestamp":"2025-01-12T04:33:10.384+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.9Mi, Sys=13.4Mi, NumGC=1660","level":"stat"}
+{"@timestamp":"2025-01-12T04:34:10.384+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.9Mi, Sys=13.4Mi, NumGC=1660","level":"stat"}
+{"@timestamp":"2025-01-12T04:35:10.384+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.9Mi, Sys=13.4Mi, NumGC=1661","level":"stat"}
+{"@timestamp":"2025-01-12T04:36:10.384+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.9Mi, Sys=13.4Mi, NumGC=1661","level":"stat"}
+{"@timestamp":"2025-01-12T04:37:10.384+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.9Mi, Sys=13.4Mi, NumGC=1662","level":"stat"}
+{"@timestamp":"2025-01-12T04:38:10.384+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.9Mi, Sys=13.4Mi, NumGC=1662","level":"stat"}
+{"@timestamp":"2025-01-12T04:39:10.384+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.9Mi, Sys=13.4Mi, NumGC=1663","level":"stat"}
+{"@timestamp":"2025-01-12T04:40:10.384+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.9Mi, Sys=13.4Mi, NumGC=1663","level":"stat"}
+{"@timestamp":"2025-01-12T04:41:10.382+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.9Mi, Sys=13.4Mi, NumGC=1664","level":"stat"}
+{"@timestamp":"2025-01-12T04:42:10.382+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.9Mi, Sys=13.4Mi, NumGC=1664","level":"stat"}
+{"@timestamp":"2025-01-12T04:43:10.383+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.9Mi, Sys=13.4Mi, NumGC=1665","level":"stat"}
+{"@timestamp":"2025-01-12T04:44:10.383+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.9Mi, Sys=13.4Mi, NumGC=1665","level":"stat"}
+{"@timestamp":"2025-01-12T04:45:10.383+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.9Mi, Sys=13.4Mi, NumGC=1666","level":"stat"}
+{"@timestamp":"2025-01-12T04:46:10.389+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.9Mi, Sys=13.4Mi, NumGC=1666","level":"stat"}
+{"@timestamp":"2025-01-12T04:47:10.389+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.9Mi, Sys=13.4Mi, NumGC=1667","level":"stat"}
+{"@timestamp":"2025-01-12T04:48:10.389+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.9Mi, Sys=13.4Mi, NumGC=1667","level":"stat"}
+{"@timestamp":"2025-01-12T04:49:10.389+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.9Mi, Sys=13.4Mi, NumGC=1668","level":"stat"}
+{"@timestamp":"2025-01-12T04:50:10.389+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.9Mi, Sys=13.4Mi, NumGC=1668","level":"stat"}
+{"@timestamp":"2025-01-12T04:51:10.389+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.9Mi, Sys=13.4Mi, NumGC=1669","level":"stat"}
+{"@timestamp":"2025-01-12T04:52:10.389+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.9Mi, Sys=13.4Mi, NumGC=1669","level":"stat"}
+{"@timestamp":"2025-01-12T04:53:10.389+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.9Mi, Sys=13.4Mi, NumGC=1670","level":"stat"}
+{"@timestamp":"2025-01-12T04:54:10.387+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.9Mi, Sys=13.4Mi, NumGC=1670","level":"stat"}
+{"@timestamp":"2025-01-12T04:55:10.387+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.9Mi, Sys=13.4Mi, NumGC=1671","level":"stat"}
+{"@timestamp":"2025-01-12T04:56:10.388+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=15.9Mi, Sys=13.4Mi, NumGC=1671","level":"stat"}
+{"@timestamp":"2025-01-12T04:57:10.388+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=15.9Mi, Sys=13.4Mi, NumGC=1672","level":"stat"}
+{"@timestamp":"2025-01-12T04:58:10.388+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.0Mi, Sys=13.4Mi, NumGC=1672","level":"stat"}
+{"@timestamp":"2025-01-12T04:59:10.388+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.0Mi, Sys=13.4Mi, NumGC=1673","level":"stat"}
+{"@timestamp":"2025-01-12T05:00:10.388+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.0Mi, Sys=13.4Mi, NumGC=1673","level":"stat"}
+{"@timestamp":"2025-01-12T05:01:10.387+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.0Mi, Sys=13.4Mi, NumGC=1674","level":"stat"}
+{"@timestamp":"2025-01-12T05:02:10.388+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.0Mi, Sys=13.4Mi, NumGC=1674","level":"stat"}
+{"@timestamp":"2025-01-12T05:03:10.388+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.0Mi, Sys=13.4Mi, NumGC=1675","level":"stat"}
+{"@timestamp":"2025-01-12T05:04:10.388+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.0Mi, Sys=13.4Mi, NumGC=1675","level":"stat"}
+{"@timestamp":"2025-01-12T05:05:10.388+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.0Mi, Sys=13.4Mi, NumGC=1676","level":"stat"}
+{"@timestamp":"2025-01-12T05:06:10.388+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.0Mi, Sys=13.4Mi, NumGC=1676","level":"stat"}
+{"@timestamp":"2025-01-12T05:07:10.388+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.0Mi, Sys=13.4Mi, NumGC=1677","level":"stat"}
+{"@timestamp":"2025-01-12T05:08:10.351+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.0Mi, Sys=13.4Mi, NumGC=1677","level":"stat"}
+{"@timestamp":"2025-01-12T05:09:10.347+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.0Mi, Sys=13.4Mi, NumGC=1678","level":"stat"}
+{"@timestamp":"2025-01-12T05:10:10.346+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.0Mi, Sys=13.4Mi, NumGC=1678","level":"stat"}
+{"@timestamp":"2025-01-12T05:11:10.345+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.0Mi, Sys=13.4Mi, NumGC=1679","level":"stat"}
+{"@timestamp":"2025-01-12T05:12:10.345+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.0Mi, Sys=13.4Mi, NumGC=1679","level":"stat"}
+{"@timestamp":"2025-01-12T05:13:10.344+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.0Mi, Sys=13.4Mi, NumGC=1680","level":"stat"}
+{"@timestamp":"2025-01-12T05:14:10.343+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.0Mi, Sys=13.4Mi, NumGC=1680","level":"stat"}
+{"@timestamp":"2025-01-12T05:15:10.343+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.0Mi, Sys=13.4Mi, NumGC=1681","level":"stat"}
+{"@timestamp":"2025-01-12T05:16:10.342+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.0Mi, Sys=13.4Mi, NumGC=1681","level":"stat"}
+{"@timestamp":"2025-01-12T05:17:10.341+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.0Mi, Sys=13.4Mi, NumGC=1682","level":"stat"}
+{"@timestamp":"2025-01-12T05:18:10.340+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.0Mi, Sys=13.4Mi, NumGC=1682","level":"stat"}
+{"@timestamp":"2025-01-12T05:19:10.341+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.0Mi, Sys=13.4Mi, NumGC=1683","level":"stat"}
+{"@timestamp":"2025-01-12T05:20:35.184+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.0Mi, Sys=13.4Mi, NumGC=1683","level":"stat"}
+{"@timestamp":"2025-01-12T05:21:35.184+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.0Mi, Sys=13.4Mi, NumGC=1684","level":"stat"}
+{"@timestamp":"2025-01-12T05:22:35.184+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.0Mi, Sys=13.4Mi, NumGC=1684","level":"stat"}
+{"@timestamp":"2025-01-12T05:23:35.184+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.1Mi, Sys=13.4Mi, NumGC=1685","level":"stat"}
+{"@timestamp":"2025-01-12T05:24:35.183+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.1Mi, Sys=13.4Mi, NumGC=1685","level":"stat"}
+{"@timestamp":"2025-01-12T05:41:24.958+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.1Mi, Sys=13.4Mi, NumGC=1686","level":"stat"}
+{"@timestamp":"2025-01-12T05:42:24.949+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.1Mi, Sys=13.4Mi, NumGC=1686","level":"stat"}
+{"@timestamp":"2025-01-12T06:03:19.900+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.1Mi, Sys=13.4Mi, NumGC=1687","level":"stat"}
+{"@timestamp":"2025-01-12T06:04:19.924+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.1Mi, Sys=13.4Mi, NumGC=1687","level":"stat"}
+{"@timestamp":"2025-01-12T06:05:19.926+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.1Mi, Sys=13.4Mi, NumGC=1688","level":"stat"}
+{"@timestamp":"2025-01-12T06:06:19.927+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.1Mi, Sys=13.4Mi, NumGC=1688","level":"stat"}
+{"@timestamp":"2025-01-12T06:07:19.927+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.1Mi, Sys=13.4Mi, NumGC=1689","level":"stat"}
+{"@timestamp":"2025-01-12T06:08:19.927+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.1Mi, Sys=13.4Mi, NumGC=1689","level":"stat"}
+{"@timestamp":"2025-01-12T06:09:19.927+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.1Mi, Sys=13.4Mi, NumGC=1690","level":"stat"}
+{"@timestamp":"2025-01-12T06:10:19.927+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.1Mi, Sys=13.4Mi, NumGC=1690","level":"stat"}
+{"@timestamp":"2025-01-12T06:11:19.927+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.1Mi, Sys=13.4Mi, NumGC=1691","level":"stat"}
+{"@timestamp":"2025-01-12T06:12:19.927+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.1Mi, Sys=13.4Mi, NumGC=1691","level":"stat"}
+{"@timestamp":"2025-01-12T06:13:19.927+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.1Mi, Sys=13.4Mi, NumGC=1692","level":"stat"}
+{"@timestamp":"2025-01-12T06:14:19.927+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.1Mi, Sys=13.4Mi, NumGC=1692","level":"stat"}
+{"@timestamp":"2025-01-12T06:15:19.927+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.1Mi, Sys=13.4Mi, NumGC=1693","level":"stat"}
+{"@timestamp":"2025-01-12T06:16:19.927+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.1Mi, Sys=13.4Mi, NumGC=1693","level":"stat"}
+{"@timestamp":"2025-01-12T06:17:19.927+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.1Mi, Sys=13.4Mi, NumGC=1694","level":"stat"}
+{"@timestamp":"2025-01-12T06:18:19.927+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.1Mi, Sys=13.4Mi, NumGC=1694","level":"stat"}
+{"@timestamp":"2025-01-12T06:19:19.927+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.1Mi, Sys=13.4Mi, NumGC=1695","level":"stat"}
+{"@timestamp":"2025-01-12T06:20:19.927+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.1Mi, Sys=13.4Mi, NumGC=1695","level":"stat"}
+{"@timestamp":"2025-01-12T06:21:19.927+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.1Mi, Sys=13.4Mi, NumGC=1696","level":"stat"}
+{"@timestamp":"2025-01-12T06:22:19.927+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.1Mi, Sys=13.4Mi, NumGC=1696","level":"stat"}
+{"@timestamp":"2025-01-12T06:23:19.928+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.1Mi, Sys=13.4Mi, NumGC=1697","level":"stat"}
+{"@timestamp":"2025-01-12T06:24:19.928+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.2Mi, Sys=13.4Mi, NumGC=1697","level":"stat"}
+{"@timestamp":"2025-01-12T06:25:19.928+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.2Mi, Sys=13.4Mi, NumGC=1698","level":"stat"}
+{"@timestamp":"2025-01-12T06:26:19.928+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.2Mi, Sys=13.4Mi, NumGC=1698","level":"stat"}
+{"@timestamp":"2025-01-12T06:27:19.928+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.2Mi, Sys=13.4Mi, NumGC=1699","level":"stat"}
+{"@timestamp":"2025-01-12T06:28:19.928+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.2Mi, Sys=13.4Mi, NumGC=1699","level":"stat"}
+{"@timestamp":"2025-01-12T06:29:19.928+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.2Mi, Sys=13.4Mi, NumGC=1700","level":"stat"}
+{"@timestamp":"2025-01-12T06:30:19.928+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.2Mi, Sys=13.4Mi, NumGC=1700","level":"stat"}
+{"@timestamp":"2025-01-12T06:31:19.928+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.2Mi, Sys=13.4Mi, NumGC=1701","level":"stat"}
+{"@timestamp":"2025-01-12T06:32:19.929+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.2Mi, Sys=13.4Mi, NumGC=1701","level":"stat"}
+{"@timestamp":"2025-01-12T06:33:19.928+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.2Mi, Sys=13.4Mi, NumGC=1702","level":"stat"}
+{"@timestamp":"2025-01-12T06:34:19.929+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.2Mi, Sys=13.4Mi, NumGC=1702","level":"stat"}
+{"@timestamp":"2025-01-12T06:35:19.929+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.2Mi, Sys=13.4Mi, NumGC=1703","level":"stat"}
+{"@timestamp":"2025-01-12T06:36:19.929+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.2Mi, Sys=13.4Mi, NumGC=1703","level":"stat"}
+{"@timestamp":"2025-01-12T06:37:19.929+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.2Mi, Sys=13.4Mi, NumGC=1704","level":"stat"}
+{"@timestamp":"2025-01-12T06:38:19.945+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.2Mi, Sys=13.4Mi, NumGC=1704","level":"stat"}
+{"@timestamp":"2025-01-12T06:39:19.950+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.2Mi, Sys=13.4Mi, NumGC=1705","level":"stat"}
+{"@timestamp":"2025-01-12T06:40:19.951+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.2Mi, Sys=13.4Mi, NumGC=1705","level":"stat"}
+{"@timestamp":"2025-01-12T06:41:19.951+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.2Mi, Sys=13.4Mi, NumGC=1706","level":"stat"}
+{"@timestamp":"2025-01-12T06:42:19.952+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.2Mi, Sys=13.4Mi, NumGC=1706","level":"stat"}
+{"@timestamp":"2025-01-12T06:43:19.951+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.2Mi, Sys=13.4Mi, NumGC=1707","level":"stat"}
+{"@timestamp":"2025-01-12T06:44:19.952+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.2Mi, Sys=13.4Mi, NumGC=1707","level":"stat"}
+{"@timestamp":"2025-01-12T06:45:19.952+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.2Mi, Sys=13.4Mi, NumGC=1708","level":"stat"}
+{"@timestamp":"2025-01-12T06:46:19.953+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.2Mi, Sys=13.4Mi, NumGC=1708","level":"stat"}
+{"@timestamp":"2025-01-12T06:47:19.952+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.2Mi, Sys=13.4Mi, NumGC=1709","level":"stat"}
+{"@timestamp":"2025-01-12T06:48:19.953+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.2Mi, Sys=13.4Mi, NumGC=1709","level":"stat"}
+{"@timestamp":"2025-01-12T06:49:19.954+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.2Mi, Sys=13.4Mi, NumGC=1710","level":"stat"}
+{"@timestamp":"2025-01-12T06:50:19.954+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.3Mi, Sys=13.4Mi, NumGC=1710","level":"stat"}
+{"@timestamp":"2025-01-12T06:51:19.955+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.3Mi, Sys=13.4Mi, NumGC=1711","level":"stat"}
+{"@timestamp":"2025-01-12T06:52:19.955+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.3Mi, Sys=13.4Mi, NumGC=1711","level":"stat"}
+{"@timestamp":"2025-01-12T06:53:19.956+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.3Mi, Sys=13.4Mi, NumGC=1712","level":"stat"}
+{"@timestamp":"2025-01-12T06:54:19.956+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.3Mi, Sys=13.4Mi, NumGC=1712","level":"stat"}
+{"@timestamp":"2025-01-12T06:55:19.958+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.3Mi, Sys=13.4Mi, NumGC=1713","level":"stat"}
+{"@timestamp":"2025-01-12T06:56:19.960+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.3Mi, Sys=13.4Mi, NumGC=1713","level":"stat"}
+{"@timestamp":"2025-01-12T06:57:19.960+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.3Mi, Sys=13.4Mi, NumGC=1714","level":"stat"}
+{"@timestamp":"2025-01-12T06:58:19.961+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.3Mi, Sys=13.4Mi, NumGC=1714","level":"stat"}
+{"@timestamp":"2025-01-12T06:59:19.961+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.3Mi, Sys=13.4Mi, NumGC=1715","level":"stat"}
+{"@timestamp":"2025-01-12T07:00:19.961+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.3Mi, Sys=13.4Mi, NumGC=1715","level":"stat"}
+{"@timestamp":"2025-01-12T07:01:19.962+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.3Mi, Sys=13.4Mi, NumGC=1716","level":"stat"}
+{"@timestamp":"2025-01-12T07:02:19.962+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.3Mi, Sys=13.4Mi, NumGC=1716","level":"stat"}
+{"@timestamp":"2025-01-12T07:03:19.963+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.3Mi, Sys=13.4Mi, NumGC=1717","level":"stat"}
+{"@timestamp":"2025-01-12T07:04:19.963+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.3Mi, Sys=13.4Mi, NumGC=1717","level":"stat"}
+{"@timestamp":"2025-01-12T07:05:44.805+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.3Mi, Sys=13.4Mi, NumGC=1718","level":"stat"}
+{"@timestamp":"2025-01-12T07:06:44.804+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.3Mi, Sys=13.4Mi, NumGC=1718","level":"stat"}
+{"@timestamp":"2025-01-12T07:07:44.802+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.3Mi, Sys=13.4Mi, NumGC=1719","level":"stat"}
+{"@timestamp":"2025-01-12T07:08:44.804+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.3Mi, Sys=13.4Mi, NumGC=1719","level":"stat"}
+{"@timestamp":"2025-01-12T07:09:44.804+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.3Mi, Sys=13.4Mi, NumGC=1720","level":"stat"}
+{"@timestamp":"2025-01-12T07:26:34.638+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.3Mi, Sys=13.4Mi, NumGC=1720","level":"stat"}
+{"@timestamp":"2025-01-12T07:42:59.602+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.3Mi, Sys=13.4Mi, NumGC=1721","level":"stat"}
+{"@timestamp":"2025-01-12T07:43:59.579+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.3Mi, Sys=13.4Mi, NumGC=1721","level":"stat"}
+{"@timestamp":"2025-01-12T07:44:59.579+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.3Mi, Sys=13.4Mi, NumGC=1722","level":"stat"}
+{"@timestamp":"2025-01-12T07:45:59.579+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.4Mi, Sys=13.4Mi, NumGC=1722","level":"stat"}
+{"@timestamp":"2025-01-12T07:46:59.578+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.4Mi, Sys=13.4Mi, NumGC=1723","level":"stat"}
+{"@timestamp":"2025-01-12T07:47:59.579+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.4Mi, Sys=13.4Mi, NumGC=1723","level":"stat"}
+{"@timestamp":"2025-01-12T07:48:59.578+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.4Mi, Sys=13.4Mi, NumGC=1724","level":"stat"}
+{"@timestamp":"2025-01-12T07:49:59.578+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.4Mi, Sys=13.4Mi, NumGC=1724","level":"stat"}
+{"@timestamp":"2025-01-12T07:50:59.577+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.4Mi, Sys=13.4Mi, NumGC=1725","level":"stat"}
+{"@timestamp":"2025-01-12T07:51:59.577+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.4Mi, Sys=13.4Mi, NumGC=1725","level":"stat"}
+{"@timestamp":"2025-01-12T07:52:59.575+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.4Mi, Sys=13.4Mi, NumGC=1726","level":"stat"}
+{"@timestamp":"2025-01-12T07:53:59.577+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.4Mi, Sys=13.4Mi, NumGC=1726","level":"stat"}
+{"@timestamp":"2025-01-12T07:54:59.576+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.4Mi, Sys=13.4Mi, NumGC=1727","level":"stat"}
+{"@timestamp":"2025-01-12T07:55:59.576+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.4Mi, Sys=13.4Mi, NumGC=1727","level":"stat"}
+{"@timestamp":"2025-01-12T07:56:59.576+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.4Mi, Sys=13.4Mi, NumGC=1728","level":"stat"}
+{"@timestamp":"2025-01-12T07:57:59.574+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.4Mi, Sys=13.4Mi, NumGC=1728","level":"stat"}
+{"@timestamp":"2025-01-12T07:58:59.575+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.4Mi, Sys=13.4Mi, NumGC=1729","level":"stat"}
+{"@timestamp":"2025-01-12T07:59:59.574+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.4Mi, Sys=13.4Mi, NumGC=1729","level":"stat"}
+{"@timestamp":"2025-01-12T08:00:59.572+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.4Mi, Sys=13.4Mi, NumGC=1730","level":"stat"}
+{"@timestamp":"2025-01-12T08:01:59.573+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.4Mi, Sys=13.4Mi, NumGC=1730","level":"stat"}
+{"@timestamp":"2025-01-12T08:02:59.515+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.4Mi, Sys=13.4Mi, NumGC=1731","level":"stat"}
+{"@timestamp":"2025-01-12T08:03:59.515+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.4Mi, Sys=13.4Mi, NumGC=1731","level":"stat"}
+{"@timestamp":"2025-01-12T08:04:59.513+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.4Mi, Sys=13.4Mi, NumGC=1732","level":"stat"}
+{"@timestamp":"2025-01-12T08:05:59.512+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.4Mi, Sys=13.4Mi, NumGC=1732","level":"stat"}
+{"@timestamp":"2025-01-12T08:06:59.511+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.4Mi, Sys=13.4Mi, NumGC=1733","level":"stat"}
+{"@timestamp":"2025-01-12T08:07:59.510+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.4Mi, Sys=13.4Mi, NumGC=1733","level":"stat"}
+{"@timestamp":"2025-01-12T08:08:59.509+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.4Mi, Sys=13.4Mi, NumGC=1734","level":"stat"}
+{"@timestamp":"2025-01-12T08:09:59.508+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.4Mi, Sys=13.4Mi, NumGC=1734","level":"stat"}
+{"@timestamp":"2025-01-12T08:10:59.507+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.5Mi, Sys=13.4Mi, NumGC=1735","level":"stat"}
+{"@timestamp":"2025-01-12T08:11:59.505+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.5Mi, Sys=13.4Mi, NumGC=1735","level":"stat"}
+{"@timestamp":"2025-01-12T08:12:59.504+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.5Mi, Sys=13.4Mi, NumGC=1736","level":"stat"}
+{"@timestamp":"2025-01-12T08:13:59.503+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.5Mi, Sys=13.4Mi, NumGC=1736","level":"stat"}
+{"@timestamp":"2025-01-12T08:14:59.502+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.5Mi, Sys=13.4Mi, NumGC=1737","level":"stat"}
+{"@timestamp":"2025-01-12T08:15:59.501+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=16.5Mi, Sys=13.4Mi, NumGC=1737","level":"stat"}
+{"@timestamp":"2025-01-12T08:16:59.500+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.5Mi, Sys=13.4Mi, NumGC=1738","level":"stat"}
+{"@timestamp":"2025-01-12T08:17:59.498+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.5Mi, Sys=13.4Mi, NumGC=1738","level":"stat"}
+{"@timestamp":"2025-01-12T08:18:59.497+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.5Mi, Sys=13.4Mi, NumGC=1739","level":"stat"}
+{"@timestamp":"2025-01-12T08:19:59.496+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.5Mi, Sys=13.4Mi, NumGC=1739","level":"stat"}
+{"@timestamp":"2025-01-12T08:20:59.493+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.5Mi, Sys=13.4Mi, NumGC=1740","level":"stat"}
+{"@timestamp":"2025-01-12T08:21:59.494+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.5Mi, Sys=13.4Mi, NumGC=1740","level":"stat"}
+{"@timestamp":"2025-01-12T08:22:59.493+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.5Mi, Sys=13.4Mi, NumGC=1741","level":"stat"}
+{"@timestamp":"2025-01-12T08:23:59.461+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.5Mi, Sys=13.4Mi, NumGC=1741","level":"stat"}
+{"@timestamp":"2025-01-12T08:24:59.454+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.5Mi, Sys=13.4Mi, NumGC=1742","level":"stat"}
+{"@timestamp":"2025-01-12T08:25:59.455+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.5Mi, Sys=13.4Mi, NumGC=1742","level":"stat"}
+{"@timestamp":"2025-01-12T08:26:59.453+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.5Mi, Sys=13.4Mi, NumGC=1743","level":"stat"}
+{"@timestamp":"2025-01-12T08:27:59.451+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.5Mi, Sys=13.4Mi, NumGC=1743","level":"stat"}
+{"@timestamp":"2025-01-12T08:28:59.448+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.5Mi, Sys=13.4Mi, NumGC=1744","level":"stat"}
+{"@timestamp":"2025-01-12T08:29:59.448+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.5Mi, Sys=13.4Mi, NumGC=1744","level":"stat"}
+{"@timestamp":"2025-01-12T08:30:59.445+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.5Mi, Sys=13.4Mi, NumGC=1745","level":"stat"}
+{"@timestamp":"2025-01-12T08:31:59.445+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.5Mi, Sys=13.4Mi, NumGC=1745","level":"stat"}
+{"@timestamp":"2025-01-12T08:32:59.444+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.5Mi, Sys=13.4Mi, NumGC=1746","level":"stat"}
+{"@timestamp":"2025-01-12T08:33:59.442+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.5Mi, Sys=13.4Mi, NumGC=1746","level":"stat"}
+{"@timestamp":"2025-01-12T08:34:59.440+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.5Mi, Sys=13.4Mi, NumGC=1747","level":"stat"}
+{"@timestamp":"2025-01-12T08:35:59.437+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.6Mi, Sys=13.4Mi, NumGC=1747","level":"stat"}
+{"@timestamp":"2025-01-12T08:36:59.437+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.6Mi, Sys=13.4Mi, NumGC=1748","level":"stat"}
+{"@timestamp":"2025-01-12T08:37:59.434+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.6Mi, Sys=13.4Mi, NumGC=1748","level":"stat"}
+{"@timestamp":"2025-01-12T08:38:59.434+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.6Mi, Sys=13.4Mi, NumGC=1749","level":"stat"}
+{"@timestamp":"2025-01-12T08:39:59.432+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.6Mi, Sys=13.4Mi, NumGC=1749","level":"stat"}
+{"@timestamp":"2025-01-12T08:40:59.431+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.6Mi, Sys=13.4Mi, NumGC=1750","level":"stat"}
+{"@timestamp":"2025-01-12T08:41:59.429+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.6Mi, Sys=13.4Mi, NumGC=1750","level":"stat"}
+{"@timestamp":"2025-01-12T08:42:59.428+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.6Mi, Sys=13.4Mi, NumGC=1751","level":"stat"}
+{"@timestamp":"2025-01-12T08:43:59.425+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.6Mi, Sys=13.4Mi, NumGC=1751","level":"stat"}
+{"@timestamp":"2025-01-12T08:45:24.242+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.6Mi, Sys=13.4Mi, NumGC=1752","level":"stat"}
+{"@timestamp":"2025-01-12T08:46:24.232+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.6Mi, Sys=13.4Mi, NumGC=1752","level":"stat"}
+{"@timestamp":"2025-01-12T08:47:24.230+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.6Mi, Sys=13.4Mi, NumGC=1753","level":"stat"}
+{"@timestamp":"2025-01-12T08:48:24.228+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.6Mi, Sys=13.4Mi, NumGC=1753","level":"stat"}
+{"@timestamp":"2025-01-12T08:49:24.227+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.6Mi, Sys=13.4Mi, NumGC=1754","level":"stat"}
+{"@timestamp":"2025-01-12T08:50:49.058+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.6Mi, Sys=13.4Mi, NumGC=1754","level":"stat"}
+{"@timestamp":"2025-01-12T09:07:07.410+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.6Mi, Sys=13.4Mi, NumGC=1755","level":"stat"}
+{"@timestamp":"2025-01-12T09:23:29.406+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.6Mi, Sys=13.4Mi, NumGC=1755","level":"stat"}
+{"@timestamp":"2025-01-12T09:24:29.408+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.6Mi, Sys=13.4Mi, NumGC=1756","level":"stat"}
+{"@timestamp":"2025-01-12T09:25:29.407+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.6Mi, Sys=13.4Mi, NumGC=1756","level":"stat"}
+{"@timestamp":"2025-01-12T09:26:29.407+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.6Mi, Sys=13.4Mi, NumGC=1757","level":"stat"}
+{"@timestamp":"2025-01-12T09:27:29.407+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.6Mi, Sys=13.4Mi, NumGC=1757","level":"stat"}
+{"@timestamp":"2025-01-12T09:28:29.407+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.6Mi, Sys=13.4Mi, NumGC=1758","level":"stat"}
+{"@timestamp":"2025-01-12T09:29:29.406+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.6Mi, Sys=13.4Mi, NumGC=1758","level":"stat"}
+{"@timestamp":"2025-01-12T09:30:29.407+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.6Mi, Sys=13.4Mi, NumGC=1759","level":"stat"}
+{"@timestamp":"2025-01-12T09:31:29.399+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.6Mi, Sys=13.4Mi, NumGC=1759","level":"stat"}
+{"@timestamp":"2025-01-12T09:32:29.382+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.6Mi, Sys=13.4Mi, NumGC=1760","level":"stat"}
+{"@timestamp":"2025-01-12T09:33:29.382+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.7Mi, Sys=13.4Mi, NumGC=1760","level":"stat"}
+{"@timestamp":"2025-01-12T09:34:29.382+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.7Mi, Sys=13.4Mi, NumGC=1761","level":"stat"}
+{"@timestamp":"2025-01-12T09:35:29.382+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.7Mi, Sys=13.4Mi, NumGC=1761","level":"stat"}
+{"@timestamp":"2025-01-12T09:36:29.381+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.7Mi, Sys=13.4Mi, NumGC=1762","level":"stat"}
+{"@timestamp":"2025-01-12T09:37:29.381+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.7Mi, Sys=13.4Mi, NumGC=1762","level":"stat"}
+{"@timestamp":"2025-01-12T09:38:29.380+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.7Mi, Sys=13.4Mi, NumGC=1763","level":"stat"}
+{"@timestamp":"2025-01-12T09:39:29.380+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.7Mi, Sys=13.4Mi, NumGC=1763","level":"stat"}
+{"@timestamp":"2025-01-12T09:40:29.379+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.7Mi, Sys=13.4Mi, NumGC=1764","level":"stat"}
+{"@timestamp":"2025-01-12T09:41:29.377+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.7Mi, Sys=13.4Mi, NumGC=1764","level":"stat"}
+{"@timestamp":"2025-01-12T09:42:29.378+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.7Mi, Sys=13.4Mi, NumGC=1765","level":"stat"}
+{"@timestamp":"2025-01-12T09:43:29.378+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.7Mi, Sys=13.4Mi, NumGC=1765","level":"stat"}
+{"@timestamp":"2025-01-12T09:44:29.378+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.7Mi, Sys=13.4Mi, NumGC=1766","level":"stat"}
+{"@timestamp":"2025-01-12T09:45:29.377+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.7Mi, Sys=13.4Mi, NumGC=1766","level":"stat"}
+{"@timestamp":"2025-01-12T09:46:29.375+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.7Mi, Sys=13.4Mi, NumGC=1767","level":"stat"}
+{"@timestamp":"2025-01-12T09:47:29.375+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.7Mi, Sys=13.4Mi, NumGC=1767","level":"stat"}
+{"@timestamp":"2025-01-12T09:48:29.409+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.7Mi, Sys=13.4Mi, NumGC=1768","level":"stat"}
+{"@timestamp":"2025-01-12T09:49:29.410+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.7Mi, Sys=13.4Mi, NumGC=1768","level":"stat"}
+{"@timestamp":"2025-01-12T09:50:29.410+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.7Mi, Sys=13.4Mi, NumGC=1769","level":"stat"}
+{"@timestamp":"2025-01-12T09:51:29.410+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.7Mi, Sys=13.4Mi, NumGC=1769","level":"stat"}
+{"@timestamp":"2025-01-12T09:52:29.410+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.7Mi, Sys=13.4Mi, NumGC=1770","level":"stat"}
+{"@timestamp":"2025-01-12T09:53:29.408+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.7Mi, Sys=13.4Mi, NumGC=1770","level":"stat"}
+{"@timestamp":"2025-01-12T09:54:29.409+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.7Mi, Sys=13.4Mi, NumGC=1771","level":"stat"}
+{"@timestamp":"2025-01-12T09:55:29.410+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.7Mi, Sys=13.4Mi, NumGC=1771","level":"stat"}
+{"@timestamp":"2025-01-12T09:56:29.409+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.7Mi, Sys=13.4Mi, NumGC=1772","level":"stat"}
+{"@timestamp":"2025-01-12T09:57:29.410+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.7Mi, Sys=13.4Mi, NumGC=1772","level":"stat"}
+{"@timestamp":"2025-01-12T09:58:29.408+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.7Mi, Sys=13.4Mi, NumGC=1773","level":"stat"}
+{"@timestamp":"2025-01-12T09:59:29.410+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.8Mi, Sys=13.4Mi, NumGC=1773","level":"stat"}
+{"@timestamp":"2025-01-12T10:00:29.408+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.8Mi, Sys=13.4Mi, NumGC=1774","level":"stat"}
+{"@timestamp":"2025-01-12T10:01:29.410+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.8Mi, Sys=13.4Mi, NumGC=1774","level":"stat"}
+{"@timestamp":"2025-01-12T10:02:29.409+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.8Mi, Sys=13.4Mi, NumGC=1775","level":"stat"}
+{"@timestamp":"2025-01-12T10:03:29.409+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.8Mi, Sys=13.4Mi, NumGC=1775","level":"stat"}
+{"@timestamp":"2025-01-12T10:04:29.409+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.8Mi, Sys=13.4Mi, NumGC=1776","level":"stat"}
+{"@timestamp":"2025-01-12T10:05:29.410+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.8Mi, Sys=13.4Mi, NumGC=1776","level":"stat"}
+{"@timestamp":"2025-01-12T10:06:29.408+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.8Mi, Sys=13.4Mi, NumGC=1777","level":"stat"}
+{"@timestamp":"2025-01-12T10:07:29.409+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.8Mi, Sys=13.4Mi, NumGC=1777","level":"stat"}
+{"@timestamp":"2025-01-12T10:08:29.408+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.8Mi, Sys=13.4Mi, NumGC=1778","level":"stat"}
+{"@timestamp":"2025-01-12T10:09:29.409+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.8Mi, Sys=13.4Mi, NumGC=1778","level":"stat"}
+{"@timestamp":"2025-01-12T10:10:29.409+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.8Mi, Sys=13.4Mi, NumGC=1779","level":"stat"}
+{"@timestamp":"2025-01-12T10:11:29.378+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.8Mi, Sys=13.4Mi, NumGC=1779","level":"stat"}
+{"@timestamp":"2025-01-12T10:12:29.360+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.8Mi, Sys=13.4Mi, NumGC=1780","level":"stat"}
+{"@timestamp":"2025-01-12T10:13:29.360+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.8Mi, Sys=13.4Mi, NumGC=1780","level":"stat"}
+{"@timestamp":"2025-01-12T10:14:29.359+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.8Mi, Sys=13.4Mi, NumGC=1781","level":"stat"}
+{"@timestamp":"2025-01-12T10:15:29.359+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.8Mi, Sys=13.4Mi, NumGC=1781","level":"stat"}
+{"@timestamp":"2025-01-12T10:16:29.358+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.8Mi, Sys=13.4Mi, NumGC=1782","level":"stat"}
+{"@timestamp":"2025-01-12T10:17:29.358+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.8Mi, Sys=13.4Mi, NumGC=1782","level":"stat"}
+{"@timestamp":"2025-01-12T10:18:29.357+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.8Mi, Sys=13.4Mi, NumGC=1783","level":"stat"}
+{"@timestamp":"2025-01-12T10:19:29.356+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.8Mi, Sys=13.4Mi, NumGC=1783","level":"stat"}
+{"@timestamp":"2025-01-12T10:20:29.356+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.8Mi, Sys=13.4Mi, NumGC=1784","level":"stat"}
+{"@timestamp":"2025-01-12T10:21:29.355+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.8Mi, Sys=13.4Mi, NumGC=1784","level":"stat"}
+{"@timestamp":"2025-01-12T10:22:29.354+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.8Mi, Sys=13.4Mi, NumGC=1785","level":"stat"}
+{"@timestamp":"2025-01-12T10:23:29.354+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.9Mi, Sys=13.4Mi, NumGC=1785","level":"stat"}
+{"@timestamp":"2025-01-12T10:24:29.354+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.9Mi, Sys=13.4Mi, NumGC=1786","level":"stat"}
+{"@timestamp":"2025-01-12T10:25:54.177+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.9Mi, Sys=13.4Mi, NumGC=1786","level":"stat"}
+{"@timestamp":"2025-01-12T10:26:54.176+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.9Mi, Sys=13.4Mi, NumGC=1787","level":"stat"}
+{"@timestamp":"2025-01-12T10:27:54.175+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.9Mi, Sys=13.4Mi, NumGC=1787","level":"stat"}
+{"@timestamp":"2025-01-12T10:28:54.174+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.9Mi, Sys=13.4Mi, NumGC=1788","level":"stat"}
+{"@timestamp":"2025-01-12T10:29:54.173+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.9Mi, Sys=13.4Mi, NumGC=1788","level":"stat"}
+{"@timestamp":"2025-01-12T10:31:19.001+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.9Mi, Sys=13.4Mi, NumGC=1789","level":"stat"}
+{"@timestamp":"2025-01-12T10:47:56.751+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.9Mi, Sys=13.4Mi, NumGC=1789","level":"stat"}
+{"@timestamp":"2025-01-12T11:04:21.698+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.9Mi, Sys=13.4Mi, NumGC=1790","level":"stat"}
+{"@timestamp":"2025-01-12T11:05:21.698+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.9Mi, Sys=13.4Mi, NumGC=1790","level":"stat"}
+{"@timestamp":"2025-01-12T11:06:21.697+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.9Mi, Sys=13.4Mi, NumGC=1791","level":"stat"}
+{"@timestamp":"2025-01-12T11:07:21.698+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.9Mi, Sys=13.4Mi, NumGC=1791","level":"stat"}
+{"@timestamp":"2025-01-12T11:08:21.752+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.9Mi, Sys=13.4Mi, NumGC=1792","level":"stat"}
+{"@timestamp":"2025-01-12T11:09:21.745+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.9Mi, Sys=13.4Mi, NumGC=1792","level":"stat"}
+{"@timestamp":"2025-01-12T11:10:21.744+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.9Mi, Sys=13.4Mi, NumGC=1793","level":"stat"}
+{"@timestamp":"2025-01-12T11:11:21.745+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.9Mi, Sys=13.4Mi, NumGC=1793","level":"stat"}
+{"@timestamp":"2025-01-12T11:12:21.746+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.9Mi, Sys=13.4Mi, NumGC=1794","level":"stat"}
+{"@timestamp":"2025-01-12T11:13:21.746+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.9Mi, Sys=13.4Mi, NumGC=1794","level":"stat"}
+{"@timestamp":"2025-01-12T11:14:21.746+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.9Mi, Sys=13.4Mi, NumGC=1795","level":"stat"}
+{"@timestamp":"2025-01-12T11:15:21.755+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.9Mi, Sys=13.4Mi, NumGC=1795","level":"stat"}
+{"@timestamp":"2025-01-12T11:16:21.756+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.9Mi, Sys=13.4Mi, NumGC=1796","level":"stat"}
+{"@timestamp":"2025-01-12T11:17:21.757+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.9Mi, Sys=13.4Mi, NumGC=1796","level":"stat"}
+{"@timestamp":"2025-01-12T11:18:21.756+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=16.9Mi, Sys=13.4Mi, NumGC=1797","level":"stat"}
+{"@timestamp":"2025-01-12T11:19:21.757+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.0Mi, Sys=13.4Mi, NumGC=1797","level":"stat"}
+{"@timestamp":"2025-01-12T11:20:21.758+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.0Mi, Sys=13.4Mi, NumGC=1798","level":"stat"}
+{"@timestamp":"2025-01-12T11:21:21.757+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.0Mi, Sys=13.4Mi, NumGC=1798","level":"stat"}
+{"@timestamp":"2025-01-12T11:22:21.757+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.0Mi, Sys=13.4Mi, NumGC=1799","level":"stat"}
+{"@timestamp":"2025-01-12T11:23:21.759+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.0Mi, Sys=13.4Mi, NumGC=1799","level":"stat"}
+{"@timestamp":"2025-01-12T11:24:21.782+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.0Mi, Sys=13.4Mi, NumGC=1800","level":"stat"}
+{"@timestamp":"2025-01-12T11:25:21.783+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.0Mi, Sys=13.4Mi, NumGC=1800","level":"stat"}
+{"@timestamp":"2025-01-12T11:26:21.784+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.0Mi, Sys=13.4Mi, NumGC=1801","level":"stat"}
+{"@timestamp":"2025-01-12T11:27:21.785+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.0Mi, Sys=13.4Mi, NumGC=1801","level":"stat"}
+{"@timestamp":"2025-01-12T11:28:21.785+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.0Mi, Sys=13.4Mi, NumGC=1802","level":"stat"}
+{"@timestamp":"2025-01-12T11:29:21.786+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.0Mi, Sys=13.4Mi, NumGC=1802","level":"stat"}
+{"@timestamp":"2025-01-12T11:30:21.787+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.0Mi, Sys=13.4Mi, NumGC=1803","level":"stat"}
+{"@timestamp":"2025-01-12T11:31:21.787+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.0Mi, Sys=13.4Mi, NumGC=1803","level":"stat"}
+{"@timestamp":"2025-01-12T11:32:21.788+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.0Mi, Sys=13.4Mi, NumGC=1804","level":"stat"}
+{"@timestamp":"2025-01-12T11:33:21.788+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.0Mi, Sys=13.4Mi, NumGC=1804","level":"stat"}
+{"@timestamp":"2025-01-12T11:34:21.790+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.0Mi, Sys=13.4Mi, NumGC=1805","level":"stat"}
+{"@timestamp":"2025-01-12T11:35:21.790+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.0Mi, Sys=13.4Mi, NumGC=1805","level":"stat"}
+{"@timestamp":"2025-01-12T11:36:21.791+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.0Mi, Sys=13.4Mi, NumGC=1806","level":"stat"}
+{"@timestamp":"2025-01-12T11:37:21.791+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.0Mi, Sys=13.4Mi, NumGC=1806","level":"stat"}
+{"@timestamp":"2025-01-12T11:38:21.791+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.0Mi, Sys=13.4Mi, NumGC=1807","level":"stat"}
+{"@timestamp":"2025-01-12T11:39:21.793+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.0Mi, Sys=13.4Mi, NumGC=1807","level":"stat"}
+{"@timestamp":"2025-01-12T11:40:21.723+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.0Mi, Sys=13.4Mi, NumGC=1808","level":"stat"}
+{"@timestamp":"2025-01-12T11:41:21.723+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.0Mi, Sys=13.4Mi, NumGC=1808","level":"stat"}
+{"@timestamp":"2025-01-12T11:42:21.723+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.0Mi, Sys=13.4Mi, NumGC=1809","level":"stat"}
+{"@timestamp":"2025-01-12T11:43:21.721+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.1Mi, Sys=13.4Mi, NumGC=1809","level":"stat"}
+{"@timestamp":"2025-01-12T11:44:21.722+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.1Mi, Sys=13.4Mi, NumGC=1810","level":"stat"}
+{"@timestamp":"2025-01-12T12:01:10.439+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.1Mi, Sys=13.4Mi, NumGC=1810","level":"stat"}
+{"@timestamp":"2025-01-12T12:02:10.450+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.1Mi, Sys=13.4Mi, NumGC=1811","level":"stat"}
+{"@timestamp":"2025-01-12T12:03:10.449+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.1Mi, Sys=13.4Mi, NumGC=1811","level":"stat"}
+{"@timestamp":"2025-01-12T12:04:10.450+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.1Mi, Sys=13.4Mi, NumGC=1812","level":"stat"}
+{"@timestamp":"2025-01-12T12:05:10.449+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.1Mi, Sys=13.4Mi, NumGC=1812","level":"stat"}
+{"@timestamp":"2025-01-12T12:06:10.450+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.1Mi, Sys=13.4Mi, NumGC=1813","level":"stat"}
+{"@timestamp":"2025-01-12T12:07:10.450+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.1Mi, Sys=13.4Mi, NumGC=1813","level":"stat"}
+{"@timestamp":"2025-01-12T12:08:10.450+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.1Mi, Sys=13.4Mi, NumGC=1814","level":"stat"}
+{"@timestamp":"2025-01-12T12:09:10.450+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.1Mi, Sys=13.4Mi, NumGC=1814","level":"stat"}
+{"@timestamp":"2025-01-12T12:10:10.449+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.1Mi, Sys=13.4Mi, NumGC=1815","level":"stat"}
+{"@timestamp":"2025-01-12T12:11:10.454+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.1Mi, Sys=13.4Mi, NumGC=1815","level":"stat"}
+{"@timestamp":"2025-01-12T12:12:10.462+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.1Mi, Sys=13.4Mi, NumGC=1816","level":"stat"}
+{"@timestamp":"2025-01-12T12:13:10.462+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.1Mi, Sys=13.4Mi, NumGC=1816","level":"stat"}
+{"@timestamp":"2025-01-12T12:14:10.462+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.1Mi, Sys=13.4Mi, NumGC=1817","level":"stat"}
+{"@timestamp":"2025-01-12T12:15:10.462+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.1Mi, Sys=13.4Mi, NumGC=1817","level":"stat"}
+{"@timestamp":"2025-01-12T12:16:10.460+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.1Mi, Sys=13.4Mi, NumGC=1818","level":"stat"}
+{"@timestamp":"2025-01-12T12:17:10.460+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.1Mi, Sys=13.4Mi, NumGC=1818","level":"stat"}
+{"@timestamp":"2025-01-12T12:18:10.461+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.1Mi, Sys=13.4Mi, NumGC=1819","level":"stat"}
+{"@timestamp":"2025-01-12T12:19:10.462+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.1Mi, Sys=13.4Mi, NumGC=1819","level":"stat"}
+{"@timestamp":"2025-01-12T12:20:10.462+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.1Mi, Sys=13.4Mi, NumGC=1820","level":"stat"}
+{"@timestamp":"2025-01-12T12:21:10.462+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.1Mi, Sys=13.4Mi, NumGC=1820","level":"stat"}
+{"@timestamp":"2025-01-12T12:22:10.462+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.1Mi, Sys=13.4Mi, NumGC=1821","level":"stat"}
+{"@timestamp":"2025-01-12T12:23:10.460+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.1Mi, Sys=13.4Mi, NumGC=1821","level":"stat"}
+{"@timestamp":"2025-01-12T12:24:10.461+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.1Mi, Sys=13.4Mi, NumGC=1822","level":"stat"}
+{"@timestamp":"2025-01-12T12:25:10.460+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.2Mi, Sys=13.4Mi, NumGC=1822","level":"stat"}
+{"@timestamp":"2025-01-12T12:26:10.462+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.2Mi, Sys=13.4Mi, NumGC=1823","level":"stat"}
+{"@timestamp":"2025-01-12T12:27:10.466+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.2Mi, Sys=13.4Mi, NumGC=1823","level":"stat"}
+{"@timestamp":"2025-01-12T12:28:10.450+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.2Mi, Sys=13.4Mi, NumGC=1824","level":"stat"}
+{"@timestamp":"2025-01-12T12:29:10.450+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.2Mi, Sys=13.4Mi, NumGC=1824","level":"stat"}
+{"@timestamp":"2025-01-12T12:30:10.450+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.2Mi, Sys=13.4Mi, NumGC=1825","level":"stat"}
+{"@timestamp":"2025-01-12T12:31:10.450+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.2Mi, Sys=13.4Mi, NumGC=1825","level":"stat"}
+{"@timestamp":"2025-01-12T12:32:10.450+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.2Mi, Sys=13.4Mi, NumGC=1825","level":"stat"}
+{"@timestamp":"2025-01-12T12:33:10.450+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.2Mi, Sys=13.4Mi, NumGC=1826","level":"stat"}
+{"@timestamp":"2025-01-12T12:34:10.450+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.2Mi, Sys=13.4Mi, NumGC=1826","level":"stat"}
+{"@timestamp":"2025-01-12T12:35:10.450+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.2Mi, Sys=13.4Mi, NumGC=1827","level":"stat"}
+{"@timestamp":"2025-01-12T12:36:10.449+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.2Mi, Sys=13.4Mi, NumGC=1827","level":"stat"}
+{"@timestamp":"2025-01-12T12:37:10.449+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.2Mi, Sys=13.4Mi, NumGC=1828","level":"stat"}
+{"@timestamp":"2025-01-12T12:38:10.449+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.2Mi, Sys=13.4Mi, NumGC=1828","level":"stat"}
+{"@timestamp":"2025-01-12T12:39:10.449+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.2Mi, Sys=13.4Mi, NumGC=1829","level":"stat"}
+{"@timestamp":"2025-01-12T12:40:10.448+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.2Mi, Sys=13.4Mi, NumGC=1829","level":"stat"}
+{"@timestamp":"2025-01-12T12:41:10.449+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.2Mi, Sys=13.4Mi, NumGC=1830","level":"stat"}
+{"@timestamp":"2025-01-12T12:42:10.448+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.2Mi, Sys=13.4Mi, NumGC=1830","level":"stat"}
+{"@timestamp":"2025-01-12T12:43:10.389+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.2Mi, Sys=13.4Mi, NumGC=1831","level":"stat"}
+{"@timestamp":"2025-01-12T12:44:10.390+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.2Mi, Sys=13.4Mi, NumGC=1831","level":"stat"}
+{"@timestamp":"2025-01-12T12:45:10.389+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.2Mi, Sys=13.4Mi, NumGC=1832","level":"stat"}
+{"@timestamp":"2025-01-12T12:46:10.388+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.2Mi, Sys=13.4Mi, NumGC=1832","level":"stat"}
+{"@timestamp":"2025-01-12T12:47:10.388+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.2Mi, Sys=13.4Mi, NumGC=1833","level":"stat"}
+{"@timestamp":"2025-01-12T12:48:10.387+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.2Mi, Sys=13.4Mi, NumGC=1833","level":"stat"}
+{"@timestamp":"2025-01-12T12:49:10.386+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.2Mi, Sys=13.4Mi, NumGC=1834","level":"stat"}
+{"@timestamp":"2025-01-12T12:50:10.385+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.3Mi, Sys=13.4Mi, NumGC=1834","level":"stat"}
+{"@timestamp":"2025-01-12T12:51:10.384+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.3Mi, Sys=13.4Mi, NumGC=1835","level":"stat"}
+{"@timestamp":"2025-01-12T12:52:10.384+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.3Mi, Sys=13.4Mi, NumGC=1835","level":"stat"}
+{"@timestamp":"2025-01-12T12:53:10.382+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.3Mi, Sys=13.4Mi, NumGC=1836","level":"stat"}
+{"@timestamp":"2025-01-12T12:54:10.382+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.3Mi, Sys=13.4Mi, NumGC=1836","level":"stat"}
+{"@timestamp":"2025-01-12T12:55:10.381+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.3Mi, Sys=13.4Mi, NumGC=1837","level":"stat"}
+{"@timestamp":"2025-01-12T12:56:10.380+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.3Mi, Sys=13.4Mi, NumGC=1837","level":"stat"}
+{"@timestamp":"2025-01-12T12:57:10.380+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.3Mi, Sys=13.4Mi, NumGC=1838","level":"stat"}
+{"@timestamp":"2025-01-12T12:58:10.379+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.3Mi, Sys=13.4Mi, NumGC=1838","level":"stat"}
+{"@timestamp":"2025-01-12T12:59:10.378+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.3Mi, Sys=13.4Mi, NumGC=1839","level":"stat"}
+{"@timestamp":"2025-01-12T13:00:10.377+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.3Mi, Sys=13.4Mi, NumGC=1839","level":"stat"}
+{"@timestamp":"2025-01-12T13:01:10.376+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.3Mi, Sys=13.4Mi, NumGC=1840","level":"stat"}
+{"@timestamp":"2025-01-12T13:02:35.232+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.3Mi, Sys=13.4Mi, NumGC=1840","level":"stat"}
+{"@timestamp":"2025-01-12T13:03:35.233+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.3Mi, Sys=13.4Mi, NumGC=1841","level":"stat"}
+{"@timestamp":"2025-01-12T13:04:35.231+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.3Mi, Sys=13.4Mi, NumGC=1841","level":"stat"}
+{"@timestamp":"2025-01-12T13:05:35.231+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.3Mi, Sys=13.4Mi, NumGC=1842","level":"stat"}
+{"@timestamp":"2025-01-12T13:06:35.229+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.3Mi, Sys=13.4Mi, NumGC=1842","level":"stat"}
+{"@timestamp":"2025-01-12T13:07:35.230+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.3Mi, Sys=13.4Mi, NumGC=1843","level":"stat"}
+{"@timestamp":"2025-01-12T13:08:35.229+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.3Mi, Sys=13.4Mi, NumGC=1843","level":"stat"}
+{"@timestamp":"2025-01-12T13:09:35.228+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.3Mi, Sys=13.4Mi, NumGC=1844","level":"stat"}
+{"@timestamp":"2025-01-12T13:10:35.227+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.3Mi, Sys=13.4Mi, NumGC=1844","level":"stat"}
+{"@timestamp":"2025-01-12T13:11:35.227+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.3Mi, Sys=13.4Mi, NumGC=1845","level":"stat"}
+{"@timestamp":"2025-01-12T13:12:35.226+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.3Mi, Sys=13.4Mi, NumGC=1845","level":"stat"}
+{"@timestamp":"2025-01-12T13:13:35.225+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.3Mi, Sys=13.4Mi, NumGC=1846","level":"stat"}
+{"@timestamp":"2025-01-12T13:14:35.223+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.3Mi, Sys=13.4Mi, NumGC=1846","level":"stat"}
+{"@timestamp":"2025-01-12T13:15:35.223+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.4Mi, Sys=13.4Mi, NumGC=1847","level":"stat"}
+{"@timestamp":"2025-01-12T13:16:35.223+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.4Mi, Sys=13.4Mi, NumGC=1847","level":"stat"}
+{"@timestamp":"2025-01-12T13:17:35.222+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.4Mi, Sys=13.4Mi, NumGC=1848","level":"stat"}
+{"@timestamp":"2025-01-12T13:18:35.221+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.4Mi, Sys=13.4Mi, NumGC=1848","level":"stat"}
+{"@timestamp":"2025-01-12T13:19:35.220+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.4Mi, Sys=13.4Mi, NumGC=1849","level":"stat"}
+{"@timestamp":"2025-01-12T13:20:35.220+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.4Mi, Sys=13.4Mi, NumGC=1849","level":"stat"}
+{"@timestamp":"2025-01-12T13:21:35.218+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.4Mi, Sys=13.4Mi, NumGC=1850","level":"stat"}
+{"@timestamp":"2025-01-12T13:22:35.218+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.4Mi, Sys=13.4Mi, NumGC=1850","level":"stat"}
+{"@timestamp":"2025-01-12T13:23:35.107+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.4Mi, Sys=13.4Mi, NumGC=1851","level":"stat"}
+{"@timestamp":"2025-01-12T13:24:35.105+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.4Mi, Sys=13.4Mi, NumGC=1851","level":"stat"}
+{"@timestamp":"2025-01-12T13:25:35.103+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.4Mi, Sys=13.4Mi, NumGC=1852","level":"stat"}
+{"@timestamp":"2025-01-12T13:26:35.101+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.4Mi, Sys=13.4Mi, NumGC=1852","level":"stat"}
+{"@timestamp":"2025-01-12T13:27:35.097+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.4Mi, Sys=13.4Mi, NumGC=1853","level":"stat"}
+{"@timestamp":"2025-01-12T13:28:35.097+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.4Mi, Sys=13.4Mi, NumGC=1853","level":"stat"}
+{"@timestamp":"2025-01-12T13:29:35.094+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.4Mi, Sys=13.4Mi, NumGC=1854","level":"stat"}
+{"@timestamp":"2025-01-12T13:30:35.093+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.4Mi, Sys=13.4Mi, NumGC=1854","level":"stat"}
+{"@timestamp":"2025-01-12T13:31:35.089+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.4Mi, Sys=13.4Mi, NumGC=1855","level":"stat"}
+{"@timestamp":"2025-01-12T13:32:35.088+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.4Mi, Sys=13.4Mi, NumGC=1855","level":"stat"}
+{"@timestamp":"2025-01-12T13:33:35.085+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.4Mi, Sys=13.4Mi, NumGC=1856","level":"stat"}
+{"@timestamp":"2025-01-12T13:34:35.083+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.4Mi, Sys=13.4Mi, NumGC=1856","level":"stat"}
+{"@timestamp":"2025-01-12T13:35:35.082+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.4Mi, Sys=13.4Mi, NumGC=1857","level":"stat"}
+{"@timestamp":"2025-01-12T13:36:35.080+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.4Mi, Sys=13.4Mi, NumGC=1857","level":"stat"}
+{"@timestamp":"2025-01-12T13:37:35.078+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.4Mi, Sys=13.4Mi, NumGC=1858","level":"stat"}
+{"@timestamp":"2025-01-12T13:38:35.075+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.4Mi, Sys=13.4Mi, NumGC=1858","level":"stat"}
+{"@timestamp":"2025-01-12T13:39:35.075+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.4Mi, Sys=13.4Mi, NumGC=1859","level":"stat"}
+{"@timestamp":"2025-01-12T13:40:35.072+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.5Mi, Sys=13.4Mi, NumGC=1859","level":"stat"}
+{"@timestamp":"2025-01-12T13:41:35.070+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.5Mi, Sys=13.4Mi, NumGC=1860","level":"stat"}
+{"@timestamp":"2025-01-12T13:42:35.067+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.5Mi, Sys=13.4Mi, NumGC=1860","level":"stat"}
+{"@timestamp":"2025-01-12T13:43:35.066+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.5Mi, Sys=13.4Mi, NumGC=1861","level":"stat"}
+{"@timestamp":"2025-01-12T13:44:35.064+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.5Mi, Sys=13.4Mi, NumGC=1861","level":"stat"}
+{"@timestamp":"2025-01-12T13:45:35.062+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.5Mi, Sys=13.4Mi, NumGC=1862","level":"stat"}
+{"@timestamp":"2025-01-12T13:46:35.060+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.5Mi, Sys=13.4Mi, NumGC=1862","level":"stat"}
+{"@timestamp":"2025-01-12T13:47:35.058+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.5Mi, Sys=13.4Mi, NumGC=1863","level":"stat"}
+{"@timestamp":"2025-01-12T13:48:35.056+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.5Mi, Sys=13.4Mi, NumGC=1863","level":"stat"}
+{"@timestamp":"2025-01-12T13:49:35.053+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.5Mi, Sys=13.4Mi, NumGC=1864","level":"stat"}
+{"@timestamp":"2025-01-12T13:50:35.053+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.5Mi, Sys=13.4Mi, NumGC=1864","level":"stat"}
+{"@timestamp":"2025-01-12T13:51:35.050+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.5Mi, Sys=13.4Mi, NumGC=1865","level":"stat"}
+{"@timestamp":"2025-01-12T13:52:35.048+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.5Mi, Sys=13.4Mi, NumGC=1865","level":"stat"}
+{"@timestamp":"2025-01-12T13:53:35.046+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.5Mi, Sys=13.4Mi, NumGC=1866","level":"stat"}
+{"@timestamp":"2025-01-12T13:54:35.043+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.5Mi, Sys=13.4Mi, NumGC=1866","level":"stat"}
+{"@timestamp":"2025-01-12T13:55:35.031+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.5Mi, Sys=13.4Mi, NumGC=1867","level":"stat"}
+{"@timestamp":"2025-01-12T13:56:35.010+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.5Mi, Sys=13.4Mi, NumGC=1867","level":"stat"}
+{"@timestamp":"2025-01-12T13:57:35.007+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.5Mi, Sys=13.4Mi, NumGC=1868","level":"stat"}
+{"@timestamp":"2025-01-12T13:58:35.005+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.5Mi, Sys=13.4Mi, NumGC=1868","level":"stat"}
+{"@timestamp":"2025-01-12T13:59:35.002+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.5Mi, Sys=13.4Mi, NumGC=1869","level":"stat"}
+{"@timestamp":"2025-01-12T14:00:35.000+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.5Mi, Sys=13.4Mi, NumGC=1869","level":"stat"}
+{"@timestamp":"2025-01-12T14:01:34.998+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.5Mi, Sys=13.4Mi, NumGC=1870","level":"stat"}
+{"@timestamp":"2025-01-12T14:02:34.993+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.5Mi, Sys=13.4Mi, NumGC=1870","level":"stat"}
+{"@timestamp":"2025-01-12T14:03:34.993+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.5Mi, Sys=13.4Mi, NumGC=1871","level":"stat"}
+{"@timestamp":"2025-01-12T14:04:34.991+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.6Mi, Sys=13.4Mi, NumGC=1871","level":"stat"}
+{"@timestamp":"2025-01-12T14:06:30.033+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.6Mi, Sys=13.4Mi, NumGC=1872","level":"stat"}
+{"@timestamp":"2025-01-12T14:07:30.030+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.6Mi, Sys=13.4Mi, NumGC=1872","level":"stat"}
+{"@timestamp":"2025-01-12T14:08:30.027+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.6Mi, Sys=13.4Mi, NumGC=1873","level":"stat"}
+{"@timestamp":"2025-01-12T14:09:30.024+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.6Mi, Sys=13.4Mi, NumGC=1873","level":"stat"}
+{"@timestamp":"2025-01-12T14:10:30.022+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.6Mi, Sys=13.4Mi, NumGC=1874","level":"stat"}
+{"@timestamp":"2025-01-12T14:11:30.029+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.6Mi, Sys=13.4Mi, NumGC=1874","level":"stat"}
+{"@timestamp":"2025-01-12T14:12:30.033+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.6Mi, Sys=13.4Mi, NumGC=1875","level":"stat"}
+{"@timestamp":"2025-01-12T14:13:30.031+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.6Mi, Sys=13.4Mi, NumGC=1875","level":"stat"}
+{"@timestamp":"2025-01-12T14:14:30.028+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.6Mi, Sys=13.4Mi, NumGC=1876","level":"stat"}
+{"@timestamp":"2025-01-12T14:15:30.026+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.6Mi, Sys=13.4Mi, NumGC=1876","level":"stat"}
+{"@timestamp":"2025-01-12T14:16:30.024+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.6Mi, Sys=13.4Mi, NumGC=1877","level":"stat"}
+{"@timestamp":"2025-01-12T14:17:30.021+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.6Mi, Sys=13.4Mi, NumGC=1877","level":"stat"}
+{"@timestamp":"2025-01-12T14:18:30.019+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.6Mi, Sys=13.4Mi, NumGC=1878","level":"stat"}
+{"@timestamp":"2025-01-12T14:19:30.017+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.6Mi, Sys=13.4Mi, NumGC=1878","level":"stat"}
+{"@timestamp":"2025-01-12T14:20:30.015+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.6Mi, Sys=13.4Mi, NumGC=1879","level":"stat"}
+{"@timestamp":"2025-01-12T14:21:30.013+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.6Mi, Sys=13.4Mi, NumGC=1879","level":"stat"}
+{"@timestamp":"2025-01-12T14:22:30.010+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.6Mi, Sys=13.4Mi, NumGC=1880","level":"stat"}
+{"@timestamp":"2025-01-12T14:23:30.007+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.6Mi, Sys=13.4Mi, NumGC=1880","level":"stat"}
+{"@timestamp":"2025-01-12T14:24:30.006+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.6Mi, Sys=13.4Mi, NumGC=1881","level":"stat"}
+{"@timestamp":"2025-01-12T14:25:30.003+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.6Mi, Sys=13.4Mi, NumGC=1881","level":"stat"}
+{"@timestamp":"2025-01-12T14:26:30.001+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.6Mi, Sys=13.4Mi, NumGC=1882","level":"stat"}
+{"@timestamp":"2025-01-12T14:27:29.999+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.6Mi, Sys=13.4Mi, NumGC=1882","level":"stat"}
+{"@timestamp":"2025-01-12T14:28:29.998+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.6Mi, Sys=13.4Mi, NumGC=1883","level":"stat"}
+{"@timestamp":"2025-01-12T14:29:29.995+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.7Mi, Sys=13.4Mi, NumGC=1883","level":"stat"}
+{"@timestamp":"2025-01-12T14:30:29.992+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.7Mi, Sys=13.4Mi, NumGC=1884","level":"stat"}
+{"@timestamp":"2025-01-12T14:31:29.991+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.7Mi, Sys=13.4Mi, NumGC=1884","level":"stat"}
+{"@timestamp":"2025-01-12T14:32:29.989+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.7Mi, Sys=13.4Mi, NumGC=1885","level":"stat"}
+{"@timestamp":"2025-01-12T14:33:29.986+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.7Mi, Sys=13.4Mi, NumGC=1885","level":"stat"}
+{"@timestamp":"2025-01-12T14:34:29.984+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.7Mi, Sys=13.4Mi, NumGC=1886","level":"stat"}
+{"@timestamp":"2025-01-12T14:35:29.980+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.7Mi, Sys=13.4Mi, NumGC=1886","level":"stat"}
+{"@timestamp":"2025-01-12T14:36:29.979+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.7Mi, Sys=13.4Mi, NumGC=1887","level":"stat"}
+{"@timestamp":"2025-01-12T14:37:29.977+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.7Mi, Sys=13.4Mi, NumGC=1887","level":"stat"}
+{"@timestamp":"2025-01-12T14:38:29.974+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.7Mi, Sys=13.4Mi, NumGC=1888","level":"stat"}
+{"@timestamp":"2025-01-12T14:39:29.973+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.7Mi, Sys=13.4Mi, NumGC=1888","level":"stat"}
+{"@timestamp":"2025-01-12T14:40:29.971+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.7Mi, Sys=13.4Mi, NumGC=1889","level":"stat"}
+{"@timestamp":"2025-01-12T14:41:29.968+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.7Mi, Sys=13.4Mi, NumGC=1889","level":"stat"}
+{"@timestamp":"2025-01-12T14:42:29.966+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.7Mi, Sys=13.4Mi, NumGC=1890","level":"stat"}
+{"@timestamp":"2025-01-12T14:43:29.964+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.7Mi, Sys=13.4Mi, NumGC=1890","level":"stat"}
+{"@timestamp":"2025-01-12T14:44:29.962+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.7Mi, Sys=13.4Mi, NumGC=1891","level":"stat"}
+{"@timestamp":"2025-01-12T14:45:54.779+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.7Mi, Sys=13.4Mi, NumGC=1891","level":"stat"}
+{"@timestamp":"2025-01-12T15:02:19.871+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.7Mi, Sys=13.4Mi, NumGC=1892","level":"stat"}
+{"@timestamp":"2025-01-12T15:03:19.872+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.7Mi, Sys=13.4Mi, NumGC=1892","level":"stat"}
+{"@timestamp":"2025-01-12T15:04:19.870+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.7Mi, Sys=13.4Mi, NumGC=1893","level":"stat"}
+{"@timestamp":"2025-01-12T15:05:19.869+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.7Mi, Sys=13.4Mi, NumGC=1893","level":"stat"}
+{"@timestamp":"2025-01-12T15:06:19.868+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.7Mi, Sys=13.4Mi, NumGC=1894","level":"stat"}
+{"@timestamp":"2025-01-12T15:07:19.868+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.7Mi, Sys=13.4Mi, NumGC=1894","level":"stat"}
+{"@timestamp":"2025-01-12T15:08:19.865+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.7Mi, Sys=13.4Mi, NumGC=1895","level":"stat"}
+{"@timestamp":"2025-01-12T15:09:19.864+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.8Mi, Sys=13.4Mi, NumGC=1895","level":"stat"}
+{"@timestamp":"2025-01-12T15:10:19.865+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.8Mi, Sys=13.4Mi, NumGC=1896","level":"stat"}
+{"@timestamp":"2025-01-12T15:11:19.864+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.8Mi, Sys=13.4Mi, NumGC=1896","level":"stat"}
+{"@timestamp":"2025-01-12T15:12:19.863+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.8Mi, Sys=13.4Mi, NumGC=1897","level":"stat"}
+{"@timestamp":"2025-01-12T15:13:19.862+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.8Mi, Sys=13.4Mi, NumGC=1897","level":"stat"}
+{"@timestamp":"2025-01-12T15:14:19.860+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.8Mi, Sys=13.4Mi, NumGC=1898","level":"stat"}
+{"@timestamp":"2025-01-12T15:15:19.860+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.8Mi, Sys=13.4Mi, NumGC=1898","level":"stat"}
+{"@timestamp":"2025-01-12T15:16:19.859+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.8Mi, Sys=13.4Mi, NumGC=1899","level":"stat"}
+{"@timestamp":"2025-01-12T15:17:19.947+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.8Mi, Sys=13.4Mi, NumGC=1899","level":"stat"}
+{"@timestamp":"2025-01-12T15:18:19.946+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.8Mi, Sys=13.4Mi, NumGC=1900","level":"stat"}
+{"@timestamp":"2025-01-12T15:19:19.946+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.8Mi, Sys=13.4Mi, NumGC=1900","level":"stat"}
+{"@timestamp":"2025-01-12T15:20:19.946+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.8Mi, Sys=13.4Mi, NumGC=1901","level":"stat"}
+{"@timestamp":"2025-01-12T15:21:19.947+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.8Mi, Sys=13.4Mi, NumGC=1901","level":"stat"}
+{"@timestamp":"2025-01-12T15:22:19.947+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.8Mi, Sys=13.4Mi, NumGC=1902","level":"stat"}
+{"@timestamp":"2025-01-12T15:23:19.947+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.8Mi, Sys=13.4Mi, NumGC=1902","level":"stat"}
+{"@timestamp":"2025-01-12T15:24:19.947+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.8Mi, Sys=13.4Mi, NumGC=1903","level":"stat"}
+{"@timestamp":"2025-01-12T15:25:19.946+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.8Mi, Sys=13.4Mi, NumGC=1903","level":"stat"}
+{"@timestamp":"2025-01-12T15:26:19.946+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.8Mi, Sys=13.4Mi, NumGC=1904","level":"stat"}
+{"@timestamp":"2025-01-12T15:27:19.946+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.8Mi, Sys=13.4Mi, NumGC=1904","level":"stat"}
+{"@timestamp":"2025-01-12T15:28:19.946+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.8Mi, Sys=13.4Mi, NumGC=1905","level":"stat"}
+{"@timestamp":"2025-01-12T15:29:19.946+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.8Mi, Sys=13.4Mi, NumGC=1905","level":"stat"}
+{"@timestamp":"2025-01-12T15:30:19.946+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.8Mi, Sys=13.4Mi, NumGC=1906","level":"stat"}
+{"@timestamp":"2025-01-12T15:31:19.946+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.8Mi, Sys=13.4Mi, NumGC=1906","level":"stat"}
+{"@timestamp":"2025-01-12T15:32:19.946+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.8Mi, Sys=13.4Mi, NumGC=1907","level":"stat"}
+{"@timestamp":"2025-01-12T15:33:19.956+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.8Mi, Sys=13.4Mi, NumGC=1907","level":"stat"}
+{"@timestamp":"2025-01-12T15:34:19.957+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.8Mi, Sys=13.4Mi, NumGC=1908","level":"stat"}
+{"@timestamp":"2025-01-12T15:35:19.956+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.9Mi, Sys=13.4Mi, NumGC=1908","level":"stat"}
+{"@timestamp":"2025-01-12T15:36:19.955+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.9Mi, Sys=13.4Mi, NumGC=1909","level":"stat"}
+{"@timestamp":"2025-01-12T15:37:19.957+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.9Mi, Sys=13.4Mi, NumGC=1909","level":"stat"}
+{"@timestamp":"2025-01-12T15:38:19.956+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.9Mi, Sys=13.4Mi, NumGC=1910","level":"stat"}
+{"@timestamp":"2025-01-12T15:39:19.956+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.9Mi, Sys=13.4Mi, NumGC=1910","level":"stat"}
+{"@timestamp":"2025-01-12T15:40:19.956+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.9Mi, Sys=13.4Mi, NumGC=1911","level":"stat"}
+{"@timestamp":"2025-01-12T15:41:19.956+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.9Mi, Sys=13.4Mi, NumGC=1911","level":"stat"}
+{"@timestamp":"2025-01-12T15:42:19.955+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.9Mi, Sys=13.4Mi, NumGC=1912","level":"stat"}
+{"@timestamp":"2025-01-12T15:43:19.956+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.9Mi, Sys=13.4Mi, NumGC=1912","level":"stat"}
+{"@timestamp":"2025-01-12T15:44:19.955+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.9Mi, Sys=13.4Mi, NumGC=1913","level":"stat"}
+{"@timestamp":"2025-01-12T15:45:19.955+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.9Mi, Sys=13.4Mi, NumGC=1913","level":"stat"}
+{"@timestamp":"2025-01-12T15:46:19.956+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.9Mi, Sys=13.4Mi, NumGC=1914","level":"stat"}
+{"@timestamp":"2025-01-12T15:47:19.956+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.9Mi, Sys=13.4Mi, NumGC=1914","level":"stat"}
+{"@timestamp":"2025-01-12T15:48:19.930+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.9Mi, Sys=13.4Mi, NumGC=1915","level":"stat"}
+{"@timestamp":"2025-01-12T15:49:19.929+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.9Mi, Sys=13.4Mi, NumGC=1915","level":"stat"}
+{"@timestamp":"2025-01-12T15:50:19.928+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.9Mi, Sys=13.4Mi, NumGC=1916","level":"stat"}
+{"@timestamp":"2025-01-12T15:51:19.926+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.9Mi, Sys=13.4Mi, NumGC=1916","level":"stat"}
+{"@timestamp":"2025-01-12T15:52:19.927+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.9Mi, Sys=13.4Mi, NumGC=1917","level":"stat"}
+{"@timestamp":"2025-01-12T15:53:19.926+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.9Mi, Sys=13.4Mi, NumGC=1917","level":"stat"}
+{"@timestamp":"2025-01-12T15:54:19.927+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.9Mi, Sys=13.4Mi, NumGC=1918","level":"stat"}
+{"@timestamp":"2025-01-12T15:55:19.927+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.9Mi, Sys=13.4Mi, NumGC=1918","level":"stat"}
+{"@timestamp":"2025-01-12T15:56:19.927+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.9Mi, Sys=13.4Mi, NumGC=1919","level":"stat"}
+{"@timestamp":"2025-01-12T15:57:19.925+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.9Mi, Sys=13.4Mi, NumGC=1919","level":"stat"}
+{"@timestamp":"2025-01-12T15:58:19.926+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=17.9Mi, Sys=13.4Mi, NumGC=1920","level":"stat"}
+{"@timestamp":"2025-01-12T15:59:19.925+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.0Mi, Sys=13.4Mi, NumGC=1920","level":"stat"}
+{"@timestamp":"2025-01-12T16:00:19.925+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.0Mi, Sys=13.4Mi, NumGC=1921","level":"stat"}
+{"@timestamp":"2025-01-12T16:01:19.925+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.0Mi, Sys=13.4Mi, NumGC=1921","level":"stat"}
+{"@timestamp":"2025-01-12T16:02:19.924+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.0Mi, Sys=13.4Mi, NumGC=1922","level":"stat"}
+{"@timestamp":"2025-01-12T16:03:39.493+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.0Mi, Sys=13.4Mi, NumGC=1922","level":"stat"}
+{"@timestamp":"2025-01-12T16:04:39.495+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.0Mi, Sys=13.4Mi, NumGC=1923","level":"stat"}
+{"@timestamp":"2025-01-12T16:05:39.494+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.0Mi, Sys=13.4Mi, NumGC=1923","level":"stat"}
+{"@timestamp":"2025-01-12T16:06:39.494+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.0Mi, Sys=13.4Mi, NumGC=1924","level":"stat"}
+{"@timestamp":"2025-01-12T16:07:39.493+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.0Mi, Sys=13.4Mi, NumGC=1924","level":"stat"}
+{"@timestamp":"2025-01-12T16:08:39.493+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.0Mi, Sys=13.4Mi, NumGC=1925","level":"stat"}
+{"@timestamp":"2025-01-12T16:09:39.493+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.0Mi, Sys=13.4Mi, NumGC=1925","level":"stat"}
+{"@timestamp":"2025-01-12T16:10:39.492+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.0Mi, Sys=13.4Mi, NumGC=1926","level":"stat"}
+{"@timestamp":"2025-01-12T16:11:39.490+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.0Mi, Sys=13.4Mi, NumGC=1926","level":"stat"}
+{"@timestamp":"2025-01-12T16:12:39.490+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.0Mi, Sys=13.4Mi, NumGC=1927","level":"stat"}
+{"@timestamp":"2025-01-12T16:13:39.489+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.0Mi, Sys=13.4Mi, NumGC=1927","level":"stat"}
+{"@timestamp":"2025-01-12T16:14:39.490+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.0Mi, Sys=13.4Mi, NumGC=1928","level":"stat"}
+{"@timestamp":"2025-01-12T16:15:39.488+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.0Mi, Sys=13.4Mi, NumGC=1928","level":"stat"}
+{"@timestamp":"2025-01-12T16:16:39.487+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.0Mi, Sys=13.4Mi, NumGC=1929","level":"stat"}
+{"@timestamp":"2025-01-12T16:17:39.489+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.0Mi, Sys=13.4Mi, NumGC=1929","level":"stat"}
+{"@timestamp":"2025-01-12T16:18:39.488+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.0Mi, Sys=13.4Mi, NumGC=1930","level":"stat"}
+{"@timestamp":"2025-01-12T16:19:39.541+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.0Mi, Sys=13.4Mi, NumGC=1930","level":"stat"}
+{"@timestamp":"2025-01-12T16:20:39.541+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.0Mi, Sys=13.4Mi, NumGC=1931","level":"stat"}
+{"@timestamp":"2025-01-12T16:21:39.541+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.0Mi, Sys=13.4Mi, NumGC=1931","level":"stat"}
+{"@timestamp":"2025-01-12T16:22:39.541+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.0Mi, Sys=13.4Mi, NumGC=1932","level":"stat"}
+{"@timestamp":"2025-01-12T16:23:39.541+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.0Mi, Sys=13.4Mi, NumGC=1932","level":"stat"}
+{"@timestamp":"2025-01-12T16:24:39.541+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.0Mi, Sys=13.4Mi, NumGC=1933","level":"stat"}
+{"@timestamp":"2025-01-12T16:25:39.541+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.1Mi, Sys=13.4Mi, NumGC=1933","level":"stat"}
+{"@timestamp":"2025-01-12T16:26:39.541+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.1Mi, Sys=13.4Mi, NumGC=1934","level":"stat"}
+{"@timestamp":"2025-01-12T16:27:39.541+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.1Mi, Sys=13.4Mi, NumGC=1934","level":"stat"}
+{"@timestamp":"2025-01-12T16:28:39.542+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.1Mi, Sys=13.4Mi, NumGC=1935","level":"stat"}
+{"@timestamp":"2025-01-12T16:29:39.542+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.1Mi, Sys=13.4Mi, NumGC=1935","level":"stat"}
+{"@timestamp":"2025-01-12T16:30:39.542+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.1Mi, Sys=13.4Mi, NumGC=1936","level":"stat"}
+{"@timestamp":"2025-01-12T16:31:39.542+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.1Mi, Sys=13.4Mi, NumGC=1936","level":"stat"}
+{"@timestamp":"2025-01-12T16:32:39.542+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.1Mi, Sys=13.4Mi, NumGC=1937","level":"stat"}
+{"@timestamp":"2025-01-12T16:33:39.541+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.1Mi, Sys=13.4Mi, NumGC=1937","level":"stat"}
+{"@timestamp":"2025-01-12T16:34:39.442+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.1Mi, Sys=13.4Mi, NumGC=1938","level":"stat"}
+{"@timestamp":"2025-01-12T16:35:39.440+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.1Mi, Sys=13.4Mi, NumGC=1938","level":"stat"}
+{"@timestamp":"2025-01-12T16:36:39.440+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.1Mi, Sys=13.4Mi, NumGC=1939","level":"stat"}
+{"@timestamp":"2025-01-12T16:37:39.438+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.1Mi, Sys=13.4Mi, NumGC=1939","level":"stat"}
+{"@timestamp":"2025-01-12T16:38:39.438+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.1Mi, Sys=13.4Mi, NumGC=1940","level":"stat"}
+{"@timestamp":"2025-01-12T16:39:39.437+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.1Mi, Sys=13.4Mi, NumGC=1940","level":"stat"}
+{"@timestamp":"2025-01-12T16:40:39.436+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.1Mi, Sys=13.4Mi, NumGC=1941","level":"stat"}
+{"@timestamp":"2025-01-12T16:41:39.434+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.1Mi, Sys=13.4Mi, NumGC=1941","level":"stat"}
+{"@timestamp":"2025-01-12T16:42:39.434+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.1Mi, Sys=13.4Mi, NumGC=1942","level":"stat"}
+{"@timestamp":"2025-01-12T16:43:39.433+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.1Mi, Sys=13.4Mi, NumGC=1942","level":"stat"}
+{"@timestamp":"2025-01-12T16:44:39.432+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.1Mi, Sys=13.4Mi, NumGC=1943","level":"stat"}
+{"@timestamp":"2025-01-12T16:45:39.432+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.1Mi, Sys=13.4Mi, NumGC=1943","level":"stat"}
+{"@timestamp":"2025-01-12T16:46:39.444+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.1Mi, Sys=13.4Mi, NumGC=1944","level":"stat"}
+{"@timestamp":"2025-01-12T16:47:39.455+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.1Mi, Sys=13.4Mi, NumGC=1944","level":"stat"}
+{"@timestamp":"2025-01-12T16:48:39.454+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.1Mi, Sys=13.4Mi, NumGC=1945","level":"stat"}
+{"@timestamp":"2025-01-12T16:49:39.455+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.1Mi, Sys=13.4Mi, NumGC=1945","level":"stat"}
+{"@timestamp":"2025-01-12T16:50:39.454+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.1Mi, Sys=13.4Mi, NumGC=1946","level":"stat"}
+{"@timestamp":"2025-01-12T16:52:04.333+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.2Mi, Sys=13.4Mi, NumGC=1946","level":"stat"}
+{"@timestamp":"2025-01-12T17:05:23.295+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.2Mi, Sys=13.4Mi, NumGC=1947","level":"stat"}
+{"@timestamp":"2025-01-12T17:06:23.295+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.2Mi, Sys=13.4Mi, NumGC=1947","level":"stat"}
+{"@timestamp":"2025-01-12T17:07:23.294+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.2Mi, Sys=13.4Mi, NumGC=1948","level":"stat"}
+{"@timestamp":"2025-01-12T17:08:23.293+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.2Mi, Sys=13.4Mi, NumGC=1948","level":"stat"}
+{"@timestamp":"2025-01-12T17:09:23.293+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.2Mi, Sys=13.4Mi, NumGC=1949","level":"stat"}
+{"@timestamp":"2025-01-12T17:10:23.292+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.2Mi, Sys=13.4Mi, NumGC=1949","level":"stat"}
+{"@timestamp":"2025-01-12T17:11:23.291+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.2Mi, Sys=13.4Mi, NumGC=1950","level":"stat"}
+{"@timestamp":"2025-01-12T17:12:23.291+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.2Mi, Sys=13.4Mi, NumGC=1950","level":"stat"}
+{"@timestamp":"2025-01-12T17:13:23.290+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.2Mi, Sys=13.4Mi, NumGC=1951","level":"stat"}
+{"@timestamp":"2025-01-12T17:14:23.290+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.2Mi, Sys=13.4Mi, NumGC=1951","level":"stat"}
+{"@timestamp":"2025-01-12T17:15:23.290+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.2Mi, Sys=13.4Mi, NumGC=1952","level":"stat"}
+{"@timestamp":"2025-01-12T17:16:23.287+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.2Mi, Sys=13.4Mi, NumGC=1952","level":"stat"}
+{"@timestamp":"2025-01-12T17:17:23.288+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.2Mi, Sys=13.4Mi, NumGC=1953","level":"stat"}
+{"@timestamp":"2025-01-12T17:18:23.287+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.2Mi, Sys=13.4Mi, NumGC=1953","level":"stat"}
+{"@timestamp":"2025-01-12T17:19:23.285+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.2Mi, Sys=13.4Mi, NumGC=1954","level":"stat"}
+{"@timestamp":"2025-01-12T17:20:23.286+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.2Mi, Sys=13.4Mi, NumGC=1954","level":"stat"}
+{"@timestamp":"2025-01-12T17:21:23.399+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.2Mi, Sys=13.4Mi, NumGC=1955","level":"stat"}
+{"@timestamp":"2025-01-12T17:22:23.398+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.2Mi, Sys=13.4Mi, NumGC=1955","level":"stat"}
+{"@timestamp":"2025-01-12T17:23:23.400+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.2Mi, Sys=13.4Mi, NumGC=1956","level":"stat"}
+{"@timestamp":"2025-01-12T17:24:48.285+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.2Mi, Sys=13.4Mi, NumGC=1956","level":"stat"}
+{"@timestamp":"2025-01-12T17:41:13.241+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.2Mi, Sys=13.4Mi, NumGC=1957","level":"stat"}
+{"@timestamp":"2025-01-12T17:42:13.241+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.2Mi, Sys=13.4Mi, NumGC=1957","level":"stat"}
+{"@timestamp":"2025-01-12T17:43:13.240+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.2Mi, Sys=13.4Mi, NumGC=1958","level":"stat"}
+{"@timestamp":"2025-01-12T17:44:13.242+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.2Mi, Sys=13.4Mi, NumGC=1958","level":"stat"}
+{"@timestamp":"2025-01-12T17:45:13.242+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.2Mi, Sys=13.4Mi, NumGC=1959","level":"stat"}
+{"@timestamp":"2025-01-12T17:46:13.345+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.3Mi, Sys=13.4Mi, NumGC=1959","level":"stat"}
+{"@timestamp":"2025-01-12T17:47:13.348+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.3Mi, Sys=13.4Mi, NumGC=1960","level":"stat"}
+{"@timestamp":"2025-01-12T17:48:13.349+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.3Mi, Sys=13.4Mi, NumGC=1960","level":"stat"}
+{"@timestamp":"2025-01-12T17:49:13.349+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.3Mi, Sys=13.4Mi, NumGC=1961","level":"stat"}
+{"@timestamp":"2025-01-12T17:50:13.352+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.3Mi, Sys=13.4Mi, NumGC=1961","level":"stat"}
+{"@timestamp":"2025-01-12T17:51:13.354+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.3Mi, Sys=13.4Mi, NumGC=1962","level":"stat"}
+{"@timestamp":"2025-01-12T17:52:13.355+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.3Mi, Sys=13.4Mi, NumGC=1962","level":"stat"}
+{"@timestamp":"2025-01-12T17:53:13.356+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.3Mi, Sys=13.4Mi, NumGC=1963","level":"stat"}
+{"@timestamp":"2025-01-12T17:54:13.357+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.3Mi, Sys=13.4Mi, NumGC=1963","level":"stat"}
+{"@timestamp":"2025-01-12T17:55:13.358+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.3Mi, Sys=13.4Mi, NumGC=1964","level":"stat"}
+{"@timestamp":"2025-01-12T17:56:13.361+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.3Mi, Sys=13.4Mi, NumGC=1964","level":"stat"}
+{"@timestamp":"2025-01-12T17:57:13.362+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.3Mi, Sys=13.4Mi, NumGC=1965","level":"stat"}
+{"@timestamp":"2025-01-12T17:58:13.362+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.3Mi, Sys=13.4Mi, NumGC=1965","level":"stat"}
+{"@timestamp":"2025-01-12T17:59:13.365+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.3Mi, Sys=13.4Mi, NumGC=1966","level":"stat"}
+{"@timestamp":"2025-01-12T18:00:13.365+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.3Mi, Sys=13.4Mi, NumGC=1966","level":"stat"}
+{"@timestamp":"2025-01-12T18:01:13.368+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.3Mi, Sys=13.4Mi, NumGC=1967","level":"stat"}
+{"@timestamp":"2025-01-12T18:02:13.368+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.3Mi, Sys=13.4Mi, NumGC=1967","level":"stat"}
+{"@timestamp":"2025-01-12T18:03:13.370+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.3Mi, Sys=13.4Mi, NumGC=1968","level":"stat"}
+{"@timestamp":"2025-01-12T18:04:13.372+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.3Mi, Sys=13.4Mi, NumGC=1968","level":"stat"}
+{"@timestamp":"2025-01-12T18:05:13.374+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.3Mi, Sys=13.4Mi, NumGC=1969","level":"stat"}
+{"@timestamp":"2025-01-12T18:06:13.374+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.3Mi, Sys=13.4Mi, NumGC=1969","level":"stat"}
+{"@timestamp":"2025-01-12T18:07:13.377+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.3Mi, Sys=13.4Mi, NumGC=1970","level":"stat"}
+{"@timestamp":"2025-01-12T18:08:13.377+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.3Mi, Sys=13.4Mi, NumGC=1970","level":"stat"}
+{"@timestamp":"2025-01-12T18:09:13.378+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.3Mi, Sys=13.4Mi, NumGC=1971","level":"stat"}
+{"@timestamp":"2025-01-12T18:10:13.381+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.3Mi, Sys=13.4Mi, NumGC=1971","level":"stat"}
+{"@timestamp":"2025-01-12T18:11:13.382+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.4Mi, Sys=13.4Mi, NumGC=1972","level":"stat"}
+{"@timestamp":"2025-01-12T18:12:13.384+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.4Mi, Sys=13.4Mi, NumGC=1972","level":"stat"}
+{"@timestamp":"2025-01-12T18:13:13.385+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.4Mi, Sys=13.4Mi, NumGC=1973","level":"stat"}
+{"@timestamp":"2025-01-12T18:14:13.387+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.4Mi, Sys=13.4Mi, NumGC=1973","level":"stat"}
+{"@timestamp":"2025-01-12T18:15:13.386+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.4Mi, Sys=13.4Mi, NumGC=1974","level":"stat"}
+{"@timestamp":"2025-01-12T18:16:13.390+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.4Mi, Sys=13.4Mi, NumGC=1974","level":"stat"}
+{"@timestamp":"2025-01-12T18:17:13.391+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.4Mi, Sys=13.4Mi, NumGC=1975","level":"stat"}
+{"@timestamp":"2025-01-12T18:18:13.392+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.4Mi, Sys=13.4Mi, NumGC=1975","level":"stat"}
+{"@timestamp":"2025-01-12T18:19:13.394+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.4Mi, Sys=13.4Mi, NumGC=1976","level":"stat"}
+{"@timestamp":"2025-01-12T18:20:13.395+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.4Mi, Sys=13.4Mi, NumGC=1976","level":"stat"}
+{"@timestamp":"2025-01-12T18:21:13.397+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.4Mi, Sys=13.4Mi, NumGC=1977","level":"stat"}
+{"@timestamp":"2025-01-12T18:22:13.397+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.4Mi, Sys=13.4Mi, NumGC=1977","level":"stat"}
+{"@timestamp":"2025-01-12T18:23:13.400+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.4Mi, Sys=13.4Mi, NumGC=1978","level":"stat"}
+{"@timestamp":"2025-01-12T18:24:13.293+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.4Mi, Sys=13.4Mi, NumGC=1978","level":"stat"}
+{"@timestamp":"2025-01-12T18:25:13.293+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.4Mi, Sys=13.4Mi, NumGC=1979","level":"stat"}
+{"@timestamp":"2025-01-12T18:26:13.294+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.4Mi, Sys=13.4Mi, NumGC=1979","level":"stat"}
+{"@timestamp":"2025-01-12T18:27:13.294+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.4Mi, Sys=13.4Mi, NumGC=1980","level":"stat"}
+{"@timestamp":"2025-01-12T18:28:13.294+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.4Mi, Sys=13.4Mi, NumGC=1980","level":"stat"}
+{"@timestamp":"2025-01-12T18:29:13.294+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.4Mi, Sys=13.4Mi, NumGC=1981","level":"stat"}
+{"@timestamp":"2025-01-12T18:30:13.295+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.4Mi, Sys=13.4Mi, NumGC=1981","level":"stat"}
+{"@timestamp":"2025-01-12T18:31:13.295+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.4Mi, Sys=13.4Mi, NumGC=1982","level":"stat"}
+{"@timestamp":"2025-01-12T18:32:13.295+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.4Mi, Sys=13.4Mi, NumGC=1982","level":"stat"}
+{"@timestamp":"2025-01-12T18:33:13.295+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.4Mi, Sys=13.4Mi, NumGC=1983","level":"stat"}
+{"@timestamp":"2025-01-12T18:34:13.296+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.4Mi, Sys=13.4Mi, NumGC=1983","level":"stat"}
+{"@timestamp":"2025-01-12T18:35:13.296+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.4Mi, Sys=13.4Mi, NumGC=1984","level":"stat"}
+{"@timestamp":"2025-01-12T18:36:13.296+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.5Mi, Sys=13.4Mi, NumGC=1984","level":"stat"}
+{"@timestamp":"2025-01-12T18:37:13.296+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.5Mi, Sys=13.4Mi, NumGC=1985","level":"stat"}
+{"@timestamp":"2025-01-12T18:38:13.296+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.5Mi, Sys=13.4Mi, NumGC=1985","level":"stat"}
+{"@timestamp":"2025-01-12T18:39:13.297+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.5Mi, Sys=13.4Mi, NumGC=1986","level":"stat"}
+{"@timestamp":"2025-01-12T18:40:13.267+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.5Mi, Sys=13.4Mi, NumGC=1986","level":"stat"}
+{"@timestamp":"2025-01-12T18:41:13.260+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.5Mi, Sys=13.4Mi, NumGC=1987","level":"stat"}
+{"@timestamp":"2025-01-12T18:42:38.191+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.5Mi, Sys=13.4Mi, NumGC=1987","level":"stat"}
+{"@timestamp":"2025-01-12T18:43:38.192+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.5Mi, Sys=13.4Mi, NumGC=1988","level":"stat"}
+{"@timestamp":"2025-01-12T18:44:38.193+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.5Mi, Sys=13.4Mi, NumGC=1988","level":"stat"}
+{"@timestamp":"2025-01-12T18:45:38.194+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.5Mi, Sys=13.4Mi, NumGC=1989","level":"stat"}
+{"@timestamp":"2025-01-12T18:46:38.194+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.5Mi, Sys=13.4Mi, NumGC=1989","level":"stat"}
+{"@timestamp":"2025-01-12T18:47:38.195+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.5Mi, Sys=13.4Mi, NumGC=1990","level":"stat"}
+{"@timestamp":"2025-01-12T18:48:38.196+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.5Mi, Sys=13.4Mi, NumGC=1990","level":"stat"}
+{"@timestamp":"2025-01-12T18:49:38.197+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.5Mi, Sys=13.4Mi, NumGC=1991","level":"stat"}
+{"@timestamp":"2025-01-12T18:50:38.196+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.5Mi, Sys=13.4Mi, NumGC=1991","level":"stat"}
+{"@timestamp":"2025-01-12T18:51:38.198+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.5Mi, Sys=13.4Mi, NumGC=1992","level":"stat"}
+{"@timestamp":"2025-01-12T18:52:38.198+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.5Mi, Sys=13.4Mi, NumGC=1992","level":"stat"}
+{"@timestamp":"2025-01-12T18:53:38.198+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.5Mi, Sys=13.4Mi, NumGC=1993","level":"stat"}
+{"@timestamp":"2025-01-12T18:54:38.201+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.5Mi, Sys=13.4Mi, NumGC=1993","level":"stat"}
+{"@timestamp":"2025-01-12T18:55:38.202+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.5Mi, Sys=13.4Mi, NumGC=1994","level":"stat"}
+{"@timestamp":"2025-01-12T18:56:38.202+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.5Mi, Sys=13.4Mi, NumGC=1994","level":"stat"}
+{"@timestamp":"2025-01-12T18:57:38.203+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.5Mi, Sys=13.4Mi, NumGC=1995","level":"stat"}
+{"@timestamp":"2025-01-12T18:58:38.204+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.5Mi, Sys=13.4Mi, NumGC=1995","level":"stat"}
+{"@timestamp":"2025-01-12T18:59:38.204+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.5Mi, Sys=13.4Mi, NumGC=1996","level":"stat"}
+{"@timestamp":"2025-01-12T19:00:38.206+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.6Mi, Sys=13.4Mi, NumGC=1996","level":"stat"}
+{"@timestamp":"2025-01-12T19:01:38.206+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.6Mi, Sys=13.4Mi, NumGC=1997","level":"stat"}
+{"@timestamp":"2025-01-12T19:02:38.207+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.6Mi, Sys=13.4Mi, NumGC=1997","level":"stat"}
+{"@timestamp":"2025-01-12T19:03:38.207+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.6Mi, Sys=13.4Mi, NumGC=1998","level":"stat"}
+{"@timestamp":"2025-01-12T19:04:38.209+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.6Mi, Sys=13.4Mi, NumGC=1998","level":"stat"}
+{"@timestamp":"2025-01-12T19:05:38.210+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.6Mi, Sys=13.4Mi, NumGC=1999","level":"stat"}
+{"@timestamp":"2025-01-12T19:06:38.209+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.6Mi, Sys=13.4Mi, NumGC=1999","level":"stat"}
+{"@timestamp":"2025-01-12T19:07:38.211+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.6Mi, Sys=13.4Mi, NumGC=2000","level":"stat"}
+{"@timestamp":"2025-01-12T19:08:38.212+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.6Mi, Sys=13.4Mi, NumGC=2000","level":"stat"}
+{"@timestamp":"2025-01-12T19:09:38.213+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.6Mi, Sys=13.4Mi, NumGC=2001","level":"stat"}
+{"@timestamp":"2025-01-12T19:10:38.214+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.6Mi, Sys=13.4Mi, NumGC=2001","level":"stat"}
+{"@timestamp":"2025-01-12T19:11:38.215+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.6Mi, Sys=13.4Mi, NumGC=2002","level":"stat"}
+{"@timestamp":"2025-01-12T19:12:38.092+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.6Mi, Sys=13.4Mi, NumGC=2002","level":"stat"}
+{"@timestamp":"2025-01-12T19:13:38.093+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.6Mi, Sys=13.4Mi, NumGC=2003","level":"stat"}
+{"@timestamp":"2025-01-12T19:14:38.092+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.6Mi, Sys=13.4Mi, NumGC=2003","level":"stat"}
+{"@timestamp":"2025-01-12T19:15:38.092+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.6Mi, Sys=13.4Mi, NumGC=2004","level":"stat"}
+{"@timestamp":"2025-01-12T19:16:38.090+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.6Mi, Sys=13.4Mi, NumGC=2004","level":"stat"}
+{"@timestamp":"2025-01-12T19:17:38.089+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.6Mi, Sys=13.4Mi, NumGC=2005","level":"stat"}
+{"@timestamp":"2025-01-12T19:18:38.090+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.6Mi, Sys=13.4Mi, NumGC=2005","level":"stat"}
+{"@timestamp":"2025-01-12T19:19:38.088+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.6Mi, Sys=13.4Mi, NumGC=2006","level":"stat"}
+{"@timestamp":"2025-01-12T19:20:38.088+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.6Mi, Sys=13.4Mi, NumGC=2006","level":"stat"}
+{"@timestamp":"2025-01-12T19:21:38.088+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.6Mi, Sys=13.4Mi, NumGC=2007","level":"stat"}
+{"@timestamp":"2025-01-12T19:22:38.087+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.6Mi, Sys=13.4Mi, NumGC=2007","level":"stat"}
+{"@timestamp":"2025-01-12T19:23:38.086+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.6Mi, Sys=13.4Mi, NumGC=2008","level":"stat"}
+{"@timestamp":"2025-01-12T19:24:38.085+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.6Mi, Sys=13.4Mi, NumGC=2008","level":"stat"}
+{"@timestamp":"2025-01-12T19:25:38.085+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.7Mi, Sys=13.4Mi, NumGC=2009","level":"stat"}
+{"@timestamp":"2025-01-12T19:26:38.083+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.7Mi, Sys=13.4Mi, NumGC=2009","level":"stat"}
+{"@timestamp":"2025-01-12T19:27:38.083+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.7Mi, Sys=13.4Mi, NumGC=2010","level":"stat"}
+{"@timestamp":"2025-01-12T19:28:38.081+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.7Mi, Sys=13.4Mi, NumGC=2010","level":"stat"}
+{"@timestamp":"2025-01-12T19:29:38.080+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.7Mi, Sys=13.4Mi, NumGC=2011","level":"stat"}
+{"@timestamp":"2025-01-12T19:30:38.081+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.7Mi, Sys=13.4Mi, NumGC=2011","level":"stat"}
+{"@timestamp":"2025-01-12T19:31:38.081+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.7Mi, Sys=13.4Mi, NumGC=2012","level":"stat"}
+{"@timestamp":"2025-01-12T19:32:38.080+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.7Mi, Sys=13.4Mi, NumGC=2012","level":"stat"}
+{"@timestamp":"2025-01-12T19:33:38.079+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.7Mi, Sys=13.4Mi, NumGC=2013","level":"stat"}
+{"@timestamp":"2025-01-12T19:34:38.181+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.7Mi, Sys=13.4Mi, NumGC=2013","level":"stat"}
+{"@timestamp":"2025-01-12T19:35:38.182+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.7Mi, Sys=13.4Mi, NumGC=2014","level":"stat"}
+{"@timestamp":"2025-01-12T19:36:38.183+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.7Mi, Sys=13.4Mi, NumGC=2014","level":"stat"}
+{"@timestamp":"2025-01-12T19:37:38.183+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.7Mi, Sys=13.4Mi, NumGC=2015","level":"stat"}
+{"@timestamp":"2025-01-12T19:38:38.182+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.7Mi, Sys=13.4Mi, NumGC=2015","level":"stat"}
+{"@timestamp":"2025-01-12T19:39:38.184+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.7Mi, Sys=13.4Mi, NumGC=2016","level":"stat"}
+{"@timestamp":"2025-01-12T19:40:38.185+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.7Mi, Sys=13.4Mi, NumGC=2016","level":"stat"}
+{"@timestamp":"2025-01-12T19:41:38.186+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.7Mi, Sys=13.4Mi, NumGC=2017","level":"stat"}
+{"@timestamp":"2025-01-12T19:42:38.186+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.7Mi, Sys=13.4Mi, NumGC=2017","level":"stat"}
+{"@timestamp":"2025-01-12T19:43:38.187+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.7Mi, Sys=13.4Mi, NumGC=2018","level":"stat"}
+{"@timestamp":"2025-01-12T19:44:38.187+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.7Mi, Sys=13.4Mi, NumGC=2018","level":"stat"}
+{"@timestamp":"2025-01-12T20:01:03.200+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.7Mi, Sys=13.4Mi, NumGC=2019","level":"stat"}
+{"@timestamp":"2025-01-12T20:02:03.213+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.7Mi, Sys=13.4Mi, NumGC=2019","level":"stat"}
+{"@timestamp":"2025-01-12T20:03:03.214+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.7Mi, Sys=13.4Mi, NumGC=2020","level":"stat"}
+{"@timestamp":"2025-01-12T20:04:03.215+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.7Mi, Sys=13.4Mi, NumGC=2020","level":"stat"}
+{"@timestamp":"2025-01-12T20:05:03.216+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.8Mi, Sys=13.4Mi, NumGC=2021","level":"stat"}
+{"@timestamp":"2025-01-12T20:06:03.217+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.8Mi, Sys=13.4Mi, NumGC=2021","level":"stat"}
+{"@timestamp":"2025-01-12T20:07:03.217+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.8Mi, Sys=13.4Mi, NumGC=2022","level":"stat"}
+{"@timestamp":"2025-01-12T20:08:03.216+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.8Mi, Sys=13.4Mi, NumGC=2022","level":"stat"}
+{"@timestamp":"2025-01-12T20:09:03.213+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.8Mi, Sys=13.4Mi, NumGC=2023","level":"stat"}
+{"@timestamp":"2025-01-12T20:10:03.207+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.8Mi, Sys=13.4Mi, NumGC=2023","level":"stat"}
+{"@timestamp":"2025-01-12T20:11:03.208+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.8Mi, Sys=13.4Mi, NumGC=2024","level":"stat"}
+{"@timestamp":"2025-01-12T20:12:03.210+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.8Mi, Sys=13.4Mi, NumGC=2024","level":"stat"}
+{"@timestamp":"2025-01-12T20:13:03.210+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.8Mi, Sys=13.4Mi, NumGC=2025","level":"stat"}
+{"@timestamp":"2025-01-12T20:14:03.211+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.8Mi, Sys=13.4Mi, NumGC=2025","level":"stat"}
+{"@timestamp":"2025-01-12T20:15:03.211+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.8Mi, Sys=13.4Mi, NumGC=2026","level":"stat"}
+{"@timestamp":"2025-01-12T20:16:03.212+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.8Mi, Sys=13.4Mi, NumGC=2026","level":"stat"}
+{"@timestamp":"2025-01-12T20:17:03.211+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.8Mi, Sys=13.4Mi, NumGC=2027","level":"stat"}
+{"@timestamp":"2025-01-12T20:18:03.213+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.8Mi, Sys=13.4Mi, NumGC=2027","level":"stat"}
+{"@timestamp":"2025-01-12T20:19:03.214+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.8Mi, Sys=13.4Mi, NumGC=2028","level":"stat"}
+{"@timestamp":"2025-01-12T20:20:03.215+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.8Mi, Sys=13.4Mi, NumGC=2028","level":"stat"}
+{"@timestamp":"2025-01-12T20:21:03.215+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.8Mi, Sys=13.4Mi, NumGC=2029","level":"stat"}
+{"@timestamp":"2025-01-12T20:22:03.216+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.8Mi, Sys=13.4Mi, NumGC=2029","level":"stat"}
+{"@timestamp":"2025-01-12T20:23:03.215+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.8Mi, Sys=13.4Mi, NumGC=2030","level":"stat"}
+{"@timestamp":"2025-01-12T20:24:03.217+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.8Mi, Sys=13.4Mi, NumGC=2030","level":"stat"}
+{"@timestamp":"2025-01-12T20:25:03.207+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.8Mi, Sys=13.4Mi, NumGC=2031","level":"stat"}
+{"@timestamp":"2025-01-12T20:26:03.206+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.8Mi, Sys=13.4Mi, NumGC=2031","level":"stat"}
+{"@timestamp":"2025-01-12T20:27:03.207+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.8Mi, Sys=13.4Mi, NumGC=2032","level":"stat"}
+{"@timestamp":"2025-01-12T20:28:03.206+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.8Mi, Sys=13.4Mi, NumGC=2032","level":"stat"}
+{"@timestamp":"2025-01-12T20:29:03.208+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.8Mi, Sys=13.4Mi, NumGC=2033","level":"stat"}
+{"@timestamp":"2025-01-12T20:30:03.209+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.9Mi, Sys=13.4Mi, NumGC=2033","level":"stat"}
+{"@timestamp":"2025-01-12T20:31:03.209+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.9Mi, Sys=13.4Mi, NumGC=2034","level":"stat"}
+{"@timestamp":"2025-01-12T20:32:03.210+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.9Mi, Sys=13.4Mi, NumGC=2034","level":"stat"}
+{"@timestamp":"2025-01-12T20:33:03.210+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.9Mi, Sys=13.4Mi, NumGC=2035","level":"stat"}
+{"@timestamp":"2025-01-12T20:34:03.209+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.9Mi, Sys=13.4Mi, NumGC=2035","level":"stat"}
+{"@timestamp":"2025-01-12T20:35:03.210+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.9Mi, Sys=13.4Mi, NumGC=2036","level":"stat"}
+{"@timestamp":"2025-01-12T20:36:03.211+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.9Mi, Sys=13.4Mi, NumGC=2036","level":"stat"}
+{"@timestamp":"2025-01-12T20:37:03.211+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.9Mi, Sys=13.4Mi, NumGC=2037","level":"stat"}
+{"@timestamp":"2025-01-12T20:38:03.213+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.9Mi, Sys=13.4Mi, NumGC=2037","level":"stat"}
+{"@timestamp":"2025-01-12T20:39:03.212+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.9Mi, Sys=13.4Mi, NumGC=2038","level":"stat"}
+{"@timestamp":"2025-01-12T20:40:03.213+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.9Mi, Sys=13.4Mi, NumGC=2038","level":"stat"}
+{"@timestamp":"2025-01-12T20:41:03.212+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.9Mi, Sys=13.4Mi, NumGC=2039","level":"stat"}
+{"@timestamp":"2025-01-12T20:42:03.215+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.9Mi, Sys=13.4Mi, NumGC=2039","level":"stat"}
+{"@timestamp":"2025-01-12T20:43:03.214+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.9Mi, Sys=13.4Mi, NumGC=2040","level":"stat"}
+{"@timestamp":"2025-01-12T20:44:03.215+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.9Mi, Sys=13.4Mi, NumGC=2040","level":"stat"}
+{"@timestamp":"2025-01-12T20:45:03.216+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.9Mi, Sys=13.4Mi, NumGC=2041","level":"stat"}
+{"@timestamp":"2025-01-12T20:46:03.217+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.9Mi, Sys=13.4Mi, NumGC=2041","level":"stat"}
+{"@timestamp":"2025-01-12T20:47:03.217+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.9Mi, Sys=13.4Mi, NumGC=2042","level":"stat"}
+{"@timestamp":"2025-01-12T20:48:03.216+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.9Mi, Sys=13.4Mi, NumGC=2042","level":"stat"}
+{"@timestamp":"2025-01-12T20:49:03.218+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.9Mi, Sys=13.4Mi, NumGC=2043","level":"stat"}
+{"@timestamp":"2025-01-12T20:50:03.218+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.9Mi, Sys=13.4Mi, NumGC=2043","level":"stat"}
+{"@timestamp":"2025-01-12T20:51:03.217+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.9Mi, Sys=13.4Mi, NumGC=2044","level":"stat"}
+{"@timestamp":"2025-01-12T20:52:03.219+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.9Mi, Sys=13.4Mi, NumGC=2044","level":"stat"}
+{"@timestamp":"2025-01-12T20:53:03.220+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.9Mi, Sys=13.4Mi, NumGC=2045","level":"stat"}
+{"@timestamp":"2025-01-12T20:54:03.220+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=18.9Mi, Sys=13.4Mi, NumGC=2045","level":"stat"}
+{"@timestamp":"2025-01-12T20:55:03.221+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.0Mi, Sys=13.4Mi, NumGC=2046","level":"stat"}
+{"@timestamp":"2025-01-12T20:56:03.221+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.0Mi, Sys=13.4Mi, NumGC=2046","level":"stat"}
+{"@timestamp":"2025-01-12T20:57:03.222+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.0Mi, Sys=13.4Mi, NumGC=2047","level":"stat"}
+{"@timestamp":"2025-01-12T20:58:03.222+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.0Mi, Sys=13.4Mi, NumGC=2047","level":"stat"}
+{"@timestamp":"2025-01-12T20:59:03.222+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.0Mi, Sys=13.4Mi, NumGC=2048","level":"stat"}
+{"@timestamp":"2025-01-12T21:00:03.223+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.0Mi, Sys=13.4Mi, NumGC=2048","level":"stat"}
+{"@timestamp":"2025-01-12T21:01:03.224+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.0Mi, Sys=13.4Mi, NumGC=2049","level":"stat"}
+{"@timestamp":"2025-01-12T21:02:03.224+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.0Mi, Sys=13.4Mi, NumGC=2049","level":"stat"}
+{"@timestamp":"2025-01-12T21:03:28.060+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.0Mi, Sys=13.4Mi, NumGC=2050","level":"stat"}
+{"@timestamp":"2025-01-12T21:04:28.061+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.0Mi, Sys=13.4Mi, NumGC=2050","level":"stat"}
+{"@timestamp":"2025-01-12T21:05:28.062+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.0Mi, Sys=13.4Mi, NumGC=2051","level":"stat"}
+{"@timestamp":"2025-01-12T21:06:28.062+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.0Mi, Sys=13.4Mi, NumGC=2051","level":"stat"}
+{"@timestamp":"2025-01-12T21:07:28.062+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.0Mi, Sys=13.4Mi, NumGC=2052","level":"stat"}
+{"@timestamp":"2025-01-12T21:15:08.308+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.0Mi, Sys=13.4Mi, NumGC=2052","level":"stat"}
+{"@timestamp":"2025-01-12T21:31:33.160+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.0Mi, Sys=13.4Mi, NumGC=2053","level":"stat"}
+{"@timestamp":"2025-01-12T21:47:58.072+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.0Mi, Sys=13.4Mi, NumGC=2053","level":"stat"}
+{"@timestamp":"2025-01-12T21:48:58.070+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.0Mi, Sys=13.4Mi, NumGC=2054","level":"stat"}
+{"@timestamp":"2025-01-12T21:49:58.070+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.0Mi, Sys=13.4Mi, NumGC=2054","level":"stat"}
+{"@timestamp":"2025-01-12T21:50:58.068+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.0Mi, Sys=13.4Mi, NumGC=2055","level":"stat"}
+{"@timestamp":"2025-01-12T21:51:58.066+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.0Mi, Sys=13.4Mi, NumGC=2055","level":"stat"}
+{"@timestamp":"2025-01-12T21:52:58.107+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.0Mi, Sys=13.4Mi, NumGC=2056","level":"stat"}
+{"@timestamp":"2025-01-12T21:53:58.111+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.0Mi, Sys=13.4Mi, NumGC=2056","level":"stat"}
+{"@timestamp":"2025-01-12T21:54:58.109+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.0Mi, Sys=13.4Mi, NumGC=2057","level":"stat"}
+{"@timestamp":"2025-01-12T21:55:58.110+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.0Mi, Sys=13.4Mi, NumGC=2057","level":"stat"}
+{"@timestamp":"2025-01-12T21:56:58.109+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.0Mi, Sys=13.4Mi, NumGC=2058","level":"stat"}
+{"@timestamp":"2025-01-12T21:57:58.108+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.1Mi, Sys=13.4Mi, NumGC=2058","level":"stat"}
+{"@timestamp":"2025-01-12T21:58:58.108+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.1Mi, Sys=13.4Mi, NumGC=2059","level":"stat"}
+{"@timestamp":"2025-01-12T21:59:58.107+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.1Mi, Sys=13.4Mi, NumGC=2059","level":"stat"}
+{"@timestamp":"2025-01-12T22:00:58.105+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.1Mi, Sys=13.4Mi, NumGC=2060","level":"stat"}
+{"@timestamp":"2025-01-12T22:01:58.105+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.1Mi, Sys=13.4Mi, NumGC=2060","level":"stat"}
+{"@timestamp":"2025-01-12T22:02:58.104+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.1Mi, Sys=13.4Mi, NumGC=2061","level":"stat"}
+{"@timestamp":"2025-01-12T22:03:58.102+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.1Mi, Sys=13.4Mi, NumGC=2061","level":"stat"}
+{"@timestamp":"2025-01-12T22:04:58.103+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.1Mi, Sys=13.4Mi, NumGC=2062","level":"stat"}
+{"@timestamp":"2025-01-12T22:05:58.102+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.1Mi, Sys=13.4Mi, NumGC=2062","level":"stat"}
+{"@timestamp":"2025-01-12T22:06:58.100+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.1Mi, Sys=13.4Mi, NumGC=2063","level":"stat"}
+{"@timestamp":"2025-01-12T22:07:58.100+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.1Mi, Sys=13.4Mi, NumGC=2063","level":"stat"}
+{"@timestamp":"2025-01-12T22:08:58.098+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.1Mi, Sys=13.4Mi, NumGC=2064","level":"stat"}
+{"@timestamp":"2025-01-12T22:09:58.097+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.1Mi, Sys=13.4Mi, NumGC=2064","level":"stat"}
+{"@timestamp":"2025-01-12T22:10:58.097+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.1Mi, Sys=13.4Mi, NumGC=2065","level":"stat"}
+{"@timestamp":"2025-01-12T22:11:58.096+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.1Mi, Sys=13.4Mi, NumGC=2065","level":"stat"}
+{"@timestamp":"2025-01-12T22:12:58.095+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.1Mi, Sys=13.4Mi, NumGC=2066","level":"stat"}
+{"@timestamp":"2025-01-12T22:13:58.094+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.1Mi, Sys=13.4Mi, NumGC=2066","level":"stat"}
+{"@timestamp":"2025-01-12T22:14:58.094+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.1Mi, Sys=13.4Mi, NumGC=2067","level":"stat"}
+{"@timestamp":"2025-01-12T22:15:58.093+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.1Mi, Sys=13.4Mi, NumGC=2067","level":"stat"}
+{"@timestamp":"2025-01-12T22:16:58.090+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.1Mi, Sys=13.4Mi, NumGC=2068","level":"stat"}
+{"@timestamp":"2025-01-12T22:17:58.091+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.1Mi, Sys=13.4Mi, NumGC=2068","level":"stat"}
+{"@timestamp":"2025-01-12T22:18:58.089+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.1Mi, Sys=13.4Mi, NumGC=2069","level":"stat"}
+{"@timestamp":"2025-01-12T22:19:58.088+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.1Mi, Sys=13.4Mi, NumGC=2069","level":"stat"}
+{"@timestamp":"2025-01-12T22:20:58.087+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.1Mi, Sys=13.4Mi, NumGC=2070","level":"stat"}
+{"@timestamp":"2025-01-12T22:21:58.087+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.1Mi, Sys=13.4Mi, NumGC=2070","level":"stat"}
+{"@timestamp":"2025-01-12T22:22:58.086+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.1Mi, Sys=13.4Mi, NumGC=2071","level":"stat"}
+{"@timestamp":"2025-01-12T22:23:58.086+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.2Mi, Sys=13.4Mi, NumGC=2071","level":"stat"}
+{"@timestamp":"2025-01-12T22:24:58.086+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.2Mi, Sys=13.4Mi, NumGC=2072","level":"stat"}
+{"@timestamp":"2025-01-12T22:25:58.083+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.2Mi, Sys=13.4Mi, NumGC=2072","level":"stat"}
+{"@timestamp":"2025-01-12T22:26:58.084+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.2Mi, Sys=13.4Mi, NumGC=2073","level":"stat"}
+{"@timestamp":"2025-01-12T22:27:58.097+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.2Mi, Sys=13.4Mi, NumGC=2073","level":"stat"}
+{"@timestamp":"2025-01-12T22:28:58.098+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.2Mi, Sys=13.4Mi, NumGC=2074","level":"stat"}
+{"@timestamp":"2025-01-12T22:29:58.096+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.2Mi, Sys=13.4Mi, NumGC=2074","level":"stat"}
+{"@timestamp":"2025-01-12T22:30:58.095+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.2Mi, Sys=13.4Mi, NumGC=2075","level":"stat"}
+{"@timestamp":"2025-01-12T22:31:58.094+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.2Mi, Sys=13.4Mi, NumGC=2075","level":"stat"}
+{"@timestamp":"2025-01-12T22:32:58.095+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.2Mi, Sys=13.4Mi, NumGC=2076","level":"stat"}
+{"@timestamp":"2025-01-12T22:33:58.095+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.2Mi, Sys=13.4Mi, NumGC=2076","level":"stat"}
+{"@timestamp":"2025-01-12T22:34:58.094+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.2Mi, Sys=13.4Mi, NumGC=2077","level":"stat"}
+{"@timestamp":"2025-01-12T22:35:58.093+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.2Mi, Sys=13.4Mi, NumGC=2077","level":"stat"}
+{"@timestamp":"2025-01-12T22:36:58.093+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.2Mi, Sys=13.4Mi, NumGC=2078","level":"stat"}
+{"@timestamp":"2025-01-12T22:37:58.092+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.2Mi, Sys=13.4Mi, NumGC=2078","level":"stat"}
+{"@timestamp":"2025-01-12T22:38:58.091+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.2Mi, Sys=13.4Mi, NumGC=2079","level":"stat"}
+{"@timestamp":"2025-01-12T22:39:58.091+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.2Mi, Sys=13.4Mi, NumGC=2079","level":"stat"}
+{"@timestamp":"2025-01-12T22:40:58.090+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.2Mi, Sys=13.4Mi, NumGC=2080","level":"stat"}
+{"@timestamp":"2025-01-12T22:41:58.089+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.2Mi, Sys=13.4Mi, NumGC=2080","level":"stat"}
+{"@timestamp":"2025-01-12T22:42:58.087+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.2Mi, Sys=13.4Mi, NumGC=2081","level":"stat"}
+{"@timestamp":"2025-01-12T22:43:58.123+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.2Mi, Sys=13.4Mi, NumGC=2081","level":"stat"}
+{"@timestamp":"2025-01-12T22:44:58.127+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.2Mi, Sys=13.4Mi, NumGC=2082","level":"stat"}
+{"@timestamp":"2025-01-12T22:45:58.127+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.2Mi, Sys=13.4Mi, NumGC=2082","level":"stat"}
+{"@timestamp":"2025-01-12T22:46:58.126+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.2Mi, Sys=13.4Mi, NumGC=2083","level":"stat"}
+{"@timestamp":"2025-01-12T22:47:58.126+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.2Mi, Sys=13.4Mi, NumGC=2083","level":"stat"}
+{"@timestamp":"2025-01-12T22:49:22.960+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.2Mi, Sys=13.4Mi, NumGC=2084","level":"stat"}
+{"@timestamp":"2025-01-12T22:50:22.974+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.3Mi, Sys=13.4Mi, NumGC=2084","level":"stat"}
+{"@timestamp":"2025-01-12T22:51:22.974+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.3Mi, Sys=13.4Mi, NumGC=2085","level":"stat"}
+{"@timestamp":"2025-01-12T22:52:22.973+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.3Mi, Sys=13.4Mi, NumGC=2085","level":"stat"}
+{"@timestamp":"2025-01-12T22:53:22.975+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.3Mi, Sys=13.4Mi, NumGC=2086","level":"stat"}
+{"@timestamp":"2025-01-12T22:54:47.840+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.3Mi, Sys=13.4Mi, NumGC=2086","level":"stat"}
+{"@timestamp":"2025-01-12T23:11:12.830+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.3Mi, Sys=13.4Mi, NumGC=2087","level":"stat"}
+{"@timestamp":"2025-01-12T23:16:05.207+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.3Mi, Sys=13.4Mi, NumGC=2087","level":"stat"}
+{"@timestamp":"2025-01-12T23:17:15.098+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.3Mi, Sys=13.4Mi, NumGC=2088","level":"stat"}
+{"@timestamp":"2025-01-12T23:18:15.098+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.3Mi, Sys=13.4Mi, NumGC=2088","level":"stat"}
+{"@timestamp":"2025-01-12T23:19:15.097+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.3Mi, Sys=13.4Mi, NumGC=2089","level":"stat"}
+{"@timestamp":"2025-01-12T23:20:15.097+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.3Mi, Sys=13.4Mi, NumGC=2089","level":"stat"}
+{"@timestamp":"2025-01-12T23:21:15.097+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.3Mi, Sys=13.4Mi, NumGC=2090","level":"stat"}
+{"@timestamp":"2025-01-12T23:22:15.095+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.3Mi, Sys=13.4Mi, NumGC=2090","level":"stat"}
+{"@timestamp":"2025-01-12T23:23:15.097+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.3Mi, Sys=13.4Mi, NumGC=2091","level":"stat"}
+{"@timestamp":"2025-01-12T23:24:15.096+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.3Mi, Sys=13.4Mi, NumGC=2091","level":"stat"}
+{"@timestamp":"2025-01-12T23:25:15.096+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.3Mi, Sys=13.4Mi, NumGC=2092","level":"stat"}
+{"@timestamp":"2025-01-12T23:26:15.095+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.3Mi, Sys=13.4Mi, NumGC=2092","level":"stat"}
+{"@timestamp":"2025-01-12T23:27:15.094+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.3Mi, Sys=13.4Mi, NumGC=2093","level":"stat"}
+{"@timestamp":"2025-01-12T23:28:15.094+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.3Mi, Sys=13.4Mi, NumGC=2093","level":"stat"}
+{"@timestamp":"2025-01-12T23:29:15.093+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.3Mi, Sys=13.4Mi, NumGC=2094","level":"stat"}
+{"@timestamp":"2025-01-12T23:30:15.093+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.3Mi, Sys=13.4Mi, NumGC=2094","level":"stat"}
+{"@timestamp":"2025-01-12T23:31:15.076+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.3Mi, Sys=13.4Mi, NumGC=2095","level":"stat"}
+{"@timestamp":"2025-01-12T23:32:15.074+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.3Mi, Sys=13.4Mi, NumGC=2095","level":"stat"}
+{"@timestamp":"2025-01-12T23:33:15.073+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.3Mi, Sys=13.4Mi, NumGC=2096","level":"stat"}
+{"@timestamp":"2025-01-12T23:34:15.072+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.3Mi, Sys=13.4Mi, NumGC=2096","level":"stat"}
+{"@timestamp":"2025-01-12T23:35:15.071+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.4Mi, Sys=13.4Mi, NumGC=2097","level":"stat"}
+{"@timestamp":"2025-01-12T23:36:15.071+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.4Mi, Sys=13.4Mi, NumGC=2097","level":"stat"}
+{"@timestamp":"2025-01-12T23:37:15.070+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.4Mi, Sys=13.4Mi, NumGC=2098","level":"stat"}
+{"@timestamp":"2025-01-12T23:38:15.070+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.4Mi, Sys=13.4Mi, NumGC=2098","level":"stat"}
+{"@timestamp":"2025-01-12T23:39:15.070+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.4Mi, Sys=13.4Mi, NumGC=2099","level":"stat"}
+{"@timestamp":"2025-01-12T23:40:15.069+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.4Mi, Sys=13.4Mi, NumGC=2099","level":"stat"}
+{"@timestamp":"2025-01-12T23:41:15.069+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.4Mi, Sys=13.4Mi, NumGC=2100","level":"stat"}
+{"@timestamp":"2025-01-12T23:42:15.068+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.4Mi, Sys=13.4Mi, NumGC=2100","level":"stat"}
+{"@timestamp":"2025-01-12T23:43:15.068+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.4Mi, Sys=13.4Mi, NumGC=2101","level":"stat"}
+{"@timestamp":"2025-01-12T23:44:15.074+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.4Mi, Sys=13.4Mi, NumGC=2101","level":"stat"}
+{"@timestamp":"2025-01-12T23:45:15.089+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.4Mi, Sys=13.4Mi, NumGC=2102","level":"stat"}
+{"@timestamp":"2025-01-12T23:46:15.090+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.4Mi, Sys=13.4Mi, NumGC=2102","level":"stat"}
+{"@timestamp":"2025-01-12T23:47:15.090+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.4Mi, Sys=13.4Mi, NumGC=2103","level":"stat"}
+{"@timestamp":"2025-01-12T23:48:15.089+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.4Mi, Sys=13.4Mi, NumGC=2103","level":"stat"}
+{"@timestamp":"2025-01-12T23:49:39.903+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.4Mi, Sys=13.4Mi, NumGC=2104","level":"stat"}
+{"@timestamp":"2025-01-12T23:58:32.015+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.4Mi, Sys=13.4Mi, NumGC=2104","level":"stat"}
+{"@timestamp":"2025-01-12T23:59:32.014+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.4Mi, Sys=13.4Mi, NumGC=2105","level":"stat"}

+ 963 - 0
app/mq/rabbitmq/logs/stat.log-2025-01-13

@@ -0,0 +1,963 @@
+{"@timestamp":"2025-01-13T00:00:32.014+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.4Mi, Sys=13.4Mi, NumGC=2105","level":"stat"}
+{"@timestamp":"2025-01-13T00:01:32.013+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.4Mi, Sys=13.4Mi, NumGC=2106","level":"stat"}
+{"@timestamp":"2025-01-13T00:02:32.013+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.4Mi, Sys=13.4Mi, NumGC=2106","level":"stat"}
+{"@timestamp":"2025-01-13T00:03:32.042+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.4Mi, Sys=13.4Mi, NumGC=2107","level":"stat"}
+{"@timestamp":"2025-01-13T00:04:32.043+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=19.4Mi, Sys=13.4Mi, NumGC=2107","level":"stat"}
+{"@timestamp":"2025-01-13T00:05:32.044+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.4Mi, Sys=13.4Mi, NumGC=2108","level":"stat"}
+{"@timestamp":"2025-01-13T00:06:32.044+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=19.5Mi, Sys=13.4Mi, NumGC=2108","level":"stat"}
+{"@timestamp":"2025-01-13T00:07:32.042+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.5Mi, Sys=13.4Mi, NumGC=2109","level":"stat"}
+{"@timestamp":"2025-01-13T00:08:32.043+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=19.5Mi, Sys=13.4Mi, NumGC=2109","level":"stat"}
+{"@timestamp":"2025-01-13T00:24:12.504+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.5Mi, Sys=13.4Mi, NumGC=2110","level":"stat"}
+{"@timestamp":"2025-01-13T00:25:12.502+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.5Mi, Sys=13.4Mi, NumGC=2110","level":"stat"}
+{"@timestamp":"2025-01-13T00:26:12.500+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.5Mi, Sys=13.4Mi, NumGC=2111","level":"stat"}
+{"@timestamp":"2025-01-13T00:27:12.498+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=19.5Mi, Sys=13.4Mi, NumGC=2111","level":"stat"}
+{"@timestamp":"2025-01-13T00:28:12.496+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.5Mi, Sys=13.4Mi, NumGC=2112","level":"stat"}
+{"@timestamp":"2025-01-13T00:29:12.493+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=19.5Mi, Sys=13.4Mi, NumGC=2112","level":"stat"}
+{"@timestamp":"2025-01-13T00:30:12.492+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.5Mi, Sys=13.4Mi, NumGC=2113","level":"stat"}
+{"@timestamp":"2025-01-13T00:31:12.490+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=19.5Mi, Sys=13.4Mi, NumGC=2113","level":"stat"}
+{"@timestamp":"2025-01-13T00:32:12.488+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.5Mi, Sys=13.4Mi, NumGC=2114","level":"stat"}
+{"@timestamp":"2025-01-13T00:33:12.485+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.5Mi, Sys=13.4Mi, NumGC=2114","level":"stat"}
+{"@timestamp":"2025-01-13T00:34:12.483+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.5Mi, Sys=13.4Mi, NumGC=2115","level":"stat"}
+{"@timestamp":"2025-01-13T00:35:12.481+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.5Mi, Sys=13.4Mi, NumGC=2115","level":"stat"}
+{"@timestamp":"2025-01-13T00:36:12.479+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.5Mi, Sys=13.4Mi, NumGC=2116","level":"stat"}
+{"@timestamp":"2025-01-13T00:37:12.477+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.5Mi, Sys=13.4Mi, NumGC=2116","level":"stat"}
+{"@timestamp":"2025-01-13T00:38:12.475+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.5Mi, Sys=13.4Mi, NumGC=2117","level":"stat"}
+{"@timestamp":"2025-01-13T00:39:12.473+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.5Mi, Sys=13.4Mi, NumGC=2117","level":"stat"}
+{"@timestamp":"2025-01-13T00:40:12.471+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.5Mi, Sys=13.4Mi, NumGC=2118","level":"stat"}
+{"@timestamp":"2025-01-13T00:41:12.469+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=19.5Mi, Sys=13.4Mi, NumGC=2118","level":"stat"}
+{"@timestamp":"2025-01-13T00:42:12.467+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.5Mi, Sys=13.4Mi, NumGC=2119","level":"stat"}
+{"@timestamp":"2025-01-13T00:43:12.465+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.5Mi, Sys=13.4Mi, NumGC=2119","level":"stat"}
+{"@timestamp":"2025-01-13T00:44:12.585+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.5Mi, Sys=13.4Mi, NumGC=2120","level":"stat"}
+{"@timestamp":"2025-01-13T00:45:12.585+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.6Mi, Sys=13.4Mi, NumGC=2120","level":"stat"}
+{"@timestamp":"2025-01-13T00:46:12.584+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.6Mi, Sys=13.4Mi, NumGC=2121","level":"stat"}
+{"@timestamp":"2025-01-13T00:47:12.583+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.6Mi, Sys=13.4Mi, NumGC=2121","level":"stat"}
+{"@timestamp":"2025-01-13T00:48:12.582+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.6Mi, Sys=13.4Mi, NumGC=2122","level":"stat"}
+{"@timestamp":"2025-01-13T00:49:12.582+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.6Mi, Sys=13.4Mi, NumGC=2122","level":"stat"}
+{"@timestamp":"2025-01-13T00:50:12.582+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.6Mi, Sys=13.4Mi, NumGC=2123","level":"stat"}
+{"@timestamp":"2025-01-13T00:51:12.581+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.6Mi, Sys=13.4Mi, NumGC=2123","level":"stat"}
+{"@timestamp":"2025-01-13T00:52:12.580+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.6Mi, Sys=13.4Mi, NumGC=2124","level":"stat"}
+{"@timestamp":"2025-01-13T00:53:12.580+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.6Mi, Sys=13.4Mi, NumGC=2124","level":"stat"}
+{"@timestamp":"2025-01-13T00:54:12.579+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.6Mi, Sys=13.4Mi, NumGC=2125","level":"stat"}
+{"@timestamp":"2025-01-13T00:55:12.579+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.6Mi, Sys=13.4Mi, NumGC=2125","level":"stat"}
+{"@timestamp":"2025-01-13T00:56:12.578+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.6Mi, Sys=13.4Mi, NumGC=2126","level":"stat"}
+{"@timestamp":"2025-01-13T00:57:12.577+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.6Mi, Sys=13.4Mi, NumGC=2126","level":"stat"}
+{"@timestamp":"2025-01-13T00:58:12.577+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.6Mi, Sys=13.4Mi, NumGC=2127","level":"stat"}
+{"@timestamp":"2025-01-13T00:59:12.576+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.6Mi, Sys=13.4Mi, NumGC=2127","level":"stat"}
+{"@timestamp":"2025-01-13T01:00:12.576+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.6Mi, Sys=13.4Mi, NumGC=2128","level":"stat"}
+{"@timestamp":"2025-01-13T01:01:12.575+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.6Mi, Sys=13.4Mi, NumGC=2128","level":"stat"}
+{"@timestamp":"2025-01-13T01:02:12.574+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.6Mi, Sys=13.4Mi, NumGC=2129","level":"stat"}
+{"@timestamp":"2025-01-13T01:03:12.574+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.6Mi, Sys=13.4Mi, NumGC=2129","level":"stat"}
+{"@timestamp":"2025-01-13T01:04:12.573+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.6Mi, Sys=13.4Mi, NumGC=2130","level":"stat"}
+{"@timestamp":"2025-01-13T01:05:12.566+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.6Mi, Sys=13.4Mi, NumGC=2130","level":"stat"}
+{"@timestamp":"2025-01-13T01:06:12.564+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.6Mi, Sys=13.4Mi, NumGC=2131","level":"stat"}
+{"@timestamp":"2025-01-13T01:07:12.563+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.6Mi, Sys=13.4Mi, NumGC=2131","level":"stat"}
+{"@timestamp":"2025-01-13T01:08:12.563+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.6Mi, Sys=13.4Mi, NumGC=2132","level":"stat"}
+{"@timestamp":"2025-01-13T01:09:12.562+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.6Mi, Sys=13.4Mi, NumGC=2132","level":"stat"}
+{"@timestamp":"2025-01-13T01:10:12.561+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.6Mi, Sys=13.4Mi, NumGC=2133","level":"stat"}
+{"@timestamp":"2025-01-13T01:11:12.560+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.7Mi, Sys=13.4Mi, NumGC=2133","level":"stat"}
+{"@timestamp":"2025-01-13T01:12:12.560+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.7Mi, Sys=13.4Mi, NumGC=2134","level":"stat"}
+{"@timestamp":"2025-01-13T01:13:12.559+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.7Mi, Sys=13.4Mi, NumGC=2134","level":"stat"}
+{"@timestamp":"2025-01-13T01:14:12.559+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.7Mi, Sys=13.4Mi, NumGC=2135","level":"stat"}
+{"@timestamp":"2025-01-13T01:15:12.557+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=19.7Mi, Sys=13.4Mi, NumGC=2135","level":"stat"}
+{"@timestamp":"2025-01-13T01:16:12.557+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.7Mi, Sys=13.4Mi, NumGC=2136","level":"stat"}
+{"@timestamp":"2025-01-13T01:17:12.556+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.7Mi, Sys=13.4Mi, NumGC=2136","level":"stat"}
+{"@timestamp":"2025-01-13T01:18:12.556+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.7Mi, Sys=13.4Mi, NumGC=2137","level":"stat"}
+{"@timestamp":"2025-01-13T01:19:12.555+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=19.7Mi, Sys=13.4Mi, NumGC=2137","level":"stat"}
+{"@timestamp":"2025-01-13T01:20:12.577+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.7Mi, Sys=13.4Mi, NumGC=2138","level":"stat"}
+{"@timestamp":"2025-01-13T01:21:12.586+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.7Mi, Sys=13.4Mi, NumGC=2138","level":"stat"}
+{"@timestamp":"2025-01-13T01:22:12.586+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.7Mi, Sys=13.4Mi, NumGC=2139","level":"stat"}
+{"@timestamp":"2025-01-13T01:23:12.585+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.7Mi, Sys=13.4Mi, NumGC=2139","level":"stat"}
+{"@timestamp":"2025-01-13T01:24:12.584+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.7Mi, Sys=13.4Mi, NumGC=2140","level":"stat"}
+{"@timestamp":"2025-01-13T01:25:12.584+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=19.7Mi, Sys=13.4Mi, NumGC=2140","level":"stat"}
+{"@timestamp":"2025-01-13T01:26:12.583+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.7Mi, Sys=13.4Mi, NumGC=2141","level":"stat"}
+{"@timestamp":"2025-01-13T01:27:12.583+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.7Mi, Sys=13.4Mi, NumGC=2141","level":"stat"}
+{"@timestamp":"2025-01-13T01:28:12.583+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.7Mi, Sys=13.4Mi, NumGC=2142","level":"stat"}
+{"@timestamp":"2025-01-13T01:29:12.582+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.7Mi, Sys=13.4Mi, NumGC=2142","level":"stat"}
+{"@timestamp":"2025-01-13T01:30:12.583+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.7Mi, Sys=13.4Mi, NumGC=2143","level":"stat"}
+{"@timestamp":"2025-01-13T01:31:12.582+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.7Mi, Sys=13.4Mi, NumGC=2143","level":"stat"}
+{"@timestamp":"2025-01-13T01:32:12.581+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.7Mi, Sys=13.4Mi, NumGC=2144","level":"stat"}
+{"@timestamp":"2025-01-13T01:33:12.581+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=19.7Mi, Sys=13.4Mi, NumGC=2144","level":"stat"}
+{"@timestamp":"2025-01-13T01:34:12.580+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.7Mi, Sys=13.4Mi, NumGC=2145","level":"stat"}
+{"@timestamp":"2025-01-13T01:35:12.691+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.7Mi, Sys=13.4Mi, NumGC=2145","level":"stat"}
+{"@timestamp":"2025-01-13T01:36:12.692+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.7Mi, Sys=13.4Mi, NumGC=2146","level":"stat"}
+{"@timestamp":"2025-01-13T01:37:12.693+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.8Mi, Sys=13.4Mi, NumGC=2146","level":"stat"}
+{"@timestamp":"2025-01-13T01:38:12.694+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.8Mi, Sys=13.4Mi, NumGC=2147","level":"stat"}
+{"@timestamp":"2025-01-13T01:39:12.695+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.8Mi, Sys=13.4Mi, NumGC=2147","level":"stat"}
+{"@timestamp":"2025-01-13T01:40:12.697+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.8Mi, Sys=13.4Mi, NumGC=2148","level":"stat"}
+{"@timestamp":"2025-01-13T01:41:12.696+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.8Mi, Sys=13.4Mi, NumGC=2148","level":"stat"}
+{"@timestamp":"2025-01-13T01:42:12.698+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.8Mi, Sys=13.4Mi, NumGC=2149","level":"stat"}
+{"@timestamp":"2025-01-13T01:43:12.699+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.8Mi, Sys=13.4Mi, NumGC=2149","level":"stat"}
+{"@timestamp":"2025-01-13T01:44:12.699+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.8Mi, Sys=13.4Mi, NumGC=2150","level":"stat"}
+{"@timestamp":"2025-01-13T01:45:12.701+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.8Mi, Sys=13.4Mi, NumGC=2150","level":"stat"}
+{"@timestamp":"2025-01-13T01:46:12.702+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.8Mi, Sys=13.4Mi, NumGC=2151","level":"stat"}
+{"@timestamp":"2025-01-13T01:47:12.703+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.8Mi, Sys=13.4Mi, NumGC=2151","level":"stat"}
+{"@timestamp":"2025-01-13T01:48:12.704+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.8Mi, Sys=13.4Mi, NumGC=2152","level":"stat"}
+{"@timestamp":"2025-01-13T01:49:12.705+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=19.8Mi, Sys=13.4Mi, NumGC=2152","level":"stat"}
+{"@timestamp":"2025-01-13T01:50:12.706+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.8Mi, Sys=13.4Mi, NumGC=2153","level":"stat"}
+{"@timestamp":"2025-01-13T01:51:12.706+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=19.8Mi, Sys=13.4Mi, NumGC=2153","level":"stat"}
+{"@timestamp":"2025-01-13T01:52:12.708+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.8Mi, Sys=13.4Mi, NumGC=2154","level":"stat"}
+{"@timestamp":"2025-01-13T01:53:12.709+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.8Mi, Sys=13.4Mi, NumGC=2154","level":"stat"}
+{"@timestamp":"2025-01-13T01:54:12.709+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.8Mi, Sys=13.4Mi, NumGC=2155","level":"stat"}
+{"@timestamp":"2025-01-13T01:55:12.710+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=19.8Mi, Sys=13.4Mi, NumGC=2155","level":"stat"}
+{"@timestamp":"2025-01-13T01:56:12.705+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.8Mi, Sys=13.4Mi, NumGC=2156","level":"stat"}
+{"@timestamp":"2025-01-13T01:57:12.706+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.8Mi, Sys=13.4Mi, NumGC=2156","level":"stat"}
+{"@timestamp":"2025-01-13T01:58:12.707+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.8Mi, Sys=13.4Mi, NumGC=2157","level":"stat"}
+{"@timestamp":"2025-01-13T01:59:12.708+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.8Mi, Sys=13.4Mi, NumGC=2157","level":"stat"}
+{"@timestamp":"2025-01-13T02:00:12.709+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.8Mi, Sys=13.4Mi, NumGC=2158","level":"stat"}
+{"@timestamp":"2025-01-13T02:01:12.710+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.9Mi, Sys=13.4Mi, NumGC=2158","level":"stat"}
+{"@timestamp":"2025-01-13T02:02:12.710+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.9Mi, Sys=13.4Mi, NumGC=2159","level":"stat"}
+{"@timestamp":"2025-01-13T02:03:12.711+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.9Mi, Sys=13.4Mi, NumGC=2159","level":"stat"}
+{"@timestamp":"2025-01-13T02:04:12.712+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.9Mi, Sys=13.4Mi, NumGC=2160","level":"stat"}
+{"@timestamp":"2025-01-13T02:05:12.713+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=19.9Mi, Sys=13.4Mi, NumGC=2160","level":"stat"}
+{"@timestamp":"2025-01-13T02:06:12.713+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.9Mi, Sys=13.4Mi, NumGC=2161","level":"stat"}
+{"@timestamp":"2025-01-13T02:07:12.715+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.9Mi, Sys=13.4Mi, NumGC=2161","level":"stat"}
+{"@timestamp":"2025-01-13T02:08:12.716+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.9Mi, Sys=13.4Mi, NumGC=2162","level":"stat"}
+{"@timestamp":"2025-01-13T02:09:12.717+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.9Mi, Sys=13.4Mi, NumGC=2162","level":"stat"}
+{"@timestamp":"2025-01-13T02:10:12.717+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.9Mi, Sys=13.4Mi, NumGC=2163","level":"stat"}
+{"@timestamp":"2025-01-13T02:11:12.663+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=19.9Mi, Sys=13.4Mi, NumGC=2163","level":"stat"}
+{"@timestamp":"2025-01-13T02:12:12.664+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.9Mi, Sys=13.4Mi, NumGC=2164","level":"stat"}
+{"@timestamp":"2025-01-13T02:13:12.664+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=19.9Mi, Sys=13.4Mi, NumGC=2164","level":"stat"}
+{"@timestamp":"2025-01-13T02:14:12.664+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.9Mi, Sys=13.4Mi, NumGC=2165","level":"stat"}
+{"@timestamp":"2025-01-13T02:15:12.664+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.9Mi, Sys=13.4Mi, NumGC=2165","level":"stat"}
+{"@timestamp":"2025-01-13T02:16:12.665+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.9Mi, Sys=13.4Mi, NumGC=2166","level":"stat"}
+{"@timestamp":"2025-01-13T02:17:12.665+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=19.9Mi, Sys=13.4Mi, NumGC=2166","level":"stat"}
+{"@timestamp":"2025-01-13T02:18:12.665+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.9Mi, Sys=13.4Mi, NumGC=2167","level":"stat"}
+{"@timestamp":"2025-01-13T02:19:12.665+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.9Mi, Sys=13.4Mi, NumGC=2167","level":"stat"}
+{"@timestamp":"2025-01-13T02:20:12.665+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.9Mi, Sys=13.4Mi, NumGC=2168","level":"stat"}
+{"@timestamp":"2025-01-13T02:21:12.666+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=19.9Mi, Sys=13.4Mi, NumGC=2168","level":"stat"}
+{"@timestamp":"2025-01-13T02:22:12.666+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.9Mi, Sys=13.4Mi, NumGC=2169","level":"stat"}
+{"@timestamp":"2025-01-13T02:23:12.666+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.9Mi, Sys=13.4Mi, NumGC=2169","level":"stat"}
+{"@timestamp":"2025-01-13T02:24:12.667+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=19.9Mi, Sys=13.4Mi, NumGC=2170","level":"stat"}
+{"@timestamp":"2025-01-13T02:25:12.667+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.0Mi, Sys=13.4Mi, NumGC=2170","level":"stat"}
+{"@timestamp":"2025-01-13T02:26:12.666+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.0Mi, Sys=13.4Mi, NumGC=2171","level":"stat"}
+{"@timestamp":"2025-01-13T02:27:12.667+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=20.0Mi, Sys=13.4Mi, NumGC=2171","level":"stat"}
+{"@timestamp":"2025-01-13T02:28:12.667+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.0Mi, Sys=13.4Mi, NumGC=2172","level":"stat"}
+{"@timestamp":"2025-01-13T02:29:12.668+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=20.0Mi, Sys=13.4Mi, NumGC=2172","level":"stat"}
+{"@timestamp":"2025-01-13T02:30:12.668+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.0Mi, Sys=13.4Mi, NumGC=2173","level":"stat"}
+{"@timestamp":"2025-01-13T02:31:12.642+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=20.0Mi, Sys=13.4Mi, NumGC=2173","level":"stat"}
+{"@timestamp":"2025-01-13T02:32:12.641+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.0Mi, Sys=13.4Mi, NumGC=2174","level":"stat"}
+{"@timestamp":"2025-01-13T02:33:12.641+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.0Mi, Sys=13.4Mi, NumGC=2174","level":"stat"}
+{"@timestamp":"2025-01-13T02:34:12.641+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.0Mi, Sys=13.4Mi, NumGC=2175","level":"stat"}
+{"@timestamp":"2025-01-13T02:35:12.641+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.0Mi, Sys=13.4Mi, NumGC=2175","level":"stat"}
+{"@timestamp":"2025-01-13T02:36:12.641+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.0Mi, Sys=13.4Mi, NumGC=2176","level":"stat"}
+{"@timestamp":"2025-01-13T02:37:12.641+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.0Mi, Sys=13.4Mi, NumGC=2176","level":"stat"}
+{"@timestamp":"2025-01-13T02:38:12.641+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.0Mi, Sys=13.4Mi, NumGC=2177","level":"stat"}
+{"@timestamp":"2025-01-13T02:39:12.641+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.0Mi, Sys=13.4Mi, NumGC=2177","level":"stat"}
+{"@timestamp":"2025-01-13T02:40:12.640+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.0Mi, Sys=13.4Mi, NumGC=2178","level":"stat"}
+{"@timestamp":"2025-01-13T02:41:12.640+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.0Mi, Sys=13.4Mi, NumGC=2178","level":"stat"}
+{"@timestamp":"2025-01-13T02:42:12.640+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.0Mi, Sys=13.4Mi, NumGC=2179","level":"stat"}
+{"@timestamp":"2025-01-13T02:43:12.640+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.0Mi, Sys=13.4Mi, NumGC=2179","level":"stat"}
+{"@timestamp":"2025-01-13T02:44:12.640+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.0Mi, Sys=13.4Mi, NumGC=2180","level":"stat"}
+{"@timestamp":"2025-01-13T02:45:12.640+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.0Mi, Sys=13.4Mi, NumGC=2180","level":"stat"}
+{"@timestamp":"2025-01-13T02:46:12.640+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.0Mi, Sys=13.4Mi, NumGC=2181","level":"stat"}
+{"@timestamp":"2025-01-13T02:47:12.640+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.0Mi, Sys=13.4Mi, NumGC=2181","level":"stat"}
+{"@timestamp":"2025-01-13T02:48:12.640+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.0Mi, Sys=13.4Mi, NumGC=2182","level":"stat"}
+{"@timestamp":"2025-01-13T02:49:12.640+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=20.1Mi, Sys=13.4Mi, NumGC=2182","level":"stat"}
+{"@timestamp":"2025-01-13T02:50:12.640+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.1Mi, Sys=13.4Mi, NumGC=2183","level":"stat"}
+{"@timestamp":"2025-01-13T02:51:12.640+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.1Mi, Sys=13.4Mi, NumGC=2183","level":"stat"}
+{"@timestamp":"2025-01-13T02:52:12.640+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.1Mi, Sys=13.4Mi, NumGC=2184","level":"stat"}
+{"@timestamp":"2025-01-13T02:53:12.649+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.1Mi, Sys=13.4Mi, NumGC=2184","level":"stat"}
+{"@timestamp":"2025-01-13T02:54:12.665+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.1Mi, Sys=13.4Mi, NumGC=2185","level":"stat"}
+{"@timestamp":"2025-01-13T02:55:12.665+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.1Mi, Sys=13.4Mi, NumGC=2185","level":"stat"}
+{"@timestamp":"2025-01-13T02:56:12.667+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.1Mi, Sys=13.4Mi, NumGC=2186","level":"stat"}
+{"@timestamp":"2025-01-13T02:57:12.667+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.1Mi, Sys=13.4Mi, NumGC=2186","level":"stat"}
+{"@timestamp":"2025-01-13T02:58:12.667+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.1Mi, Sys=13.4Mi, NumGC=2187","level":"stat"}
+{"@timestamp":"2025-01-13T02:59:12.667+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.1Mi, Sys=13.4Mi, NumGC=2187","level":"stat"}
+{"@timestamp":"2025-01-13T03:00:12.668+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.1Mi, Sys=13.4Mi, NumGC=2188","level":"stat"}
+{"@timestamp":"2025-01-13T03:01:12.668+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.1Mi, Sys=13.4Mi, NumGC=2188","level":"stat"}
+{"@timestamp":"2025-01-13T03:02:12.668+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.1Mi, Sys=13.4Mi, NumGC=2189","level":"stat"}
+{"@timestamp":"2025-01-13T03:03:12.667+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.1Mi, Sys=13.4Mi, NumGC=2189","level":"stat"}
+{"@timestamp":"2025-01-13T03:04:12.668+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.1Mi, Sys=13.4Mi, NumGC=2190","level":"stat"}
+{"@timestamp":"2025-01-13T03:05:12.668+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.1Mi, Sys=13.4Mi, NumGC=2190","level":"stat"}
+{"@timestamp":"2025-01-13T03:06:12.676+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=20.1Mi, Sys=13.4Mi, NumGC=2190","level":"stat"}
+{"@timestamp":"2025-01-13T03:07:12.692+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.1Mi, Sys=13.4Mi, NumGC=2191","level":"stat"}
+{"@timestamp":"2025-01-13T03:08:12.694+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=20.1Mi, Sys=13.4Mi, NumGC=2191","level":"stat"}
+{"@timestamp":"2025-01-13T03:09:12.689+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.1Mi, Sys=13.4Mi, NumGC=2192","level":"stat"}
+{"@timestamp":"2025-01-13T03:10:12.690+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=20.1Mi, Sys=13.4Mi, NumGC=2192","level":"stat"}
+{"@timestamp":"2025-01-13T03:11:23.214+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.1Mi, Sys=13.4Mi, NumGC=2193","level":"stat"}
+{"@timestamp":"2025-01-13T03:27:48.211+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.1Mi, Sys=13.4Mi, NumGC=2193","level":"stat"}
+{"@timestamp":"2025-01-13T03:44:13.132+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.1Mi, Sys=13.4Mi, NumGC=2194","level":"stat"}
+{"@timestamp":"2025-01-13T03:45:13.132+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.2Mi, Sys=13.4Mi, NumGC=2194","level":"stat"}
+{"@timestamp":"2025-01-13T03:46:13.132+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.2Mi, Sys=13.4Mi, NumGC=2195","level":"stat"}
+{"@timestamp":"2025-01-13T03:47:13.131+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.2Mi, Sys=13.4Mi, NumGC=2195","level":"stat"}
+{"@timestamp":"2025-01-13T03:48:13.130+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.2Mi, Sys=13.4Mi, NumGC=2196","level":"stat"}
+{"@timestamp":"2025-01-13T03:49:13.130+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=20.2Mi, Sys=13.4Mi, NumGC=2196","level":"stat"}
+{"@timestamp":"2025-01-13T03:50:13.130+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.2Mi, Sys=13.4Mi, NumGC=2197","level":"stat"}
+{"@timestamp":"2025-01-13T03:51:13.130+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.2Mi, Sys=13.4Mi, NumGC=2197","level":"stat"}
+{"@timestamp":"2025-01-13T03:52:13.128+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.2Mi, Sys=13.4Mi, NumGC=2198","level":"stat"}
+{"@timestamp":"2025-01-13T03:53:13.128+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=20.2Mi, Sys=13.4Mi, NumGC=2198","level":"stat"}
+{"@timestamp":"2025-01-13T03:54:13.127+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.2Mi, Sys=13.4Mi, NumGC=2199","level":"stat"}
+{"@timestamp":"2025-01-13T03:55:13.127+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=20.2Mi, Sys=13.4Mi, NumGC=2199","level":"stat"}
+{"@timestamp":"2025-01-13T03:56:13.126+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.2Mi, Sys=13.4Mi, NumGC=2200","level":"stat"}
+{"@timestamp":"2025-01-13T03:57:13.125+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.2Mi, Sys=13.4Mi, NumGC=2200","level":"stat"}
+{"@timestamp":"2025-01-13T03:59:18.404+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.2Mi, Sys=13.4Mi, NumGC=2201","level":"stat"}
+{"@timestamp":"2025-01-13T04:00:18.450+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=20.2Mi, Sys=13.4Mi, NumGC=2201","level":"stat"}
+{"@timestamp":"2025-01-13T04:01:18.450+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.2Mi, Sys=13.4Mi, NumGC=2202","level":"stat"}
+{"@timestamp":"2025-01-13T04:02:18.452+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.2Mi, Sys=13.4Mi, NumGC=2202","level":"stat"}
+{"@timestamp":"2025-01-13T04:03:18.451+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.2Mi, Sys=13.4Mi, NumGC=2203","level":"stat"}
+{"@timestamp":"2025-01-13T04:04:18.452+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.2Mi, Sys=13.4Mi, NumGC=2203","level":"stat"}
+{"@timestamp":"2025-01-13T04:05:18.453+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.2Mi, Sys=13.4Mi, NumGC=2204","level":"stat"}
+{"@timestamp":"2025-01-13T04:21:43.540+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.2Mi, Sys=13.4Mi, NumGC=2204","level":"stat"}
+{"@timestamp":"2025-01-13T04:22:43.553+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.2Mi, Sys=13.4Mi, NumGC=2205","level":"stat"}
+{"@timestamp":"2025-01-13T04:23:43.554+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.2Mi, Sys=13.4Mi, NumGC=2205","level":"stat"}
+{"@timestamp":"2025-01-13T04:24:43.555+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.2Mi, Sys=13.4Mi, NumGC=2206","level":"stat"}
+{"@timestamp":"2025-01-13T04:25:43.555+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.2Mi, Sys=13.4Mi, NumGC=2206","level":"stat"}
+{"@timestamp":"2025-01-13T04:26:43.556+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.2Mi, Sys=13.4Mi, NumGC=2207","level":"stat"}
+{"@timestamp":"2025-01-13T04:27:43.556+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.3Mi, Sys=13.4Mi, NumGC=2207","level":"stat"}
+{"@timestamp":"2025-01-13T04:28:43.557+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.3Mi, Sys=13.4Mi, NumGC=2208","level":"stat"}
+{"@timestamp":"2025-01-13T04:29:43.558+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=20.3Mi, Sys=13.4Mi, NumGC=2208","level":"stat"}
+{"@timestamp":"2025-01-13T04:30:43.558+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.3Mi, Sys=13.4Mi, NumGC=2209","level":"stat"}
+{"@timestamp":"2025-01-13T04:31:43.559+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.3Mi, Sys=13.4Mi, NumGC=2209","level":"stat"}
+{"@timestamp":"2025-01-13T04:32:43.558+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.3Mi, Sys=13.4Mi, NumGC=2210","level":"stat"}
+{"@timestamp":"2025-01-13T04:33:43.558+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.3Mi, Sys=13.4Mi, NumGC=2210","level":"stat"}
+{"@timestamp":"2025-01-13T04:34:43.560+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.3Mi, Sys=13.4Mi, NumGC=2211","level":"stat"}
+{"@timestamp":"2025-01-13T04:35:43.561+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.3Mi, Sys=13.4Mi, NumGC=2211","level":"stat"}
+{"@timestamp":"2025-01-13T04:36:43.562+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.3Mi, Sys=13.4Mi, NumGC=2212","level":"stat"}
+{"@timestamp":"2025-01-13T04:37:43.562+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.3Mi, Sys=13.4Mi, NumGC=2212","level":"stat"}
+{"@timestamp":"2025-01-13T04:38:43.563+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.3Mi, Sys=13.4Mi, NumGC=2213","level":"stat"}
+{"@timestamp":"2025-01-13T04:39:43.563+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.3Mi, Sys=13.4Mi, NumGC=2213","level":"stat"}
+{"@timestamp":"2025-01-13T04:40:43.564+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.3Mi, Sys=13.4Mi, NumGC=2214","level":"stat"}
+{"@timestamp":"2025-01-13T04:41:43.565+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.3Mi, Sys=13.4Mi, NumGC=2214","level":"stat"}
+{"@timestamp":"2025-01-13T04:42:43.565+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.3Mi, Sys=13.4Mi, NumGC=2215","level":"stat"}
+{"@timestamp":"2025-01-13T04:43:43.564+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.3Mi, Sys=13.4Mi, NumGC=2215","level":"stat"}
+{"@timestamp":"2025-01-13T04:44:43.566+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.3Mi, Sys=13.4Mi, NumGC=2216","level":"stat"}
+{"@timestamp":"2025-01-13T04:45:43.567+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.3Mi, Sys=13.4Mi, NumGC=2216","level":"stat"}
+{"@timestamp":"2025-01-13T04:46:43.566+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.3Mi, Sys=13.4Mi, NumGC=2217","level":"stat"}
+{"@timestamp":"2025-01-13T04:47:43.568+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.3Mi, Sys=13.4Mi, NumGC=2217","level":"stat"}
+{"@timestamp":"2025-01-13T04:48:43.568+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.3Mi, Sys=13.4Mi, NumGC=2218","level":"stat"}
+{"@timestamp":"2025-01-13T04:49:43.570+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.3Mi, Sys=13.4Mi, NumGC=2218","level":"stat"}
+{"@timestamp":"2025-01-13T04:50:43.569+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.3Mi, Sys=13.4Mi, NumGC=2219","level":"stat"}
+{"@timestamp":"2025-01-13T04:51:43.569+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=20.3Mi, Sys=13.4Mi, NumGC=2219","level":"stat"}
+{"@timestamp":"2025-01-13T04:52:43.572+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.4Mi, Sys=13.4Mi, NumGC=2220","level":"stat"}
+{"@timestamp":"2025-01-13T04:53:43.572+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.4Mi, Sys=13.4Mi, NumGC=2220","level":"stat"}
+{"@timestamp":"2025-01-13T04:54:43.573+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.4Mi, Sys=13.4Mi, NumGC=2221","level":"stat"}
+{"@timestamp":"2025-01-13T04:55:43.572+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=20.4Mi, Sys=13.4Mi, NumGC=2221","level":"stat"}
+{"@timestamp":"2025-01-13T04:56:43.572+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.4Mi, Sys=13.4Mi, NumGC=2222","level":"stat"}
+{"@timestamp":"2025-01-13T04:57:43.574+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.4Mi, Sys=13.4Mi, NumGC=2222","level":"stat"}
+{"@timestamp":"2025-01-13T04:58:43.576+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.4Mi, Sys=13.4Mi, NumGC=2223","level":"stat"}
+{"@timestamp":"2025-01-13T04:59:43.576+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.4Mi, Sys=13.4Mi, NumGC=2223","level":"stat"}
+{"@timestamp":"2025-01-13T05:00:43.575+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.4Mi, Sys=13.4Mi, NumGC=2224","level":"stat"}
+{"@timestamp":"2025-01-13T05:01:43.576+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.4Mi, Sys=13.4Mi, NumGC=2224","level":"stat"}
+{"@timestamp":"2025-01-13T05:02:43.576+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.4Mi, Sys=13.4Mi, NumGC=2225","level":"stat"}
+{"@timestamp":"2025-01-13T05:03:43.579+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.4Mi, Sys=13.4Mi, NumGC=2225","level":"stat"}
+{"@timestamp":"2025-01-13T05:04:43.579+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.4Mi, Sys=13.4Mi, NumGC=2226","level":"stat"}
+{"@timestamp":"2025-01-13T05:05:43.579+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.4Mi, Sys=13.4Mi, NumGC=2226","level":"stat"}
+{"@timestamp":"2025-01-13T05:06:43.579+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.4Mi, Sys=13.4Mi, NumGC=2227","level":"stat"}
+{"@timestamp":"2025-01-13T05:07:43.579+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.4Mi, Sys=13.4Mi, NumGC=2227","level":"stat"}
+{"@timestamp":"2025-01-13T05:08:43.578+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.4Mi, Sys=13.4Mi, NumGC=2228","level":"stat"}
+{"@timestamp":"2025-01-13T05:09:43.580+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=20.4Mi, Sys=13.4Mi, NumGC=2228","level":"stat"}
+{"@timestamp":"2025-01-13T05:10:43.581+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.4Mi, Sys=13.4Mi, NumGC=2229","level":"stat"}
+{"@timestamp":"2025-01-13T05:11:43.580+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.4Mi, Sys=13.4Mi, NumGC=2229","level":"stat"}
+{"@timestamp":"2025-01-13T05:12:43.582+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.4Mi, Sys=13.4Mi, NumGC=2230","level":"stat"}
+{"@timestamp":"2025-01-13T05:13:43.582+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.4Mi, Sys=13.4Mi, NumGC=2230","level":"stat"}
+{"@timestamp":"2025-01-13T05:14:43.583+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.4Mi, Sys=13.4Mi, NumGC=2231","level":"stat"}
+{"@timestamp":"2025-01-13T05:15:43.583+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.4Mi, Sys=13.4Mi, NumGC=2231","level":"stat"}
+{"@timestamp":"2025-01-13T05:16:43.585+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.4Mi, Sys=13.4Mi, NumGC=2232","level":"stat"}
+{"@timestamp":"2025-01-13T05:17:43.585+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.4Mi, Sys=13.4Mi, NumGC=2232","level":"stat"}
+{"@timestamp":"2025-01-13T05:18:43.586+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.5Mi, Sys=13.4Mi, NumGC=2233","level":"stat"}
+{"@timestamp":"2025-01-13T05:19:43.586+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.5Mi, Sys=13.4Mi, NumGC=2233","level":"stat"}
+{"@timestamp":"2025-01-13T05:20:43.587+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.5Mi, Sys=13.4Mi, NumGC=2234","level":"stat"}
+{"@timestamp":"2025-01-13T05:21:43.481+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.5Mi, Sys=13.4Mi, NumGC=2234","level":"stat"}
+{"@timestamp":"2025-01-13T05:23:08.331+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.5Mi, Sys=13.4Mi, NumGC=2235","level":"stat"}
+{"@timestamp":"2025-01-13T05:24:08.327+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.5Mi, Sys=13.4Mi, NumGC=2235","level":"stat"}
+{"@timestamp":"2025-01-13T05:25:08.327+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.5Mi, Sys=13.4Mi, NumGC=2236","level":"stat"}
+{"@timestamp":"2025-01-13T05:26:08.328+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=20.5Mi, Sys=13.4Mi, NumGC=2236","level":"stat"}
+{"@timestamp":"2025-01-13T05:27:08.327+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.5Mi, Sys=13.4Mi, NumGC=2237","level":"stat"}
+{"@timestamp":"2025-01-13T05:43:57.581+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=20.5Mi, Sys=13.4Mi, NumGC=2237","level":"stat"}
+{"@timestamp":"2025-01-13T06:00:22.638+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.5Mi, Sys=13.4Mi, NumGC=2238","level":"stat"}
+{"@timestamp":"2025-01-13T06:01:22.637+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=20.5Mi, Sys=13.4Mi, NumGC=2238","level":"stat"}
+{"@timestamp":"2025-01-13T06:02:22.635+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.5Mi, Sys=13.4Mi, NumGC=2239","level":"stat"}
+{"@timestamp":"2025-01-13T06:03:22.634+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.5Mi, Sys=13.4Mi, NumGC=2239","level":"stat"}
+{"@timestamp":"2025-01-13T06:04:22.635+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.5Mi, Sys=13.4Mi, NumGC=2240","level":"stat"}
+{"@timestamp":"2025-01-13T06:05:22.634+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.5Mi, Sys=13.4Mi, NumGC=2240","level":"stat"}
+{"@timestamp":"2025-01-13T06:06:22.633+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.5Mi, Sys=13.4Mi, NumGC=2241","level":"stat"}
+{"@timestamp":"2025-01-13T06:07:22.633+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.5Mi, Sys=13.4Mi, NumGC=2241","level":"stat"}
+{"@timestamp":"2025-01-13T06:08:22.632+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.5Mi, Sys=13.4Mi, NumGC=2242","level":"stat"}
+{"@timestamp":"2025-01-13T06:09:22.631+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.5Mi, Sys=13.4Mi, NumGC=2242","level":"stat"}
+{"@timestamp":"2025-01-13T06:10:22.630+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.5Mi, Sys=13.4Mi, NumGC=2243","level":"stat"}
+{"@timestamp":"2025-01-13T06:11:22.629+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.5Mi, Sys=13.4Mi, NumGC=2243","level":"stat"}
+{"@timestamp":"2025-01-13T06:12:22.628+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.5Mi, Sys=13.4Mi, NumGC=2244","level":"stat"}
+{"@timestamp":"2025-01-13T06:13:22.628+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.5Mi, Sys=13.4Mi, NumGC=2244","level":"stat"}
+{"@timestamp":"2025-01-13T06:14:22.627+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.5Mi, Sys=13.4Mi, NumGC=2245","level":"stat"}
+{"@timestamp":"2025-01-13T06:15:22.626+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.6Mi, Sys=13.4Mi, NumGC=2245","level":"stat"}
+{"@timestamp":"2025-01-13T06:16:22.624+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.6Mi, Sys=13.4Mi, NumGC=2246","level":"stat"}
+{"@timestamp":"2025-01-13T06:17:22.718+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=20.6Mi, Sys=13.4Mi, NumGC=2246","level":"stat"}
+{"@timestamp":"2025-01-13T06:18:22.717+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.6Mi, Sys=13.4Mi, NumGC=2247","level":"stat"}
+{"@timestamp":"2025-01-13T06:19:22.717+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.6Mi, Sys=13.4Mi, NumGC=2247","level":"stat"}
+{"@timestamp":"2025-01-13T06:20:22.719+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.6Mi, Sys=13.4Mi, NumGC=2248","level":"stat"}
+{"@timestamp":"2025-01-13T06:21:22.717+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.6Mi, Sys=13.4Mi, NumGC=2248","level":"stat"}
+{"@timestamp":"2025-01-13T06:22:22.718+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.6Mi, Sys=13.4Mi, NumGC=2249","level":"stat"}
+{"@timestamp":"2025-01-13T06:23:22.719+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.6Mi, Sys=13.4Mi, NumGC=2249","level":"stat"}
+{"@timestamp":"2025-01-13T06:24:22.718+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.6Mi, Sys=13.4Mi, NumGC=2250","level":"stat"}
+{"@timestamp":"2025-01-13T06:25:22.717+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.6Mi, Sys=13.4Mi, NumGC=2250","level":"stat"}
+{"@timestamp":"2025-01-13T06:26:22.719+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.6Mi, Sys=13.4Mi, NumGC=2251","level":"stat"}
+{"@timestamp":"2025-01-13T06:27:22.720+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=20.6Mi, Sys=13.4Mi, NumGC=2251","level":"stat"}
+{"@timestamp":"2025-01-13T06:28:22.718+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.6Mi, Sys=13.4Mi, NumGC=2252","level":"stat"}
+{"@timestamp":"2025-01-13T06:29:22.720+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=20.6Mi, Sys=13.4Mi, NumGC=2252","level":"stat"}
+{"@timestamp":"2025-01-13T06:30:22.720+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.6Mi, Sys=13.4Mi, NumGC=2253","level":"stat"}
+{"@timestamp":"2025-01-13T06:31:22.719+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.6Mi, Sys=13.4Mi, NumGC=2253","level":"stat"}
+{"@timestamp":"2025-01-13T06:32:22.654+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.6Mi, Sys=13.4Mi, NumGC=2254","level":"stat"}
+{"@timestamp":"2025-01-13T06:33:22.654+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.6Mi, Sys=13.4Mi, NumGC=2254","level":"stat"}
+{"@timestamp":"2025-01-13T06:34:22.653+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.6Mi, Sys=13.4Mi, NumGC=2255","level":"stat"}
+{"@timestamp":"2025-01-13T06:35:22.652+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.6Mi, Sys=13.4Mi, NumGC=2255","level":"stat"}
+{"@timestamp":"2025-01-13T06:36:22.652+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.6Mi, Sys=13.4Mi, NumGC=2256","level":"stat"}
+{"@timestamp":"2025-01-13T06:37:22.652+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.6Mi, Sys=13.4Mi, NumGC=2256","level":"stat"}
+{"@timestamp":"2025-01-13T06:38:22.649+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.6Mi, Sys=13.4Mi, NumGC=2257","level":"stat"}
+{"@timestamp":"2025-01-13T06:39:22.649+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.7Mi, Sys=13.4Mi, NumGC=2257","level":"stat"}
+{"@timestamp":"2025-01-13T06:40:22.650+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.7Mi, Sys=13.4Mi, NumGC=2258","level":"stat"}
+{"@timestamp":"2025-01-13T06:41:22.648+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=20.7Mi, Sys=13.4Mi, NumGC=2258","level":"stat"}
+{"@timestamp":"2025-01-13T06:42:22.649+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.7Mi, Sys=13.4Mi, NumGC=2259","level":"stat"}
+{"@timestamp":"2025-01-13T06:43:22.648+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.7Mi, Sys=13.4Mi, NumGC=2259","level":"stat"}
+{"@timestamp":"2025-01-13T06:44:22.647+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.7Mi, Sys=13.4Mi, NumGC=2260","level":"stat"}
+{"@timestamp":"2025-01-13T06:45:22.647+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=20.7Mi, Sys=13.4Mi, NumGC=2260","level":"stat"}
+{"@timestamp":"2025-01-13T06:46:22.645+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.7Mi, Sys=13.4Mi, NumGC=2261","level":"stat"}
+{"@timestamp":"2025-01-13T06:47:22.646+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.7Mi, Sys=13.4Mi, NumGC=2261","level":"stat"}
+{"@timestamp":"2025-01-13T06:48:22.645+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.7Mi, Sys=13.4Mi, NumGC=2262","level":"stat"}
+{"@timestamp":"2025-01-13T06:49:22.645+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.7Mi, Sys=13.4Mi, NumGC=2262","level":"stat"}
+{"@timestamp":"2025-01-13T06:50:22.644+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.7Mi, Sys=13.4Mi, NumGC=2263","level":"stat"}
+{"@timestamp":"2025-01-13T06:51:22.644+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.7Mi, Sys=13.4Mi, NumGC=2263","level":"stat"}
+{"@timestamp":"2025-01-13T06:52:22.643+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.7Mi, Sys=13.4Mi, NumGC=2264","level":"stat"}
+{"@timestamp":"2025-01-13T06:53:22.526+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.7Mi, Sys=13.4Mi, NumGC=2264","level":"stat"}
+{"@timestamp":"2025-01-13T06:54:22.524+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.7Mi, Sys=13.4Mi, NumGC=2265","level":"stat"}
+{"@timestamp":"2025-01-13T06:55:22.524+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.7Mi, Sys=13.4Mi, NumGC=2265","level":"stat"}
+{"@timestamp":"2025-01-13T06:56:22.522+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.7Mi, Sys=13.4Mi, NumGC=2266","level":"stat"}
+{"@timestamp":"2025-01-13T06:57:22.519+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=20.7Mi, Sys=13.4Mi, NumGC=2266","level":"stat"}
+{"@timestamp":"2025-01-13T06:58:22.518+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.7Mi, Sys=13.4Mi, NumGC=2267","level":"stat"}
+{"@timestamp":"2025-01-13T06:59:22.514+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=20.7Mi, Sys=13.4Mi, NumGC=2267","level":"stat"}
+{"@timestamp":"2025-01-13T07:00:22.512+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.7Mi, Sys=13.4Mi, NumGC=2268","level":"stat"}
+{"@timestamp":"2025-01-13T07:01:22.512+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=20.7Mi, Sys=13.4Mi, NumGC=2268","level":"stat"}
+{"@timestamp":"2025-01-13T07:02:22.511+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.7Mi, Sys=13.4Mi, NumGC=2269","level":"stat"}
+{"@timestamp":"2025-01-13T07:03:47.446+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.8Mi, Sys=13.4Mi, NumGC=2269","level":"stat"}
+{"@timestamp":"2025-01-13T07:04:47.445+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.8Mi, Sys=13.4Mi, NumGC=2270","level":"stat"}
+{"@timestamp":"2025-01-13T07:05:47.444+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.8Mi, Sys=13.4Mi, NumGC=2270","level":"stat"}
+{"@timestamp":"2025-01-13T07:06:47.443+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.8Mi, Sys=13.4Mi, NumGC=2271","level":"stat"}
+{"@timestamp":"2025-01-13T07:07:47.442+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.8Mi, Sys=13.4Mi, NumGC=2271","level":"stat"}
+{"@timestamp":"2025-01-13T07:09:12.304+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.8Mi, Sys=13.4Mi, NumGC=2272","level":"stat"}
+{"@timestamp":"2025-01-13T07:41:02.334+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.8Mi, Sys=13.4Mi, NumGC=2272","level":"stat"}
+{"@timestamp":"2025-01-13T07:42:02.372+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.8Mi, Sys=13.4Mi, NumGC=2273","level":"stat"}
+{"@timestamp":"2025-01-13T07:43:02.373+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.8Mi, Sys=13.4Mi, NumGC=2273","level":"stat"}
+{"@timestamp":"2025-01-13T07:44:02.373+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.8Mi, Sys=13.4Mi, NumGC=2274","level":"stat"}
+{"@timestamp":"2025-01-13T07:45:02.371+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.8Mi, Sys=13.4Mi, NumGC=2274","level":"stat"}
+{"@timestamp":"2025-01-13T07:46:02.370+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.8Mi, Sys=13.4Mi, NumGC=2275","level":"stat"}
+{"@timestamp":"2025-01-13T07:47:02.372+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=20.8Mi, Sys=13.4Mi, NumGC=2275","level":"stat"}
+{"@timestamp":"2025-01-13T07:48:02.371+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.8Mi, Sys=13.4Mi, NumGC=2276","level":"stat"}
+{"@timestamp":"2025-01-13T07:49:02.371+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.8Mi, Sys=13.4Mi, NumGC=2276","level":"stat"}
+{"@timestamp":"2025-01-13T07:50:02.370+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.8Mi, Sys=13.4Mi, NumGC=2277","level":"stat"}
+{"@timestamp":"2025-01-13T07:51:02.359+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.8Mi, Sys=13.4Mi, NumGC=2277","level":"stat"}
+{"@timestamp":"2025-01-13T07:52:02.340+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.8Mi, Sys=13.4Mi, NumGC=2278","level":"stat"}
+{"@timestamp":"2025-01-13T07:53:02.337+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.8Mi, Sys=13.4Mi, NumGC=2278","level":"stat"}
+{"@timestamp":"2025-01-13T07:54:02.337+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.8Mi, Sys=13.4Mi, NumGC=2279","level":"stat"}
+{"@timestamp":"2025-01-13T07:55:02.335+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.8Mi, Sys=13.4Mi, NumGC=2279","level":"stat"}
+{"@timestamp":"2025-01-13T07:56:02.334+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.8Mi, Sys=13.4Mi, NumGC=2280","level":"stat"}
+{"@timestamp":"2025-01-13T07:57:02.333+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=20.8Mi, Sys=13.4Mi, NumGC=2280","level":"stat"}
+{"@timestamp":"2025-01-13T07:58:02.334+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.8Mi, Sys=13.4Mi, NumGC=2281","level":"stat"}
+{"@timestamp":"2025-01-13T07:59:02.333+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=20.8Mi, Sys=13.4Mi, NumGC=2281","level":"stat"}
+{"@timestamp":"2025-01-13T08:00:02.331+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.9Mi, Sys=13.4Mi, NumGC=2282","level":"stat"}
+{"@timestamp":"2025-01-13T08:01:02.331+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.9Mi, Sys=13.4Mi, NumGC=2282","level":"stat"}
+{"@timestamp":"2025-01-13T08:02:02.331+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.9Mi, Sys=13.4Mi, NumGC=2283","level":"stat"}
+{"@timestamp":"2025-01-13T08:03:02.330+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=20.9Mi, Sys=13.4Mi, NumGC=2283","level":"stat"}
+{"@timestamp":"2025-01-13T08:04:02.328+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.9Mi, Sys=13.4Mi, NumGC=2284","level":"stat"}
+{"@timestamp":"2025-01-13T08:05:02.328+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.9Mi, Sys=13.4Mi, NumGC=2284","level":"stat"}
+{"@timestamp":"2025-01-13T08:06:02.327+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.9Mi, Sys=13.4Mi, NumGC=2285","level":"stat"}
+{"@timestamp":"2025-01-13T08:07:02.327+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.9Mi, Sys=13.4Mi, NumGC=2285","level":"stat"}
+{"@timestamp":"2025-01-13T08:08:02.326+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.9Mi, Sys=13.4Mi, NumGC=2286","level":"stat"}
+{"@timestamp":"2025-01-13T08:09:02.325+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=20.9Mi, Sys=13.4Mi, NumGC=2286","level":"stat"}
+{"@timestamp":"2025-01-13T08:10:02.324+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.9Mi, Sys=13.4Mi, NumGC=2287","level":"stat"}
+{"@timestamp":"2025-01-13T08:11:02.311+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.9Mi, Sys=13.4Mi, NumGC=2287","level":"stat"}
+{"@timestamp":"2025-01-13T08:12:02.309+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.9Mi, Sys=13.4Mi, NumGC=2288","level":"stat"}
+{"@timestamp":"2025-01-13T08:13:02.308+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.9Mi, Sys=13.4Mi, NumGC=2288","level":"stat"}
+{"@timestamp":"2025-01-13T08:14:02.306+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.9Mi, Sys=13.4Mi, NumGC=2289","level":"stat"}
+{"@timestamp":"2025-01-13T08:15:02.304+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.9Mi, Sys=13.4Mi, NumGC=2289","level":"stat"}
+{"@timestamp":"2025-01-13T08:16:02.303+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.9Mi, Sys=13.4Mi, NumGC=2290","level":"stat"}
+{"@timestamp":"2025-01-13T08:17:02.304+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.9Mi, Sys=13.4Mi, NumGC=2290","level":"stat"}
+{"@timestamp":"2025-01-13T08:18:02.303+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.9Mi, Sys=13.4Mi, NumGC=2291","level":"stat"}
+{"@timestamp":"2025-01-13T08:19:02.302+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.9Mi, Sys=13.4Mi, NumGC=2291","level":"stat"}
+{"@timestamp":"2025-01-13T08:20:02.301+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.9Mi, Sys=13.4Mi, NumGC=2292","level":"stat"}
+{"@timestamp":"2025-01-13T08:21:02.300+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=20.9Mi, Sys=13.4Mi, NumGC=2292","level":"stat"}
+{"@timestamp":"2025-01-13T08:22:02.299+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.9Mi, Sys=13.4Mi, NumGC=2293","level":"stat"}
+{"@timestamp":"2025-01-13T08:23:02.297+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.9Mi, Sys=13.4Mi, NumGC=2293","level":"stat"}
+{"@timestamp":"2025-01-13T08:24:02.295+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=20.9Mi, Sys=13.4Mi, NumGC=2294","level":"stat"}
+{"@timestamp":"2025-01-13T08:25:02.296+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.0Mi, Sys=13.4Mi, NumGC=2294","level":"stat"}
+{"@timestamp":"2025-01-13T08:26:02.295+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.0Mi, Sys=13.4Mi, NumGC=2295","level":"stat"}
+{"@timestamp":"2025-01-13T08:27:02.294+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=21.0Mi, Sys=13.4Mi, NumGC=2295","level":"stat"}
+{"@timestamp":"2025-01-13T08:28:02.291+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.0Mi, Sys=13.4Mi, NumGC=2296","level":"stat"}
+{"@timestamp":"2025-01-13T08:29:02.291+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.0Mi, Sys=13.4Mi, NumGC=2296","level":"stat"}
+{"@timestamp":"2025-01-13T08:30:02.291+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.0Mi, Sys=13.4Mi, NumGC=2297","level":"stat"}
+{"@timestamp":"2025-01-13T08:31:02.303+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.0Mi, Sys=13.4Mi, NumGC=2297","level":"stat"}
+{"@timestamp":"2025-01-13T08:32:02.303+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.0Mi, Sys=13.4Mi, NumGC=2298","level":"stat"}
+{"@timestamp":"2025-01-13T08:33:02.302+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=21.0Mi, Sys=13.4Mi, NumGC=2298","level":"stat"}
+{"@timestamp":"2025-01-13T08:34:02.300+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.0Mi, Sys=13.4Mi, NumGC=2299","level":"stat"}
+{"@timestamp":"2025-01-13T08:35:02.301+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.0Mi, Sys=13.4Mi, NumGC=2299","level":"stat"}
+{"@timestamp":"2025-01-13T08:36:02.300+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.0Mi, Sys=13.4Mi, NumGC=2300","level":"stat"}
+{"@timestamp":"2025-01-13T08:37:02.299+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.0Mi, Sys=13.4Mi, NumGC=2300","level":"stat"}
+{"@timestamp":"2025-01-13T08:38:02.298+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.0Mi, Sys=13.4Mi, NumGC=2301","level":"stat"}
+{"@timestamp":"2025-01-13T08:39:02.297+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=21.0Mi, Sys=13.4Mi, NumGC=2301","level":"stat"}
+{"@timestamp":"2025-01-13T08:40:02.296+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.0Mi, Sys=13.4Mi, NumGC=2302","level":"stat"}
+{"@timestamp":"2025-01-13T08:41:02.294+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=21.0Mi, Sys=13.4Mi, NumGC=2302","level":"stat"}
+{"@timestamp":"2025-01-13T08:42:02.294+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.0Mi, Sys=13.4Mi, NumGC=2303","level":"stat"}
+{"@timestamp":"2025-01-13T08:43:27.123+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.0Mi, Sys=13.4Mi, NumGC=2303","level":"stat"}
+{"@timestamp":"2025-01-13T08:44:27.116+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.0Mi, Sys=13.4Mi, NumGC=2304","level":"stat"}
+{"@timestamp":"2025-01-13T08:45:27.115+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.0Mi, Sys=13.4Mi, NumGC=2304","level":"stat"}
+{"@timestamp":"2025-01-13T08:46:27.114+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.0Mi, Sys=13.4Mi, NumGC=2305","level":"stat"}
+{"@timestamp":"2025-01-13T08:47:27.113+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=21.0Mi, Sys=13.4Mi, NumGC=2305","level":"stat"}
+{"@timestamp":"2025-01-13T08:48:51.978+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.0Mi, Sys=13.4Mi, NumGC=2306","level":"stat"}
+{"@timestamp":"2025-01-13T09:05:05.768+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.1Mi, Sys=13.4Mi, NumGC=2306","level":"stat"}
+{"@timestamp":"2025-01-13T09:21:09.893+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.1Mi, Sys=13.4Mi, NumGC=2307","level":"stat"}
+{"@timestamp":"2025-01-13T09:22:09.893+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.1Mi, Sys=13.4Mi, NumGC=2307","level":"stat"}
+{"@timestamp":"2025-01-13T09:23:09.892+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.1Mi, Sys=13.4Mi, NumGC=2308","level":"stat"}
+{"@timestamp":"2025-01-13T09:24:09.894+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.1Mi, Sys=13.4Mi, NumGC=2308","level":"stat"}
+{"@timestamp":"2025-01-13T09:25:09.895+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.1Mi, Sys=13.4Mi, NumGC=2309","level":"stat"}
+{"@timestamp":"2025-01-13T09:26:09.895+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.1Mi, Sys=13.4Mi, NumGC=2309","level":"stat"}
+{"@timestamp":"2025-01-13T09:27:09.896+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.1Mi, Sys=13.4Mi, NumGC=2310","level":"stat"}
+{"@timestamp":"2025-01-13T09:28:09.897+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.1Mi, Sys=13.4Mi, NumGC=2310","level":"stat"}
+{"@timestamp":"2025-01-13T09:29:09.897+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.1Mi, Sys=13.4Mi, NumGC=2311","level":"stat"}
+{"@timestamp":"2025-01-13T09:30:09.939+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.1Mi, Sys=13.4Mi, NumGC=2311","level":"stat"}
+{"@timestamp":"2025-01-13T09:31:09.944+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.1Mi, Sys=13.4Mi, NumGC=2312","level":"stat"}
+{"@timestamp":"2025-01-13T09:32:09.946+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.1Mi, Sys=13.4Mi, NumGC=2312","level":"stat"}
+{"@timestamp":"2025-01-13T09:33:09.947+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.1Mi, Sys=13.4Mi, NumGC=2313","level":"stat"}
+{"@timestamp":"2025-01-13T09:34:09.947+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.1Mi, Sys=13.4Mi, NumGC=2313","level":"stat"}
+{"@timestamp":"2025-01-13T09:35:09.949+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.1Mi, Sys=13.4Mi, NumGC=2314","level":"stat"}
+{"@timestamp":"2025-01-13T09:36:09.950+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.1Mi, Sys=13.4Mi, NumGC=2314","level":"stat"}
+{"@timestamp":"2025-01-13T09:37:09.951+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.1Mi, Sys=13.4Mi, NumGC=2315","level":"stat"}
+{"@timestamp":"2025-01-13T09:38:09.953+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=21.1Mi, Sys=13.4Mi, NumGC=2315","level":"stat"}
+{"@timestamp":"2025-01-13T09:39:09.954+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.1Mi, Sys=13.4Mi, NumGC=2316","level":"stat"}
+{"@timestamp":"2025-01-13T09:40:09.954+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=21.1Mi, Sys=13.4Mi, NumGC=2316","level":"stat"}
+{"@timestamp":"2025-01-13T09:41:09.956+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.1Mi, Sys=13.4Mi, NumGC=2317","level":"stat"}
+{"@timestamp":"2025-01-13T09:42:09.957+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.1Mi, Sys=13.4Mi, NumGC=2317","level":"stat"}
+{"@timestamp":"2025-01-13T09:43:09.958+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.1Mi, Sys=13.4Mi, NumGC=2318","level":"stat"}
+{"@timestamp":"2025-01-13T09:44:09.960+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.1Mi, Sys=13.4Mi, NumGC=2318","level":"stat"}
+{"@timestamp":"2025-01-13T09:45:09.959+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.2Mi, Sys=13.4Mi, NumGC=2319","level":"stat"}
+{"@timestamp":"2025-01-13T09:46:09.962+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.2Mi, Sys=13.4Mi, NumGC=2319","level":"stat"}
+{"@timestamp":"2025-01-13T09:47:09.963+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.2Mi, Sys=13.4Mi, NumGC=2320","level":"stat"}
+{"@timestamp":"2025-01-13T09:48:09.964+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=21.2Mi, Sys=13.4Mi, NumGC=2320","level":"stat"}
+{"@timestamp":"2025-01-13T09:49:09.965+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.2Mi, Sys=13.4Mi, NumGC=2321","level":"stat"}
+{"@timestamp":"2025-01-13T09:50:09.966+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.2Mi, Sys=13.4Mi, NumGC=2321","level":"stat"}
+{"@timestamp":"2025-01-13T09:51:09.969+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.2Mi, Sys=13.4Mi, NumGC=2322","level":"stat"}
+{"@timestamp":"2025-01-13T09:52:09.973+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=21.2Mi, Sys=13.4Mi, NumGC=2322","level":"stat"}
+{"@timestamp":"2025-01-13T09:53:09.973+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.2Mi, Sys=13.4Mi, NumGC=2323","level":"stat"}
+{"@timestamp":"2025-01-13T09:54:09.974+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=21.2Mi, Sys=13.4Mi, NumGC=2323","level":"stat"}
+{"@timestamp":"2025-01-13T09:55:09.977+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.2Mi, Sys=13.4Mi, NumGC=2324","level":"stat"}
+{"@timestamp":"2025-01-13T09:56:09.978+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.2Mi, Sys=13.4Mi, NumGC=2324","level":"stat"}
+{"@timestamp":"2025-01-13T09:57:09.979+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.2Mi, Sys=13.4Mi, NumGC=2325","level":"stat"}
+{"@timestamp":"2025-01-13T09:58:09.980+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.2Mi, Sys=13.4Mi, NumGC=2325","level":"stat"}
+{"@timestamp":"2025-01-13T09:59:09.982+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.2Mi, Sys=13.4Mi, NumGC=2326","level":"stat"}
+{"@timestamp":"2025-01-13T10:00:09.981+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.2Mi, Sys=13.4Mi, NumGC=2326","level":"stat"}
+{"@timestamp":"2025-01-13T10:01:09.983+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.2Mi, Sys=13.4Mi, NumGC=2327","level":"stat"}
+{"@timestamp":"2025-01-13T10:02:09.985+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.2Mi, Sys=13.4Mi, NumGC=2327","level":"stat"}
+{"@timestamp":"2025-01-13T10:03:09.985+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.2Mi, Sys=13.4Mi, NumGC=2328","level":"stat"}
+{"@timestamp":"2025-01-13T10:04:09.987+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.2Mi, Sys=13.4Mi, NumGC=2328","level":"stat"}
+{"@timestamp":"2025-01-13T10:05:09.989+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.2Mi, Sys=13.4Mi, NumGC=2329","level":"stat"}
+{"@timestamp":"2025-01-13T10:06:09.990+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.2Mi, Sys=13.4Mi, NumGC=2329","level":"stat"}
+{"@timestamp":"2025-01-13T10:07:09.883+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.2Mi, Sys=13.4Mi, NumGC=2330","level":"stat"}
+{"@timestamp":"2025-01-13T10:08:09.883+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.2Mi, Sys=13.4Mi, NumGC=2330","level":"stat"}
+{"@timestamp":"2025-01-13T10:09:09.883+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.2Mi, Sys=13.4Mi, NumGC=2331","level":"stat"}
+{"@timestamp":"2025-01-13T10:10:09.883+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=21.3Mi, Sys=13.4Mi, NumGC=2331","level":"stat"}
+{"@timestamp":"2025-01-13T10:11:09.883+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.3Mi, Sys=13.4Mi, NumGC=2332","level":"stat"}
+{"@timestamp":"2025-01-13T10:12:09.883+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=21.3Mi, Sys=13.4Mi, NumGC=2332","level":"stat"}
+{"@timestamp":"2025-01-13T10:13:09.883+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.3Mi, Sys=13.4Mi, NumGC=2333","level":"stat"}
+{"@timestamp":"2025-01-13T10:14:09.881+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.3Mi, Sys=13.4Mi, NumGC=2333","level":"stat"}
+{"@timestamp":"2025-01-13T10:15:09.883+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.3Mi, Sys=13.4Mi, NumGC=2334","level":"stat"}
+{"@timestamp":"2025-01-13T10:16:09.881+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.3Mi, Sys=13.4Mi, NumGC=2334","level":"stat"}
+{"@timestamp":"2025-01-13T10:17:09.883+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.3Mi, Sys=13.4Mi, NumGC=2335","level":"stat"}
+{"@timestamp":"2025-01-13T10:18:09.882+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=21.3Mi, Sys=13.4Mi, NumGC=2335","level":"stat"}
+{"@timestamp":"2025-01-13T10:19:09.883+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.3Mi, Sys=13.4Mi, NumGC=2336","level":"stat"}
+{"@timestamp":"2025-01-13T10:20:09.883+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.3Mi, Sys=13.4Mi, NumGC=2336","level":"stat"}
+{"@timestamp":"2025-01-13T10:21:09.883+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.3Mi, Sys=13.4Mi, NumGC=2337","level":"stat"}
+{"@timestamp":"2025-01-13T10:22:09.921+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.3Mi, Sys=13.4Mi, NumGC=2337","level":"stat"}
+{"@timestamp":"2025-01-13T10:23:34.820+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.3Mi, Sys=13.4Mi, NumGC=2338","level":"stat"}
+{"@timestamp":"2025-01-13T10:24:34.822+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.3Mi, Sys=13.4Mi, NumGC=2338","level":"stat"}
+{"@timestamp":"2025-01-13T10:25:34.823+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.3Mi, Sys=13.4Mi, NumGC=2339","level":"stat"}
+{"@timestamp":"2025-01-13T10:26:34.823+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=21.3Mi, Sys=13.4Mi, NumGC=2339","level":"stat"}
+{"@timestamp":"2025-01-13T10:27:34.824+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.3Mi, Sys=13.4Mi, NumGC=2340","level":"stat"}
+{"@timestamp":"2025-01-13T10:28:59.685+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=21.3Mi, Sys=13.4Mi, NumGC=2340","level":"stat"}
+{"@timestamp":"2025-01-13T11:00:47.419+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.3Mi, Sys=13.4Mi, NumGC=2341","level":"stat"}
+{"@timestamp":"2025-01-13T11:01:47.418+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=21.3Mi, Sys=13.4Mi, NumGC=2341","level":"stat"}
+{"@timestamp":"2025-01-13T11:02:47.418+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.3Mi, Sys=13.4Mi, NumGC=2342","level":"stat"}
+{"@timestamp":"2025-01-13T11:03:47.417+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=21.3Mi, Sys=13.4Mi, NumGC=2342","level":"stat"}
+{"@timestamp":"2025-01-13T11:04:47.417+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.3Mi, Sys=13.4Mi, NumGC=2343","level":"stat"}
+{"@timestamp":"2025-01-13T11:05:47.417+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.4Mi, Sys=13.4Mi, NumGC=2343","level":"stat"}
+{"@timestamp":"2025-01-13T11:06:47.417+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.4Mi, Sys=13.4Mi, NumGC=2344","level":"stat"}
+{"@timestamp":"2025-01-13T11:07:47.417+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.4Mi, Sys=13.4Mi, NumGC=2344","level":"stat"}
+{"@timestamp":"2025-01-13T11:08:47.416+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.4Mi, Sys=13.4Mi, NumGC=2345","level":"stat"}
+{"@timestamp":"2025-01-13T11:09:47.416+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.4Mi, Sys=13.4Mi, NumGC=2345","level":"stat"}
+{"@timestamp":"2025-01-13T11:10:47.416+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.4Mi, Sys=13.4Mi, NumGC=2346","level":"stat"}
+{"@timestamp":"2025-01-13T11:11:47.415+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.4Mi, Sys=13.4Mi, NumGC=2346","level":"stat"}
+{"@timestamp":"2025-01-13T11:12:47.416+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.4Mi, Sys=13.4Mi, NumGC=2347","level":"stat"}
+{"@timestamp":"2025-01-13T11:13:47.414+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=21.4Mi, Sys=13.4Mi, NumGC=2347","level":"stat"}
+{"@timestamp":"2025-01-13T11:14:47.413+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.4Mi, Sys=13.4Mi, NumGC=2348","level":"stat"}
+{"@timestamp":"2025-01-13T11:15:47.413+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.4Mi, Sys=13.4Mi, NumGC=2348","level":"stat"}
+{"@timestamp":"2025-01-13T11:16:47.415+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.4Mi, Sys=13.4Mi, NumGC=2349","level":"stat"}
+{"@timestamp":"2025-01-13T11:17:47.412+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.4Mi, Sys=13.4Mi, NumGC=2349","level":"stat"}
+{"@timestamp":"2025-01-13T11:18:47.414+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.4Mi, Sys=13.4Mi, NumGC=2350","level":"stat"}
+{"@timestamp":"2025-01-13T11:19:47.412+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=21.4Mi, Sys=13.4Mi, NumGC=2350","level":"stat"}
+{"@timestamp":"2025-01-13T11:20:47.413+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.4Mi, Sys=13.4Mi, NumGC=2351","level":"stat"}
+{"@timestamp":"2025-01-13T11:21:47.413+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=21.4Mi, Sys=13.4Mi, NumGC=2351","level":"stat"}
+{"@timestamp":"2025-01-13T11:22:47.347+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.4Mi, Sys=13.4Mi, NumGC=2352","level":"stat"}
+{"@timestamp":"2025-01-13T11:23:47.348+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.4Mi, Sys=13.4Mi, NumGC=2352","level":"stat"}
+{"@timestamp":"2025-01-13T11:24:47.346+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.4Mi, Sys=13.4Mi, NumGC=2353","level":"stat"}
+{"@timestamp":"2025-01-13T11:25:47.345+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.4Mi, Sys=13.4Mi, NumGC=2353","level":"stat"}
+{"@timestamp":"2025-01-13T11:26:47.344+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.4Mi, Sys=13.4Mi, NumGC=2354","level":"stat"}
+{"@timestamp":"2025-01-13T11:27:47.343+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.4Mi, Sys=13.4Mi, NumGC=2354","level":"stat"}
+{"@timestamp":"2025-01-13T11:28:47.342+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.4Mi, Sys=13.4Mi, NumGC=2355","level":"stat"}
+{"@timestamp":"2025-01-13T11:29:47.341+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.5Mi, Sys=13.4Mi, NumGC=2355","level":"stat"}
+{"@timestamp":"2025-01-13T11:30:47.340+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.5Mi, Sys=13.4Mi, NumGC=2356","level":"stat"}
+{"@timestamp":"2025-01-13T11:31:47.338+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.5Mi, Sys=13.4Mi, NumGC=2356","level":"stat"}
+{"@timestamp":"2025-01-13T11:32:47.338+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.5Mi, Sys=13.4Mi, NumGC=2357","level":"stat"}
+{"@timestamp":"2025-01-13T11:33:47.336+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=21.5Mi, Sys=13.4Mi, NumGC=2357","level":"stat"}
+{"@timestamp":"2025-01-13T11:34:47.336+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.5Mi, Sys=13.4Mi, NumGC=2358","level":"stat"}
+{"@timestamp":"2025-01-13T11:35:47.335+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=21.5Mi, Sys=13.4Mi, NumGC=2358","level":"stat"}
+{"@timestamp":"2025-01-13T11:36:47.332+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.5Mi, Sys=13.4Mi, NumGC=2359","level":"stat"}
+{"@timestamp":"2025-01-13T11:37:47.331+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=21.5Mi, Sys=13.4Mi, NumGC=2359","level":"stat"}
+{"@timestamp":"2025-01-13T11:38:47.332+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.5Mi, Sys=13.4Mi, NumGC=2360","level":"stat"}
+{"@timestamp":"2025-01-13T11:39:47.329+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.5Mi, Sys=13.4Mi, NumGC=2360","level":"stat"}
+{"@timestamp":"2025-01-13T11:40:47.317+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.5Mi, Sys=13.4Mi, NumGC=2361","level":"stat"}
+{"@timestamp":"2025-01-13T11:41:47.302+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.5Mi, Sys=13.4Mi, NumGC=2361","level":"stat"}
+{"@timestamp":"2025-01-13T11:42:47.299+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.5Mi, Sys=13.4Mi, NumGC=2362","level":"stat"}
+{"@timestamp":"2025-01-13T11:43:47.298+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=21.5Mi, Sys=13.4Mi, NumGC=2362","level":"stat"}
+{"@timestamp":"2025-01-13T11:44:47.297+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.5Mi, Sys=13.4Mi, NumGC=2363","level":"stat"}
+{"@timestamp":"2025-01-13T11:45:47.295+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=21.5Mi, Sys=13.4Mi, NumGC=2363","level":"stat"}
+{"@timestamp":"2025-01-13T11:46:47.294+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.5Mi, Sys=13.4Mi, NumGC=2364","level":"stat"}
+{"@timestamp":"2025-01-13T11:47:47.293+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=21.5Mi, Sys=13.4Mi, NumGC=2364","level":"stat"}
+{"@timestamp":"2025-01-13T11:48:47.291+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.5Mi, Sys=13.4Mi, NumGC=2365","level":"stat"}
+{"@timestamp":"2025-01-13T11:49:47.290+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.5Mi, Sys=13.4Mi, NumGC=2365","level":"stat"}
+{"@timestamp":"2025-01-13T11:50:47.287+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.5Mi, Sys=13.4Mi, NumGC=2366","level":"stat"}
+{"@timestamp":"2025-01-13T11:51:47.287+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.5Mi, Sys=13.4Mi, NumGC=2366","level":"stat"}
+{"@timestamp":"2025-01-13T11:52:47.286+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.5Mi, Sys=13.4Mi, NumGC=2367","level":"stat"}
+{"@timestamp":"2025-01-13T11:53:47.284+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=21.6Mi, Sys=13.4Mi, NumGC=2367","level":"stat"}
+{"@timestamp":"2025-01-13T11:54:47.283+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.6Mi, Sys=13.4Mi, NumGC=2368","level":"stat"}
+{"@timestamp":"2025-01-13T11:55:47.280+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.6Mi, Sys=13.4Mi, NumGC=2368","level":"stat"}
+{"@timestamp":"2025-01-13T11:56:47.278+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.6Mi, Sys=13.4Mi, NumGC=2369","level":"stat"}
+{"@timestamp":"2025-01-13T11:57:47.279+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.6Mi, Sys=13.4Mi, NumGC=2369","level":"stat"}
+{"@timestamp":"2025-01-13T11:58:47.277+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.6Mi, Sys=13.4Mi, NumGC=2370","level":"stat"}
+{"@timestamp":"2025-01-13T11:59:47.276+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=21.6Mi, Sys=13.4Mi, NumGC=2370","level":"stat"}
+{"@timestamp":"2025-01-13T12:00:47.360+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.6Mi, Sys=13.4Mi, NumGC=2371","level":"stat"}
+{"@timestamp":"2025-01-13T12:01:47.358+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=21.6Mi, Sys=13.4Mi, NumGC=2371","level":"stat"}
+{"@timestamp":"2025-01-13T12:02:47.359+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.6Mi, Sys=13.4Mi, NumGC=2372","level":"stat"}
+{"@timestamp":"2025-01-13T12:03:47.359+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=21.6Mi, Sys=13.4Mi, NumGC=2372","level":"stat"}
+{"@timestamp":"2025-01-13T12:04:47.358+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.6Mi, Sys=13.4Mi, NumGC=2373","level":"stat"}
+{"@timestamp":"2025-01-13T12:05:47.358+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.6Mi, Sys=13.4Mi, NumGC=2373","level":"stat"}
+{"@timestamp":"2025-01-13T12:06:47.356+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.6Mi, Sys=13.4Mi, NumGC=2374","level":"stat"}
+{"@timestamp":"2025-01-13T12:07:47.356+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.6Mi, Sys=13.4Mi, NumGC=2374","level":"stat"}
+{"@timestamp":"2025-01-13T12:08:47.356+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.6Mi, Sys=13.4Mi, NumGC=2375","level":"stat"}
+{"@timestamp":"2025-01-13T12:09:47.356+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.6Mi, Sys=13.4Mi, NumGC=2375","level":"stat"}
+{"@timestamp":"2025-01-13T12:10:47.356+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.6Mi, Sys=13.4Mi, NumGC=2376","level":"stat"}
+{"@timestamp":"2025-01-13T12:11:47.356+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=21.6Mi, Sys=13.4Mi, NumGC=2376","level":"stat"}
+{"@timestamp":"2025-01-13T12:12:47.354+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.6Mi, Sys=13.4Mi, NumGC=2377","level":"stat"}
+{"@timestamp":"2025-01-13T12:13:47.355+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=21.6Mi, Sys=13.4Mi, NumGC=2377","level":"stat"}
+{"@timestamp":"2025-01-13T12:14:47.354+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.6Mi, Sys=13.4Mi, NumGC=2378","level":"stat"}
+{"@timestamp":"2025-01-13T12:15:47.354+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=21.6Mi, Sys=13.4Mi, NumGC=2378","level":"stat"}
+{"@timestamp":"2025-01-13T12:16:47.354+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.6Mi, Sys=13.4Mi, NumGC=2379","level":"stat"}
+{"@timestamp":"2025-01-13T12:17:47.354+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.6Mi, Sys=13.4Mi, NumGC=2379","level":"stat"}
+{"@timestamp":"2025-01-13T12:18:47.353+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.6Mi, Sys=13.4Mi, NumGC=2380","level":"stat"}
+{"@timestamp":"2025-01-13T12:19:47.353+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.7Mi, Sys=13.4Mi, NumGC=2380","level":"stat"}
+{"@timestamp":"2025-01-13T12:20:47.351+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.7Mi, Sys=13.4Mi, NumGC=2381","level":"stat"}
+{"@timestamp":"2025-01-13T12:21:47.364+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.7Mi, Sys=13.4Mi, NumGC=2381","level":"stat"}
+{"@timestamp":"2025-01-13T12:22:47.366+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.7Mi, Sys=13.4Mi, NumGC=2382","level":"stat"}
+{"@timestamp":"2025-01-13T12:23:47.365+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.7Mi, Sys=13.4Mi, NumGC=2382","level":"stat"}
+{"@timestamp":"2025-01-13T12:24:47.364+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.7Mi, Sys=13.4Mi, NumGC=2383","level":"stat"}
+{"@timestamp":"2025-01-13T12:25:47.363+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=21.7Mi, Sys=13.4Mi, NumGC=2383","level":"stat"}
+{"@timestamp":"2025-01-13T12:26:47.365+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.7Mi, Sys=13.4Mi, NumGC=2384","level":"stat"}
+{"@timestamp":"2025-01-13T12:27:47.365+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.7Mi, Sys=13.4Mi, NumGC=2384","level":"stat"}
+{"@timestamp":"2025-01-13T12:28:47.363+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.7Mi, Sys=13.4Mi, NumGC=2385","level":"stat"}
+{"@timestamp":"2025-01-13T12:29:47.363+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=21.7Mi, Sys=13.4Mi, NumGC=2385","level":"stat"}
+{"@timestamp":"2025-01-13T12:30:47.364+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.7Mi, Sys=13.4Mi, NumGC=2386","level":"stat"}
+{"@timestamp":"2025-01-13T12:31:47.362+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=21.7Mi, Sys=13.4Mi, NumGC=2386","level":"stat"}
+{"@timestamp":"2025-01-13T12:32:47.362+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.7Mi, Sys=13.4Mi, NumGC=2387","level":"stat"}
+{"@timestamp":"2025-01-13T12:33:47.364+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.7Mi, Sys=13.4Mi, NumGC=2387","level":"stat"}
+{"@timestamp":"2025-01-13T12:34:47.362+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.7Mi, Sys=13.4Mi, NumGC=2388","level":"stat"}
+{"@timestamp":"2025-01-13T12:35:47.363+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.7Mi, Sys=13.4Mi, NumGC=2388","level":"stat"}
+{"@timestamp":"2025-01-13T12:36:47.298+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.7Mi, Sys=13.4Mi, NumGC=2389","level":"stat"}
+{"@timestamp":"2025-01-13T12:37:47.299+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=21.7Mi, Sys=13.4Mi, NumGC=2389","level":"stat"}
+{"@timestamp":"2025-01-13T12:38:47.298+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.7Mi, Sys=13.4Mi, NumGC=2390","level":"stat"}
+{"@timestamp":"2025-01-13T12:39:47.298+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=21.7Mi, Sys=13.4Mi, NumGC=2390","level":"stat"}
+{"@timestamp":"2025-01-13T12:40:47.296+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.7Mi, Sys=13.4Mi, NumGC=2391","level":"stat"}
+{"@timestamp":"2025-01-13T12:41:47.295+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=21.7Mi, Sys=13.4Mi, NumGC=2391","level":"stat"}
+{"@timestamp":"2025-01-13T12:42:47.295+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.7Mi, Sys=13.4Mi, NumGC=2392","level":"stat"}
+{"@timestamp":"2025-01-13T12:43:47.294+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=21.7Mi, Sys=13.4Mi, NumGC=2392","level":"stat"}
+{"@timestamp":"2025-01-13T12:44:47.292+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.8Mi, Sys=13.4Mi, NumGC=2393","level":"stat"}
+{"@timestamp":"2025-01-13T12:45:47.292+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.8Mi, Sys=13.4Mi, NumGC=2393","level":"stat"}
+{"@timestamp":"2025-01-13T12:46:47.291+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.8Mi, Sys=13.4Mi, NumGC=2394","level":"stat"}
+{"@timestamp":"2025-01-13T12:47:47.290+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.8Mi, Sys=13.4Mi, NumGC=2394","level":"stat"}
+{"@timestamp":"2025-01-13T12:48:47.289+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.8Mi, Sys=13.4Mi, NumGC=2395","level":"stat"}
+{"@timestamp":"2025-01-13T12:49:47.288+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.8Mi, Sys=13.4Mi, NumGC=2395","level":"stat"}
+{"@timestamp":"2025-01-13T12:50:47.287+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.8Mi, Sys=13.4Mi, NumGC=2396","level":"stat"}
+{"@timestamp":"2025-01-13T12:51:47.290+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.8Mi, Sys=13.4Mi, NumGC=2396","level":"stat"}
+{"@timestamp":"2025-01-13T12:52:47.290+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.8Mi, Sys=13.4Mi, NumGC=2397","level":"stat"}
+{"@timestamp":"2025-01-13T12:53:47.289+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=21.8Mi, Sys=13.4Mi, NumGC=2397","level":"stat"}
+{"@timestamp":"2025-01-13T12:54:47.288+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.8Mi, Sys=13.4Mi, NumGC=2398","level":"stat"}
+{"@timestamp":"2025-01-13T12:55:47.288+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=21.8Mi, Sys=13.4Mi, NumGC=2398","level":"stat"}
+{"@timestamp":"2025-01-13T12:56:47.286+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.8Mi, Sys=13.4Mi, NumGC=2399","level":"stat"}
+{"@timestamp":"2025-01-13T12:57:47.286+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.8Mi, Sys=13.4Mi, NumGC=2399","level":"stat"}
+{"@timestamp":"2025-01-13T12:58:47.285+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.8Mi, Sys=13.4Mi, NumGC=2400","level":"stat"}
+{"@timestamp":"2025-01-13T12:59:47.282+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.8Mi, Sys=13.4Mi, NumGC=2400","level":"stat"}
+{"@timestamp":"2025-01-13T13:00:47.272+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.8Mi, Sys=13.4Mi, NumGC=2401","level":"stat"}
+{"@timestamp":"2025-01-13T13:01:47.271+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.8Mi, Sys=13.4Mi, NumGC=2401","level":"stat"}
+{"@timestamp":"2025-01-13T13:02:47.270+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.8Mi, Sys=13.4Mi, NumGC=2402","level":"stat"}
+{"@timestamp":"2025-01-13T13:03:47.268+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=21.8Mi, Sys=13.4Mi, NumGC=2402","level":"stat"}
+{"@timestamp":"2025-01-13T13:04:47.272+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.8Mi, Sys=13.4Mi, NumGC=2403","level":"stat"}
+{"@timestamp":"2025-01-13T13:05:47.266+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=21.8Mi, Sys=13.4Mi, NumGC=2403","level":"stat"}
+{"@timestamp":"2025-01-13T13:06:47.266+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.8Mi, Sys=13.4Mi, NumGC=2404","level":"stat"}
+{"@timestamp":"2025-01-13T13:07:47.265+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=21.8Mi, Sys=13.4Mi, NumGC=2404","level":"stat"}
+{"@timestamp":"2025-01-13T13:08:47.264+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.8Mi, Sys=13.4Mi, NumGC=2405","level":"stat"}
+{"@timestamp":"2025-01-13T13:09:47.263+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.9Mi, Sys=13.4Mi, NumGC=2405","level":"stat"}
+{"@timestamp":"2025-01-13T13:10:47.262+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.9Mi, Sys=13.4Mi, NumGC=2406","level":"stat"}
+{"@timestamp":"2025-01-13T13:11:47.261+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=21.9Mi, Sys=13.4Mi, NumGC=2406","level":"stat"}
+{"@timestamp":"2025-01-13T13:12:47.260+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.9Mi, Sys=13.4Mi, NumGC=2407","level":"stat"}
+{"@timestamp":"2025-01-13T13:13:47.259+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=21.9Mi, Sys=13.4Mi, NumGC=2407","level":"stat"}
+{"@timestamp":"2025-01-13T13:14:47.259+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.9Mi, Sys=13.4Mi, NumGC=2408","level":"stat"}
+{"@timestamp":"2025-01-13T13:15:47.358+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.9Mi, Sys=13.4Mi, NumGC=2408","level":"stat"}
+{"@timestamp":"2025-01-13T13:16:47.358+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.9Mi, Sys=13.4Mi, NumGC=2409","level":"stat"}
+{"@timestamp":"2025-01-13T13:17:47.358+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=21.9Mi, Sys=13.4Mi, NumGC=2409","level":"stat"}
+{"@timestamp":"2025-01-13T13:34:12.324+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.9Mi, Sys=13.4Mi, NumGC=2410","level":"stat"}
+{"@timestamp":"2025-01-13T13:50:22.393+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.9Mi, Sys=13.4Mi, NumGC=2410","level":"stat"}
+{"@timestamp":"2025-01-13T14:06:47.430+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.9Mi, Sys=13.4Mi, NumGC=2411","level":"stat"}
+{"@timestamp":"2025-01-13T14:07:47.426+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.9Mi, Sys=13.4Mi, NumGC=2411","level":"stat"}
+{"@timestamp":"2025-01-13T14:08:47.426+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.9Mi, Sys=13.4Mi, NumGC=2412","level":"stat"}
+{"@timestamp":"2025-01-13T14:09:47.426+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.9Mi, Sys=13.4Mi, NumGC=2412","level":"stat"}
+{"@timestamp":"2025-01-13T14:10:47.425+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.9Mi, Sys=13.4Mi, NumGC=2413","level":"stat"}
+{"@timestamp":"2025-01-13T14:11:47.425+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=21.9Mi, Sys=13.4Mi, NumGC=2413","level":"stat"}
+{"@timestamp":"2025-01-13T14:12:47.425+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.9Mi, Sys=13.4Mi, NumGC=2414","level":"stat"}
+{"@timestamp":"2025-01-13T14:13:47.425+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.9Mi, Sys=13.4Mi, NumGC=2414","level":"stat"}
+{"@timestamp":"2025-01-13T14:14:47.425+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.9Mi, Sys=13.4Mi, NumGC=2415","level":"stat"}
+{"@timestamp":"2025-01-13T14:15:47.424+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=21.9Mi, Sys=13.4Mi, NumGC=2415","level":"stat"}
+{"@timestamp":"2025-01-13T14:16:47.424+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.9Mi, Sys=13.4Mi, NumGC=2416","level":"stat"}
+{"@timestamp":"2025-01-13T14:17:47.424+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.9Mi, Sys=13.4Mi, NumGC=2416","level":"stat"}
+{"@timestamp":"2025-01-13T14:18:47.424+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.9Mi, Sys=13.4Mi, NumGC=2417","level":"stat"}
+{"@timestamp":"2025-01-13T14:19:47.424+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=21.9Mi, Sys=13.4Mi, NumGC=2417","level":"stat"}
+{"@timestamp":"2025-01-13T14:20:47.424+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=21.9Mi, Sys=13.4Mi, NumGC=2418","level":"stat"}
+{"@timestamp":"2025-01-13T14:21:47.424+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.0Mi, Sys=13.4Mi, NumGC=2418","level":"stat"}
+{"@timestamp":"2025-01-13T14:22:47.423+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.0Mi, Sys=13.4Mi, NumGC=2419","level":"stat"}
+{"@timestamp":"2025-01-13T14:23:47.423+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.0Mi, Sys=13.4Mi, NumGC=2419","level":"stat"}
+{"@timestamp":"2025-01-13T14:24:47.413+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.0Mi, Sys=13.4Mi, NumGC=2420","level":"stat"}
+{"@timestamp":"2025-01-13T14:25:47.412+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.0Mi, Sys=13.4Mi, NumGC=2420","level":"stat"}
+{"@timestamp":"2025-01-13T14:26:47.412+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.0Mi, Sys=13.4Mi, NumGC=2421","level":"stat"}
+{"@timestamp":"2025-01-13T14:27:47.412+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.0Mi, Sys=13.4Mi, NumGC=2421","level":"stat"}
+{"@timestamp":"2025-01-13T14:28:47.412+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.0Mi, Sys=13.4Mi, NumGC=2422","level":"stat"}
+{"@timestamp":"2025-01-13T14:29:47.410+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.0Mi, Sys=13.4Mi, NumGC=2422","level":"stat"}
+{"@timestamp":"2025-01-13T14:30:47.409+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.0Mi, Sys=13.4Mi, NumGC=2423","level":"stat"}
+{"@timestamp":"2025-01-13T14:31:47.411+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.0Mi, Sys=13.4Mi, NumGC=2423","level":"stat"}
+{"@timestamp":"2025-01-13T14:32:47.410+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.0Mi, Sys=13.4Mi, NumGC=2424","level":"stat"}
+{"@timestamp":"2025-01-13T14:33:47.410+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.0Mi, Sys=13.4Mi, NumGC=2424","level":"stat"}
+{"@timestamp":"2025-01-13T14:34:47.410+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.0Mi, Sys=13.4Mi, NumGC=2425","level":"stat"}
+{"@timestamp":"2025-01-13T14:35:47.408+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.0Mi, Sys=13.4Mi, NumGC=2425","level":"stat"}
+{"@timestamp":"2025-01-13T14:36:47.409+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.0Mi, Sys=13.4Mi, NumGC=2426","level":"stat"}
+{"@timestamp":"2025-01-13T14:37:47.409+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.0Mi, Sys=13.4Mi, NumGC=2426","level":"stat"}
+{"@timestamp":"2025-01-13T14:38:47.408+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.0Mi, Sys=13.4Mi, NumGC=2427","level":"stat"}
+{"@timestamp":"2025-01-13T14:39:47.408+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.0Mi, Sys=13.4Mi, NumGC=2427","level":"stat"}
+{"@timestamp":"2025-01-13T14:40:47.408+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.0Mi, Sys=13.4Mi, NumGC=2428","level":"stat"}
+{"@timestamp":"2025-01-13T14:41:47.407+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.0Mi, Sys=13.4Mi, NumGC=2428","level":"stat"}
+{"@timestamp":"2025-01-13T14:42:47.407+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.0Mi, Sys=13.4Mi, NumGC=2429","level":"stat"}
+{"@timestamp":"2025-01-13T14:43:47.407+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.0Mi, Sys=13.4Mi, NumGC=2429","level":"stat"}
+{"@timestamp":"2025-01-13T14:44:47.276+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.0Mi, Sys=13.4Mi, NumGC=2430","level":"stat"}
+{"@timestamp":"2025-01-13T14:45:47.274+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.0Mi, Sys=13.4Mi, NumGC=2430","level":"stat"}
+{"@timestamp":"2025-01-13T14:46:47.272+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.1Mi, Sys=13.4Mi, NumGC=2431","level":"stat"}
+{"@timestamp":"2025-01-13T14:47:47.270+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.1Mi, Sys=13.4Mi, NumGC=2431","level":"stat"}
+{"@timestamp":"2025-01-13T14:48:47.268+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.1Mi, Sys=13.4Mi, NumGC=2432","level":"stat"}
+{"@timestamp":"2025-01-13T14:49:47.266+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.1Mi, Sys=13.4Mi, NumGC=2432","level":"stat"}
+{"@timestamp":"2025-01-13T14:50:47.265+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.1Mi, Sys=13.4Mi, NumGC=2433","level":"stat"}
+{"@timestamp":"2025-01-13T14:51:47.263+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.1Mi, Sys=13.4Mi, NumGC=2433","level":"stat"}
+{"@timestamp":"2025-01-13T14:52:47.261+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.1Mi, Sys=13.4Mi, NumGC=2434","level":"stat"}
+{"@timestamp":"2025-01-13T14:53:47.258+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.1Mi, Sys=13.4Mi, NumGC=2434","level":"stat"}
+{"@timestamp":"2025-01-13T14:54:47.258+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.1Mi, Sys=13.4Mi, NumGC=2435","level":"stat"}
+{"@timestamp":"2025-01-13T14:55:47.256+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.1Mi, Sys=13.4Mi, NumGC=2435","level":"stat"}
+{"@timestamp":"2025-01-13T14:56:47.254+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.1Mi, Sys=13.4Mi, NumGC=2436","level":"stat"}
+{"@timestamp":"2025-01-13T14:57:47.252+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.1Mi, Sys=13.4Mi, NumGC=2436","level":"stat"}
+{"@timestamp":"2025-01-13T14:58:47.250+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.1Mi, Sys=13.4Mi, NumGC=2437","level":"stat"}
+{"@timestamp":"2025-01-13T14:59:47.254+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.1Mi, Sys=13.4Mi, NumGC=2437","level":"stat"}
+{"@timestamp":"2025-01-13T15:00:47.255+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.1Mi, Sys=13.4Mi, NumGC=2438","level":"stat"}
+{"@timestamp":"2025-01-13T15:03:47.450+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.1Mi, Sys=13.4Mi, NumGC=2438","level":"stat"}
+{"@timestamp":"2025-01-13T15:04:47.449+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.1Mi, Sys=13.4Mi, NumGC=2439","level":"stat"}
+{"@timestamp":"2025-01-13T15:05:47.447+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.1Mi, Sys=13.4Mi, NumGC=2439","level":"stat"}
+{"@timestamp":"2025-01-13T15:06:47.445+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.1Mi, Sys=13.4Mi, NumGC=2440","level":"stat"}
+{"@timestamp":"2025-01-13T15:07:47.443+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.1Mi, Sys=13.4Mi, NumGC=2440","level":"stat"}
+{"@timestamp":"2025-01-13T15:08:47.443+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.1Mi, Sys=13.4Mi, NumGC=2441","level":"stat"}
+{"@timestamp":"2025-01-13T15:09:47.439+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.1Mi, Sys=13.4Mi, NumGC=2441","level":"stat"}
+{"@timestamp":"2025-01-13T15:10:47.439+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.1Mi, Sys=13.4Mi, NumGC=2442","level":"stat"}
+{"@timestamp":"2025-01-13T15:11:47.436+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.1Mi, Sys=13.4Mi, NumGC=2442","level":"stat"}
+{"@timestamp":"2025-01-13T15:12:47.435+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.2Mi, Sys=13.4Mi, NumGC=2443","level":"stat"}
+{"@timestamp":"2025-01-13T15:13:47.434+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.2Mi, Sys=13.4Mi, NumGC=2443","level":"stat"}
+{"@timestamp":"2025-01-13T15:16:03.132+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.2Mi, Sys=13.4Mi, NumGC=2444","level":"stat"}
+{"@timestamp":"2025-01-13T15:17:03.131+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.2Mi, Sys=13.4Mi, NumGC=2444","level":"stat"}
+{"@timestamp":"2025-01-13T15:18:03.131+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.2Mi, Sys=13.4Mi, NumGC=2445","level":"stat"}
+{"@timestamp":"2025-01-13T15:19:03.167+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.2Mi, Sys=13.4Mi, NumGC=2445","level":"stat"}
+{"@timestamp":"2025-01-13T15:20:03.175+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.2Mi, Sys=13.4Mi, NumGC=2446","level":"stat"}
+{"@timestamp":"2025-01-13T15:21:03.174+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.2Mi, Sys=13.4Mi, NumGC=2446","level":"stat"}
+{"@timestamp":"2025-01-13T15:22:03.174+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.2Mi, Sys=13.4Mi, NumGC=2447","level":"stat"}
+{"@timestamp":"2025-01-13T15:23:03.173+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.2Mi, Sys=13.4Mi, NumGC=2447","level":"stat"}
+{"@timestamp":"2025-01-13T15:24:03.174+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.2Mi, Sys=13.4Mi, NumGC=2448","level":"stat"}
+{"@timestamp":"2025-01-13T15:25:03.173+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.2Mi, Sys=13.4Mi, NumGC=2448","level":"stat"}
+{"@timestamp":"2025-01-13T15:26:03.173+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.2Mi, Sys=13.4Mi, NumGC=2449","level":"stat"}
+{"@timestamp":"2025-01-13T15:27:03.173+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.2Mi, Sys=13.4Mi, NumGC=2449","level":"stat"}
+{"@timestamp":"2025-01-13T15:28:03.172+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.2Mi, Sys=13.4Mi, NumGC=2450","level":"stat"}
+{"@timestamp":"2025-01-13T15:29:03.172+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.2Mi, Sys=13.4Mi, NumGC=2450","level":"stat"}
+{"@timestamp":"2025-01-13T15:30:03.172+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.2Mi, Sys=13.4Mi, NumGC=2451","level":"stat"}
+{"@timestamp":"2025-01-13T15:31:03.170+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.2Mi, Sys=13.4Mi, NumGC=2451","level":"stat"}
+{"@timestamp":"2025-01-13T15:32:03.171+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.2Mi, Sys=13.4Mi, NumGC=2452","level":"stat"}
+{"@timestamp":"2025-01-13T15:33:03.171+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.2Mi, Sys=13.4Mi, NumGC=2452","level":"stat"}
+{"@timestamp":"2025-01-13T15:34:03.170+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.2Mi, Sys=13.4Mi, NumGC=2453","level":"stat"}
+{"@timestamp":"2025-01-13T15:35:03.217+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.2Mi, Sys=13.4Mi, NumGC=2453","level":"stat"}
+{"@timestamp":"2025-01-13T15:36:03.221+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.2Mi, Sys=13.4Mi, NumGC=2454","level":"stat"}
+{"@timestamp":"2025-01-13T15:37:03.221+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.2Mi, Sys=13.4Mi, NumGC=2454","level":"stat"}
+{"@timestamp":"2025-01-13T15:38:03.221+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.2Mi, Sys=13.4Mi, NumGC=2455","level":"stat"}
+{"@timestamp":"2025-01-13T15:39:03.221+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.3Mi, Sys=13.4Mi, NumGC=2455","level":"stat"}
+{"@timestamp":"2025-01-13T15:40:03.222+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.3Mi, Sys=13.4Mi, NumGC=2456","level":"stat"}
+{"@timestamp":"2025-01-13T15:41:03.222+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.3Mi, Sys=13.4Mi, NumGC=2456","level":"stat"}
+{"@timestamp":"2025-01-13T15:42:03.222+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.3Mi, Sys=13.4Mi, NumGC=2457","level":"stat"}
+{"@timestamp":"2025-01-13T15:43:03.222+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.3Mi, Sys=13.4Mi, NumGC=2457","level":"stat"}
+{"@timestamp":"2025-01-13T15:44:03.223+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.3Mi, Sys=13.4Mi, NumGC=2458","level":"stat"}
+{"@timestamp":"2025-01-13T15:45:03.223+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.3Mi, Sys=13.4Mi, NumGC=2458","level":"stat"}
+{"@timestamp":"2025-01-13T15:46:03.223+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.3Mi, Sys=13.4Mi, NumGC=2459","level":"stat"}
+{"@timestamp":"2025-01-13T15:47:03.224+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.3Mi, Sys=13.4Mi, NumGC=2459","level":"stat"}
+{"@timestamp":"2025-01-13T15:48:03.224+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.3Mi, Sys=13.4Mi, NumGC=2460","level":"stat"}
+{"@timestamp":"2025-01-13T15:49:03.224+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.3Mi, Sys=13.4Mi, NumGC=2460","level":"stat"}
+{"@timestamp":"2025-01-13T15:50:03.256+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.3Mi, Sys=13.4Mi, NumGC=2461","level":"stat"}
+{"@timestamp":"2025-01-13T15:51:03.261+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.3Mi, Sys=13.4Mi, NumGC=2461","level":"stat"}
+{"@timestamp":"2025-01-13T15:52:03.261+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.3Mi, Sys=13.4Mi, NumGC=2462","level":"stat"}
+{"@timestamp":"2025-01-13T15:53:03.262+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.3Mi, Sys=13.4Mi, NumGC=2462","level":"stat"}
+{"@timestamp":"2025-01-13T15:54:03.263+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.3Mi, Sys=13.4Mi, NumGC=2463","level":"stat"}
+{"@timestamp":"2025-01-13T15:55:03.263+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.3Mi, Sys=13.4Mi, NumGC=2463","level":"stat"}
+{"@timestamp":"2025-01-13T15:56:03.264+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.3Mi, Sys=13.4Mi, NumGC=2464","level":"stat"}
+{"@timestamp":"2025-01-13T15:57:03.265+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.3Mi, Sys=13.4Mi, NumGC=2464","level":"stat"}
+{"@timestamp":"2025-01-13T15:58:03.265+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.3Mi, Sys=13.4Mi, NumGC=2465","level":"stat"}
+{"@timestamp":"2025-01-13T15:59:03.266+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.3Mi, Sys=13.4Mi, NumGC=2465","level":"stat"}
+{"@timestamp":"2025-01-13T16:00:03.267+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.3Mi, Sys=13.4Mi, NumGC=2466","level":"stat"}
+{"@timestamp":"2025-01-13T16:01:03.268+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.3Mi, Sys=13.4Mi, NumGC=2466","level":"stat"}
+{"@timestamp":"2025-01-13T16:02:03.268+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.3Mi, Sys=13.4Mi, NumGC=2467","level":"stat"}
+{"@timestamp":"2025-01-13T16:03:03.269+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.3Mi, Sys=13.4Mi, NumGC=2467","level":"stat"}
+{"@timestamp":"2025-01-13T16:04:03.270+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.3Mi, Sys=13.4Mi, NumGC=2468","level":"stat"}
+{"@timestamp":"2025-01-13T16:05:03.274+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.4Mi, Sys=13.4Mi, NumGC=2468","level":"stat"}
+{"@timestamp":"2025-01-13T16:06:03.275+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.4Mi, Sys=13.4Mi, NumGC=2469","level":"stat"}
+{"@timestamp":"2025-01-13T16:07:03.276+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.4Mi, Sys=13.4Mi, NumGC=2469","level":"stat"}
+{"@timestamp":"2025-01-13T16:08:03.277+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.4Mi, Sys=13.4Mi, NumGC=2470","level":"stat"}
+{"@timestamp":"2025-01-13T16:09:03.278+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.4Mi, Sys=13.4Mi, NumGC=2470","level":"stat"}
+{"@timestamp":"2025-01-13T16:10:03.278+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.4Mi, Sys=13.4Mi, NumGC=2471","level":"stat"}
+{"@timestamp":"2025-01-13T16:11:03.279+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.4Mi, Sys=13.4Mi, NumGC=2471","level":"stat"}
+{"@timestamp":"2025-01-13T16:12:03.280+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.4Mi, Sys=13.4Mi, NumGC=2472","level":"stat"}
+{"@timestamp":"2025-01-13T16:13:03.281+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.4Mi, Sys=13.4Mi, NumGC=2472","level":"stat"}
+{"@timestamp":"2025-01-13T16:14:03.282+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.4Mi, Sys=13.4Mi, NumGC=2473","level":"stat"}
+{"@timestamp":"2025-01-13T16:15:03.282+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.4Mi, Sys=13.4Mi, NumGC=2473","level":"stat"}
+{"@timestamp":"2025-01-13T16:16:03.283+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.4Mi, Sys=13.4Mi, NumGC=2474","level":"stat"}
+{"@timestamp":"2025-01-13T16:17:03.284+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.4Mi, Sys=13.4Mi, NumGC=2474","level":"stat"}
+{"@timestamp":"2025-01-13T16:18:03.284+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.4Mi, Sys=13.4Mi, NumGC=2475","level":"stat"}
+{"@timestamp":"2025-01-13T16:19:03.285+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.4Mi, Sys=13.4Mi, NumGC=2475","level":"stat"}
+{"@timestamp":"2025-01-13T16:20:03.185+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.4Mi, Sys=13.4Mi, NumGC=2476","level":"stat"}
+{"@timestamp":"2025-01-13T16:21:03.184+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.4Mi, Sys=13.4Mi, NumGC=2476","level":"stat"}
+{"@timestamp":"2025-01-13T16:22:03.184+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.4Mi, Sys=13.4Mi, NumGC=2477","level":"stat"}
+{"@timestamp":"2025-01-13T16:23:03.184+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.4Mi, Sys=13.4Mi, NumGC=2477","level":"stat"}
+{"@timestamp":"2025-01-13T16:24:03.183+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.4Mi, Sys=13.4Mi, NumGC=2478","level":"stat"}
+{"@timestamp":"2025-01-13T16:25:03.183+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.4Mi, Sys=13.4Mi, NumGC=2478","level":"stat"}
+{"@timestamp":"2025-01-13T16:26:03.182+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.4Mi, Sys=13.4Mi, NumGC=2479","level":"stat"}
+{"@timestamp":"2025-01-13T16:27:03.182+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.4Mi, Sys=13.4Mi, NumGC=2479","level":"stat"}
+{"@timestamp":"2025-01-13T16:28:03.183+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.4Mi, Sys=13.4Mi, NumGC=2480","level":"stat"}
+{"@timestamp":"2025-01-13T16:29:03.181+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.5Mi, Sys=13.4Mi, NumGC=2480","level":"stat"}
+{"@timestamp":"2025-01-13T16:30:03.180+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.5Mi, Sys=13.4Mi, NumGC=2481","level":"stat"}
+{"@timestamp":"2025-01-13T16:31:03.181+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.5Mi, Sys=13.4Mi, NumGC=2481","level":"stat"}
+{"@timestamp":"2025-01-13T16:32:03.179+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.5Mi, Sys=13.4Mi, NumGC=2482","level":"stat"}
+{"@timestamp":"2025-01-13T16:33:03.196+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.5Mi, Sys=13.4Mi, NumGC=2482","level":"stat"}
+{"@timestamp":"2025-01-13T16:49:28.333+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.5Mi, Sys=13.4Mi, NumGC=2483","level":"stat"}
+{"@timestamp":"2025-01-13T16:50:28.339+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.5Mi, Sys=13.4Mi, NumGC=2483","level":"stat"}
+{"@timestamp":"2025-01-13T16:51:28.338+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.5Mi, Sys=13.4Mi, NumGC=2484","level":"stat"}
+{"@timestamp":"2025-01-13T16:52:28.340+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.5Mi, Sys=13.4Mi, NumGC=2484","level":"stat"}
+{"@timestamp":"2025-01-13T16:53:28.340+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.5Mi, Sys=13.4Mi, NumGC=2485","level":"stat"}
+{"@timestamp":"2025-01-13T16:54:28.341+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.5Mi, Sys=13.4Mi, NumGC=2485","level":"stat"}
+{"@timestamp":"2025-01-13T16:55:28.341+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.5Mi, Sys=13.4Mi, NumGC=2486","level":"stat"}
+{"@timestamp":"2025-01-13T16:56:28.342+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.5Mi, Sys=13.4Mi, NumGC=2486","level":"stat"}
+{"@timestamp":"2025-01-13T16:57:28.341+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.5Mi, Sys=13.4Mi, NumGC=2487","level":"stat"}
+{"@timestamp":"2025-01-13T16:58:28.342+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.5Mi, Sys=13.4Mi, NumGC=2487","level":"stat"}
+{"@timestamp":"2025-01-13T16:59:28.343+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.5Mi, Sys=13.4Mi, NumGC=2488","level":"stat"}
+{"@timestamp":"2025-01-13T17:00:28.343+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.5Mi, Sys=13.4Mi, NumGC=2488","level":"stat"}
+{"@timestamp":"2025-01-13T17:01:28.344+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.5Mi, Sys=13.4Mi, NumGC=2489","level":"stat"}
+{"@timestamp":"2025-01-13T17:02:28.344+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.5Mi, Sys=13.4Mi, NumGC=2489","level":"stat"}
+{"@timestamp":"2025-01-13T17:03:28.345+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.5Mi, Sys=13.4Mi, NumGC=2490","level":"stat"}
+{"@timestamp":"2025-01-13T17:04:28.281+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.5Mi, Sys=13.4Mi, NumGC=2490","level":"stat"}
+{"@timestamp":"2025-01-13T17:05:28.281+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.5Mi, Sys=13.4Mi, NumGC=2491","level":"stat"}
+{"@timestamp":"2025-01-13T17:06:28.281+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.5Mi, Sys=13.4Mi, NumGC=2491","level":"stat"}
+{"@timestamp":"2025-01-13T17:07:28.281+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.5Mi, Sys=13.4Mi, NumGC=2492","level":"stat"}
+{"@timestamp":"2025-01-13T17:08:28.281+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.6Mi, Sys=13.4Mi, NumGC=2492","level":"stat"}
+{"@timestamp":"2025-01-13T17:09:28.281+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.6Mi, Sys=13.4Mi, NumGC=2493","level":"stat"}
+{"@timestamp":"2025-01-13T17:10:28.280+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.6Mi, Sys=13.4Mi, NumGC=2493","level":"stat"}
+{"@timestamp":"2025-01-13T17:11:28.270+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.6Mi, Sys=13.4Mi, NumGC=2494","level":"stat"}
+{"@timestamp":"2025-01-13T17:12:28.270+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.6Mi, Sys=13.4Mi, NumGC=2494","level":"stat"}
+{"@timestamp":"2025-01-13T17:13:28.269+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.6Mi, Sys=13.4Mi, NumGC=2495","level":"stat"}
+{"@timestamp":"2025-01-13T17:14:28.269+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.6Mi, Sys=13.4Mi, NumGC=2495","level":"stat"}
+{"@timestamp":"2025-01-13T17:15:28.269+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.6Mi, Sys=13.4Mi, NumGC=2496","level":"stat"}
+{"@timestamp":"2025-01-13T17:16:28.270+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.6Mi, Sys=13.4Mi, NumGC=2496","level":"stat"}
+{"@timestamp":"2025-01-13T17:17:28.270+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.6Mi, Sys=13.4Mi, NumGC=2497","level":"stat"}
+{"@timestamp":"2025-01-13T17:18:28.270+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.6Mi, Sys=13.4Mi, NumGC=2497","level":"stat"}
+{"@timestamp":"2025-01-13T17:19:28.268+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.6Mi, Sys=13.4Mi, NumGC=2498","level":"stat"}
+{"@timestamp":"2025-01-13T17:20:28.302+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.6Mi, Sys=13.4Mi, NumGC=2498","level":"stat"}
+{"@timestamp":"2025-01-13T17:21:28.304+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.6Mi, Sys=13.4Mi, NumGC=2499","level":"stat"}
+{"@timestamp":"2025-01-13T17:22:28.304+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.6Mi, Sys=13.4Mi, NumGC=2499","level":"stat"}
+{"@timestamp":"2025-01-13T17:23:28.304+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.6Mi, Sys=13.4Mi, NumGC=2500","level":"stat"}
+{"@timestamp":"2025-01-13T17:24:28.305+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.6Mi, Sys=13.4Mi, NumGC=2500","level":"stat"}
+{"@timestamp":"2025-01-13T17:25:28.305+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.6Mi, Sys=13.4Mi, NumGC=2501","level":"stat"}
+{"@timestamp":"2025-01-13T17:41:53.429+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.6Mi, Sys=13.4Mi, NumGC=2501","level":"stat"}
+{"@timestamp":"2025-01-13T18:13:18.501+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.6Mi, Sys=13.4Mi, NumGC=2502","level":"stat"}
+{"@timestamp":"2025-01-13T18:29:30.434+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.6Mi, Sys=13.4Mi, NumGC=2502","level":"stat"}
+{"@timestamp":"2025-01-13T18:31:14.871+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.6Mi, Sys=13.4Mi, NumGC=2503","level":"stat"}
+{"@timestamp":"2025-01-13T18:32:14.870+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.6Mi, Sys=13.4Mi, NumGC=2503","level":"stat"}
+{"@timestamp":"2025-01-13T18:33:14.870+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.6Mi, Sys=13.4Mi, NumGC=2504","level":"stat"}
+{"@timestamp":"2025-01-13T18:34:14.869+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.6Mi, Sys=13.4Mi, NumGC=2504","level":"stat"}
+{"@timestamp":"2025-01-13T18:35:14.869+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.7Mi, Sys=13.4Mi, NumGC=2505","level":"stat"}
+{"@timestamp":"2025-01-13T18:36:14.868+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.7Mi, Sys=13.4Mi, NumGC=2505","level":"stat"}
+{"@timestamp":"2025-01-13T18:37:14.868+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.7Mi, Sys=13.4Mi, NumGC=2506","level":"stat"}
+{"@timestamp":"2025-01-13T18:38:14.868+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.7Mi, Sys=13.4Mi, NumGC=2506","level":"stat"}
+{"@timestamp":"2025-01-13T18:39:14.867+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.7Mi, Sys=13.4Mi, NumGC=2507","level":"stat"}
+{"@timestamp":"2025-01-13T18:40:14.866+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.7Mi, Sys=13.4Mi, NumGC=2507","level":"stat"}
+{"@timestamp":"2025-01-13T18:41:14.866+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.7Mi, Sys=13.4Mi, NumGC=2508","level":"stat"}
+{"@timestamp":"2025-01-13T18:42:14.866+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.7Mi, Sys=13.4Mi, NumGC=2508","level":"stat"}
+{"@timestamp":"2025-01-13T18:43:14.866+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.7Mi, Sys=13.4Mi, NumGC=2509","level":"stat"}
+{"@timestamp":"2025-01-13T18:44:14.864+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.7Mi, Sys=13.4Mi, NumGC=2509","level":"stat"}
+{"@timestamp":"2025-01-13T18:45:14.978+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.7Mi, Sys=13.4Mi, NumGC=2510","level":"stat"}
+{"@timestamp":"2025-01-13T18:46:14.979+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.7Mi, Sys=13.4Mi, NumGC=2510","level":"stat"}
+{"@timestamp":"2025-01-13T18:47:14.980+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.7Mi, Sys=13.4Mi, NumGC=2511","level":"stat"}
+{"@timestamp":"2025-01-13T18:48:14.981+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.7Mi, Sys=13.4Mi, NumGC=2511","level":"stat"}
+{"@timestamp":"2025-01-13T18:49:14.982+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.7Mi, Sys=13.4Mi, NumGC=2512","level":"stat"}
+{"@timestamp":"2025-01-13T18:50:14.982+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.7Mi, Sys=13.4Mi, NumGC=2512","level":"stat"}
+{"@timestamp":"2025-01-13T18:51:14.982+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.7Mi, Sys=13.4Mi, NumGC=2513","level":"stat"}
+{"@timestamp":"2025-01-13T18:52:14.984+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.7Mi, Sys=13.4Mi, NumGC=2513","level":"stat"}
+{"@timestamp":"2025-01-13T19:08:33.334+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.7Mi, Sys=13.4Mi, NumGC=2514","level":"stat"}
+{"@timestamp":"2025-01-13T19:13:37.790+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.7Mi, Sys=13.4Mi, NumGC=2514","level":"stat"}
+{"@timestamp":"2025-01-13T19:18:50.845+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.7Mi, Sys=13.4Mi, NumGC=2515","level":"stat"}
+{"@timestamp":"2025-01-13T19:24:03.860+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.7Mi, Sys=13.4Mi, NumGC=2515","level":"stat"}
+{"@timestamp":"2025-01-13T19:29:16.847+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.7Mi, Sys=13.4Mi, NumGC=2516","level":"stat"}
+{"@timestamp":"2025-01-13T19:37:20.757+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.7Mi, Sys=13.4Mi, NumGC=2516","level":"stat"}
+{"@timestamp":"2025-01-13T19:46:22.917+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.7Mi, Sys=13.4Mi, NumGC=2517","level":"stat"}
+{"@timestamp":"2025-01-13T19:47:22.932+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.7Mi, Sys=13.4Mi, NumGC=2517","level":"stat"}
+{"@timestamp":"2025-01-13T20:03:47.779+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.7Mi, Sys=13.4Mi, NumGC=2518","level":"stat"}
+{"@timestamp":"2025-01-13T20:20:12.756+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.8Mi, Sys=13.4Mi, NumGC=2518","level":"stat"}
+{"@timestamp":"2025-01-13T20:36:37.682+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.8Mi, Sys=13.4Mi, NumGC=2519","level":"stat"}
+{"@timestamp":"2025-01-13T20:53:02.634+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.8Mi, Sys=13.4Mi, NumGC=2519","level":"stat"}
+{"@timestamp":"2025-01-13T21:04:39.448+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.8Mi, Sys=13.4Mi, NumGC=2520","level":"stat"}
+{"@timestamp":"2025-01-13T21:05:39.445+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.8Mi, Sys=13.4Mi, NumGC=2520","level":"stat"}
+{"@timestamp":"2025-01-13T21:06:39.445+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.8Mi, Sys=13.4Mi, NumGC=2521","level":"stat"}
+{"@timestamp":"2025-01-13T21:07:39.442+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.8Mi, Sys=13.4Mi, NumGC=2521","level":"stat"}
+{"@timestamp":"2025-01-13T21:08:39.441+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.8Mi, Sys=13.4Mi, NumGC=2522","level":"stat"}
+{"@timestamp":"2025-01-13T21:09:39.439+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.8Mi, Sys=13.4Mi, NumGC=2522","level":"stat"}
+{"@timestamp":"2025-01-13T21:10:39.437+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.8Mi, Sys=13.4Mi, NumGC=2523","level":"stat"}
+{"@timestamp":"2025-01-13T21:11:39.435+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.8Mi, Sys=13.4Mi, NumGC=2523","level":"stat"}
+{"@timestamp":"2025-01-13T21:12:39.434+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.8Mi, Sys=13.4Mi, NumGC=2524","level":"stat"}
+{"@timestamp":"2025-01-13T21:13:39.432+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.8Mi, Sys=13.4Mi, NumGC=2524","level":"stat"}
+{"@timestamp":"2025-01-13T21:14:39.430+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.8Mi, Sys=13.4Mi, NumGC=2525","level":"stat"}
+{"@timestamp":"2025-01-13T21:15:39.428+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.8Mi, Sys=13.4Mi, NumGC=2525","level":"stat"}
+{"@timestamp":"2025-01-13T21:16:39.427+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.8Mi, Sys=13.4Mi, NumGC=2526","level":"stat"}
+{"@timestamp":"2025-01-13T21:17:39.425+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.8Mi, Sys=13.4Mi, NumGC=2526","level":"stat"}
+{"@timestamp":"2025-01-13T21:18:39.423+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.8Mi, Sys=13.4Mi, NumGC=2527","level":"stat"}
+{"@timestamp":"2025-01-13T21:19:39.421+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.8Mi, Sys=13.4Mi, NumGC=2527","level":"stat"}
+{"@timestamp":"2025-01-13T21:20:39.420+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.8Mi, Sys=13.4Mi, NumGC=2528","level":"stat"}
+{"@timestamp":"2025-01-13T21:21:39.418+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.8Mi, Sys=13.4Mi, NumGC=2528","level":"stat"}
+{"@timestamp":"2025-01-13T21:22:39.417+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.8Mi, Sys=13.4Mi, NumGC=2529","level":"stat"}
+{"@timestamp":"2025-01-13T21:23:39.415+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.8Mi, Sys=13.4Mi, NumGC=2529","level":"stat"}
+{"@timestamp":"2025-01-13T21:24:39.547+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.8Mi, Sys=13.4Mi, NumGC=2530","level":"stat"}
+{"@timestamp":"2025-01-13T21:25:39.547+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.9Mi, Sys=13.4Mi, NumGC=2530","level":"stat"}
+{"@timestamp":"2025-01-13T21:26:39.547+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.9Mi, Sys=13.4Mi, NumGC=2531","level":"stat"}
+{"@timestamp":"2025-01-13T21:27:39.547+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.9Mi, Sys=13.4Mi, NumGC=2531","level":"stat"}
+{"@timestamp":"2025-01-13T21:28:39.547+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.9Mi, Sys=13.4Mi, NumGC=2532","level":"stat"}
+{"@timestamp":"2025-01-13T21:29:39.547+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.9Mi, Sys=13.4Mi, NumGC=2532","level":"stat"}
+{"@timestamp":"2025-01-13T21:30:39.547+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.9Mi, Sys=13.4Mi, NumGC=2533","level":"stat"}
+{"@timestamp":"2025-01-13T21:31:39.547+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.9Mi, Sys=13.4Mi, NumGC=2533","level":"stat"}
+{"@timestamp":"2025-01-13T21:32:39.546+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.9Mi, Sys=13.4Mi, NumGC=2534","level":"stat"}
+{"@timestamp":"2025-01-13T21:33:39.546+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.9Mi, Sys=13.4Mi, NumGC=2534","level":"stat"}
+{"@timestamp":"2025-01-13T21:34:39.546+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.9Mi, Sys=13.4Mi, NumGC=2535","level":"stat"}
+{"@timestamp":"2025-01-13T21:35:39.546+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.9Mi, Sys=13.4Mi, NumGC=2535","level":"stat"}
+{"@timestamp":"2025-01-13T21:36:39.545+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.9Mi, Sys=13.4Mi, NumGC=2536","level":"stat"}
+{"@timestamp":"2025-01-13T21:37:39.546+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.9Mi, Sys=13.4Mi, NumGC=2536","level":"stat"}
+{"@timestamp":"2025-01-13T21:38:39.547+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.9Mi, Sys=13.4Mi, NumGC=2537","level":"stat"}
+{"@timestamp":"2025-01-13T21:39:39.547+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.9Mi, Sys=13.4Mi, NumGC=2537","level":"stat"}
+{"@timestamp":"2025-01-13T21:40:39.546+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.9Mi, Sys=13.4Mi, NumGC=2538","level":"stat"}
+{"@timestamp":"2025-01-13T21:41:39.545+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.9Mi, Sys=13.4Mi, NumGC=2538","level":"stat"}
+{"@timestamp":"2025-01-13T21:42:39.546+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.9Mi, Sys=13.4Mi, NumGC=2539","level":"stat"}
+{"@timestamp":"2025-01-13T21:43:39.546+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.9Mi, Sys=13.4Mi, NumGC=2539","level":"stat"}
+{"@timestamp":"2025-01-13T21:44:39.546+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.9Mi, Sys=13.4Mi, NumGC=2540","level":"stat"}
+{"@timestamp":"2025-01-13T21:45:39.539+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=22.9Mi, Sys=13.4Mi, NumGC=2540","level":"stat"}
+{"@timestamp":"2025-01-13T21:46:39.538+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.9Mi, Sys=13.4Mi, NumGC=2541","level":"stat"}
+{"@timestamp":"2025-01-13T21:47:39.538+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.9Mi, Sys=13.4Mi, NumGC=2541","level":"stat"}
+{"@timestamp":"2025-01-13T21:48:39.537+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.9Mi, Sys=13.4Mi, NumGC=2542","level":"stat"}
+{"@timestamp":"2025-01-13T21:49:39.537+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.9Mi, Sys=13.4Mi, NumGC=2542","level":"stat"}
+{"@timestamp":"2025-01-13T21:50:39.536+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=22.9Mi, Sys=13.4Mi, NumGC=2543","level":"stat"}
+{"@timestamp":"2025-01-13T21:51:39.537+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.0Mi, Sys=13.4Mi, NumGC=2543","level":"stat"}
+{"@timestamp":"2025-01-13T21:52:39.536+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.0Mi, Sys=13.4Mi, NumGC=2544","level":"stat"}
+{"@timestamp":"2025-01-13T21:53:39.536+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.0Mi, Sys=13.4Mi, NumGC=2544","level":"stat"}
+{"@timestamp":"2025-01-13T21:54:39.536+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.0Mi, Sys=13.4Mi, NumGC=2545","level":"stat"}
+{"@timestamp":"2025-01-13T21:55:39.536+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.0Mi, Sys=13.4Mi, NumGC=2545","level":"stat"}
+{"@timestamp":"2025-01-13T21:56:39.536+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.0Mi, Sys=13.4Mi, NumGC=2546","level":"stat"}
+{"@timestamp":"2025-01-13T21:57:39.535+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.0Mi, Sys=13.4Mi, NumGC=2546","level":"stat"}
+{"@timestamp":"2025-01-13T21:58:39.535+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.0Mi, Sys=13.4Mi, NumGC=2547","level":"stat"}
+{"@timestamp":"2025-01-13T21:59:39.535+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.0Mi, Sys=13.4Mi, NumGC=2547","level":"stat"}
+{"@timestamp":"2025-01-13T22:00:39.535+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.0Mi, Sys=13.4Mi, NumGC=2548","level":"stat"}
+{"@timestamp":"2025-01-13T22:01:39.520+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.0Mi, Sys=13.4Mi, NumGC=2548","level":"stat"}
+{"@timestamp":"2025-01-13T22:02:39.515+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.0Mi, Sys=13.4Mi, NumGC=2549","level":"stat"}
+{"@timestamp":"2025-01-13T22:03:39.515+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.0Mi, Sys=13.4Mi, NumGC=2549","level":"stat"}
+{"@timestamp":"2025-01-13T22:04:39.515+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.0Mi, Sys=13.4Mi, NumGC=2549","level":"stat"}
+{"@timestamp":"2025-01-13T22:05:39.514+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.0Mi, Sys=13.4Mi, NumGC=2550","level":"stat"}
+{"@timestamp":"2025-01-13T22:06:39.513+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.0Mi, Sys=13.4Mi, NumGC=2550","level":"stat"}
+{"@timestamp":"2025-01-13T22:07:39.513+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.0Mi, Sys=13.4Mi, NumGC=2551","level":"stat"}
+{"@timestamp":"2025-01-13T22:08:39.513+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.0Mi, Sys=13.4Mi, NumGC=2551","level":"stat"}
+{"@timestamp":"2025-01-13T22:09:39.512+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.0Mi, Sys=13.4Mi, NumGC=2552","level":"stat"}
+{"@timestamp":"2025-01-13T22:10:39.512+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.0Mi, Sys=13.4Mi, NumGC=2552","level":"stat"}
+{"@timestamp":"2025-01-13T22:11:39.511+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.0Mi, Sys=13.4Mi, NumGC=2553","level":"stat"}
+{"@timestamp":"2025-01-13T22:12:39.511+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.0Mi, Sys=13.4Mi, NumGC=2553","level":"stat"}
+{"@timestamp":"2025-01-13T22:13:39.510+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.0Mi, Sys=13.4Mi, NumGC=2554","level":"stat"}
+{"@timestamp":"2025-01-13T22:14:39.454+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.0Mi, Sys=13.4Mi, NumGC=2554","level":"stat"}
+{"@timestamp":"2025-01-13T22:15:39.452+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.0Mi, Sys=13.4Mi, NumGC=2555","level":"stat"}
+{"@timestamp":"2025-01-13T22:16:39.450+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.0Mi, Sys=13.4Mi, NumGC=2555","level":"stat"}
+{"@timestamp":"2025-01-13T22:17:39.449+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.1Mi, Sys=13.4Mi, NumGC=2556","level":"stat"}
+{"@timestamp":"2025-01-13T22:18:39.447+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.1Mi, Sys=13.4Mi, NumGC=2556","level":"stat"}
+{"@timestamp":"2025-01-13T22:20:04.320+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.1Mi, Sys=13.4Mi, NumGC=2557","level":"stat"}
+{"@timestamp":"2025-01-13T22:36:29.344+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.1Mi, Sys=13.4Mi, NumGC=2557","level":"stat"}
+{"@timestamp":"2025-01-13T22:48:34.854+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.1Mi, Sys=13.4Mi, NumGC=2558","level":"stat"}
+{"@timestamp":"2025-01-13T22:49:34.854+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.1Mi, Sys=13.4Mi, NumGC=2558","level":"stat"}
+{"@timestamp":"2025-01-13T22:50:34.855+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.1Mi, Sys=13.4Mi, NumGC=2559","level":"stat"}
+{"@timestamp":"2025-01-13T22:51:34.855+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.1Mi, Sys=13.4Mi, NumGC=2559","level":"stat"}
+{"@timestamp":"2025-01-13T22:52:34.856+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.1Mi, Sys=13.4Mi, NumGC=2560","level":"stat"}
+{"@timestamp":"2025-01-13T22:53:34.856+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.1Mi, Sys=13.4Mi, NumGC=2560","level":"stat"}
+{"@timestamp":"2025-01-13T22:54:34.858+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.1Mi, Sys=13.4Mi, NumGC=2561","level":"stat"}
+{"@timestamp":"2025-01-13T22:55:34.858+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.1Mi, Sys=13.4Mi, NumGC=2561","level":"stat"}
+{"@timestamp":"2025-01-13T22:56:34.859+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.1Mi, Sys=13.4Mi, NumGC=2562","level":"stat"}
+{"@timestamp":"2025-01-13T22:57:34.859+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.1Mi, Sys=13.4Mi, NumGC=2562","level":"stat"}
+{"@timestamp":"2025-01-13T22:58:34.860+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.1Mi, Sys=13.4Mi, NumGC=2563","level":"stat"}
+{"@timestamp":"2025-01-13T22:59:34.872+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.1Mi, Sys=13.4Mi, NumGC=2563","level":"stat"}
+{"@timestamp":"2025-01-13T23:00:34.876+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.1Mi, Sys=13.4Mi, NumGC=2564","level":"stat"}
+{"@timestamp":"2025-01-13T23:01:34.876+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.1Mi, Sys=13.4Mi, NumGC=2564","level":"stat"}
+{"@timestamp":"2025-01-13T23:02:34.877+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.1Mi, Sys=13.4Mi, NumGC=2565","level":"stat"}
+{"@timestamp":"2025-01-13T23:03:34.900+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.1Mi, Sys=13.4Mi, NumGC=2565","level":"stat"}
+{"@timestamp":"2025-01-13T23:04:59.844+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.1Mi, Sys=13.4Mi, NumGC=2566","level":"stat"}
+{"@timestamp":"2025-01-13T23:21:24.862+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.1Mi, Sys=13.4Mi, NumGC=2566","level":"stat"}
+{"@timestamp":"2025-01-13T23:22:24.860+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.1Mi, Sys=13.4Mi, NumGC=2567","level":"stat"}
+{"@timestamp":"2025-01-13T23:23:24.861+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.1Mi, Sys=13.4Mi, NumGC=2567","level":"stat"}
+{"@timestamp":"2025-01-13T23:24:24.862+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.2Mi, Sys=13.4Mi, NumGC=2568","level":"stat"}
+{"@timestamp":"2025-01-13T23:25:24.863+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.2Mi, Sys=13.4Mi, NumGC=2568","level":"stat"}
+{"@timestamp":"2025-01-13T23:26:24.863+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.2Mi, Sys=13.4Mi, NumGC=2569","level":"stat"}
+{"@timestamp":"2025-01-13T23:27:24.891+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.2Mi, Sys=13.4Mi, NumGC=2569","level":"stat"}
+{"@timestamp":"2025-01-13T23:28:24.892+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.2Mi, Sys=13.4Mi, NumGC=2570","level":"stat"}
+{"@timestamp":"2025-01-13T23:29:24.892+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.2Mi, Sys=13.4Mi, NumGC=2570","level":"stat"}
+{"@timestamp":"2025-01-13T23:30:24.893+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.2Mi, Sys=13.4Mi, NumGC=2571","level":"stat"}
+{"@timestamp":"2025-01-13T23:31:24.894+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.2Mi, Sys=13.4Mi, NumGC=2571","level":"stat"}
+{"@timestamp":"2025-01-13T23:32:24.895+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.2Mi, Sys=13.4Mi, NumGC=2572","level":"stat"}
+{"@timestamp":"2025-01-13T23:33:24.896+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.2Mi, Sys=13.4Mi, NumGC=2572","level":"stat"}
+{"@timestamp":"2025-01-13T23:34:24.897+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.2Mi, Sys=13.4Mi, NumGC=2573","level":"stat"}
+{"@timestamp":"2025-01-13T23:35:24.897+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.2Mi, Sys=13.4Mi, NumGC=2573","level":"stat"}
+{"@timestamp":"2025-01-13T23:36:24.898+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.2Mi, Sys=13.4Mi, NumGC=2574","level":"stat"}
+{"@timestamp":"2025-01-13T23:37:24.899+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.2Mi, Sys=13.4Mi, NumGC=2574","level":"stat"}
+{"@timestamp":"2025-01-13T23:38:24.900+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.2Mi, Sys=13.4Mi, NumGC=2575","level":"stat"}
+{"@timestamp":"2025-01-13T23:39:24.901+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.2Mi, Sys=13.4Mi, NumGC=2575","level":"stat"}
+{"@timestamp":"2025-01-13T23:40:24.902+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.2Mi, Sys=13.4Mi, NumGC=2576","level":"stat"}
+{"@timestamp":"2025-01-13T23:41:24.902+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.2Mi, Sys=13.4Mi, NumGC=2576","level":"stat"}
+{"@timestamp":"2025-01-13T23:42:24.934+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.2Mi, Sys=13.4Mi, NumGC=2577","level":"stat"}
+{"@timestamp":"2025-01-13T23:43:24.938+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.2Mi, Sys=13.4Mi, NumGC=2577","level":"stat"}
+{"@timestamp":"2025-01-13T23:44:24.939+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.2Mi, Sys=13.4Mi, NumGC=2578","level":"stat"}
+{"@timestamp":"2025-01-13T23:45:24.941+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.2Mi, Sys=13.4Mi, NumGC=2578","level":"stat"}
+{"@timestamp":"2025-01-13T23:46:24.942+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.2Mi, Sys=13.4Mi, NumGC=2579","level":"stat"}
+{"@timestamp":"2025-01-13T23:47:24.943+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.2Mi, Sys=13.4Mi, NumGC=2579","level":"stat"}
+{"@timestamp":"2025-01-13T23:48:24.944+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.2Mi, Sys=13.4Mi, NumGC=2580","level":"stat"}
+{"@timestamp":"2025-01-13T23:49:24.945+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.3Mi, Sys=13.4Mi, NumGC=2580","level":"stat"}
+{"@timestamp":"2025-01-13T23:50:24.946+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.3Mi, Sys=13.4Mi, NumGC=2581","level":"stat"}
+{"@timestamp":"2025-01-13T23:51:24.948+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.3Mi, Sys=13.4Mi, NumGC=2581","level":"stat"}
+{"@timestamp":"2025-01-13T23:52:24.949+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.3Mi, Sys=13.4Mi, NumGC=2582","level":"stat"}
+{"@timestamp":"2025-01-13T23:53:24.950+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.3Mi, Sys=13.4Mi, NumGC=2582","level":"stat"}
+{"@timestamp":"2025-01-13T23:54:24.951+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.3Mi, Sys=13.4Mi, NumGC=2583","level":"stat"}
+{"@timestamp":"2025-01-13T23:55:24.953+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.3Mi, Sys=13.4Mi, NumGC=2583","level":"stat"}
+{"@timestamp":"2025-01-13T23:56:24.954+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.3Mi, Sys=13.4Mi, NumGC=2584","level":"stat"}
+{"@timestamp":"2025-01-13T23:57:24.955+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.3Mi, Sys=13.4Mi, NumGC=2584","level":"stat"}
+{"@timestamp":"2025-01-13T23:58:24.956+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.3Mi, Sys=13.4Mi, NumGC=2585","level":"stat"}
+{"@timestamp":"2025-01-13T23:59:24.957+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.3Mi, Sys=13.4Mi, NumGC=2585","level":"stat"}

+ 1149 - 0
app/mq/rabbitmq/logs/stat.log-2025-01-14

@@ -0,0 +1,1149 @@
+{"@timestamp":"2025-01-14T00:00:24.959+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.3Mi, Sys=13.4Mi, NumGC=2586","level":"stat"}
+{"@timestamp":"2025-01-14T00:01:24.959+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.3Mi, Sys=13.4Mi, NumGC=2586","level":"stat"}
+{"@timestamp":"2025-01-14T00:02:24.961+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.3Mi, Sys=13.4Mi, NumGC=2587","level":"stat"}
+{"@timestamp":"2025-01-14T00:03:24.962+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.3Mi, Sys=13.4Mi, NumGC=2587","level":"stat"}
+{"@timestamp":"2025-01-14T00:04:24.964+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.3Mi, Sys=13.4Mi, NumGC=2588","level":"stat"}
+{"@timestamp":"2025-01-14T00:05:24.965+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.3Mi, Sys=13.4Mi, NumGC=2588","level":"stat"}
+{"@timestamp":"2025-01-14T00:06:24.948+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.3Mi, Sys=13.4Mi, NumGC=2589","level":"stat"}
+{"@timestamp":"2025-01-14T00:07:24.934+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.3Mi, Sys=13.4Mi, NumGC=2589","level":"stat"}
+{"@timestamp":"2025-01-14T00:08:24.933+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.3Mi, Sys=13.4Mi, NumGC=2590","level":"stat"}
+{"@timestamp":"2025-01-14T00:09:24.935+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.3Mi, Sys=13.4Mi, NumGC=2590","level":"stat"}
+{"@timestamp":"2025-01-14T00:10:24.935+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.3Mi, Sys=13.4Mi, NumGC=2591","level":"stat"}
+{"@timestamp":"2025-01-14T00:11:24.937+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.3Mi, Sys=13.4Mi, NumGC=2591","level":"stat"}
+{"@timestamp":"2025-01-14T00:12:24.938+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.3Mi, Sys=13.4Mi, NumGC=2592","level":"stat"}
+{"@timestamp":"2025-01-14T00:13:24.938+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.4Mi, Sys=13.4Mi, NumGC=2592","level":"stat"}
+{"@timestamp":"2025-01-14T00:14:24.939+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.4Mi, Sys=13.4Mi, NumGC=2593","level":"stat"}
+{"@timestamp":"2025-01-14T00:15:24.940+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.4Mi, Sys=13.4Mi, NumGC=2593","level":"stat"}
+{"@timestamp":"2025-01-14T00:16:24.941+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.4Mi, Sys=13.4Mi, NumGC=2594","level":"stat"}
+{"@timestamp":"2025-01-14T00:17:24.941+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.4Mi, Sys=13.4Mi, NumGC=2594","level":"stat"}
+{"@timestamp":"2025-01-14T00:18:24.942+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.4Mi, Sys=13.4Mi, NumGC=2595","level":"stat"}
+{"@timestamp":"2025-01-14T00:19:24.943+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.4Mi, Sys=13.4Mi, NumGC=2595","level":"stat"}
+{"@timestamp":"2025-01-14T00:20:24.944+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.4Mi, Sys=13.4Mi, NumGC=2596","level":"stat"}
+{"@timestamp":"2025-01-14T00:21:24.945+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.4Mi, Sys=13.4Mi, NumGC=2596","level":"stat"}
+{"@timestamp":"2025-01-14T00:22:24.969+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.4Mi, Sys=13.4Mi, NumGC=2597","level":"stat"}
+{"@timestamp":"2025-01-14T00:23:24.984+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.4Mi, Sys=13.4Mi, NumGC=2597","level":"stat"}
+{"@timestamp":"2025-01-14T00:24:24.985+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.4Mi, Sys=13.4Mi, NumGC=2598","level":"stat"}
+{"@timestamp":"2025-01-14T00:25:24.987+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.4Mi, Sys=13.4Mi, NumGC=2598","level":"stat"}
+{"@timestamp":"2025-01-14T00:26:24.988+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.4Mi, Sys=13.4Mi, NumGC=2599","level":"stat"}
+{"@timestamp":"2025-01-14T00:27:24.990+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.4Mi, Sys=13.4Mi, NumGC=2599","level":"stat"}
+{"@timestamp":"2025-01-14T00:28:24.991+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.4Mi, Sys=13.4Mi, NumGC=2600","level":"stat"}
+{"@timestamp":"2025-01-14T00:29:24.992+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.4Mi, Sys=13.4Mi, NumGC=2600","level":"stat"}
+{"@timestamp":"2025-01-14T00:30:24.993+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.4Mi, Sys=13.4Mi, NumGC=2601","level":"stat"}
+{"@timestamp":"2025-01-14T00:31:24.995+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.4Mi, Sys=13.4Mi, NumGC=2601","level":"stat"}
+{"@timestamp":"2025-01-14T00:32:24.995+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.4Mi, Sys=13.4Mi, NumGC=2602","level":"stat"}
+{"@timestamp":"2025-01-14T00:33:24.996+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.4Mi, Sys=13.4Mi, NumGC=2602","level":"stat"}
+{"@timestamp":"2025-01-14T00:34:24.998+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.4Mi, Sys=13.4Mi, NumGC=2603","level":"stat"}
+{"@timestamp":"2025-01-14T00:35:24.999+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.4Mi, Sys=13.4Mi, NumGC=2603","level":"stat"}
+{"@timestamp":"2025-01-14T00:36:25.001+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.4Mi, Sys=13.4Mi, NumGC=2604","level":"stat"}
+{"@timestamp":"2025-01-14T00:37:25.002+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.4Mi, Sys=13.4Mi, NumGC=2604","level":"stat"}
+{"@timestamp":"2025-01-14T00:38:25.003+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.5Mi, Sys=13.4Mi, NumGC=2605","level":"stat"}
+{"@timestamp":"2025-01-14T00:39:25.005+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.5Mi, Sys=13.4Mi, NumGC=2605","level":"stat"}
+{"@timestamp":"2025-01-14T00:40:25.006+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.5Mi, Sys=13.4Mi, NumGC=2606","level":"stat"}
+{"@timestamp":"2025-01-14T00:41:25.008+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.5Mi, Sys=13.4Mi, NumGC=2606","level":"stat"}
+{"@timestamp":"2025-01-14T00:42:25.009+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.5Mi, Sys=13.4Mi, NumGC=2607","level":"stat"}
+{"@timestamp":"2025-01-14T00:43:25.010+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.5Mi, Sys=13.4Mi, NumGC=2607","level":"stat"}
+{"@timestamp":"2025-01-14T00:44:25.011+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.5Mi, Sys=13.4Mi, NumGC=2608","level":"stat"}
+{"@timestamp":"2025-01-14T00:45:25.012+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.5Mi, Sys=13.4Mi, NumGC=2608","level":"stat"}
+{"@timestamp":"2025-01-14T00:46:25.014+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.5Mi, Sys=13.4Mi, NumGC=2609","level":"stat"}
+{"@timestamp":"2025-01-14T00:47:25.015+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.5Mi, Sys=13.4Mi, NumGC=2609","level":"stat"}
+{"@timestamp":"2025-01-14T00:48:25.013+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.5Mi, Sys=13.4Mi, NumGC=2610","level":"stat"}
+{"@timestamp":"2025-01-14T00:49:25.013+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.5Mi, Sys=13.4Mi, NumGC=2610","level":"stat"}
+{"@timestamp":"2025-01-14T00:50:25.015+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.5Mi, Sys=13.4Mi, NumGC=2611","level":"stat"}
+{"@timestamp":"2025-01-14T00:51:25.015+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.5Mi, Sys=13.4Mi, NumGC=2611","level":"stat"}
+{"@timestamp":"2025-01-14T00:52:25.017+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.5Mi, Sys=13.4Mi, NumGC=2612","level":"stat"}
+{"@timestamp":"2025-01-14T00:53:25.018+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.5Mi, Sys=13.4Mi, NumGC=2612","level":"stat"}
+{"@timestamp":"2025-01-14T00:54:25.019+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.5Mi, Sys=13.4Mi, NumGC=2613","level":"stat"}
+{"@timestamp":"2025-01-14T00:55:25.021+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.5Mi, Sys=13.4Mi, NumGC=2613","level":"stat"}
+{"@timestamp":"2025-01-14T00:56:25.022+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.5Mi, Sys=13.4Mi, NumGC=2614","level":"stat"}
+{"@timestamp":"2025-01-14T00:57:25.023+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.5Mi, Sys=13.4Mi, NumGC=2614","level":"stat"}
+{"@timestamp":"2025-01-14T00:58:25.025+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.5Mi, Sys=13.4Mi, NumGC=2615","level":"stat"}
+{"@timestamp":"2025-01-14T00:59:25.026+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.5Mi, Sys=13.4Mi, NumGC=2615","level":"stat"}
+{"@timestamp":"2025-01-14T01:00:25.027+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.5Mi, Sys=13.4Mi, NumGC=2616","level":"stat"}
+{"@timestamp":"2025-01-14T01:01:25.028+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.5Mi, Sys=13.4Mi, NumGC=2616","level":"stat"}
+{"@timestamp":"2025-01-14T01:02:25.029+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.5Mi, Sys=13.4Mi, NumGC=2617","level":"stat"}
+{"@timestamp":"2025-01-14T01:03:25.031+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.6Mi, Sys=13.4Mi, NumGC=2617","level":"stat"}
+{"@timestamp":"2025-01-14T01:04:25.032+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.6Mi, Sys=13.4Mi, NumGC=2618","level":"stat"}
+{"@timestamp":"2025-01-14T01:05:25.033+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.6Mi, Sys=13.4Mi, NumGC=2618","level":"stat"}
+{"@timestamp":"2025-01-14T01:06:25.034+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.6Mi, Sys=13.4Mi, NumGC=2619","level":"stat"}
+{"@timestamp":"2025-01-14T01:07:25.035+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.6Mi, Sys=13.4Mi, NumGC=2619","level":"stat"}
+{"@timestamp":"2025-01-14T01:08:25.037+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.6Mi, Sys=13.4Mi, NumGC=2620","level":"stat"}
+{"@timestamp":"2025-01-14T01:09:25.038+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.6Mi, Sys=13.4Mi, NumGC=2620","level":"stat"}
+{"@timestamp":"2025-01-14T01:10:25.039+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.6Mi, Sys=13.4Mi, NumGC=2621","level":"stat"}
+{"@timestamp":"2025-01-14T01:11:25.039+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.6Mi, Sys=13.4Mi, NumGC=2621","level":"stat"}
+{"@timestamp":"2025-01-14T01:12:25.033+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.6Mi, Sys=13.4Mi, NumGC=2622","level":"stat"}
+{"@timestamp":"2025-01-14T01:13:25.034+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.6Mi, Sys=13.4Mi, NumGC=2622","level":"stat"}
+{"@timestamp":"2025-01-14T01:14:25.035+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.6Mi, Sys=13.4Mi, NumGC=2623","level":"stat"}
+{"@timestamp":"2025-01-14T01:15:25.036+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.6Mi, Sys=13.4Mi, NumGC=2623","level":"stat"}
+{"@timestamp":"2025-01-14T01:16:25.037+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.6Mi, Sys=13.4Mi, NumGC=2624","level":"stat"}
+{"@timestamp":"2025-01-14T01:17:25.038+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.6Mi, Sys=13.4Mi, NumGC=2624","level":"stat"}
+{"@timestamp":"2025-01-14T01:18:25.039+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.6Mi, Sys=13.4Mi, NumGC=2625","level":"stat"}
+{"@timestamp":"2025-01-14T01:19:25.040+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.6Mi, Sys=13.4Mi, NumGC=2625","level":"stat"}
+{"@timestamp":"2025-01-14T01:20:25.041+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.6Mi, Sys=13.4Mi, NumGC=2626","level":"stat"}
+{"@timestamp":"2025-01-14T01:21:25.042+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.6Mi, Sys=13.4Mi, NumGC=2626","level":"stat"}
+{"@timestamp":"2025-01-14T01:22:25.044+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.6Mi, Sys=13.4Mi, NumGC=2627","level":"stat"}
+{"@timestamp":"2025-01-14T01:23:25.045+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.6Mi, Sys=13.4Mi, NumGC=2627","level":"stat"}
+{"@timestamp":"2025-01-14T01:24:25.046+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.6Mi, Sys=13.4Mi, NumGC=2628","level":"stat"}
+{"@timestamp":"2025-01-14T01:25:25.047+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.6Mi, Sys=13.4Mi, NumGC=2628","level":"stat"}
+{"@timestamp":"2025-01-14T01:26:25.048+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.6Mi, Sys=13.4Mi, NumGC=2629","level":"stat"}
+{"@timestamp":"2025-01-14T01:27:24.925+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.7Mi, Sys=13.4Mi, NumGC=2629","level":"stat"}
+{"@timestamp":"2025-01-14T01:28:24.924+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.7Mi, Sys=13.4Mi, NumGC=2630","level":"stat"}
+{"@timestamp":"2025-01-14T01:29:24.925+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.7Mi, Sys=13.4Mi, NumGC=2630","level":"stat"}
+{"@timestamp":"2025-01-14T01:30:24.924+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.7Mi, Sys=13.4Mi, NumGC=2631","level":"stat"}
+{"@timestamp":"2025-01-14T01:31:24.924+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.7Mi, Sys=13.4Mi, NumGC=2631","level":"stat"}
+{"@timestamp":"2025-01-14T01:32:24.923+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.7Mi, Sys=13.4Mi, NumGC=2632","level":"stat"}
+{"@timestamp":"2025-01-14T01:33:24.923+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.7Mi, Sys=13.4Mi, NumGC=2632","level":"stat"}
+{"@timestamp":"2025-01-14T01:34:24.923+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.7Mi, Sys=13.4Mi, NumGC=2633","level":"stat"}
+{"@timestamp":"2025-01-14T01:35:24.922+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.7Mi, Sys=13.4Mi, NumGC=2633","level":"stat"}
+{"@timestamp":"2025-01-14T01:36:24.921+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.7Mi, Sys=13.4Mi, NumGC=2634","level":"stat"}
+{"@timestamp":"2025-01-14T01:37:24.921+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.7Mi, Sys=13.4Mi, NumGC=2634","level":"stat"}
+{"@timestamp":"2025-01-14T01:38:24.921+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.7Mi, Sys=13.4Mi, NumGC=2635","level":"stat"}
+{"@timestamp":"2025-01-14T01:39:24.920+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.7Mi, Sys=13.4Mi, NumGC=2635","level":"stat"}
+{"@timestamp":"2025-01-14T01:40:24.921+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.7Mi, Sys=13.4Mi, NumGC=2636","level":"stat"}
+{"@timestamp":"2025-01-14T01:41:24.920+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.7Mi, Sys=13.4Mi, NumGC=2636","level":"stat"}
+{"@timestamp":"2025-01-14T01:42:24.920+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.7Mi, Sys=13.4Mi, NumGC=2637","level":"stat"}
+{"@timestamp":"2025-01-14T01:43:24.919+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.7Mi, Sys=13.4Mi, NumGC=2637","level":"stat"}
+{"@timestamp":"2025-01-14T01:44:24.918+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.7Mi, Sys=13.4Mi, NumGC=2638","level":"stat"}
+{"@timestamp":"2025-01-14T01:45:24.918+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.7Mi, Sys=13.4Mi, NumGC=2638","level":"stat"}
+{"@timestamp":"2025-01-14T01:46:24.918+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.7Mi, Sys=13.4Mi, NumGC=2639","level":"stat"}
+{"@timestamp":"2025-01-14T01:47:24.918+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.7Mi, Sys=13.4Mi, NumGC=2639","level":"stat"}
+{"@timestamp":"2025-01-14T01:48:24.917+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.7Mi, Sys=13.4Mi, NumGC=2640","level":"stat"}
+{"@timestamp":"2025-01-14T01:49:24.917+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.7Mi, Sys=13.4Mi, NumGC=2640","level":"stat"}
+{"@timestamp":"2025-01-14T01:50:24.934+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.7Mi, Sys=13.4Mi, NumGC=2641","level":"stat"}
+{"@timestamp":"2025-01-14T01:51:24.933+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.7Mi, Sys=13.4Mi, NumGC=2641","level":"stat"}
+{"@timestamp":"2025-01-14T01:52:24.934+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.7Mi, Sys=13.4Mi, NumGC=2642","level":"stat"}
+{"@timestamp":"2025-01-14T01:53:24.934+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.8Mi, Sys=13.4Mi, NumGC=2642","level":"stat"}
+{"@timestamp":"2025-01-14T01:54:24.934+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.8Mi, Sys=13.4Mi, NumGC=2643","level":"stat"}
+{"@timestamp":"2025-01-14T01:55:24.933+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.8Mi, Sys=13.4Mi, NumGC=2643","level":"stat"}
+{"@timestamp":"2025-01-14T01:56:24.933+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.8Mi, Sys=13.4Mi, NumGC=2644","level":"stat"}
+{"@timestamp":"2025-01-14T01:57:24.933+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.8Mi, Sys=13.4Mi, NumGC=2644","level":"stat"}
+{"@timestamp":"2025-01-14T01:58:24.933+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.8Mi, Sys=13.4Mi, NumGC=2645","level":"stat"}
+{"@timestamp":"2025-01-14T01:59:24.933+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.8Mi, Sys=13.4Mi, NumGC=2645","level":"stat"}
+{"@timestamp":"2025-01-14T02:00:24.932+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.8Mi, Sys=13.4Mi, NumGC=2646","level":"stat"}
+{"@timestamp":"2025-01-14T02:01:24.933+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.8Mi, Sys=13.4Mi, NumGC=2646","level":"stat"}
+{"@timestamp":"2025-01-14T02:02:24.932+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.8Mi, Sys=13.4Mi, NumGC=2647","level":"stat"}
+{"@timestamp":"2025-01-14T02:03:24.932+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.8Mi, Sys=13.4Mi, NumGC=2647","level":"stat"}
+{"@timestamp":"2025-01-14T02:04:24.932+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.8Mi, Sys=13.4Mi, NumGC=2648","level":"stat"}
+{"@timestamp":"2025-01-14T02:05:24.931+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.8Mi, Sys=13.4Mi, NumGC=2648","level":"stat"}
+{"@timestamp":"2025-01-14T02:06:24.944+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.8Mi, Sys=13.4Mi, NumGC=2649","level":"stat"}
+{"@timestamp":"2025-01-14T02:07:24.946+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.8Mi, Sys=13.4Mi, NumGC=2649","level":"stat"}
+{"@timestamp":"2025-01-14T02:08:24.946+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.8Mi, Sys=13.4Mi, NumGC=2650","level":"stat"}
+{"@timestamp":"2025-01-14T02:09:24.946+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.8Mi, Sys=13.4Mi, NumGC=2650","level":"stat"}
+{"@timestamp":"2025-01-14T02:10:24.947+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.8Mi, Sys=13.4Mi, NumGC=2651","level":"stat"}
+{"@timestamp":"2025-01-14T02:11:24.946+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.8Mi, Sys=13.4Mi, NumGC=2651","level":"stat"}
+{"@timestamp":"2025-01-14T02:12:24.947+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.8Mi, Sys=13.4Mi, NumGC=2652","level":"stat"}
+{"@timestamp":"2025-01-14T02:13:24.947+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.8Mi, Sys=13.4Mi, NumGC=2652","level":"stat"}
+{"@timestamp":"2025-01-14T02:14:24.947+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.8Mi, Sys=13.4Mi, NumGC=2653","level":"stat"}
+{"@timestamp":"2025-01-14T02:15:24.947+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.8Mi, Sys=13.4Mi, NumGC=2653","level":"stat"}
+{"@timestamp":"2025-01-14T02:16:24.946+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.8Mi, Sys=13.4Mi, NumGC=2654","level":"stat"}
+{"@timestamp":"2025-01-14T02:17:24.947+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.9Mi, Sys=13.4Mi, NumGC=2654","level":"stat"}
+{"@timestamp":"2025-01-14T02:18:24.947+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.9Mi, Sys=13.4Mi, NumGC=2655","level":"stat"}
+{"@timestamp":"2025-01-14T02:19:24.947+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.9Mi, Sys=13.4Mi, NumGC=2655","level":"stat"}
+{"@timestamp":"2025-01-14T02:20:24.947+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.9Mi, Sys=13.4Mi, NumGC=2656","level":"stat"}
+{"@timestamp":"2025-01-14T02:21:24.968+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.9Mi, Sys=13.4Mi, NumGC=2656","level":"stat"}
+{"@timestamp":"2025-01-14T02:22:24.976+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.9Mi, Sys=13.4Mi, NumGC=2657","level":"stat"}
+{"@timestamp":"2025-01-14T02:23:24.977+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.9Mi, Sys=13.4Mi, NumGC=2657","level":"stat"}
+{"@timestamp":"2025-01-14T02:24:24.977+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.9Mi, Sys=13.4Mi, NumGC=2658","level":"stat"}
+{"@timestamp":"2025-01-14T02:25:24.977+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.9Mi, Sys=13.4Mi, NumGC=2658","level":"stat"}
+{"@timestamp":"2025-01-14T02:26:24.978+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.9Mi, Sys=13.4Mi, NumGC=2659","level":"stat"}
+{"@timestamp":"2025-01-14T02:27:24.978+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.9Mi, Sys=13.4Mi, NumGC=2659","level":"stat"}
+{"@timestamp":"2025-01-14T02:28:24.978+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.9Mi, Sys=13.4Mi, NumGC=2660","level":"stat"}
+{"@timestamp":"2025-01-14T02:29:24.978+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.9Mi, Sys=13.4Mi, NumGC=2660","level":"stat"}
+{"@timestamp":"2025-01-14T02:30:24.979+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.9Mi, Sys=13.4Mi, NumGC=2661","level":"stat"}
+{"@timestamp":"2025-01-14T02:31:24.979+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.9Mi, Sys=13.4Mi, NumGC=2661","level":"stat"}
+{"@timestamp":"2025-01-14T02:32:24.979+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.9Mi, Sys=13.4Mi, NumGC=2662","level":"stat"}
+{"@timestamp":"2025-01-14T02:33:24.980+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.9Mi, Sys=13.4Mi, NumGC=2662","level":"stat"}
+{"@timestamp":"2025-01-14T02:34:24.981+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.9Mi, Sys=13.4Mi, NumGC=2663","level":"stat"}
+{"@timestamp":"2025-01-14T02:35:24.981+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.9Mi, Sys=13.4Mi, NumGC=2663","level":"stat"}
+{"@timestamp":"2025-01-14T02:36:24.981+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.9Mi, Sys=13.4Mi, NumGC=2664","level":"stat"}
+{"@timestamp":"2025-01-14T02:37:24.982+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.9Mi, Sys=13.4Mi, NumGC=2664","level":"stat"}
+{"@timestamp":"2025-01-14T02:38:24.982+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.9Mi, Sys=13.4Mi, NumGC=2665","level":"stat"}
+{"@timestamp":"2025-01-14T02:39:24.982+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=23.9Mi, Sys=13.4Mi, NumGC=2665","level":"stat"}
+{"@timestamp":"2025-01-14T02:40:24.982+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=23.9Mi, Sys=13.4Mi, NumGC=2666","level":"stat"}
+{"@timestamp":"2025-01-14T02:41:24.983+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.0Mi, Sys=13.4Mi, NumGC=2666","level":"stat"}
+{"@timestamp":"2025-01-14T02:42:24.985+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.0Mi, Sys=13.4Mi, NumGC=2667","level":"stat"}
+{"@timestamp":"2025-01-14T02:43:24.986+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.0Mi, Sys=13.4Mi, NumGC=2667","level":"stat"}
+{"@timestamp":"2025-01-14T02:44:24.986+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.0Mi, Sys=13.4Mi, NumGC=2668","level":"stat"}
+{"@timestamp":"2025-01-14T02:45:24.986+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.0Mi, Sys=13.4Mi, NumGC=2668","level":"stat"}
+{"@timestamp":"2025-01-14T02:46:24.986+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.0Mi, Sys=13.4Mi, NumGC=2669","level":"stat"}
+{"@timestamp":"2025-01-14T02:47:24.987+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.0Mi, Sys=13.4Mi, NumGC=2669","level":"stat"}
+{"@timestamp":"2025-01-14T02:48:24.987+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.0Mi, Sys=13.4Mi, NumGC=2670","level":"stat"}
+{"@timestamp":"2025-01-14T02:49:24.987+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.0Mi, Sys=13.4Mi, NumGC=2670","level":"stat"}
+{"@timestamp":"2025-01-14T02:50:24.988+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.0Mi, Sys=13.4Mi, NumGC=2671","level":"stat"}
+{"@timestamp":"2025-01-14T02:51:24.988+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.0Mi, Sys=13.4Mi, NumGC=2671","level":"stat"}
+{"@timestamp":"2025-01-14T02:52:24.989+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.0Mi, Sys=13.4Mi, NumGC=2672","level":"stat"}
+{"@timestamp":"2025-01-14T02:53:24.989+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.0Mi, Sys=13.4Mi, NumGC=2672","level":"stat"}
+{"@timestamp":"2025-01-14T02:54:24.990+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.0Mi, Sys=13.4Mi, NumGC=2673","level":"stat"}
+{"@timestamp":"2025-01-14T02:55:24.989+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.0Mi, Sys=13.4Mi, NumGC=2673","level":"stat"}
+{"@timestamp":"2025-01-14T02:56:24.991+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.0Mi, Sys=13.4Mi, NumGC=2674","level":"stat"}
+{"@timestamp":"2025-01-14T02:57:24.991+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.0Mi, Sys=13.4Mi, NumGC=2674","level":"stat"}
+{"@timestamp":"2025-01-14T02:58:24.977+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.0Mi, Sys=13.4Mi, NumGC=2675","level":"stat"}
+{"@timestamp":"2025-01-14T02:59:24.968+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.0Mi, Sys=13.4Mi, NumGC=2675","level":"stat"}
+{"@timestamp":"2025-01-14T03:00:24.968+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.0Mi, Sys=13.4Mi, NumGC=2676","level":"stat"}
+{"@timestamp":"2025-01-14T03:01:24.968+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.0Mi, Sys=13.4Mi, NumGC=2676","level":"stat"}
+{"@timestamp":"2025-01-14T03:02:24.968+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.0Mi, Sys=13.4Mi, NumGC=2677","level":"stat"}
+{"@timestamp":"2025-01-14T03:03:24.968+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.0Mi, Sys=13.4Mi, NumGC=2677","level":"stat"}
+{"@timestamp":"2025-01-14T03:04:24.968+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.0Mi, Sys=13.4Mi, NumGC=2678","level":"stat"}
+{"@timestamp":"2025-01-14T03:05:24.968+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.0Mi, Sys=13.4Mi, NumGC=2678","level":"stat"}
+{"@timestamp":"2025-01-14T03:06:24.968+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.1Mi, Sys=13.4Mi, NumGC=2679","level":"stat"}
+{"@timestamp":"2025-01-14T03:07:24.968+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.1Mi, Sys=13.4Mi, NumGC=2679","level":"stat"}
+{"@timestamp":"2025-01-14T03:08:24.969+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.1Mi, Sys=13.4Mi, NumGC=2680","level":"stat"}
+{"@timestamp":"2025-01-14T03:09:24.969+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.1Mi, Sys=13.4Mi, NumGC=2680","level":"stat"}
+{"@timestamp":"2025-01-14T03:10:24.969+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.1Mi, Sys=13.4Mi, NumGC=2681","level":"stat"}
+{"@timestamp":"2025-01-14T03:11:24.969+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.1Mi, Sys=13.4Mi, NumGC=2681","level":"stat"}
+{"@timestamp":"2025-01-14T03:12:24.969+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.1Mi, Sys=13.4Mi, NumGC=2682","level":"stat"}
+{"@timestamp":"2025-01-14T03:13:24.971+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.1Mi, Sys=13.4Mi, NumGC=2682","level":"stat"}
+{"@timestamp":"2025-01-14T03:14:24.974+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.1Mi, Sys=13.4Mi, NumGC=2683","level":"stat"}
+{"@timestamp":"2025-01-14T03:15:24.975+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.1Mi, Sys=13.4Mi, NumGC=2683","level":"stat"}
+{"@timestamp":"2025-01-14T03:16:24.975+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.1Mi, Sys=13.4Mi, NumGC=2684","level":"stat"}
+{"@timestamp":"2025-01-14T03:17:24.976+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.1Mi, Sys=13.4Mi, NumGC=2684","level":"stat"}
+{"@timestamp":"2025-01-14T03:18:24.976+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.1Mi, Sys=13.4Mi, NumGC=2685","level":"stat"}
+{"@timestamp":"2025-01-14T03:19:24.976+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.1Mi, Sys=13.4Mi, NumGC=2685","level":"stat"}
+{"@timestamp":"2025-01-14T03:20:24.976+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.1Mi, Sys=13.4Mi, NumGC=2686","level":"stat"}
+{"@timestamp":"2025-01-14T03:21:24.976+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.1Mi, Sys=13.4Mi, NumGC=2686","level":"stat"}
+{"@timestamp":"2025-01-14T03:22:24.976+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.1Mi, Sys=13.4Mi, NumGC=2687","level":"stat"}
+{"@timestamp":"2025-01-14T03:23:24.977+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.1Mi, Sys=13.4Mi, NumGC=2687","level":"stat"}
+{"@timestamp":"2025-01-14T03:24:24.977+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.1Mi, Sys=13.4Mi, NumGC=2688","level":"stat"}
+{"@timestamp":"2025-01-14T03:25:24.977+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.1Mi, Sys=13.4Mi, NumGC=2688","level":"stat"}
+{"@timestamp":"2025-01-14T03:26:24.977+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.1Mi, Sys=13.4Mi, NumGC=2689","level":"stat"}
+{"@timestamp":"2025-01-14T03:27:24.977+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.1Mi, Sys=13.4Mi, NumGC=2689","level":"stat"}
+{"@timestamp":"2025-01-14T03:28:24.978+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.1Mi, Sys=13.4Mi, NumGC=2690","level":"stat"}
+{"@timestamp":"2025-01-14T03:29:24.857+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.1Mi, Sys=13.4Mi, NumGC=2690","level":"stat"}
+{"@timestamp":"2025-01-14T03:30:24.856+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.1Mi, Sys=13.4Mi, NumGC=2691","level":"stat"}
+{"@timestamp":"2025-01-14T03:31:24.854+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.2Mi, Sys=13.4Mi, NumGC=2691","level":"stat"}
+{"@timestamp":"2025-01-14T03:32:24.854+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.2Mi, Sys=13.4Mi, NumGC=2692","level":"stat"}
+{"@timestamp":"2025-01-14T03:33:24.853+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.2Mi, Sys=13.4Mi, NumGC=2692","level":"stat"}
+{"@timestamp":"2025-01-14T03:34:24.851+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.2Mi, Sys=13.4Mi, NumGC=2693","level":"stat"}
+{"@timestamp":"2025-01-14T03:35:24.850+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.2Mi, Sys=13.4Mi, NumGC=2693","level":"stat"}
+{"@timestamp":"2025-01-14T03:36:24.849+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.2Mi, Sys=13.4Mi, NumGC=2694","level":"stat"}
+{"@timestamp":"2025-01-14T03:37:24.848+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.2Mi, Sys=13.4Mi, NumGC=2694","level":"stat"}
+{"@timestamp":"2025-01-14T03:38:24.847+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.2Mi, Sys=13.4Mi, NumGC=2695","level":"stat"}
+{"@timestamp":"2025-01-14T03:39:24.845+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.2Mi, Sys=13.4Mi, NumGC=2695","level":"stat"}
+{"@timestamp":"2025-01-14T03:40:24.844+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.2Mi, Sys=13.4Mi, NumGC=2696","level":"stat"}
+{"@timestamp":"2025-01-14T03:41:24.843+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.2Mi, Sys=13.4Mi, NumGC=2696","level":"stat"}
+{"@timestamp":"2025-01-14T03:42:24.842+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.2Mi, Sys=13.4Mi, NumGC=2697","level":"stat"}
+{"@timestamp":"2025-01-14T03:43:24.841+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.2Mi, Sys=13.4Mi, NumGC=2697","level":"stat"}
+{"@timestamp":"2025-01-14T03:44:24.840+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.2Mi, Sys=13.4Mi, NumGC=2698","level":"stat"}
+{"@timestamp":"2025-01-14T03:45:24.838+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.2Mi, Sys=13.4Mi, NumGC=2698","level":"stat"}
+{"@timestamp":"2025-01-14T03:46:24.760+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.2Mi, Sys=13.4Mi, NumGC=2699","level":"stat"}
+{"@timestamp":"2025-01-14T03:47:24.757+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.2Mi, Sys=13.4Mi, NumGC=2699","level":"stat"}
+{"@timestamp":"2025-01-14T03:48:24.755+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.2Mi, Sys=13.4Mi, NumGC=2700","level":"stat"}
+{"@timestamp":"2025-01-14T03:49:24.753+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.2Mi, Sys=13.4Mi, NumGC=2700","level":"stat"}
+{"@timestamp":"2025-01-14T03:50:24.751+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.2Mi, Sys=13.4Mi, NumGC=2701","level":"stat"}
+{"@timestamp":"2025-01-14T03:51:24.749+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.2Mi, Sys=13.4Mi, NumGC=2701","level":"stat"}
+{"@timestamp":"2025-01-14T03:52:24.747+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.2Mi, Sys=13.4Mi, NumGC=2702","level":"stat"}
+{"@timestamp":"2025-01-14T03:53:24.745+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.2Mi, Sys=13.4Mi, NumGC=2702","level":"stat"}
+{"@timestamp":"2025-01-14T03:54:24.742+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.2Mi, Sys=13.4Mi, NumGC=2703","level":"stat"}
+{"@timestamp":"2025-01-14T03:55:24.740+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.2Mi, Sys=13.4Mi, NumGC=2703","level":"stat"}
+{"@timestamp":"2025-01-14T03:56:24.739+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.2Mi, Sys=13.4Mi, NumGC=2704","level":"stat"}
+{"@timestamp":"2025-01-14T03:57:24.736+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.3Mi, Sys=13.4Mi, NumGC=2704","level":"stat"}
+{"@timestamp":"2025-01-14T03:58:24.734+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.3Mi, Sys=13.4Mi, NumGC=2705","level":"stat"}
+{"@timestamp":"2025-01-14T03:59:24.732+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.3Mi, Sys=13.4Mi, NumGC=2705","level":"stat"}
+{"@timestamp":"2025-01-14T04:00:24.730+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.3Mi, Sys=13.4Mi, NumGC=2706","level":"stat"}
+{"@timestamp":"2025-01-14T04:01:24.728+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.3Mi, Sys=13.4Mi, NumGC=2706","level":"stat"}
+{"@timestamp":"2025-01-14T04:02:24.726+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.3Mi, Sys=13.4Mi, NumGC=2707","level":"stat"}
+{"@timestamp":"2025-01-14T04:03:24.724+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.3Mi, Sys=13.4Mi, NumGC=2707","level":"stat"}
+{"@timestamp":"2025-01-14T04:04:24.722+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.3Mi, Sys=13.4Mi, NumGC=2708","level":"stat"}
+{"@timestamp":"2025-01-14T04:05:24.720+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.3Mi, Sys=13.4Mi, NumGC=2708","level":"stat"}
+{"@timestamp":"2025-01-14T04:06:24.718+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.3Mi, Sys=13.4Mi, NumGC=2709","level":"stat"}
+{"@timestamp":"2025-01-14T04:07:24.715+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.3Mi, Sys=13.4Mi, NumGC=2709","level":"stat"}
+{"@timestamp":"2025-01-14T04:08:24.768+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.3Mi, Sys=13.4Mi, NumGC=2710","level":"stat"}
+{"@timestamp":"2025-01-14T04:09:24.767+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.3Mi, Sys=13.4Mi, NumGC=2710","level":"stat"}
+{"@timestamp":"2025-01-14T04:10:24.765+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.3Mi, Sys=13.4Mi, NumGC=2711","level":"stat"}
+{"@timestamp":"2025-01-14T04:11:24.763+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.3Mi, Sys=13.4Mi, NumGC=2711","level":"stat"}
+{"@timestamp":"2025-01-14T04:12:24.762+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.3Mi, Sys=13.4Mi, NumGC=2712","level":"stat"}
+{"@timestamp":"2025-01-14T04:13:24.761+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.3Mi, Sys=13.4Mi, NumGC=2712","level":"stat"}
+{"@timestamp":"2025-01-14T04:14:24.760+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.3Mi, Sys=13.4Mi, NumGC=2713","level":"stat"}
+{"@timestamp":"2025-01-14T04:15:24.758+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.3Mi, Sys=13.4Mi, NumGC=2713","level":"stat"}
+{"@timestamp":"2025-01-14T04:16:24.757+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.3Mi, Sys=13.4Mi, NumGC=2714","level":"stat"}
+{"@timestamp":"2025-01-14T04:17:24.755+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.3Mi, Sys=13.4Mi, NumGC=2714","level":"stat"}
+{"@timestamp":"2025-01-14T04:18:24.754+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.3Mi, Sys=13.4Mi, NumGC=2715","level":"stat"}
+{"@timestamp":"2025-01-14T04:19:24.753+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.3Mi, Sys=13.4Mi, NumGC=2715","level":"stat"}
+{"@timestamp":"2025-01-14T04:20:24.751+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.3Mi, Sys=13.4Mi, NumGC=2716","level":"stat"}
+{"@timestamp":"2025-01-14T04:21:24.750+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.4Mi, Sys=13.4Mi, NumGC=2716","level":"stat"}
+{"@timestamp":"2025-01-14T04:22:24.748+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.4Mi, Sys=13.4Mi, NumGC=2717","level":"stat"}
+{"@timestamp":"2025-01-14T04:23:24.747+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.4Mi, Sys=13.4Mi, NumGC=2717","level":"stat"}
+{"@timestamp":"2025-01-14T04:24:24.834+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.4Mi, Sys=13.4Mi, NumGC=2718","level":"stat"}
+{"@timestamp":"2025-01-14T04:25:24.833+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.4Mi, Sys=13.4Mi, NumGC=2718","level":"stat"}
+{"@timestamp":"2025-01-14T04:26:24.833+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.4Mi, Sys=13.4Mi, NumGC=2719","level":"stat"}
+{"@timestamp":"2025-01-14T04:27:24.833+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.4Mi, Sys=13.4Mi, NumGC=2719","level":"stat"}
+{"@timestamp":"2025-01-14T04:28:24.831+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.4Mi, Sys=13.4Mi, NumGC=2720","level":"stat"}
+{"@timestamp":"2025-01-14T04:29:24.832+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.4Mi, Sys=13.4Mi, NumGC=2720","level":"stat"}
+{"@timestamp":"2025-01-14T04:30:24.832+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.4Mi, Sys=13.4Mi, NumGC=2721","level":"stat"}
+{"@timestamp":"2025-01-14T04:31:24.831+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.4Mi, Sys=13.4Mi, NumGC=2721","level":"stat"}
+{"@timestamp":"2025-01-14T04:32:24.831+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.4Mi, Sys=13.4Mi, NumGC=2722","level":"stat"}
+{"@timestamp":"2025-01-14T04:33:24.830+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.4Mi, Sys=13.4Mi, NumGC=2722","level":"stat"}
+{"@timestamp":"2025-01-14T04:34:24.830+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.4Mi, Sys=13.4Mi, NumGC=2723","level":"stat"}
+{"@timestamp":"2025-01-14T04:35:24.830+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.4Mi, Sys=13.4Mi, NumGC=2723","level":"stat"}
+{"@timestamp":"2025-01-14T04:36:24.829+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.4Mi, Sys=13.4Mi, NumGC=2724","level":"stat"}
+{"@timestamp":"2025-01-14T04:37:24.829+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.4Mi, Sys=13.4Mi, NumGC=2724","level":"stat"}
+{"@timestamp":"2025-01-14T04:38:24.829+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.4Mi, Sys=13.4Mi, NumGC=2725","level":"stat"}
+{"@timestamp":"2025-01-14T04:39:24.829+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.4Mi, Sys=13.4Mi, NumGC=2725","level":"stat"}
+{"@timestamp":"2025-01-14T04:40:24.858+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.4Mi, Sys=13.4Mi, NumGC=2726","level":"stat"}
+{"@timestamp":"2025-01-14T04:41:24.861+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.4Mi, Sys=13.4Mi, NumGC=2726","level":"stat"}
+{"@timestamp":"2025-01-14T04:42:24.861+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.4Mi, Sys=13.4Mi, NumGC=2727","level":"stat"}
+{"@timestamp":"2025-01-14T04:43:24.860+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.4Mi, Sys=13.4Mi, NumGC=2727","level":"stat"}
+{"@timestamp":"2025-01-14T04:44:24.861+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.4Mi, Sys=13.4Mi, NumGC=2728","level":"stat"}
+{"@timestamp":"2025-01-14T04:45:24.861+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.5Mi, Sys=13.4Mi, NumGC=2728","level":"stat"}
+{"@timestamp":"2025-01-14T04:46:24.861+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.5Mi, Sys=13.4Mi, NumGC=2729","level":"stat"}
+{"@timestamp":"2025-01-14T04:47:24.861+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.5Mi, Sys=13.4Mi, NumGC=2729","level":"stat"}
+{"@timestamp":"2025-01-14T04:48:24.861+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.5Mi, Sys=13.4Mi, NumGC=2730","level":"stat"}
+{"@timestamp":"2025-01-14T04:49:24.860+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.5Mi, Sys=13.4Mi, NumGC=2730","level":"stat"}
+{"@timestamp":"2025-01-14T04:50:24.861+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.5Mi, Sys=13.4Mi, NumGC=2731","level":"stat"}
+{"@timestamp":"2025-01-14T04:51:24.861+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.5Mi, Sys=13.4Mi, NumGC=2731","level":"stat"}
+{"@timestamp":"2025-01-14T04:52:24.861+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.5Mi, Sys=13.4Mi, NumGC=2732","level":"stat"}
+{"@timestamp":"2025-01-14T04:53:24.861+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.5Mi, Sys=13.4Mi, NumGC=2732","level":"stat"}
+{"@timestamp":"2025-01-14T04:54:24.861+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.5Mi, Sys=13.4Mi, NumGC=2733","level":"stat"}
+{"@timestamp":"2025-01-14T04:55:24.804+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.5Mi, Sys=13.4Mi, NumGC=2733","level":"stat"}
+{"@timestamp":"2025-01-14T05:27:03.083+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.5Mi, Sys=13.4Mi, NumGC=2734","level":"stat"}
+{"@timestamp":"2025-01-14T05:28:03.092+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.5Mi, Sys=13.4Mi, NumGC=2734","level":"stat"}
+{"@timestamp":"2025-01-14T05:45:53.440+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.5Mi, Sys=13.4Mi, NumGC=2735","level":"stat"}
+{"@timestamp":"2025-01-14T06:02:01.487+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.5Mi, Sys=13.4Mi, NumGC=2735","level":"stat"}
+{"@timestamp":"2025-01-14T06:18:11.503+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.5Mi, Sys=13.4Mi, NumGC=2736","level":"stat"}
+{"@timestamp":"2025-01-14T06:34:36.521+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.5Mi, Sys=13.4Mi, NumGC=2736","level":"stat"}
+{"@timestamp":"2025-01-14T06:35:36.521+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.5Mi, Sys=13.4Mi, NumGC=2737","level":"stat"}
+{"@timestamp":"2025-01-14T06:36:36.518+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.5Mi, Sys=13.4Mi, NumGC=2737","level":"stat"}
+{"@timestamp":"2025-01-14T06:53:01.664+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.5Mi, Sys=13.4Mi, NumGC=2738","level":"stat"}
+{"@timestamp":"2025-01-14T07:11:43.930+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.5Mi, Sys=13.4Mi, NumGC=2738","level":"stat"}
+{"@timestamp":"2025-01-14T07:12:43.890+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.5Mi, Sys=13.4Mi, NumGC=2739","level":"stat"}
+{"@timestamp":"2025-01-14T07:13:43.888+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.5Mi, Sys=13.4Mi, NumGC=2739","level":"stat"}
+{"@timestamp":"2025-01-14T07:14:43.888+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.5Mi, Sys=13.4Mi, NumGC=2740","level":"stat"}
+{"@timestamp":"2025-01-14T07:15:43.889+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.5Mi, Sys=13.4Mi, NumGC=2740","level":"stat"}
+{"@timestamp":"2025-01-14T07:16:43.887+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.5Mi, Sys=13.4Mi, NumGC=2741","level":"stat"}
+{"@timestamp":"2025-01-14T07:17:43.888+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.6Mi, Sys=13.4Mi, NumGC=2741","level":"stat"}
+{"@timestamp":"2025-01-14T07:18:43.887+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.6Mi, Sys=13.4Mi, NumGC=2742","level":"stat"}
+{"@timestamp":"2025-01-14T07:19:43.888+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.6Mi, Sys=13.4Mi, NumGC=2742","level":"stat"}
+{"@timestamp":"2025-01-14T07:20:43.888+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.6Mi, Sys=13.4Mi, NumGC=2743","level":"stat"}
+{"@timestamp":"2025-01-14T07:21:43.887+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.6Mi, Sys=13.4Mi, NumGC=2743","level":"stat"}
+{"@timestamp":"2025-01-14T07:22:43.888+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.6Mi, Sys=13.4Mi, NumGC=2744","level":"stat"}
+{"@timestamp":"2025-01-14T07:23:43.887+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.6Mi, Sys=13.4Mi, NumGC=2744","level":"stat"}
+{"@timestamp":"2025-01-14T07:24:43.886+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.6Mi, Sys=13.4Mi, NumGC=2745","level":"stat"}
+{"@timestamp":"2025-01-14T07:25:43.886+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.6Mi, Sys=13.4Mi, NumGC=2745","level":"stat"}
+{"@timestamp":"2025-01-14T07:26:43.887+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.6Mi, Sys=13.4Mi, NumGC=2746","level":"stat"}
+{"@timestamp":"2025-01-14T07:27:43.885+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.6Mi, Sys=13.4Mi, NumGC=2746","level":"stat"}
+{"@timestamp":"2025-01-14T07:28:43.887+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.6Mi, Sys=13.4Mi, NumGC=2747","level":"stat"}
+{"@timestamp":"2025-01-14T07:29:43.886+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.6Mi, Sys=13.4Mi, NumGC=2747","level":"stat"}
+{"@timestamp":"2025-01-14T07:30:43.886+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.6Mi, Sys=13.4Mi, NumGC=2748","level":"stat"}
+{"@timestamp":"2025-01-14T07:31:43.885+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.6Mi, Sys=13.4Mi, NumGC=2748","level":"stat"}
+{"@timestamp":"2025-01-14T07:32:43.886+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.6Mi, Sys=13.4Mi, NumGC=2749","level":"stat"}
+{"@timestamp":"2025-01-14T07:33:43.885+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.6Mi, Sys=13.4Mi, NumGC=2749","level":"stat"}
+{"@timestamp":"2025-01-14T07:34:43.884+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.6Mi, Sys=13.4Mi, NumGC=2750","level":"stat"}
+{"@timestamp":"2025-01-14T07:35:43.885+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.6Mi, Sys=13.4Mi, NumGC=2750","level":"stat"}
+{"@timestamp":"2025-01-14T07:36:43.884+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.6Mi, Sys=13.4Mi, NumGC=2751","level":"stat"}
+{"@timestamp":"2025-01-14T07:37:43.884+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.6Mi, Sys=13.4Mi, NumGC=2751","level":"stat"}
+{"@timestamp":"2025-01-14T07:38:43.884+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.6Mi, Sys=13.4Mi, NumGC=2752","level":"stat"}
+{"@timestamp":"2025-01-14T07:39:43.884+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.6Mi, Sys=13.4Mi, NumGC=2752","level":"stat"}
+{"@timestamp":"2025-01-14T07:40:43.883+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.6Mi, Sys=13.4Mi, NumGC=2753","level":"stat"}
+{"@timestamp":"2025-01-14T07:41:43.883+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.6Mi, Sys=13.4Mi, NumGC=2753","level":"stat"}
+{"@timestamp":"2025-01-14T07:42:43.883+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.6Mi, Sys=13.4Mi, NumGC=2754","level":"stat"}
+{"@timestamp":"2025-01-14T07:43:43.883+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.7Mi, Sys=13.4Mi, NumGC=2754","level":"stat"}
+{"@timestamp":"2025-01-14T07:44:43.881+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.7Mi, Sys=13.4Mi, NumGC=2755","level":"stat"}
+{"@timestamp":"2025-01-14T07:45:43.882+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.7Mi, Sys=13.4Mi, NumGC=2755","level":"stat"}
+{"@timestamp":"2025-01-14T07:46:43.882+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.7Mi, Sys=13.4Mi, NumGC=2756","level":"stat"}
+{"@timestamp":"2025-01-14T07:47:43.882+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.7Mi, Sys=13.4Mi, NumGC=2756","level":"stat"}
+{"@timestamp":"2025-01-14T07:48:43.881+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.7Mi, Sys=13.4Mi, NumGC=2757","level":"stat"}
+{"@timestamp":"2025-01-14T07:49:43.880+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.7Mi, Sys=13.4Mi, NumGC=2757","level":"stat"}
+{"@timestamp":"2025-01-14T07:50:43.881+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.7Mi, Sys=13.4Mi, NumGC=2758","level":"stat"}
+{"@timestamp":"2025-01-14T07:51:43.880+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.7Mi, Sys=13.4Mi, NumGC=2758","level":"stat"}
+{"@timestamp":"2025-01-14T07:52:43.880+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.7Mi, Sys=13.4Mi, NumGC=2759","level":"stat"}
+{"@timestamp":"2025-01-14T07:53:43.880+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.7Mi, Sys=13.4Mi, NumGC=2759","level":"stat"}
+{"@timestamp":"2025-01-14T07:54:43.880+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.7Mi, Sys=13.4Mi, NumGC=2760","level":"stat"}
+{"@timestamp":"2025-01-14T07:55:43.879+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.7Mi, Sys=13.4Mi, NumGC=2760","level":"stat"}
+{"@timestamp":"2025-01-14T07:56:43.880+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.7Mi, Sys=13.4Mi, NumGC=2761","level":"stat"}
+{"@timestamp":"2025-01-14T07:57:43.879+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.7Mi, Sys=13.4Mi, NumGC=2761","level":"stat"}
+{"@timestamp":"2025-01-14T07:58:43.878+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.7Mi, Sys=13.4Mi, NumGC=2762","level":"stat"}
+{"@timestamp":"2025-01-14T07:59:43.877+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.7Mi, Sys=13.4Mi, NumGC=2762","level":"stat"}
+{"@timestamp":"2025-01-14T08:00:43.879+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.7Mi, Sys=13.4Mi, NumGC=2763","level":"stat"}
+{"@timestamp":"2025-01-14T08:01:43.878+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.7Mi, Sys=13.4Mi, NumGC=2763","level":"stat"}
+{"@timestamp":"2025-01-14T08:02:43.878+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.7Mi, Sys=13.4Mi, NumGC=2764","level":"stat"}
+{"@timestamp":"2025-01-14T08:03:43.862+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.7Mi, Sys=13.4Mi, NumGC=2764","level":"stat"}
+{"@timestamp":"2025-01-14T08:04:43.861+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.7Mi, Sys=13.4Mi, NumGC=2765","level":"stat"}
+{"@timestamp":"2025-01-14T08:05:43.860+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.7Mi, Sys=13.4Mi, NumGC=2765","level":"stat"}
+{"@timestamp":"2025-01-14T08:06:43.861+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.7Mi, Sys=13.4Mi, NumGC=2766","level":"stat"}
+{"@timestamp":"2025-01-14T08:07:43.860+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.8Mi, Sys=13.4Mi, NumGC=2766","level":"stat"}
+{"@timestamp":"2025-01-14T08:08:43.860+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.8Mi, Sys=13.4Mi, NumGC=2767","level":"stat"}
+{"@timestamp":"2025-01-14T08:09:43.860+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.8Mi, Sys=13.4Mi, NumGC=2767","level":"stat"}
+{"@timestamp":"2025-01-14T08:10:43.858+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.8Mi, Sys=13.4Mi, NumGC=2768","level":"stat"}
+{"@timestamp":"2025-01-14T08:11:43.859+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.8Mi, Sys=13.4Mi, NumGC=2768","level":"stat"}
+{"@timestamp":"2025-01-14T08:28:32.313+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.8Mi, Sys=13.4Mi, NumGC=2769","level":"stat"}
+{"@timestamp":"2025-01-14T08:44:54.300+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.8Mi, Sys=13.4Mi, NumGC=2769","level":"stat"}
+{"@timestamp":"2025-01-14T08:45:54.305+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.8Mi, Sys=13.4Mi, NumGC=2770","level":"stat"}
+{"@timestamp":"2025-01-14T08:46:54.306+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.8Mi, Sys=13.4Mi, NumGC=2770","level":"stat"}
+{"@timestamp":"2025-01-14T08:47:54.307+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.8Mi, Sys=13.4Mi, NumGC=2771","level":"stat"}
+{"@timestamp":"2025-01-14T08:48:54.308+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.8Mi, Sys=13.4Mi, NumGC=2771","level":"stat"}
+{"@timestamp":"2025-01-14T08:57:31.181+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.8Mi, Sys=13.4Mi, NumGC=2772","level":"stat"}
+{"@timestamp":"2025-01-14T08:58:31.181+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.8Mi, Sys=13.4Mi, NumGC=2772","level":"stat"}
+{"@timestamp":"2025-01-14T08:59:31.183+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.8Mi, Sys=13.4Mi, NumGC=2773","level":"stat"}
+{"@timestamp":"2025-01-14T09:00:31.183+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.8Mi, Sys=13.4Mi, NumGC=2773","level":"stat"}
+{"@timestamp":"2025-01-14T09:01:31.185+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.8Mi, Sys=13.4Mi, NumGC=2774","level":"stat"}
+{"@timestamp":"2025-01-14T09:02:31.185+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.8Mi, Sys=13.4Mi, NumGC=2774","level":"stat"}
+{"@timestamp":"2025-01-14T09:03:31.187+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.8Mi, Sys=13.4Mi, NumGC=2775","level":"stat"}
+{"@timestamp":"2025-01-14T09:04:31.188+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.8Mi, Sys=13.4Mi, NumGC=2775","level":"stat"}
+{"@timestamp":"2025-01-14T09:05:31.189+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.8Mi, Sys=13.4Mi, NumGC=2776","level":"stat"}
+{"@timestamp":"2025-01-14T09:06:31.189+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.8Mi, Sys=13.4Mi, NumGC=2776","level":"stat"}
+{"@timestamp":"2025-01-14T09:07:31.189+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.8Mi, Sys=13.4Mi, NumGC=2777","level":"stat"}
+{"@timestamp":"2025-01-14T09:08:31.192+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.8Mi, Sys=13.4Mi, NumGC=2777","level":"stat"}
+{"@timestamp":"2025-01-14T09:09:31.193+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.8Mi, Sys=13.4Mi, NumGC=2778","level":"stat"}
+{"@timestamp":"2025-01-14T09:10:31.194+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.9Mi, Sys=13.4Mi, NumGC=2778","level":"stat"}
+{"@timestamp":"2025-01-14T09:11:31.193+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.9Mi, Sys=13.4Mi, NumGC=2779","level":"stat"}
+{"@timestamp":"2025-01-14T09:12:31.196+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.9Mi, Sys=13.4Mi, NumGC=2779","level":"stat"}
+{"@timestamp":"2025-01-14T09:13:31.197+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.9Mi, Sys=13.4Mi, NumGC=2780","level":"stat"}
+{"@timestamp":"2025-01-14T09:14:31.185+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.9Mi, Sys=13.4Mi, NumGC=2780","level":"stat"}
+{"@timestamp":"2025-01-14T09:15:31.186+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.9Mi, Sys=13.4Mi, NumGC=2781","level":"stat"}
+{"@timestamp":"2025-01-14T09:16:31.187+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.9Mi, Sys=13.4Mi, NumGC=2781","level":"stat"}
+{"@timestamp":"2025-01-14T09:17:31.187+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.9Mi, Sys=13.4Mi, NumGC=2782","level":"stat"}
+{"@timestamp":"2025-01-14T09:18:31.189+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.9Mi, Sys=13.4Mi, NumGC=2782","level":"stat"}
+{"@timestamp":"2025-01-14T09:19:31.190+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.9Mi, Sys=13.4Mi, NumGC=2783","level":"stat"}
+{"@timestamp":"2025-01-14T09:20:31.190+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.9Mi, Sys=13.4Mi, NumGC=2783","level":"stat"}
+{"@timestamp":"2025-01-14T09:21:31.191+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.9Mi, Sys=13.4Mi, NumGC=2784","level":"stat"}
+{"@timestamp":"2025-01-14T09:22:31.192+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.9Mi, Sys=13.4Mi, NumGC=2784","level":"stat"}
+{"@timestamp":"2025-01-14T09:23:31.193+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.9Mi, Sys=13.4Mi, NumGC=2785","level":"stat"}
+{"@timestamp":"2025-01-14T09:24:31.194+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.9Mi, Sys=13.4Mi, NumGC=2785","level":"stat"}
+{"@timestamp":"2025-01-14T09:25:31.194+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.9Mi, Sys=13.4Mi, NumGC=2786","level":"stat"}
+{"@timestamp":"2025-01-14T09:26:31.194+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.9Mi, Sys=13.4Mi, NumGC=2786","level":"stat"}
+{"@timestamp":"2025-01-14T09:27:31.196+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.9Mi, Sys=13.4Mi, NumGC=2787","level":"stat"}
+{"@timestamp":"2025-01-14T09:28:31.197+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.9Mi, Sys=13.4Mi, NumGC=2787","level":"stat"}
+{"@timestamp":"2025-01-14T09:29:31.196+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.9Mi, Sys=13.4Mi, NumGC=2788","level":"stat"}
+{"@timestamp":"2025-01-14T09:30:31.199+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.9Mi, Sys=13.4Mi, NumGC=2788","level":"stat"}
+{"@timestamp":"2025-01-14T09:31:31.199+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.9Mi, Sys=13.4Mi, NumGC=2789","level":"stat"}
+{"@timestamp":"2025-01-14T09:32:31.200+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=24.9Mi, Sys=13.4Mi, NumGC=2789","level":"stat"}
+{"@timestamp":"2025-01-14T09:33:31.201+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=24.9Mi, Sys=13.4Mi, NumGC=2790","level":"stat"}
+{"@timestamp":"2025-01-14T09:34:31.202+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.0Mi, Sys=13.4Mi, NumGC=2790","level":"stat"}
+{"@timestamp":"2025-01-14T09:35:31.203+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.0Mi, Sys=13.4Mi, NumGC=2791","level":"stat"}
+{"@timestamp":"2025-01-14T09:36:31.204+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.0Mi, Sys=13.4Mi, NumGC=2791","level":"stat"}
+{"@timestamp":"2025-01-14T09:37:31.204+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.0Mi, Sys=13.4Mi, NumGC=2792","level":"stat"}
+{"@timestamp":"2025-01-14T09:38:31.207+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.0Mi, Sys=13.4Mi, NumGC=2792","level":"stat"}
+{"@timestamp":"2025-01-14T09:39:31.210+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.0Mi, Sys=13.4Mi, NumGC=2793","level":"stat"}
+{"@timestamp":"2025-01-14T09:40:31.211+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.0Mi, Sys=13.4Mi, NumGC=2793","level":"stat"}
+{"@timestamp":"2025-01-14T09:41:31.211+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.0Mi, Sys=13.4Mi, NumGC=2794","level":"stat"}
+{"@timestamp":"2025-01-14T09:42:31.213+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.0Mi, Sys=13.4Mi, NumGC=2794","level":"stat"}
+{"@timestamp":"2025-01-14T09:43:31.212+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.0Mi, Sys=13.4Mi, NumGC=2795","level":"stat"}
+{"@timestamp":"2025-01-14T09:44:31.214+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.0Mi, Sys=13.4Mi, NumGC=2795","level":"stat"}
+{"@timestamp":"2025-01-14T09:45:31.215+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.0Mi, Sys=13.4Mi, NumGC=2796","level":"stat"}
+{"@timestamp":"2025-01-14T09:46:31.215+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.0Mi, Sys=13.4Mi, NumGC=2796","level":"stat"}
+{"@timestamp":"2025-01-14T09:47:31.217+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.0Mi, Sys=13.4Mi, NumGC=2797","level":"stat"}
+{"@timestamp":"2025-01-14T09:48:31.218+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.0Mi, Sys=13.4Mi, NumGC=2797","level":"stat"}
+{"@timestamp":"2025-01-14T09:49:31.219+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.0Mi, Sys=13.4Mi, NumGC=2798","level":"stat"}
+{"@timestamp":"2025-01-14T09:50:31.220+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.0Mi, Sys=13.4Mi, NumGC=2798","level":"stat"}
+{"@timestamp":"2025-01-14T09:51:31.220+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.0Mi, Sys=13.4Mi, NumGC=2799","level":"stat"}
+{"@timestamp":"2025-01-14T09:52:31.221+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.0Mi, Sys=13.4Mi, NumGC=2799","level":"stat"}
+{"@timestamp":"2025-01-14T09:53:31.222+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.0Mi, Sys=13.4Mi, NumGC=2800","level":"stat"}
+{"@timestamp":"2025-01-14T09:54:31.221+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.0Mi, Sys=13.4Mi, NumGC=2800","level":"stat"}
+{"@timestamp":"2025-01-14T09:55:31.224+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.0Mi, Sys=13.4Mi, NumGC=2801","level":"stat"}
+{"@timestamp":"2025-01-14T09:56:31.225+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.0Mi, Sys=13.4Mi, NumGC=2801","level":"stat"}
+{"@timestamp":"2025-01-14T09:57:31.226+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.0Mi, Sys=13.4Mi, NumGC=2802","level":"stat"}
+{"@timestamp":"2025-01-14T09:58:31.225+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.0Mi, Sys=13.4Mi, NumGC=2802","level":"stat"}
+{"@timestamp":"2025-01-14T09:59:31.227+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.1Mi, Sys=13.4Mi, NumGC=2803","level":"stat"}
+{"@timestamp":"2025-01-14T10:16:21.036+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.1Mi, Sys=13.4Mi, NumGC=2803","level":"stat"}
+{"@timestamp":"2025-01-14T10:32:45.967+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.1Mi, Sys=13.4Mi, NumGC=2804","level":"stat"}
+{"@timestamp":"2025-01-14T10:49:11.004+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.1Mi, Sys=13.4Mi, NumGC=2804","level":"stat"}
+{"@timestamp":"2025-01-14T10:50:10.989+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.1Mi, Sys=13.4Mi, NumGC=2805","level":"stat"}
+{"@timestamp":"2025-01-14T10:51:10.987+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.1Mi, Sys=13.4Mi, NumGC=2805","level":"stat"}
+{"@timestamp":"2025-01-14T10:52:10.986+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.1Mi, Sys=13.4Mi, NumGC=2806","level":"stat"}
+{"@timestamp":"2025-01-14T10:53:10.985+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.1Mi, Sys=13.4Mi, NumGC=2806","level":"stat"}
+{"@timestamp":"2025-01-14T10:54:10.981+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.1Mi, Sys=13.4Mi, NumGC=2807","level":"stat"}
+{"@timestamp":"2025-01-14T10:55:10.982+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.1Mi, Sys=13.4Mi, NumGC=2807","level":"stat"}
+{"@timestamp":"2025-01-14T10:56:11.015+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.1Mi, Sys=13.4Mi, NumGC=2808","level":"stat"}
+{"@timestamp":"2025-01-14T10:57:11.016+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.1Mi, Sys=13.4Mi, NumGC=2808","level":"stat"}
+{"@timestamp":"2025-01-14T10:58:11.014+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.1Mi, Sys=13.4Mi, NumGC=2809","level":"stat"}
+{"@timestamp":"2025-01-14T10:59:11.014+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.1Mi, Sys=13.4Mi, NumGC=2809","level":"stat"}
+{"@timestamp":"2025-01-14T11:00:11.013+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.1Mi, Sys=13.4Mi, NumGC=2810","level":"stat"}
+{"@timestamp":"2025-01-14T11:01:11.011+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.1Mi, Sys=13.4Mi, NumGC=2810","level":"stat"}
+{"@timestamp":"2025-01-14T11:02:11.011+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.1Mi, Sys=13.4Mi, NumGC=2811","level":"stat"}
+{"@timestamp":"2025-01-14T11:03:11.010+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.1Mi, Sys=13.4Mi, NumGC=2811","level":"stat"}
+{"@timestamp":"2025-01-14T11:04:11.009+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.1Mi, Sys=13.4Mi, NumGC=2812","level":"stat"}
+{"@timestamp":"2025-01-14T11:05:11.008+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.1Mi, Sys=13.4Mi, NumGC=2812","level":"stat"}
+{"@timestamp":"2025-01-14T11:06:11.006+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.1Mi, Sys=13.4Mi, NumGC=2813","level":"stat"}
+{"@timestamp":"2025-01-14T11:07:11.006+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.1Mi, Sys=13.4Mi, NumGC=2813","level":"stat"}
+{"@timestamp":"2025-01-14T11:08:11.005+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.1Mi, Sys=13.4Mi, NumGC=2814","level":"stat"}
+{"@timestamp":"2025-01-14T11:09:11.003+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.1Mi, Sys=13.4Mi, NumGC=2814","level":"stat"}
+{"@timestamp":"2025-01-14T11:10:11.003+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.1Mi, Sys=13.4Mi, NumGC=2815","level":"stat"}
+{"@timestamp":"2025-01-14T11:11:11.002+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.2Mi, Sys=13.4Mi, NumGC=2815","level":"stat"}
+{"@timestamp":"2025-01-14T11:12:10.878+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.2Mi, Sys=13.4Mi, NumGC=2816","level":"stat"}
+{"@timestamp":"2025-01-14T11:13:10.876+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.2Mi, Sys=13.4Mi, NumGC=2816","level":"stat"}
+{"@timestamp":"2025-01-14T11:14:10.873+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.2Mi, Sys=13.4Mi, NumGC=2817","level":"stat"}
+{"@timestamp":"2025-01-14T11:15:10.871+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.2Mi, Sys=13.4Mi, NumGC=2817","level":"stat"}
+{"@timestamp":"2025-01-14T11:16:10.868+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.2Mi, Sys=13.4Mi, NumGC=2818","level":"stat"}
+{"@timestamp":"2025-01-14T11:17:10.866+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.2Mi, Sys=13.4Mi, NumGC=2818","level":"stat"}
+{"@timestamp":"2025-01-14T11:18:10.863+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.2Mi, Sys=13.4Mi, NumGC=2819","level":"stat"}
+{"@timestamp":"2025-01-14T11:19:10.861+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.2Mi, Sys=13.4Mi, NumGC=2819","level":"stat"}
+{"@timestamp":"2025-01-14T11:20:10.857+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.2Mi, Sys=13.4Mi, NumGC=2820","level":"stat"}
+{"@timestamp":"2025-01-14T11:21:10.856+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.2Mi, Sys=13.4Mi, NumGC=2820","level":"stat"}
+{"@timestamp":"2025-01-14T11:22:10.852+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.2Mi, Sys=13.4Mi, NumGC=2821","level":"stat"}
+{"@timestamp":"2025-01-14T11:23:10.851+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.2Mi, Sys=13.4Mi, NumGC=2821","level":"stat"}
+{"@timestamp":"2025-01-14T11:24:10.847+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.2Mi, Sys=13.4Mi, NumGC=2822","level":"stat"}
+{"@timestamp":"2025-01-14T11:25:10.846+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.2Mi, Sys=13.4Mi, NumGC=2822","level":"stat"}
+{"@timestamp":"2025-01-14T11:26:10.844+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.2Mi, Sys=13.4Mi, NumGC=2823","level":"stat"}
+{"@timestamp":"2025-01-14T11:27:10.841+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.2Mi, Sys=13.4Mi, NumGC=2823","level":"stat"}
+{"@timestamp":"2025-01-14T11:28:10.838+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.2Mi, Sys=13.4Mi, NumGC=2824","level":"stat"}
+{"@timestamp":"2025-01-14T11:29:10.837+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.2Mi, Sys=13.4Mi, NumGC=2824","level":"stat"}
+{"@timestamp":"2025-01-14T11:30:10.834+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.2Mi, Sys=13.4Mi, NumGC=2825","level":"stat"}
+{"@timestamp":"2025-01-14T11:31:10.831+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.2Mi, Sys=13.4Mi, NumGC=2825","level":"stat"}
+{"@timestamp":"2025-01-14T11:32:10.829+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.2Mi, Sys=13.4Mi, NumGC=2826","level":"stat"}
+{"@timestamp":"2025-01-14T11:33:10.826+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.2Mi, Sys=13.4Mi, NumGC=2826","level":"stat"}
+{"@timestamp":"2025-01-14T11:34:10.824+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.3Mi, Sys=13.4Mi, NumGC=2827","level":"stat"}
+{"@timestamp":"2025-01-14T11:35:10.822+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.3Mi, Sys=13.4Mi, NumGC=2827","level":"stat"}
+{"@timestamp":"2025-01-14T11:36:10.819+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.3Mi, Sys=13.4Mi, NumGC=2828","level":"stat"}
+{"@timestamp":"2025-01-14T11:37:10.955+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.3Mi, Sys=13.4Mi, NumGC=2828","level":"stat"}
+{"@timestamp":"2025-01-14T11:38:10.955+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.3Mi, Sys=13.4Mi, NumGC=2829","level":"stat"}
+{"@timestamp":"2025-01-14T11:39:10.955+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.3Mi, Sys=13.4Mi, NumGC=2829","level":"stat"}
+{"@timestamp":"2025-01-14T11:40:10.952+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.3Mi, Sys=13.4Mi, NumGC=2830","level":"stat"}
+{"@timestamp":"2025-01-14T11:41:10.951+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.3Mi, Sys=13.4Mi, NumGC=2830","level":"stat"}
+{"@timestamp":"2025-01-14T11:42:10.951+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.3Mi, Sys=13.4Mi, NumGC=2831","level":"stat"}
+{"@timestamp":"2025-01-14T11:43:10.952+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.3Mi, Sys=13.4Mi, NumGC=2831","level":"stat"}
+{"@timestamp":"2025-01-14T11:44:10.951+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.3Mi, Sys=13.4Mi, NumGC=2832","level":"stat"}
+{"@timestamp":"2025-01-14T11:45:10.950+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.3Mi, Sys=13.4Mi, NumGC=2832","level":"stat"}
+{"@timestamp":"2025-01-14T11:46:11.004+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.3Mi, Sys=13.4Mi, NumGC=2833","level":"stat"}
+{"@timestamp":"2025-01-14T11:47:11.004+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.3Mi, Sys=13.4Mi, NumGC=2833","level":"stat"}
+{"@timestamp":"2025-01-14T11:48:11.004+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.3Mi, Sys=13.4Mi, NumGC=2834","level":"stat"}
+{"@timestamp":"2025-01-14T11:49:11.004+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.3Mi, Sys=13.4Mi, NumGC=2834","level":"stat"}
+{"@timestamp":"2025-01-14T11:50:11.003+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.3Mi, Sys=13.4Mi, NumGC=2835","level":"stat"}
+{"@timestamp":"2025-01-14T11:51:11.004+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.3Mi, Sys=13.4Mi, NumGC=2835","level":"stat"}
+{"@timestamp":"2025-01-14T11:52:11.004+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.3Mi, Sys=13.4Mi, NumGC=2836","level":"stat"}
+{"@timestamp":"2025-01-14T11:53:11.004+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.3Mi, Sys=13.4Mi, NumGC=2836","level":"stat"}
+{"@timestamp":"2025-01-14T11:54:11.003+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.3Mi, Sys=13.4Mi, NumGC=2837","level":"stat"}
+{"@timestamp":"2025-01-14T11:55:11.004+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.3Mi, Sys=13.4Mi, NumGC=2837","level":"stat"}
+{"@timestamp":"2025-01-14T11:56:11.002+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.3Mi, Sys=13.4Mi, NumGC=2838","level":"stat"}
+{"@timestamp":"2025-01-14T11:57:11.003+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.3Mi, Sys=13.4Mi, NumGC=2838","level":"stat"}
+{"@timestamp":"2025-01-14T11:58:11.003+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.3Mi, Sys=13.4Mi, NumGC=2839","level":"stat"}
+{"@timestamp":"2025-01-14T11:59:11.003+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.4Mi, Sys=13.4Mi, NumGC=2839","level":"stat"}
+{"@timestamp":"2025-01-14T12:00:11.003+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.4Mi, Sys=13.4Mi, NumGC=2840","level":"stat"}
+{"@timestamp":"2025-01-14T12:01:11.003+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.4Mi, Sys=13.4Mi, NumGC=2840","level":"stat"}
+{"@timestamp":"2025-01-14T12:02:11.003+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.4Mi, Sys=13.4Mi, NumGC=2841","level":"stat"}
+{"@timestamp":"2025-01-14T12:03:11.003+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.4Mi, Sys=13.4Mi, NumGC=2841","level":"stat"}
+{"@timestamp":"2025-01-14T12:04:11.003+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.4Mi, Sys=13.4Mi, NumGC=2842","level":"stat"}
+{"@timestamp":"2025-01-14T12:05:11.003+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.4Mi, Sys=13.4Mi, NumGC=2842","level":"stat"}
+{"@timestamp":"2025-01-14T12:06:11.003+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.4Mi, Sys=13.4Mi, NumGC=2843","level":"stat"}
+{"@timestamp":"2025-01-14T12:07:11.002+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.4Mi, Sys=13.4Mi, NumGC=2843","level":"stat"}
+{"@timestamp":"2025-01-14T12:08:11.003+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.4Mi, Sys=13.4Mi, NumGC=2844","level":"stat"}
+{"@timestamp":"2025-01-14T12:09:11.002+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.4Mi, Sys=13.4Mi, NumGC=2844","level":"stat"}
+{"@timestamp":"2025-01-14T12:10:11.002+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.4Mi, Sys=13.4Mi, NumGC=2845","level":"stat"}
+{"@timestamp":"2025-01-14T12:11:11.002+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.4Mi, Sys=13.4Mi, NumGC=2845","level":"stat"}
+{"@timestamp":"2025-01-14T12:12:11.002+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.4Mi, Sys=13.4Mi, NumGC=2846","level":"stat"}
+{"@timestamp":"2025-01-14T12:13:11.001+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.4Mi, Sys=13.4Mi, NumGC=2846","level":"stat"}
+{"@timestamp":"2025-01-14T12:14:11.002+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.4Mi, Sys=13.4Mi, NumGC=2847","level":"stat"}
+{"@timestamp":"2025-01-14T12:15:11.002+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.4Mi, Sys=13.4Mi, NumGC=2847","level":"stat"}
+{"@timestamp":"2025-01-14T12:16:11.001+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.4Mi, Sys=13.4Mi, NumGC=2848","level":"stat"}
+{"@timestamp":"2025-01-14T12:17:11.023+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.4Mi, Sys=13.4Mi, NumGC=2848","level":"stat"}
+{"@timestamp":"2025-01-14T12:18:11.024+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.4Mi, Sys=13.4Mi, NumGC=2849","level":"stat"}
+{"@timestamp":"2025-01-14T12:19:11.025+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.4Mi, Sys=13.4Mi, NumGC=2849","level":"stat"}
+{"@timestamp":"2025-01-14T12:20:11.026+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.4Mi, Sys=13.4Mi, NumGC=2850","level":"stat"}
+{"@timestamp":"2025-01-14T12:21:11.026+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.4Mi, Sys=13.4Mi, NumGC=2850","level":"stat"}
+{"@timestamp":"2025-01-14T12:22:11.026+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.4Mi, Sys=13.4Mi, NumGC=2851","level":"stat"}
+{"@timestamp":"2025-01-14T12:23:11.026+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.4Mi, Sys=13.4Mi, NumGC=2851","level":"stat"}
+{"@timestamp":"2025-01-14T12:24:11.026+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.5Mi, Sys=13.4Mi, NumGC=2852","level":"stat"}
+{"@timestamp":"2025-01-14T12:25:11.027+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.5Mi, Sys=13.4Mi, NumGC=2852","level":"stat"}
+{"@timestamp":"2025-01-14T12:26:11.027+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.5Mi, Sys=13.4Mi, NumGC=2853","level":"stat"}
+{"@timestamp":"2025-01-14T12:27:11.027+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.5Mi, Sys=13.4Mi, NumGC=2853","level":"stat"}
+{"@timestamp":"2025-01-14T12:28:11.027+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.5Mi, Sys=13.4Mi, NumGC=2854","level":"stat"}
+{"@timestamp":"2025-01-14T12:29:11.027+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.5Mi, Sys=13.4Mi, NumGC=2854","level":"stat"}
+{"@timestamp":"2025-01-14T12:30:11.028+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.5Mi, Sys=13.4Mi, NumGC=2855","level":"stat"}
+{"@timestamp":"2025-01-14T12:31:11.028+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.5Mi, Sys=13.4Mi, NumGC=2855","level":"stat"}
+{"@timestamp":"2025-01-14T12:32:11.037+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.5Mi, Sys=13.4Mi, NumGC=2856","level":"stat"}
+{"@timestamp":"2025-01-14T12:33:11.052+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.5Mi, Sys=13.4Mi, NumGC=2856","level":"stat"}
+{"@timestamp":"2025-01-14T12:34:11.053+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.5Mi, Sys=13.4Mi, NumGC=2857","level":"stat"}
+{"@timestamp":"2025-01-14T12:35:11.054+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.5Mi, Sys=13.4Mi, NumGC=2857","level":"stat"}
+{"@timestamp":"2025-01-14T12:36:11.054+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.5Mi, Sys=13.4Mi, NumGC=2858","level":"stat"}
+{"@timestamp":"2025-01-14T12:37:11.055+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.5Mi, Sys=13.4Mi, NumGC=2858","level":"stat"}
+{"@timestamp":"2025-01-14T12:38:11.055+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.5Mi, Sys=13.4Mi, NumGC=2859","level":"stat"}
+{"@timestamp":"2025-01-14T12:39:11.056+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.5Mi, Sys=13.4Mi, NumGC=2859","level":"stat"}
+{"@timestamp":"2025-01-14T12:40:11.056+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.5Mi, Sys=13.4Mi, NumGC=2860","level":"stat"}
+{"@timestamp":"2025-01-14T12:41:11.057+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.5Mi, Sys=13.4Mi, NumGC=2860","level":"stat"}
+{"@timestamp":"2025-01-14T12:42:11.057+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.5Mi, Sys=13.4Mi, NumGC=2861","level":"stat"}
+{"@timestamp":"2025-01-14T12:43:11.058+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.5Mi, Sys=13.4Mi, NumGC=2861","level":"stat"}
+{"@timestamp":"2025-01-14T12:44:11.058+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.5Mi, Sys=13.4Mi, NumGC=2862","level":"stat"}
+{"@timestamp":"2025-01-14T12:45:11.060+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.5Mi, Sys=13.4Mi, NumGC=2862","level":"stat"}
+{"@timestamp":"2025-01-14T12:46:11.060+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.5Mi, Sys=13.4Mi, NumGC=2863","level":"stat"}
+{"@timestamp":"2025-01-14T12:47:11.061+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.5Mi, Sys=13.4Mi, NumGC=2863","level":"stat"}
+{"@timestamp":"2025-01-14T12:48:11.077+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.5Mi, Sys=13.4Mi, NumGC=2864","level":"stat"}
+{"@timestamp":"2025-01-14T12:49:11.078+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.6Mi, Sys=13.4Mi, NumGC=2864","level":"stat"}
+{"@timestamp":"2025-01-14T13:05:36.053+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.6Mi, Sys=13.4Mi, NumGC=2865","level":"stat"}
+{"@timestamp":"2025-01-14T13:21:37.964+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.6Mi, Sys=13.4Mi, NumGC=2865","level":"stat"}
+{"@timestamp":"2025-01-14T13:38:03.016+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.6Mi, Sys=13.4Mi, NumGC=2866","level":"stat"}
+{"@timestamp":"2025-01-14T13:39:11.209+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.6Mi, Sys=13.4Mi, NumGC=2866","level":"stat"}
+{"@timestamp":"2025-01-14T13:55:36.108+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.6Mi, Sys=13.4Mi, NumGC=2867","level":"stat"}
+{"@timestamp":"2025-01-14T13:56:36.106+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.6Mi, Sys=13.4Mi, NumGC=2867","level":"stat"}
+{"@timestamp":"2025-01-14T13:57:36.105+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.6Mi, Sys=13.4Mi, NumGC=2868","level":"stat"}
+{"@timestamp":"2025-01-14T13:58:36.104+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.6Mi, Sys=13.4Mi, NumGC=2868","level":"stat"}
+{"@timestamp":"2025-01-14T13:59:36.102+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.6Mi, Sys=13.4Mi, NumGC=2869","level":"stat"}
+{"@timestamp":"2025-01-14T14:00:36.101+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.6Mi, Sys=13.4Mi, NumGC=2869","level":"stat"}
+{"@timestamp":"2025-01-14T14:01:36.100+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.6Mi, Sys=13.4Mi, NumGC=2870","level":"stat"}
+{"@timestamp":"2025-01-14T14:02:36.097+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.6Mi, Sys=13.4Mi, NumGC=2870","level":"stat"}
+{"@timestamp":"2025-01-14T14:03:36.096+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.6Mi, Sys=13.4Mi, NumGC=2871","level":"stat"}
+{"@timestamp":"2025-01-14T14:04:36.093+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.6Mi, Sys=13.4Mi, NumGC=2871","level":"stat"}
+{"@timestamp":"2025-01-14T14:05:36.094+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.6Mi, Sys=13.4Mi, NumGC=2872","level":"stat"}
+{"@timestamp":"2025-01-14T14:06:36.091+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.6Mi, Sys=13.4Mi, NumGC=2872","level":"stat"}
+{"@timestamp":"2025-01-14T14:07:36.091+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.6Mi, Sys=13.4Mi, NumGC=2873","level":"stat"}
+{"@timestamp":"2025-01-14T14:08:36.088+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.6Mi, Sys=13.4Mi, NumGC=2873","level":"stat"}
+{"@timestamp":"2025-01-14T14:09:36.088+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.6Mi, Sys=13.4Mi, NumGC=2874","level":"stat"}
+{"@timestamp":"2025-01-14T14:10:36.085+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.6Mi, Sys=13.4Mi, NumGC=2874","level":"stat"}
+{"@timestamp":"2025-01-14T14:11:36.086+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.6Mi, Sys=13.4Mi, NumGC=2875","level":"stat"}
+{"@timestamp":"2025-01-14T14:12:36.082+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.6Mi, Sys=13.4Mi, NumGC=2875","level":"stat"}
+{"@timestamp":"2025-01-14T14:13:36.116+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.6Mi, Sys=13.4Mi, NumGC=2876","level":"stat"}
+{"@timestamp":"2025-01-14T14:14:36.116+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.7Mi, Sys=13.4Mi, NumGC=2876","level":"stat"}
+{"@timestamp":"2025-01-14T14:15:36.115+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.7Mi, Sys=13.4Mi, NumGC=2877","level":"stat"}
+{"@timestamp":"2025-01-14T14:16:36.114+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.7Mi, Sys=13.4Mi, NumGC=2877","level":"stat"}
+{"@timestamp":"2025-01-14T14:17:36.113+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.7Mi, Sys=13.4Mi, NumGC=2878","level":"stat"}
+{"@timestamp":"2025-01-14T14:18:36.112+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.7Mi, Sys=13.4Mi, NumGC=2878","level":"stat"}
+{"@timestamp":"2025-01-14T14:19:36.111+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.7Mi, Sys=13.4Mi, NumGC=2879","level":"stat"}
+{"@timestamp":"2025-01-14T14:20:36.109+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.7Mi, Sys=13.4Mi, NumGC=2879","level":"stat"}
+{"@timestamp":"2025-01-14T14:21:36.109+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.7Mi, Sys=13.4Mi, NumGC=2880","level":"stat"}
+{"@timestamp":"2025-01-14T14:22:36.108+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.7Mi, Sys=13.4Mi, NumGC=2880","level":"stat"}
+{"@timestamp":"2025-01-14T14:23:36.107+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.7Mi, Sys=13.4Mi, NumGC=2881","level":"stat"}
+{"@timestamp":"2025-01-14T14:24:36.106+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.7Mi, Sys=13.4Mi, NumGC=2881","level":"stat"}
+{"@timestamp":"2025-01-14T14:25:36.105+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.7Mi, Sys=13.4Mi, NumGC=2882","level":"stat"}
+{"@timestamp":"2025-01-14T14:26:36.104+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.7Mi, Sys=13.4Mi, NumGC=2882","level":"stat"}
+{"@timestamp":"2025-01-14T14:27:36.103+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.7Mi, Sys=13.4Mi, NumGC=2883","level":"stat"}
+{"@timestamp":"2025-01-14T14:28:36.102+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.7Mi, Sys=13.4Mi, NumGC=2883","level":"stat"}
+{"@timestamp":"2025-01-14T14:29:36.100+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.7Mi, Sys=13.4Mi, NumGC=2884","level":"stat"}
+{"@timestamp":"2025-01-14T14:30:36.099+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.7Mi, Sys=13.4Mi, NumGC=2884","level":"stat"}
+{"@timestamp":"2025-01-14T14:31:36.097+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.7Mi, Sys=13.4Mi, NumGC=2885","level":"stat"}
+{"@timestamp":"2025-01-14T14:32:36.097+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.7Mi, Sys=13.4Mi, NumGC=2885","level":"stat"}
+{"@timestamp":"2025-01-14T14:33:36.096+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.7Mi, Sys=13.4Mi, NumGC=2886","level":"stat"}
+{"@timestamp":"2025-01-14T14:34:36.093+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.7Mi, Sys=13.4Mi, NumGC=2886","level":"stat"}
+{"@timestamp":"2025-01-14T14:35:36.093+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.7Mi, Sys=13.4Mi, NumGC=2887","level":"stat"}
+{"@timestamp":"2025-01-14T14:36:36.092+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.7Mi, Sys=13.4Mi, NumGC=2887","level":"stat"}
+{"@timestamp":"2025-01-14T14:37:36.091+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.7Mi, Sys=13.4Mi, NumGC=2888","level":"stat"}
+{"@timestamp":"2025-01-14T14:38:36.090+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.8Mi, Sys=13.4Mi, NumGC=2888","level":"stat"}
+{"@timestamp":"2025-01-14T14:39:36.089+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.8Mi, Sys=13.4Mi, NumGC=2889","level":"stat"}
+{"@timestamp":"2025-01-14T14:40:36.088+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.8Mi, Sys=13.4Mi, NumGC=2889","level":"stat"}
+{"@timestamp":"2025-01-14T14:41:36.087+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.8Mi, Sys=13.4Mi, NumGC=2890","level":"stat"}
+{"@timestamp":"2025-01-14T14:42:36.085+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.8Mi, Sys=13.4Mi, NumGC=2890","level":"stat"}
+{"@timestamp":"2025-01-14T14:43:36.084+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.8Mi, Sys=13.4Mi, NumGC=2891","level":"stat"}
+{"@timestamp":"2025-01-14T14:44:36.100+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.8Mi, Sys=13.4Mi, NumGC=2891","level":"stat"}
+{"@timestamp":"2025-01-14T14:45:36.104+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.8Mi, Sys=13.4Mi, NumGC=2892","level":"stat"}
+{"@timestamp":"2025-01-14T14:46:36.102+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.8Mi, Sys=13.4Mi, NumGC=2892","level":"stat"}
+{"@timestamp":"2025-01-14T14:47:36.103+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.8Mi, Sys=13.4Mi, NumGC=2893","level":"stat"}
+{"@timestamp":"2025-01-14T14:48:36.100+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.8Mi, Sys=13.4Mi, NumGC=2893","level":"stat"}
+{"@timestamp":"2025-01-14T14:49:36.101+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.8Mi, Sys=13.4Mi, NumGC=2894","level":"stat"}
+{"@timestamp":"2025-01-14T14:50:36.100+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.8Mi, Sys=13.4Mi, NumGC=2894","level":"stat"}
+{"@timestamp":"2025-01-14T14:51:36.098+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.8Mi, Sys=13.4Mi, NumGC=2895","level":"stat"}
+{"@timestamp":"2025-01-14T14:52:36.098+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.8Mi, Sys=13.4Mi, NumGC=2895","level":"stat"}
+{"@timestamp":"2025-01-14T14:53:36.098+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.8Mi, Sys=13.4Mi, NumGC=2896","level":"stat"}
+{"@timestamp":"2025-01-14T14:54:36.097+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.8Mi, Sys=13.4Mi, NumGC=2896","level":"stat"}
+{"@timestamp":"2025-01-14T14:56:01.011+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.8Mi, Sys=13.4Mi, NumGC=2897","level":"stat"}
+{"@timestamp":"2025-01-14T14:57:01.010+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.8Mi, Sys=13.4Mi, NumGC=2897","level":"stat"}
+{"@timestamp":"2025-01-14T14:58:01.011+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.8Mi, Sys=13.4Mi, NumGC=2898","level":"stat"}
+{"@timestamp":"2025-01-14T14:59:01.048+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.8Mi, Sys=13.4Mi, NumGC=2898","level":"stat"}
+{"@timestamp":"2025-01-14T15:00:01.057+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.8Mi, Sys=13.4Mi, NumGC=2899","level":"stat"}
+{"@timestamp":"2025-01-14T15:01:01.058+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.8Mi, Sys=13.4Mi, NumGC=2899","level":"stat"}
+{"@timestamp":"2025-01-14T15:02:01.059+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.8Mi, Sys=13.4Mi, NumGC=2900","level":"stat"}
+{"@timestamp":"2025-01-14T15:03:01.058+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.8Mi, Sys=13.4Mi, NumGC=2900","level":"stat"}
+{"@timestamp":"2025-01-14T15:04:01.060+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.8Mi, Sys=13.4Mi, NumGC=2901","level":"stat"}
+{"@timestamp":"2025-01-14T15:05:01.060+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.9Mi, Sys=13.4Mi, NumGC=2901","level":"stat"}
+{"@timestamp":"2025-01-14T15:06:01.060+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.9Mi, Sys=13.4Mi, NumGC=2902","level":"stat"}
+{"@timestamp":"2025-01-14T15:07:01.060+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.9Mi, Sys=13.4Mi, NumGC=2902","level":"stat"}
+{"@timestamp":"2025-01-14T15:08:01.061+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.9Mi, Sys=13.4Mi, NumGC=2903","level":"stat"}
+{"@timestamp":"2025-01-14T15:09:01.060+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.9Mi, Sys=13.4Mi, NumGC=2903","level":"stat"}
+{"@timestamp":"2025-01-14T15:10:01.062+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.9Mi, Sys=13.4Mi, NumGC=2904","level":"stat"}
+{"@timestamp":"2025-01-14T15:11:01.062+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.9Mi, Sys=13.4Mi, NumGC=2904","level":"stat"}
+{"@timestamp":"2025-01-14T15:12:01.062+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.9Mi, Sys=13.4Mi, NumGC=2905","level":"stat"}
+{"@timestamp":"2025-01-14T15:13:01.062+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.9Mi, Sys=13.4Mi, NumGC=2905","level":"stat"}
+{"@timestamp":"2025-01-14T15:14:01.063+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.9Mi, Sys=13.4Mi, NumGC=2906","level":"stat"}
+{"@timestamp":"2025-01-14T15:15:01.082+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.9Mi, Sys=13.4Mi, NumGC=2906","level":"stat"}
+{"@timestamp":"2025-01-14T15:16:01.088+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.9Mi, Sys=13.4Mi, NumGC=2907","level":"stat"}
+{"@timestamp":"2025-01-14T15:17:01.088+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.9Mi, Sys=13.4Mi, NumGC=2907","level":"stat"}
+{"@timestamp":"2025-01-14T15:18:01.089+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.9Mi, Sys=13.4Mi, NumGC=2908","level":"stat"}
+{"@timestamp":"2025-01-14T15:19:01.089+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.9Mi, Sys=13.4Mi, NumGC=2908","level":"stat"}
+{"@timestamp":"2025-01-14T15:20:01.090+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.9Mi, Sys=13.4Mi, NumGC=2909","level":"stat"}
+{"@timestamp":"2025-01-14T15:21:01.091+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.9Mi, Sys=13.4Mi, NumGC=2909","level":"stat"}
+{"@timestamp":"2025-01-14T15:22:01.091+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.9Mi, Sys=13.4Mi, NumGC=2910","level":"stat"}
+{"@timestamp":"2025-01-14T15:23:01.092+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.9Mi, Sys=13.4Mi, NumGC=2910","level":"stat"}
+{"@timestamp":"2025-01-14T15:24:01.092+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.9Mi, Sys=13.4Mi, NumGC=2911","level":"stat"}
+{"@timestamp":"2025-01-14T15:25:01.091+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.9Mi, Sys=13.4Mi, NumGC=2911","level":"stat"}
+{"@timestamp":"2025-01-14T15:26:01.094+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.9Mi, Sys=13.4Mi, NumGC=2912","level":"stat"}
+{"@timestamp":"2025-01-14T15:27:01.094+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.9Mi, Sys=13.4Mi, NumGC=2912","level":"stat"}
+{"@timestamp":"2025-01-14T15:28:01.095+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.9Mi, Sys=13.4Mi, NumGC=2913","level":"stat"}
+{"@timestamp":"2025-01-14T15:29:01.095+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=25.9Mi, Sys=13.4Mi, NumGC=2913","level":"stat"}
+{"@timestamp":"2025-01-14T15:30:01.095+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=25.9Mi, Sys=13.4Mi, NumGC=2914","level":"stat"}
+{"@timestamp":"2025-01-14T15:31:01.114+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.0Mi, Sys=13.4Mi, NumGC=2914","level":"stat"}
+{"@timestamp":"2025-01-14T15:32:01.117+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.0Mi, Sys=13.4Mi, NumGC=2915","level":"stat"}
+{"@timestamp":"2025-01-14T15:33:01.118+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.0Mi, Sys=13.4Mi, NumGC=2915","level":"stat"}
+{"@timestamp":"2025-01-14T15:34:01.119+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.0Mi, Sys=13.4Mi, NumGC=2916","level":"stat"}
+{"@timestamp":"2025-01-14T15:35:01.118+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.0Mi, Sys=13.4Mi, NumGC=2916","level":"stat"}
+{"@timestamp":"2025-01-14T15:36:01.121+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.0Mi, Sys=13.4Mi, NumGC=2917","level":"stat"}
+{"@timestamp":"2025-01-14T15:37:01.120+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.0Mi, Sys=13.4Mi, NumGC=2917","level":"stat"}
+{"@timestamp":"2025-01-14T15:38:01.122+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.0Mi, Sys=13.4Mi, NumGC=2918","level":"stat"}
+{"@timestamp":"2025-01-14T15:39:01.122+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.0Mi, Sys=13.4Mi, NumGC=2918","level":"stat"}
+{"@timestamp":"2025-01-14T15:40:01.124+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.0Mi, Sys=13.4Mi, NumGC=2919","level":"stat"}
+{"@timestamp":"2025-01-14T15:41:01.125+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.0Mi, Sys=13.4Mi, NumGC=2919","level":"stat"}
+{"@timestamp":"2025-01-14T15:42:01.126+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.0Mi, Sys=13.4Mi, NumGC=2920","level":"stat"}
+{"@timestamp":"2025-01-14T15:43:01.125+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.0Mi, Sys=13.4Mi, NumGC=2920","level":"stat"}
+{"@timestamp":"2025-01-14T15:44:01.127+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.0Mi, Sys=13.4Mi, NumGC=2921","level":"stat"}
+{"@timestamp":"2025-01-14T15:45:01.128+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.0Mi, Sys=13.4Mi, NumGC=2921","level":"stat"}
+{"@timestamp":"2025-01-14T15:46:01.048+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.0Mi, Sys=13.4Mi, NumGC=2922","level":"stat"}
+{"@timestamp":"2025-01-14T15:47:01.048+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.0Mi, Sys=13.4Mi, NumGC=2922","level":"stat"}
+{"@timestamp":"2025-01-14T15:48:01.048+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.0Mi, Sys=13.4Mi, NumGC=2923","level":"stat"}
+{"@timestamp":"2025-01-14T15:49:01.050+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.0Mi, Sys=13.4Mi, NumGC=2923","level":"stat"}
+{"@timestamp":"2025-01-14T15:50:01.050+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.0Mi, Sys=13.4Mi, NumGC=2924","level":"stat"}
+{"@timestamp":"2025-01-14T15:51:01.050+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.0Mi, Sys=13.4Mi, NumGC=2924","level":"stat"}
+{"@timestamp":"2025-01-14T15:52:01.049+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.0Mi, Sys=13.4Mi, NumGC=2925","level":"stat"}
+{"@timestamp":"2025-01-14T15:53:01.047+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.0Mi, Sys=13.4Mi, NumGC=2925","level":"stat"}
+{"@timestamp":"2025-01-14T15:54:01.047+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.0Mi, Sys=13.4Mi, NumGC=2926","level":"stat"}
+{"@timestamp":"2025-01-14T15:55:01.049+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.0Mi, Sys=13.4Mi, NumGC=2926","level":"stat"}
+{"@timestamp":"2025-01-14T15:56:25.959+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.1Mi, Sys=13.4Mi, NumGC=2927","level":"stat"}
+{"@timestamp":"2025-01-14T15:57:25.982+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.1Mi, Sys=13.4Mi, NumGC=2927","level":"stat"}
+{"@timestamp":"2025-01-14T15:58:25.982+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.1Mi, Sys=13.4Mi, NumGC=2928","level":"stat"}
+{"@timestamp":"2025-01-14T15:59:25.982+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.1Mi, Sys=13.4Mi, NumGC=2928","level":"stat"}
+{"@timestamp":"2025-01-14T16:00:25.982+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.1Mi, Sys=13.4Mi, NumGC=2929","level":"stat"}
+{"@timestamp":"2025-01-14T16:01:25.983+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.1Mi, Sys=13.4Mi, NumGC=2929","level":"stat"}
+{"@timestamp":"2025-01-14T16:02:25.983+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.1Mi, Sys=13.4Mi, NumGC=2930","level":"stat"}
+{"@timestamp":"2025-01-14T16:03:25.983+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.1Mi, Sys=13.4Mi, NumGC=2930","level":"stat"}
+{"@timestamp":"2025-01-14T16:04:25.983+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.1Mi, Sys=13.4Mi, NumGC=2931","level":"stat"}
+{"@timestamp":"2025-01-14T16:05:25.984+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.1Mi, Sys=13.4Mi, NumGC=2931","level":"stat"}
+{"@timestamp":"2025-01-14T16:06:25.984+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.1Mi, Sys=13.4Mi, NumGC=2932","level":"stat"}
+{"@timestamp":"2025-01-14T16:07:25.996+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.1Mi, Sys=13.4Mi, NumGC=2932","level":"stat"}
+{"@timestamp":"2025-01-14T16:08:26.003+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.1Mi, Sys=13.4Mi, NumGC=2933","level":"stat"}
+{"@timestamp":"2025-01-14T16:09:26.004+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.1Mi, Sys=13.4Mi, NumGC=2933","level":"stat"}
+{"@timestamp":"2025-01-14T16:10:26.004+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.1Mi, Sys=13.4Mi, NumGC=2934","level":"stat"}
+{"@timestamp":"2025-01-14T16:11:26.003+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.1Mi, Sys=13.4Mi, NumGC=2934","level":"stat"}
+{"@timestamp":"2025-01-14T16:12:26.003+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.1Mi, Sys=13.4Mi, NumGC=2935","level":"stat"}
+{"@timestamp":"2025-01-14T16:13:26.004+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.1Mi, Sys=13.4Mi, NumGC=2935","level":"stat"}
+{"@timestamp":"2025-01-14T16:14:26.005+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.1Mi, Sys=13.4Mi, NumGC=2935","level":"stat"}
+{"@timestamp":"2025-01-14T16:15:26.005+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.1Mi, Sys=13.4Mi, NumGC=2936","level":"stat"}
+{"@timestamp":"2025-01-14T16:16:26.005+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.1Mi, Sys=13.4Mi, NumGC=2936","level":"stat"}
+{"@timestamp":"2025-01-14T16:17:26.007+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.1Mi, Sys=13.4Mi, NumGC=2937","level":"stat"}
+{"@timestamp":"2025-01-14T16:18:26.007+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.1Mi, Sys=13.4Mi, NumGC=2937","level":"stat"}
+{"@timestamp":"2025-01-14T16:19:26.008+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.1Mi, Sys=13.4Mi, NumGC=2938","level":"stat"}
+{"@timestamp":"2025-01-14T16:20:26.008+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.1Mi, Sys=13.4Mi, NumGC=2938","level":"stat"}
+{"@timestamp":"2025-01-14T16:21:26.009+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.2Mi, Sys=13.4Mi, NumGC=2939","level":"stat"}
+{"@timestamp":"2025-01-14T16:22:26.009+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.2Mi, Sys=13.4Mi, NumGC=2939","level":"stat"}
+{"@timestamp":"2025-01-14T16:23:26.010+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.2Mi, Sys=13.4Mi, NumGC=2940","level":"stat"}
+{"@timestamp":"2025-01-14T16:24:26.010+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.2Mi, Sys=13.4Mi, NumGC=2940","level":"stat"}
+{"@timestamp":"2025-01-14T16:25:26.010+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.2Mi, Sys=13.4Mi, NumGC=2941","level":"stat"}
+{"@timestamp":"2025-01-14T16:26:26.010+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.2Mi, Sys=13.4Mi, NumGC=2941","level":"stat"}
+{"@timestamp":"2025-01-14T16:27:26.011+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.2Mi, Sys=13.4Mi, NumGC=2942","level":"stat"}
+{"@timestamp":"2025-01-14T16:28:26.010+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.2Mi, Sys=13.4Mi, NumGC=2942","level":"stat"}
+{"@timestamp":"2025-01-14T16:29:26.012+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.2Mi, Sys=13.4Mi, NumGC=2943","level":"stat"}
+{"@timestamp":"2025-01-14T16:30:26.012+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.2Mi, Sys=13.4Mi, NumGC=2943","level":"stat"}
+{"@timestamp":"2025-01-14T16:31:26.011+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.2Mi, Sys=13.4Mi, NumGC=2944","level":"stat"}
+{"@timestamp":"2025-01-14T16:32:26.013+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.2Mi, Sys=13.4Mi, NumGC=2944","level":"stat"}
+{"@timestamp":"2025-01-14T16:33:26.012+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.2Mi, Sys=13.4Mi, NumGC=2945","level":"stat"}
+{"@timestamp":"2025-01-14T16:34:26.014+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.2Mi, Sys=13.4Mi, NumGC=2945","level":"stat"}
+{"@timestamp":"2025-01-14T16:35:26.015+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.2Mi, Sys=13.4Mi, NumGC=2946","level":"stat"}
+{"@timestamp":"2025-01-14T16:36:26.015+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.2Mi, Sys=13.4Mi, NumGC=2946","level":"stat"}
+{"@timestamp":"2025-01-14T16:37:26.015+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.2Mi, Sys=13.4Mi, NumGC=2947","level":"stat"}
+{"@timestamp":"2025-01-14T16:38:26.016+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.2Mi, Sys=13.4Mi, NumGC=2947","level":"stat"}
+{"@timestamp":"2025-01-14T16:39:26.016+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.2Mi, Sys=13.4Mi, NumGC=2948","level":"stat"}
+{"@timestamp":"2025-01-14T16:40:26.015+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.2Mi, Sys=13.4Mi, NumGC=2948","level":"stat"}
+{"@timestamp":"2025-01-14T16:41:26.017+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.2Mi, Sys=13.4Mi, NumGC=2949","level":"stat"}
+{"@timestamp":"2025-01-14T16:42:26.017+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.2Mi, Sys=13.4Mi, NumGC=2949","level":"stat"}
+{"@timestamp":"2025-01-14T16:43:26.018+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.2Mi, Sys=13.4Mi, NumGC=2950","level":"stat"}
+{"@timestamp":"2025-01-14T16:44:26.016+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.2Mi, Sys=13.4Mi, NumGC=2950","level":"stat"}
+{"@timestamp":"2025-01-14T16:45:26.018+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.2Mi, Sys=13.4Mi, NumGC=2951","level":"stat"}
+{"@timestamp":"2025-01-14T16:46:26.019+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.3Mi, Sys=13.4Mi, NumGC=2951","level":"stat"}
+{"@timestamp":"2025-01-14T16:47:26.020+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.3Mi, Sys=13.4Mi, NumGC=2952","level":"stat"}
+{"@timestamp":"2025-01-14T16:48:26.019+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.3Mi, Sys=13.4Mi, NumGC=2952","level":"stat"}
+{"@timestamp":"2025-01-14T16:49:25.920+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.3Mi, Sys=13.4Mi, NumGC=2953","level":"stat"}
+{"@timestamp":"2025-01-14T16:50:25.919+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.3Mi, Sys=13.4Mi, NumGC=2953","level":"stat"}
+{"@timestamp":"2025-01-14T16:51:25.917+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.3Mi, Sys=13.4Mi, NumGC=2954","level":"stat"}
+{"@timestamp":"2025-01-14T16:52:25.918+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.3Mi, Sys=13.4Mi, NumGC=2954","level":"stat"}
+{"@timestamp":"2025-01-14T16:53:25.917+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.3Mi, Sys=13.4Mi, NumGC=2955","level":"stat"}
+{"@timestamp":"2025-01-14T16:54:25.916+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.3Mi, Sys=13.4Mi, NumGC=2955","level":"stat"}
+{"@timestamp":"2025-01-14T16:55:25.916+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.3Mi, Sys=13.4Mi, NumGC=2956","level":"stat"}
+{"@timestamp":"2025-01-14T16:56:25.914+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.3Mi, Sys=13.4Mi, NumGC=2956","level":"stat"}
+{"@timestamp":"2025-01-14T16:57:50.908+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.3Mi, Sys=13.4Mi, NumGC=2957","level":"stat"}
+{"@timestamp":"2025-01-14T16:58:50.909+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.3Mi, Sys=13.4Mi, NumGC=2957","level":"stat"}
+{"@timestamp":"2025-01-14T16:59:50.908+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.3Mi, Sys=13.4Mi, NumGC=2958","level":"stat"}
+{"@timestamp":"2025-01-14T17:00:50.910+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.3Mi, Sys=13.4Mi, NumGC=2958","level":"stat"}
+{"@timestamp":"2025-01-14T17:01:50.910+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.3Mi, Sys=13.4Mi, NumGC=2959","level":"stat"}
+{"@timestamp":"2025-01-14T17:02:50.911+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.3Mi, Sys=13.4Mi, NumGC=2959","level":"stat"}
+{"@timestamp":"2025-01-14T17:03:50.911+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.3Mi, Sys=13.4Mi, NumGC=2960","level":"stat"}
+{"@timestamp":"2025-01-14T17:04:50.910+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.3Mi, Sys=13.4Mi, NumGC=2960","level":"stat"}
+{"@timestamp":"2025-01-14T17:05:50.912+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.3Mi, Sys=13.4Mi, NumGC=2961","level":"stat"}
+{"@timestamp":"2025-01-14T17:06:50.913+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.3Mi, Sys=13.4Mi, NumGC=2961","level":"stat"}
+{"@timestamp":"2025-01-14T17:07:50.913+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.3Mi, Sys=13.4Mi, NumGC=2962","level":"stat"}
+{"@timestamp":"2025-01-14T17:08:50.912+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.3Mi, Sys=13.4Mi, NumGC=2962","level":"stat"}
+{"@timestamp":"2025-01-14T17:09:50.912+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.3Mi, Sys=13.4Mi, NumGC=2963","level":"stat"}
+{"@timestamp":"2025-01-14T17:10:50.914+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.3Mi, Sys=13.4Mi, NumGC=2963","level":"stat"}
+{"@timestamp":"2025-01-14T17:11:50.914+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.3Mi, Sys=13.4Mi, NumGC=2964","level":"stat"}
+{"@timestamp":"2025-01-14T17:12:50.913+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.4Mi, Sys=13.4Mi, NumGC=2964","level":"stat"}
+{"@timestamp":"2025-01-14T17:13:50.916+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.4Mi, Sys=13.4Mi, NumGC=2965","level":"stat"}
+{"@timestamp":"2025-01-14T17:14:50.932+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.4Mi, Sys=13.4Mi, NumGC=2965","level":"stat"}
+{"@timestamp":"2025-01-14T17:15:50.944+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.4Mi, Sys=13.4Mi, NumGC=2966","level":"stat"}
+{"@timestamp":"2025-01-14T17:16:50.946+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.4Mi, Sys=13.4Mi, NumGC=2966","level":"stat"}
+{"@timestamp":"2025-01-14T17:17:50.944+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.4Mi, Sys=13.4Mi, NumGC=2967","level":"stat"}
+{"@timestamp":"2025-01-14T17:18:50.947+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.4Mi, Sys=13.4Mi, NumGC=2967","level":"stat"}
+{"@timestamp":"2025-01-14T17:19:50.948+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.4Mi, Sys=13.4Mi, NumGC=2968","level":"stat"}
+{"@timestamp":"2025-01-14T17:20:50.949+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.4Mi, Sys=13.4Mi, NumGC=2968","level":"stat"}
+{"@timestamp":"2025-01-14T17:21:50.950+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.4Mi, Sys=13.4Mi, NumGC=2969","level":"stat"}
+{"@timestamp":"2025-01-14T17:22:50.949+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.4Mi, Sys=13.4Mi, NumGC=2969","level":"stat"}
+{"@timestamp":"2025-01-14T17:23:50.951+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.4Mi, Sys=13.4Mi, NumGC=2970","level":"stat"}
+{"@timestamp":"2025-01-14T17:24:50.952+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.4Mi, Sys=13.4Mi, NumGC=2970","level":"stat"}
+{"@timestamp":"2025-01-14T17:25:50.952+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.4Mi, Sys=13.4Mi, NumGC=2971","level":"stat"}
+{"@timestamp":"2025-01-14T17:26:50.953+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.4Mi, Sys=13.4Mi, NumGC=2971","level":"stat"}
+{"@timestamp":"2025-01-14T17:27:50.954+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.4Mi, Sys=13.4Mi, NumGC=2972","level":"stat"}
+{"@timestamp":"2025-01-14T17:28:50.955+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.4Mi, Sys=13.4Mi, NumGC=2972","level":"stat"}
+{"@timestamp":"2025-01-14T17:29:50.956+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.4Mi, Sys=13.4Mi, NumGC=2973","level":"stat"}
+{"@timestamp":"2025-01-14T17:30:50.957+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.4Mi, Sys=13.4Mi, NumGC=2973","level":"stat"}
+{"@timestamp":"2025-01-14T17:31:50.956+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.4Mi, Sys=13.4Mi, NumGC=2974","level":"stat"}
+{"@timestamp":"2025-01-14T17:32:50.958+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.4Mi, Sys=13.4Mi, NumGC=2974","level":"stat"}
+{"@timestamp":"2025-01-14T17:33:50.959+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.4Mi, Sys=13.4Mi, NumGC=2975","level":"stat"}
+{"@timestamp":"2025-01-14T17:34:50.959+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.4Mi, Sys=13.4Mi, NumGC=2975","level":"stat"}
+{"@timestamp":"2025-01-14T17:35:50.961+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.4Mi, Sys=13.4Mi, NumGC=2976","level":"stat"}
+{"@timestamp":"2025-01-14T17:36:50.961+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.5Mi, Sys=13.4Mi, NumGC=2976","level":"stat"}
+{"@timestamp":"2025-01-14T17:37:50.952+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.5Mi, Sys=13.4Mi, NumGC=2977","level":"stat"}
+{"@timestamp":"2025-01-14T17:38:50.951+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.5Mi, Sys=13.4Mi, NumGC=2977","level":"stat"}
+{"@timestamp":"2025-01-14T17:39:50.952+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.5Mi, Sys=13.4Mi, NumGC=2978","level":"stat"}
+{"@timestamp":"2025-01-14T17:40:50.953+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.5Mi, Sys=13.4Mi, NumGC=2978","level":"stat"}
+{"@timestamp":"2025-01-14T17:41:50.953+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.5Mi, Sys=13.4Mi, NumGC=2979","level":"stat"}
+{"@timestamp":"2025-01-14T17:42:50.954+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.5Mi, Sys=13.4Mi, NumGC=2979","level":"stat"}
+{"@timestamp":"2025-01-14T17:43:50.954+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.5Mi, Sys=13.4Mi, NumGC=2980","level":"stat"}
+{"@timestamp":"2025-01-14T17:44:50.956+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.5Mi, Sys=13.4Mi, NumGC=2980","level":"stat"}
+{"@timestamp":"2025-01-14T17:45:50.956+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.5Mi, Sys=13.4Mi, NumGC=2981","level":"stat"}
+{"@timestamp":"2025-01-14T17:46:50.957+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.5Mi, Sys=13.4Mi, NumGC=2981","level":"stat"}
+{"@timestamp":"2025-01-14T17:47:50.958+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.5Mi, Sys=13.4Mi, NumGC=2982","level":"stat"}
+{"@timestamp":"2025-01-14T17:48:50.959+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.5Mi, Sys=13.4Mi, NumGC=2982","level":"stat"}
+{"@timestamp":"2025-01-14T17:49:50.957+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.5Mi, Sys=13.4Mi, NumGC=2983","level":"stat"}
+{"@timestamp":"2025-01-14T17:50:50.960+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.5Mi, Sys=13.4Mi, NumGC=2983","level":"stat"}
+{"@timestamp":"2025-01-14T17:51:50.960+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.5Mi, Sys=13.4Mi, NumGC=2984","level":"stat"}
+{"@timestamp":"2025-01-14T17:52:50.893+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.5Mi, Sys=13.4Mi, NumGC=2984","level":"stat"}
+{"@timestamp":"2025-01-14T17:53:50.895+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.5Mi, Sys=13.4Mi, NumGC=2985","level":"stat"}
+{"@timestamp":"2025-01-14T17:54:50.893+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.5Mi, Sys=13.4Mi, NumGC=2985","level":"stat"}
+{"@timestamp":"2025-01-14T17:55:50.894+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.5Mi, Sys=13.4Mi, NumGC=2986","level":"stat"}
+{"@timestamp":"2025-01-14T17:56:50.894+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.5Mi, Sys=13.4Mi, NumGC=2986","level":"stat"}
+{"@timestamp":"2025-01-14T17:58:15.737+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.5Mi, Sys=13.4Mi, NumGC=2987","level":"stat"}
+{"@timestamp":"2025-01-14T17:59:15.732+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.5Mi, Sys=13.4Mi, NumGC=2987","level":"stat"}
+{"@timestamp":"2025-01-14T18:00:15.731+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.5Mi, Sys=13.4Mi, NumGC=2988","level":"stat"}
+{"@timestamp":"2025-01-14T18:01:15.731+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.5Mi, Sys=13.4Mi, NumGC=2988","level":"stat"}
+{"@timestamp":"2025-01-14T18:02:15.730+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.6Mi, Sys=13.4Mi, NumGC=2989","level":"stat"}
+{"@timestamp":"2025-01-14T18:03:15.730+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.6Mi, Sys=13.4Mi, NumGC=2989","level":"stat"}
+{"@timestamp":"2025-01-14T18:04:15.728+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.6Mi, Sys=13.4Mi, NumGC=2990","level":"stat"}
+{"@timestamp":"2025-01-14T18:05:15.729+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.6Mi, Sys=13.4Mi, NumGC=2990","level":"stat"}
+{"@timestamp":"2025-01-14T18:06:15.728+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.6Mi, Sys=13.4Mi, NumGC=2991","level":"stat"}
+{"@timestamp":"2025-01-14T18:07:15.728+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.6Mi, Sys=13.4Mi, NumGC=2991","level":"stat"}
+{"@timestamp":"2025-01-14T18:08:15.726+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.6Mi, Sys=13.4Mi, NumGC=2992","level":"stat"}
+{"@timestamp":"2025-01-14T18:09:15.727+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.6Mi, Sys=13.4Mi, NumGC=2992","level":"stat"}
+{"@timestamp":"2025-01-14T18:10:15.727+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.6Mi, Sys=13.4Mi, NumGC=2993","level":"stat"}
+{"@timestamp":"2025-01-14T18:11:15.725+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.6Mi, Sys=13.4Mi, NumGC=2993","level":"stat"}
+{"@timestamp":"2025-01-14T18:12:15.726+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.6Mi, Sys=13.4Mi, NumGC=2994","level":"stat"}
+{"@timestamp":"2025-01-14T18:13:15.725+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.6Mi, Sys=13.4Mi, NumGC=2994","level":"stat"}
+{"@timestamp":"2025-01-14T18:14:15.723+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.6Mi, Sys=13.4Mi, NumGC=2995","level":"stat"}
+{"@timestamp":"2025-01-14T18:15:15.725+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.6Mi, Sys=13.4Mi, NumGC=2995","level":"stat"}
+{"@timestamp":"2025-01-14T18:16:15.724+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.6Mi, Sys=13.4Mi, NumGC=2996","level":"stat"}
+{"@timestamp":"2025-01-14T18:17:15.723+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.6Mi, Sys=13.4Mi, NumGC=2996","level":"stat"}
+{"@timestamp":"2025-01-14T18:18:15.739+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.6Mi, Sys=13.4Mi, NumGC=2997","level":"stat"}
+{"@timestamp":"2025-01-14T18:19:15.748+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.6Mi, Sys=13.4Mi, NumGC=2997","level":"stat"}
+{"@timestamp":"2025-01-14T18:20:15.748+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.6Mi, Sys=13.4Mi, NumGC=2998","level":"stat"}
+{"@timestamp":"2025-01-14T18:21:15.748+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.6Mi, Sys=13.4Mi, NumGC=2998","level":"stat"}
+{"@timestamp":"2025-01-14T18:22:15.748+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.6Mi, Sys=13.4Mi, NumGC=2999","level":"stat"}
+{"@timestamp":"2025-01-14T18:23:15.748+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.6Mi, Sys=13.4Mi, NumGC=2999","level":"stat"}
+{"@timestamp":"2025-01-14T18:24:15.748+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.6Mi, Sys=13.4Mi, NumGC=3000","level":"stat"}
+{"@timestamp":"2025-01-14T18:25:15.748+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.6Mi, Sys=13.4Mi, NumGC=3000","level":"stat"}
+{"@timestamp":"2025-01-14T18:26:15.748+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.6Mi, Sys=13.4Mi, NumGC=3001","level":"stat"}
+{"@timestamp":"2025-01-14T18:27:15.746+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.7Mi, Sys=13.4Mi, NumGC=3001","level":"stat"}
+{"@timestamp":"2025-01-14T18:28:15.747+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.7Mi, Sys=13.4Mi, NumGC=3002","level":"stat"}
+{"@timestamp":"2025-01-14T18:29:15.747+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.7Mi, Sys=13.4Mi, NumGC=3002","level":"stat"}
+{"@timestamp":"2025-01-14T18:30:15.746+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.7Mi, Sys=13.4Mi, NumGC=3003","level":"stat"}
+{"@timestamp":"2025-01-14T18:31:15.747+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.7Mi, Sys=13.4Mi, NumGC=3003","level":"stat"}
+{"@timestamp":"2025-01-14T18:32:15.747+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.7Mi, Sys=13.4Mi, NumGC=3004","level":"stat"}
+{"@timestamp":"2025-01-14T18:33:15.746+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.7Mi, Sys=13.4Mi, NumGC=3004","level":"stat"}
+{"@timestamp":"2025-01-14T18:34:15.752+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.7Mi, Sys=13.4Mi, NumGC=3005","level":"stat"}
+{"@timestamp":"2025-01-14T18:35:15.751+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.7Mi, Sys=13.4Mi, NumGC=3005","level":"stat"}
+{"@timestamp":"2025-01-14T18:36:15.752+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.7Mi, Sys=13.4Mi, NumGC=3006","level":"stat"}
+{"@timestamp":"2025-01-14T18:37:15.752+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.7Mi, Sys=13.4Mi, NumGC=3006","level":"stat"}
+{"@timestamp":"2025-01-14T18:38:15.751+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.7Mi, Sys=13.4Mi, NumGC=3007","level":"stat"}
+{"@timestamp":"2025-01-14T18:39:15.751+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.7Mi, Sys=13.4Mi, NumGC=3007","level":"stat"}
+{"@timestamp":"2025-01-14T18:40:15.752+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.7Mi, Sys=13.4Mi, NumGC=3008","level":"stat"}
+{"@timestamp":"2025-01-14T18:41:15.752+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.7Mi, Sys=13.4Mi, NumGC=3008","level":"stat"}
+{"@timestamp":"2025-01-14T18:42:15.752+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.7Mi, Sys=13.4Mi, NumGC=3009","level":"stat"}
+{"@timestamp":"2025-01-14T18:43:15.751+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.7Mi, Sys=13.4Mi, NumGC=3009","level":"stat"}
+{"@timestamp":"2025-01-14T18:44:15.750+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.7Mi, Sys=13.4Mi, NumGC=3010","level":"stat"}
+{"@timestamp":"2025-01-14T18:45:15.751+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.7Mi, Sys=13.4Mi, NumGC=3010","level":"stat"}
+{"@timestamp":"2025-01-14T18:46:15.751+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.7Mi, Sys=13.4Mi, NumGC=3011","level":"stat"}
+{"@timestamp":"2025-01-14T18:47:15.751+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.7Mi, Sys=13.4Mi, NumGC=3011","level":"stat"}
+{"@timestamp":"2025-01-14T18:48:15.751+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.7Mi, Sys=13.4Mi, NumGC=3012","level":"stat"}
+{"@timestamp":"2025-01-14T18:49:15.698+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.7Mi, Sys=13.4Mi, NumGC=3012","level":"stat"}
+{"@timestamp":"2025-01-14T18:50:15.697+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.7Mi, Sys=13.4Mi, NumGC=3013","level":"stat"}
+{"@timestamp":"2025-01-14T18:51:15.695+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.7Mi, Sys=13.4Mi, NumGC=3013","level":"stat"}
+{"@timestamp":"2025-01-14T18:52:15.696+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.7Mi, Sys=13.4Mi, NumGC=3014","level":"stat"}
+{"@timestamp":"2025-01-14T18:53:15.695+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.8Mi, Sys=13.4Mi, NumGC=3014","level":"stat"}
+{"@timestamp":"2025-01-14T18:54:15.693+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.8Mi, Sys=13.4Mi, NumGC=3015","level":"stat"}
+{"@timestamp":"2025-01-14T18:55:15.693+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.8Mi, Sys=13.4Mi, NumGC=3015","level":"stat"}
+{"@timestamp":"2025-01-14T18:56:15.693+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.8Mi, Sys=13.4Mi, NumGC=3016","level":"stat"}
+{"@timestamp":"2025-01-14T18:57:15.692+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.8Mi, Sys=13.4Mi, NumGC=3016","level":"stat"}
+{"@timestamp":"2025-01-14T18:58:40.660+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.8Mi, Sys=13.4Mi, NumGC=3017","level":"stat"}
+{"@timestamp":"2025-01-14T18:59:40.661+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.8Mi, Sys=13.4Mi, NumGC=3017","level":"stat"}
+{"@timestamp":"2025-01-14T19:00:40.662+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.8Mi, Sys=13.4Mi, NumGC=3018","level":"stat"}
+{"@timestamp":"2025-01-14T19:01:40.662+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.8Mi, Sys=13.4Mi, NumGC=3018","level":"stat"}
+{"@timestamp":"2025-01-14T19:02:40.663+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.8Mi, Sys=13.4Mi, NumGC=3019","level":"stat"}
+{"@timestamp":"2025-01-14T19:03:40.663+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.8Mi, Sys=13.4Mi, NumGC=3019","level":"stat"}
+{"@timestamp":"2025-01-14T19:04:40.662+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.8Mi, Sys=13.4Mi, NumGC=3020","level":"stat"}
+{"@timestamp":"2025-01-14T19:05:40.664+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.8Mi, Sys=13.4Mi, NumGC=3020","level":"stat"}
+{"@timestamp":"2025-01-14T19:06:40.663+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.8Mi, Sys=13.4Mi, NumGC=3021","level":"stat"}
+{"@timestamp":"2025-01-14T19:07:40.665+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.8Mi, Sys=13.4Mi, NumGC=3021","level":"stat"}
+{"@timestamp":"2025-01-14T19:08:40.666+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.8Mi, Sys=13.4Mi, NumGC=3022","level":"stat"}
+{"@timestamp":"2025-01-14T19:09:40.666+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.8Mi, Sys=13.4Mi, NumGC=3022","level":"stat"}
+{"@timestamp":"2025-01-14T19:10:40.667+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.8Mi, Sys=13.4Mi, NumGC=3023","level":"stat"}
+{"@timestamp":"2025-01-14T19:11:40.667+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.8Mi, Sys=13.4Mi, NumGC=3023","level":"stat"}
+{"@timestamp":"2025-01-14T19:12:40.668+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.8Mi, Sys=13.4Mi, NumGC=3024","level":"stat"}
+{"@timestamp":"2025-01-14T19:13:40.668+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.8Mi, Sys=13.4Mi, NumGC=3024","level":"stat"}
+{"@timestamp":"2025-01-14T19:14:40.669+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.8Mi, Sys=13.4Mi, NumGC=3025","level":"stat"}
+{"@timestamp":"2025-01-14T19:15:40.668+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.8Mi, Sys=13.4Mi, NumGC=3025","level":"stat"}
+{"@timestamp":"2025-01-14T19:16:40.670+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.8Mi, Sys=13.4Mi, NumGC=3026","level":"stat"}
+{"@timestamp":"2025-01-14T19:17:40.669+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.8Mi, Sys=13.4Mi, NumGC=3026","level":"stat"}
+{"@timestamp":"2025-01-14T19:18:40.671+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.9Mi, Sys=13.4Mi, NumGC=3027","level":"stat"}
+{"@timestamp":"2025-01-14T19:19:40.685+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.9Mi, Sys=13.4Mi, NumGC=3027","level":"stat"}
+{"@timestamp":"2025-01-14T19:20:40.686+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.9Mi, Sys=13.4Mi, NumGC=3028","level":"stat"}
+{"@timestamp":"2025-01-14T19:21:40.687+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.9Mi, Sys=13.4Mi, NumGC=3028","level":"stat"}
+{"@timestamp":"2025-01-14T19:22:40.688+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.9Mi, Sys=13.4Mi, NumGC=3029","level":"stat"}
+{"@timestamp":"2025-01-14T19:23:40.687+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.9Mi, Sys=13.4Mi, NumGC=3029","level":"stat"}
+{"@timestamp":"2025-01-14T19:24:40.689+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.9Mi, Sys=13.4Mi, NumGC=3030","level":"stat"}
+{"@timestamp":"2025-01-14T19:25:40.690+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.9Mi, Sys=13.4Mi, NumGC=3030","level":"stat"}
+{"@timestamp":"2025-01-14T19:26:40.690+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.9Mi, Sys=13.4Mi, NumGC=3031","level":"stat"}
+{"@timestamp":"2025-01-14T19:27:40.691+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.9Mi, Sys=13.4Mi, NumGC=3031","level":"stat"}
+{"@timestamp":"2025-01-14T19:28:40.692+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.9Mi, Sys=13.4Mi, NumGC=3032","level":"stat"}
+{"@timestamp":"2025-01-14T19:29:40.693+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.9Mi, Sys=13.4Mi, NumGC=3032","level":"stat"}
+{"@timestamp":"2025-01-14T19:30:40.693+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.9Mi, Sys=13.4Mi, NumGC=3033","level":"stat"}
+{"@timestamp":"2025-01-14T19:31:40.693+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.9Mi, Sys=13.4Mi, NumGC=3033","level":"stat"}
+{"@timestamp":"2025-01-14T19:32:40.695+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.9Mi, Sys=13.4Mi, NumGC=3034","level":"stat"}
+{"@timestamp":"2025-01-14T19:33:40.695+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.9Mi, Sys=13.4Mi, NumGC=3034","level":"stat"}
+{"@timestamp":"2025-01-14T19:34:40.696+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.9Mi, Sys=13.4Mi, NumGC=3035","level":"stat"}
+{"@timestamp":"2025-01-14T19:35:40.697+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.9Mi, Sys=13.4Mi, NumGC=3035","level":"stat"}
+{"@timestamp":"2025-01-14T19:36:40.697+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.9Mi, Sys=13.4Mi, NumGC=3036","level":"stat"}
+{"@timestamp":"2025-01-14T19:37:40.696+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.9Mi, Sys=13.4Mi, NumGC=3036","level":"stat"}
+{"@timestamp":"2025-01-14T19:38:40.698+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.9Mi, Sys=13.4Mi, NumGC=3037","level":"stat"}
+{"@timestamp":"2025-01-14T19:39:40.699+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=26.9Mi, Sys=13.4Mi, NumGC=3037","level":"stat"}
+{"@timestamp":"2025-01-14T19:40:40.700+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=26.9Mi, Sys=13.4Mi, NumGC=3038","level":"stat"}
+{"@timestamp":"2025-01-14T19:41:40.701+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.0Mi, Sys=13.4Mi, NumGC=3038","level":"stat"}
+{"@timestamp":"2025-01-14T19:42:40.701+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.0Mi, Sys=13.4Mi, NumGC=3039","level":"stat"}
+{"@timestamp":"2025-01-14T19:43:40.702+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.0Mi, Sys=13.4Mi, NumGC=3039","level":"stat"}
+{"@timestamp":"2025-01-14T19:44:40.703+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.0Mi, Sys=13.4Mi, NumGC=3040","level":"stat"}
+{"@timestamp":"2025-01-14T19:45:40.704+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.0Mi, Sys=13.4Mi, NumGC=3040","level":"stat"}
+{"@timestamp":"2025-01-14T19:46:40.626+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.0Mi, Sys=13.4Mi, NumGC=3041","level":"stat"}
+{"@timestamp":"2025-01-14T19:47:40.626+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.0Mi, Sys=13.4Mi, NumGC=3041","level":"stat"}
+{"@timestamp":"2025-01-14T19:48:40.626+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.0Mi, Sys=13.4Mi, NumGC=3042","level":"stat"}
+{"@timestamp":"2025-01-14T19:49:40.624+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.0Mi, Sys=13.4Mi, NumGC=3042","level":"stat"}
+{"@timestamp":"2025-01-14T19:50:40.625+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.0Mi, Sys=13.4Mi, NumGC=3043","level":"stat"}
+{"@timestamp":"2025-01-14T19:51:40.624+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.0Mi, Sys=13.4Mi, NumGC=3043","level":"stat"}
+{"@timestamp":"2025-01-14T19:52:40.623+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.0Mi, Sys=13.4Mi, NumGC=3044","level":"stat"}
+{"@timestamp":"2025-01-14T19:53:40.624+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.0Mi, Sys=13.4Mi, NumGC=3044","level":"stat"}
+{"@timestamp":"2025-01-14T19:54:40.624+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.0Mi, Sys=13.4Mi, NumGC=3045","level":"stat"}
+{"@timestamp":"2025-01-14T19:55:40.624+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.0Mi, Sys=13.4Mi, NumGC=3045","level":"stat"}
+{"@timestamp":"2025-01-14T19:56:40.622+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.0Mi, Sys=13.4Mi, NumGC=3046","level":"stat"}
+{"@timestamp":"2025-01-14T19:57:40.622+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.0Mi, Sys=13.4Mi, NumGC=3046","level":"stat"}
+{"@timestamp":"2025-01-14T19:58:40.623+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.0Mi, Sys=13.4Mi, NumGC=3047","level":"stat"}
+{"@timestamp":"2025-01-14T20:00:05.447+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.0Mi, Sys=13.4Mi, NumGC=3047","level":"stat"}
+{"@timestamp":"2025-01-14T20:01:05.446+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.0Mi, Sys=13.4Mi, NumGC=3048","level":"stat"}
+{"@timestamp":"2025-01-14T20:02:05.446+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.0Mi, Sys=13.4Mi, NumGC=3048","level":"stat"}
+{"@timestamp":"2025-01-14T20:03:05.442+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.0Mi, Sys=13.4Mi, NumGC=3049","level":"stat"}
+{"@timestamp":"2025-01-14T20:04:05.442+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.0Mi, Sys=13.4Mi, NumGC=3049","level":"stat"}
+{"@timestamp":"2025-01-14T20:05:05.440+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.0Mi, Sys=13.4Mi, NumGC=3050","level":"stat"}
+{"@timestamp":"2025-01-14T20:06:05.440+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.0Mi, Sys=13.4Mi, NumGC=3050","level":"stat"}
+{"@timestamp":"2025-01-14T20:07:05.438+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.0Mi, Sys=13.4Mi, NumGC=3051","level":"stat"}
+{"@timestamp":"2025-01-14T20:08:05.437+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.1Mi, Sys=13.4Mi, NumGC=3051","level":"stat"}
+{"@timestamp":"2025-01-14T20:09:05.435+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.1Mi, Sys=13.4Mi, NumGC=3052","level":"stat"}
+{"@timestamp":"2025-01-14T20:10:05.434+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.1Mi, Sys=13.4Mi, NumGC=3052","level":"stat"}
+{"@timestamp":"2025-01-14T20:11:05.433+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.1Mi, Sys=13.4Mi, NumGC=3053","level":"stat"}
+{"@timestamp":"2025-01-14T20:12:05.431+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.1Mi, Sys=13.4Mi, NumGC=3053","level":"stat"}
+{"@timestamp":"2025-01-14T20:13:05.429+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.1Mi, Sys=13.4Mi, NumGC=3054","level":"stat"}
+{"@timestamp":"2025-01-14T20:14:05.428+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.1Mi, Sys=13.4Mi, NumGC=3054","level":"stat"}
+{"@timestamp":"2025-01-14T20:15:05.425+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.1Mi, Sys=13.4Mi, NumGC=3055","level":"stat"}
+{"@timestamp":"2025-01-14T20:16:05.425+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.1Mi, Sys=13.4Mi, NumGC=3055","level":"stat"}
+{"@timestamp":"2025-01-14T20:17:05.424+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.1Mi, Sys=13.4Mi, NumGC=3056","level":"stat"}
+{"@timestamp":"2025-01-14T20:18:05.423+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.1Mi, Sys=13.4Mi, NumGC=3056","level":"stat"}
+{"@timestamp":"2025-01-14T20:19:05.421+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.1Mi, Sys=13.4Mi, NumGC=3057","level":"stat"}
+{"@timestamp":"2025-01-14T20:20:05.420+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.1Mi, Sys=13.4Mi, NumGC=3057","level":"stat"}
+{"@timestamp":"2025-01-14T20:21:05.418+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.1Mi, Sys=13.4Mi, NumGC=3058","level":"stat"}
+{"@timestamp":"2025-01-14T20:22:05.415+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.1Mi, Sys=13.4Mi, NumGC=3058","level":"stat"}
+{"@timestamp":"2025-01-14T20:23:05.415+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.1Mi, Sys=13.4Mi, NumGC=3059","level":"stat"}
+{"@timestamp":"2025-01-14T20:24:05.414+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.1Mi, Sys=13.4Mi, NumGC=3059","level":"stat"}
+{"@timestamp":"2025-01-14T20:25:05.413+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.1Mi, Sys=13.4Mi, NumGC=3060","level":"stat"}
+{"@timestamp":"2025-01-14T20:26:05.410+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.1Mi, Sys=13.4Mi, NumGC=3060","level":"stat"}
+{"@timestamp":"2025-01-14T20:27:05.410+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.1Mi, Sys=13.4Mi, NumGC=3061","level":"stat"}
+{"@timestamp":"2025-01-14T20:28:05.408+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.1Mi, Sys=13.4Mi, NumGC=3061","level":"stat"}
+{"@timestamp":"2025-01-14T20:29:05.407+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.1Mi, Sys=13.4Mi, NumGC=3062","level":"stat"}
+{"@timestamp":"2025-01-14T20:30:05.405+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.1Mi, Sys=13.4Mi, NumGC=3062","level":"stat"}
+{"@timestamp":"2025-01-14T20:31:05.404+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.1Mi, Sys=13.4Mi, NumGC=3063","level":"stat"}
+{"@timestamp":"2025-01-14T20:32:05.402+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.2Mi, Sys=13.4Mi, NumGC=3063","level":"stat"}
+{"@timestamp":"2025-01-14T20:33:05.542+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.2Mi, Sys=13.4Mi, NumGC=3064","level":"stat"}
+{"@timestamp":"2025-01-14T20:34:05.542+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.2Mi, Sys=13.4Mi, NumGC=3064","level":"stat"}
+{"@timestamp":"2025-01-14T20:35:05.541+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.2Mi, Sys=13.4Mi, NumGC=3065","level":"stat"}
+{"@timestamp":"2025-01-14T20:36:05.541+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.2Mi, Sys=13.4Mi, NumGC=3065","level":"stat"}
+{"@timestamp":"2025-01-14T20:37:05.543+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.2Mi, Sys=13.4Mi, NumGC=3066","level":"stat"}
+{"@timestamp":"2025-01-14T20:38:05.543+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.2Mi, Sys=13.4Mi, NumGC=3066","level":"stat"}
+{"@timestamp":"2025-01-14T20:39:05.543+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.2Mi, Sys=13.4Mi, NumGC=3067","level":"stat"}
+{"@timestamp":"2025-01-14T20:40:05.543+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.2Mi, Sys=13.4Mi, NumGC=3067","level":"stat"}
+{"@timestamp":"2025-01-14T20:41:05.543+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.2Mi, Sys=13.4Mi, NumGC=3068","level":"stat"}
+{"@timestamp":"2025-01-14T20:42:05.544+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.2Mi, Sys=13.4Mi, NumGC=3068","level":"stat"}
+{"@timestamp":"2025-01-14T20:43:05.544+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.2Mi, Sys=13.4Mi, NumGC=3069","level":"stat"}
+{"@timestamp":"2025-01-14T20:44:05.544+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.2Mi, Sys=13.4Mi, NumGC=3069","level":"stat"}
+{"@timestamp":"2025-01-14T20:45:05.543+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.2Mi, Sys=13.4Mi, NumGC=3070","level":"stat"}
+{"@timestamp":"2025-01-14T20:46:05.545+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.2Mi, Sys=13.4Mi, NumGC=3070","level":"stat"}
+{"@timestamp":"2025-01-14T20:47:05.543+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.2Mi, Sys=13.4Mi, NumGC=3071","level":"stat"}
+{"@timestamp":"2025-01-14T20:48:05.539+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.2Mi, Sys=13.4Mi, NumGC=3071","level":"stat"}
+{"@timestamp":"2025-01-14T20:49:05.523+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.2Mi, Sys=13.4Mi, NumGC=3072","level":"stat"}
+{"@timestamp":"2025-01-14T20:50:05.522+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.2Mi, Sys=13.4Mi, NumGC=3072","level":"stat"}
+{"@timestamp":"2025-01-14T20:51:05.521+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.2Mi, Sys=13.4Mi, NumGC=3073","level":"stat"}
+{"@timestamp":"2025-01-14T20:52:05.521+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.2Mi, Sys=13.4Mi, NumGC=3073","level":"stat"}
+{"@timestamp":"2025-01-14T20:53:05.522+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.2Mi, Sys=13.4Mi, NumGC=3074","level":"stat"}
+{"@timestamp":"2025-01-14T20:54:05.522+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.2Mi, Sys=13.4Mi, NumGC=3074","level":"stat"}
+{"@timestamp":"2025-01-14T20:55:05.520+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.2Mi, Sys=13.4Mi, NumGC=3075","level":"stat"}
+{"@timestamp":"2025-01-14T20:56:05.522+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.2Mi, Sys=13.4Mi, NumGC=3075","level":"stat"}
+{"@timestamp":"2025-01-14T20:57:05.522+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.2Mi, Sys=13.4Mi, NumGC=3076","level":"stat"}
+{"@timestamp":"2025-01-14T20:58:05.522+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.3Mi, Sys=13.4Mi, NumGC=3076","level":"stat"}
+{"@timestamp":"2025-01-14T20:59:05.522+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.3Mi, Sys=13.4Mi, NumGC=3077","level":"stat"}
+{"@timestamp":"2025-01-14T21:00:30.446+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.3Mi, Sys=13.4Mi, NumGC=3077","level":"stat"}
+{"@timestamp":"2025-01-14T21:01:30.446+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.3Mi, Sys=13.4Mi, NumGC=3078","level":"stat"}
+{"@timestamp":"2025-01-14T21:02:30.445+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.3Mi, Sys=13.4Mi, NumGC=3078","level":"stat"}
+{"@timestamp":"2025-01-14T21:03:30.445+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.3Mi, Sys=13.4Mi, NumGC=3079","level":"stat"}
+{"@timestamp":"2025-01-14T21:04:30.444+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.3Mi, Sys=13.4Mi, NumGC=3079","level":"stat"}
+{"@timestamp":"2025-01-14T21:05:30.443+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.3Mi, Sys=13.4Mi, NumGC=3080","level":"stat"}
+{"@timestamp":"2025-01-14T21:06:30.445+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.3Mi, Sys=13.4Mi, NumGC=3080","level":"stat"}
+{"@timestamp":"2025-01-14T21:07:30.444+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.3Mi, Sys=13.4Mi, NumGC=3081","level":"stat"}
+{"@timestamp":"2025-01-14T21:08:30.445+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.3Mi, Sys=13.4Mi, NumGC=3081","level":"stat"}
+{"@timestamp":"2025-01-14T21:09:30.445+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.3Mi, Sys=13.4Mi, NumGC=3082","level":"stat"}
+{"@timestamp":"2025-01-14T21:10:30.445+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.3Mi, Sys=13.4Mi, NumGC=3082","level":"stat"}
+{"@timestamp":"2025-01-14T21:11:30.443+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.3Mi, Sys=13.4Mi, NumGC=3083","level":"stat"}
+{"@timestamp":"2025-01-14T21:12:30.445+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.3Mi, Sys=13.4Mi, NumGC=3083","level":"stat"}
+{"@timestamp":"2025-01-14T21:13:30.513+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.3Mi, Sys=13.4Mi, NumGC=3084","level":"stat"}
+{"@timestamp":"2025-01-14T21:14:30.512+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.3Mi, Sys=13.4Mi, NumGC=3084","level":"stat"}
+{"@timestamp":"2025-01-14T21:15:30.515+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.3Mi, Sys=13.4Mi, NumGC=3085","level":"stat"}
+{"@timestamp":"2025-01-14T21:16:30.514+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.3Mi, Sys=13.4Mi, NumGC=3085","level":"stat"}
+{"@timestamp":"2025-01-14T21:17:30.516+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.3Mi, Sys=13.4Mi, NumGC=3086","level":"stat"}
+{"@timestamp":"2025-01-14T21:18:30.517+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.3Mi, Sys=13.4Mi, NumGC=3086","level":"stat"}
+{"@timestamp":"2025-01-14T21:19:30.517+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.3Mi, Sys=13.4Mi, NumGC=3087","level":"stat"}
+{"@timestamp":"2025-01-14T21:20:30.518+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.3Mi, Sys=13.4Mi, NumGC=3087","level":"stat"}
+{"@timestamp":"2025-01-14T21:21:30.519+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.3Mi, Sys=13.4Mi, NumGC=3088","level":"stat"}
+{"@timestamp":"2025-01-14T21:22:30.519+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.4Mi, Sys=13.4Mi, NumGC=3088","level":"stat"}
+{"@timestamp":"2025-01-14T21:23:30.521+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.4Mi, Sys=13.4Mi, NumGC=3089","level":"stat"}
+{"@timestamp":"2025-01-14T21:24:30.521+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.4Mi, Sys=13.4Mi, NumGC=3089","level":"stat"}
+{"@timestamp":"2025-01-14T21:25:30.522+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.4Mi, Sys=13.4Mi, NumGC=3090","level":"stat"}
+{"@timestamp":"2025-01-14T21:26:30.523+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.4Mi, Sys=13.4Mi, NumGC=3090","level":"stat"}
+{"@timestamp":"2025-01-14T21:27:30.522+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.4Mi, Sys=13.4Mi, NumGC=3091","level":"stat"}
+{"@timestamp":"2025-01-14T21:28:30.524+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.4Mi, Sys=13.4Mi, NumGC=3091","level":"stat"}
+{"@timestamp":"2025-01-14T21:29:30.524+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.4Mi, Sys=13.4Mi, NumGC=3092","level":"stat"}
+{"@timestamp":"2025-01-14T21:30:30.525+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.4Mi, Sys=13.4Mi, NumGC=3092","level":"stat"}
+{"@timestamp":"2025-01-14T21:31:30.527+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.4Mi, Sys=13.4Mi, NumGC=3093","level":"stat"}
+{"@timestamp":"2025-01-14T21:32:30.527+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.4Mi, Sys=13.4Mi, NumGC=3093","level":"stat"}
+{"@timestamp":"2025-01-14T21:33:30.528+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.4Mi, Sys=13.4Mi, NumGC=3094","level":"stat"}
+{"@timestamp":"2025-01-14T21:34:30.431+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.4Mi, Sys=13.4Mi, NumGC=3094","level":"stat"}
+{"@timestamp":"2025-01-14T21:35:30.431+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.4Mi, Sys=13.4Mi, NumGC=3095","level":"stat"}
+{"@timestamp":"2025-01-14T21:36:30.431+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.4Mi, Sys=13.4Mi, NumGC=3095","level":"stat"}
+{"@timestamp":"2025-01-14T21:37:30.431+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.4Mi, Sys=13.4Mi, NumGC=3096","level":"stat"}
+{"@timestamp":"2025-01-14T21:38:30.430+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.4Mi, Sys=13.4Mi, NumGC=3096","level":"stat"}
+{"@timestamp":"2025-01-14T21:39:30.430+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.4Mi, Sys=13.4Mi, NumGC=3097","level":"stat"}
+{"@timestamp":"2025-01-14T21:40:30.429+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.4Mi, Sys=13.4Mi, NumGC=3097","level":"stat"}
+{"@timestamp":"2025-01-14T21:41:30.429+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.4Mi, Sys=13.4Mi, NumGC=3098","level":"stat"}
+{"@timestamp":"2025-01-14T21:42:30.428+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.4Mi, Sys=13.4Mi, NumGC=3098","level":"stat"}
+{"@timestamp":"2025-01-14T21:43:30.427+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.4Mi, Sys=13.4Mi, NumGC=3099","level":"stat"}
+{"@timestamp":"2025-01-14T21:44:30.427+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.4Mi, Sys=13.4Mi, NumGC=3099","level":"stat"}
+{"@timestamp":"2025-01-14T21:45:30.427+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.4Mi, Sys=13.4Mi, NumGC=3100","level":"stat"}
+{"@timestamp":"2025-01-14T21:46:30.427+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.4Mi, Sys=13.4Mi, NumGC=3100","level":"stat"}
+{"@timestamp":"2025-01-14T21:47:30.426+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.5Mi, Sys=13.4Mi, NumGC=3101","level":"stat"}
+{"@timestamp":"2025-01-14T21:48:30.426+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.5Mi, Sys=13.4Mi, NumGC=3101","level":"stat"}
+{"@timestamp":"2025-01-14T21:49:30.424+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.5Mi, Sys=13.4Mi, NumGC=3102","level":"stat"}
+{"@timestamp":"2025-01-14T21:50:30.420+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.5Mi, Sys=13.4Mi, NumGC=3102","level":"stat"}
+{"@timestamp":"2025-01-14T21:51:30.417+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.5Mi, Sys=13.4Mi, NumGC=3103","level":"stat"}
+{"@timestamp":"2025-01-14T21:52:30.417+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.5Mi, Sys=13.4Mi, NumGC=3103","level":"stat"}
+{"@timestamp":"2025-01-14T21:53:30.414+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.5Mi, Sys=13.4Mi, NumGC=3104","level":"stat"}
+{"@timestamp":"2025-01-14T21:54:30.414+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.5Mi, Sys=13.4Mi, NumGC=3104","level":"stat"}
+{"@timestamp":"2025-01-14T21:55:30.415+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.5Mi, Sys=13.4Mi, NumGC=3105","level":"stat"}
+{"@timestamp":"2025-01-14T21:56:30.414+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.5Mi, Sys=13.4Mi, NumGC=3105","level":"stat"}
+{"@timestamp":"2025-01-14T21:57:30.414+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.5Mi, Sys=13.4Mi, NumGC=3106","level":"stat"}
+{"@timestamp":"2025-01-14T21:58:30.412+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.5Mi, Sys=13.4Mi, NumGC=3106","level":"stat"}
+{"@timestamp":"2025-01-14T21:59:30.413+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.5Mi, Sys=13.4Mi, NumGC=3107","level":"stat"}
+{"@timestamp":"2025-01-14T22:15:55.424+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.5Mi, Sys=13.4Mi, NumGC=3107","level":"stat"}
+{"@timestamp":"2025-01-14T22:16:55.454+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.5Mi, Sys=13.4Mi, NumGC=3108","level":"stat"}
+{"@timestamp":"2025-01-14T22:17:55.459+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.5Mi, Sys=13.4Mi, NumGC=3108","level":"stat"}
+{"@timestamp":"2025-01-14T22:18:55.458+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.5Mi, Sys=13.4Mi, NumGC=3109","level":"stat"}
+{"@timestamp":"2025-01-14T22:19:55.458+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.5Mi, Sys=13.4Mi, NumGC=3109","level":"stat"}
+{"@timestamp":"2025-01-14T22:20:55.458+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.5Mi, Sys=13.4Mi, NumGC=3110","level":"stat"}
+{"@timestamp":"2025-01-14T22:21:55.456+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.5Mi, Sys=13.4Mi, NumGC=3110","level":"stat"}
+{"@timestamp":"2025-01-14T22:22:55.457+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.5Mi, Sys=13.4Mi, NumGC=3111","level":"stat"}
+{"@timestamp":"2025-01-14T22:23:55.457+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.5Mi, Sys=13.4Mi, NumGC=3111","level":"stat"}
+{"@timestamp":"2025-01-14T22:24:55.456+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.5Mi, Sys=13.4Mi, NumGC=3112","level":"stat"}
+{"@timestamp":"2025-01-14T22:25:55.456+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.5Mi, Sys=13.4Mi, NumGC=3112","level":"stat"}
+{"@timestamp":"2025-01-14T22:26:55.456+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.5Mi, Sys=13.4Mi, NumGC=3113","level":"stat"}
+{"@timestamp":"2025-01-14T22:27:55.455+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.6Mi, Sys=13.4Mi, NumGC=3113","level":"stat"}
+{"@timestamp":"2025-01-14T22:28:55.455+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.6Mi, Sys=13.4Mi, NumGC=3114","level":"stat"}
+{"@timestamp":"2025-01-14T22:29:55.455+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.6Mi, Sys=13.4Mi, NumGC=3114","level":"stat"}
+{"@timestamp":"2025-01-14T22:30:55.455+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.6Mi, Sys=13.4Mi, NumGC=3115","level":"stat"}
+{"@timestamp":"2025-01-14T22:31:55.450+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.6Mi, Sys=13.4Mi, NumGC=3115","level":"stat"}
+{"@timestamp":"2025-01-14T22:32:55.448+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.6Mi, Sys=13.4Mi, NumGC=3116","level":"stat"}
+{"@timestamp":"2025-01-14T22:33:55.448+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.6Mi, Sys=13.4Mi, NumGC=3116","level":"stat"}
+{"@timestamp":"2025-01-14T22:34:55.447+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.6Mi, Sys=13.4Mi, NumGC=3117","level":"stat"}
+{"@timestamp":"2025-01-14T22:35:55.448+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.6Mi, Sys=13.4Mi, NumGC=3117","level":"stat"}
+{"@timestamp":"2025-01-14T22:36:55.447+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.6Mi, Sys=13.4Mi, NumGC=3118","level":"stat"}
+{"@timestamp":"2025-01-14T22:37:55.446+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.6Mi, Sys=13.4Mi, NumGC=3118","level":"stat"}
+{"@timestamp":"2025-01-14T22:38:55.447+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.6Mi, Sys=13.4Mi, NumGC=3119","level":"stat"}
+{"@timestamp":"2025-01-14T22:39:55.445+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.6Mi, Sys=13.4Mi, NumGC=3119","level":"stat"}
+{"@timestamp":"2025-01-14T22:40:55.446+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.6Mi, Sys=13.4Mi, NumGC=3120","level":"stat"}
+{"@timestamp":"2025-01-14T22:41:55.445+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.6Mi, Sys=13.4Mi, NumGC=3120","level":"stat"}
+{"@timestamp":"2025-01-14T22:42:55.444+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.6Mi, Sys=13.4Mi, NumGC=3121","level":"stat"}
+{"@timestamp":"2025-01-14T22:43:55.445+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.6Mi, Sys=13.4Mi, NumGC=3121","level":"stat"}
+{"@timestamp":"2025-01-14T22:44:55.444+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.6Mi, Sys=13.4Mi, NumGC=3122","level":"stat"}
+{"@timestamp":"2025-01-14T22:45:55.444+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.6Mi, Sys=13.4Mi, NumGC=3122","level":"stat"}
+{"@timestamp":"2025-01-14T22:46:55.444+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.6Mi, Sys=13.4Mi, NumGC=3123","level":"stat"}
+{"@timestamp":"2025-01-14T22:47:55.440+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.6Mi, Sys=13.4Mi, NumGC=3123","level":"stat"}
+{"@timestamp":"2025-01-14T22:48:55.436+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.6Mi, Sys=13.4Mi, NumGC=3124","level":"stat"}
+{"@timestamp":"2025-01-14T22:49:55.436+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.6Mi, Sys=13.4Mi, NumGC=3124","level":"stat"}
+{"@timestamp":"2025-01-14T22:50:55.436+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.6Mi, Sys=13.4Mi, NumGC=3125","level":"stat"}
+{"@timestamp":"2025-01-14T22:51:55.435+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.7Mi, Sys=13.4Mi, NumGC=3125","level":"stat"}
+{"@timestamp":"2025-01-14T22:52:55.435+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.7Mi, Sys=13.4Mi, NumGC=3126","level":"stat"}
+{"@timestamp":"2025-01-14T22:53:55.434+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.7Mi, Sys=13.4Mi, NumGC=3126","level":"stat"}
+{"@timestamp":"2025-01-14T22:54:55.433+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.7Mi, Sys=13.4Mi, NumGC=3127","level":"stat"}
+{"@timestamp":"2025-01-14T22:55:55.433+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.7Mi, Sys=13.4Mi, NumGC=3127","level":"stat"}
+{"@timestamp":"2025-01-14T22:56:55.433+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.7Mi, Sys=13.4Mi, NumGC=3128","level":"stat"}
+{"@timestamp":"2025-01-14T22:57:55.432+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.7Mi, Sys=13.4Mi, NumGC=3128","level":"stat"}
+{"@timestamp":"2025-01-14T22:58:55.432+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.7Mi, Sys=13.4Mi, NumGC=3129","level":"stat"}
+{"@timestamp":"2025-01-14T22:59:55.432+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.7Mi, Sys=13.4Mi, NumGC=3129","level":"stat"}
+{"@timestamp":"2025-01-14T23:00:55.430+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.7Mi, Sys=13.4Mi, NumGC=3130","level":"stat"}
+{"@timestamp":"2025-01-14T23:01:55.430+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.7Mi, Sys=13.4Mi, NumGC=3130","level":"stat"}
+{"@timestamp":"2025-01-14T23:02:55.430+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.7Mi, Sys=13.4Mi, NumGC=3131","level":"stat"}
+{"@timestamp":"2025-01-14T23:03:55.429+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.7Mi, Sys=13.4Mi, NumGC=3131","level":"stat"}
+{"@timestamp":"2025-01-14T23:04:55.429+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.7Mi, Sys=13.4Mi, NumGC=3132","level":"stat"}
+{"@timestamp":"2025-01-14T23:05:55.429+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.7Mi, Sys=13.4Mi, NumGC=3132","level":"stat"}
+{"@timestamp":"2025-01-14T23:06:55.429+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.7Mi, Sys=13.4Mi, NumGC=3133","level":"stat"}
+{"@timestamp":"2025-01-14T23:07:55.428+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.7Mi, Sys=13.4Mi, NumGC=3133","level":"stat"}
+{"@timestamp":"2025-01-14T23:08:55.488+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.7Mi, Sys=13.4Mi, NumGC=3134","level":"stat"}
+{"@timestamp":"2025-01-14T23:09:55.488+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.7Mi, Sys=13.4Mi, NumGC=3134","level":"stat"}
+{"@timestamp":"2025-01-14T23:10:55.488+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.7Mi, Sys=13.4Mi, NumGC=3135","level":"stat"}
+{"@timestamp":"2025-01-14T23:11:55.488+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.7Mi, Sys=13.4Mi, NumGC=3135","level":"stat"}
+{"@timestamp":"2025-01-14T23:12:55.489+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.7Mi, Sys=13.4Mi, NumGC=3136","level":"stat"}
+{"@timestamp":"2025-01-14T23:13:55.489+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.7Mi, Sys=13.4Mi, NumGC=3136","level":"stat"}
+{"@timestamp":"2025-01-14T23:14:55.490+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.7Mi, Sys=13.4Mi, NumGC=3137","level":"stat"}
+{"@timestamp":"2025-01-14T23:15:55.490+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.7Mi, Sys=13.4Mi, NumGC=3137","level":"stat"}
+{"@timestamp":"2025-01-14T23:16:55.490+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.8Mi, Sys=13.4Mi, NumGC=3138","level":"stat"}
+{"@timestamp":"2025-01-14T23:17:55.491+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.8Mi, Sys=13.4Mi, NumGC=3138","level":"stat"}
+{"@timestamp":"2025-01-14T23:18:55.491+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.8Mi, Sys=13.4Mi, NumGC=3139","level":"stat"}
+{"@timestamp":"2025-01-14T23:19:55.491+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.8Mi, Sys=13.4Mi, NumGC=3139","level":"stat"}
+{"@timestamp":"2025-01-14T23:20:55.491+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.8Mi, Sys=13.4Mi, NumGC=3140","level":"stat"}
+{"@timestamp":"2025-01-14T23:21:55.492+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.8Mi, Sys=13.4Mi, NumGC=3140","level":"stat"}
+{"@timestamp":"2025-01-14T23:22:55.491+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.8Mi, Sys=13.4Mi, NumGC=3141","level":"stat"}
+{"@timestamp":"2025-01-14T23:23:55.492+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.8Mi, Sys=13.4Mi, NumGC=3141","level":"stat"}
+{"@timestamp":"2025-01-14T23:24:55.493+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.8Mi, Sys=13.4Mi, NumGC=3142","level":"stat"}
+{"@timestamp":"2025-01-14T23:25:55.493+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.8Mi, Sys=13.4Mi, NumGC=3142","level":"stat"}
+{"@timestamp":"2025-01-14T23:26:55.493+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.8Mi, Sys=13.4Mi, NumGC=3143","level":"stat"}
+{"@timestamp":"2025-01-14T23:27:55.494+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.8Mi, Sys=13.4Mi, NumGC=3143","level":"stat"}
+{"@timestamp":"2025-01-14T23:28:55.494+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.8Mi, Sys=13.4Mi, NumGC=3144","level":"stat"}
+{"@timestamp":"2025-01-14T23:29:55.494+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.8Mi, Sys=13.4Mi, NumGC=3144","level":"stat"}
+{"@timestamp":"2025-01-14T23:30:55.494+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.8Mi, Sys=13.4Mi, NumGC=3145","level":"stat"}
+{"@timestamp":"2025-01-14T23:31:55.494+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.8Mi, Sys=13.4Mi, NumGC=3145","level":"stat"}
+{"@timestamp":"2025-01-14T23:32:55.495+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.8Mi, Sys=13.4Mi, NumGC=3146","level":"stat"}
+{"@timestamp":"2025-01-14T23:33:55.495+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.8Mi, Sys=13.4Mi, NumGC=3146","level":"stat"}
+{"@timestamp":"2025-01-14T23:34:55.495+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.8Mi, Sys=13.4Mi, NumGC=3147","level":"stat"}
+{"@timestamp":"2025-01-14T23:35:55.496+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.8Mi, Sys=13.4Mi, NumGC=3147","level":"stat"}
+{"@timestamp":"2025-01-14T23:36:55.496+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.8Mi, Sys=13.4Mi, NumGC=3148","level":"stat"}
+{"@timestamp":"2025-01-14T23:37:55.496+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.8Mi, Sys=13.4Mi, NumGC=3148","level":"stat"}
+{"@timestamp":"2025-01-14T23:38:55.496+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.8Mi, Sys=13.4Mi, NumGC=3149","level":"stat"}
+{"@timestamp":"2025-01-14T23:39:55.497+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.8Mi, Sys=13.4Mi, NumGC=3149","level":"stat"}
+{"@timestamp":"2025-01-14T23:40:55.497+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.8Mi, Sys=13.4Mi, NumGC=3150","level":"stat"}
+{"@timestamp":"2025-01-14T23:41:55.498+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.8Mi, Sys=13.4Mi, NumGC=3150","level":"stat"}
+{"@timestamp":"2025-01-14T23:42:55.498+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.9Mi, Sys=13.4Mi, NumGC=3151","level":"stat"}
+{"@timestamp":"2025-01-14T23:43:55.498+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.9Mi, Sys=13.4Mi, NumGC=3151","level":"stat"}
+{"@timestamp":"2025-01-14T23:44:55.498+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.9Mi, Sys=13.4Mi, NumGC=3152","level":"stat"}
+{"@timestamp":"2025-01-14T23:45:55.498+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.9Mi, Sys=13.4Mi, NumGC=3152","level":"stat"}
+{"@timestamp":"2025-01-14T23:46:55.565+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.9Mi, Sys=13.4Mi, NumGC=3153","level":"stat"}
+{"@timestamp":"2025-01-14T23:47:55.567+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.9Mi, Sys=13.4Mi, NumGC=3153","level":"stat"}
+{"@timestamp":"2025-01-14T23:48:55.567+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.9Mi, Sys=13.4Mi, NumGC=3154","level":"stat"}
+{"@timestamp":"2025-01-14T23:49:55.568+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.9Mi, Sys=13.4Mi, NumGC=3154","level":"stat"}
+{"@timestamp":"2025-01-14T23:50:55.570+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.9Mi, Sys=13.4Mi, NumGC=3155","level":"stat"}
+{"@timestamp":"2025-01-14T23:51:55.571+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.9Mi, Sys=13.4Mi, NumGC=3155","level":"stat"}
+{"@timestamp":"2025-01-14T23:52:55.572+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.9Mi, Sys=13.4Mi, NumGC=3156","level":"stat"}
+{"@timestamp":"2025-01-14T23:53:55.573+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.9Mi, Sys=13.4Mi, NumGC=3156","level":"stat"}
+{"@timestamp":"2025-01-14T23:54:55.574+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.9Mi, Sys=13.4Mi, NumGC=3157","level":"stat"}
+{"@timestamp":"2025-01-14T23:55:55.575+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.9Mi, Sys=13.4Mi, NumGC=3157","level":"stat"}
+{"@timestamp":"2025-01-14T23:56:55.577+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.9Mi, Sys=13.4Mi, NumGC=3158","level":"stat"}
+{"@timestamp":"2025-01-14T23:57:55.577+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.9Mi, Sys=13.4Mi, NumGC=3158","level":"stat"}
+{"@timestamp":"2025-01-14T23:58:55.579+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.9Mi, Sys=13.4Mi, NumGC=3159","level":"stat"}
+{"@timestamp":"2025-01-14T23:59:55.580+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.9Mi, Sys=13.4Mi, NumGC=3159","level":"stat"}

+ 1028 - 0
app/mq/rabbitmq/logs/stat.log-2025-01-15

@@ -0,0 +1,1028 @@
+{"@timestamp":"2025-01-15T00:00:55.581+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.9Mi, Sys=13.4Mi, NumGC=3160","level":"stat"}
+{"@timestamp":"2025-01-15T00:01:55.581+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.9Mi, Sys=13.4Mi, NumGC=3160","level":"stat"}
+{"@timestamp":"2025-01-15T00:02:55.583+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.9Mi, Sys=13.4Mi, NumGC=3161","level":"stat"}
+{"@timestamp":"2025-01-15T00:03:55.584+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.9Mi, Sys=13.4Mi, NumGC=3161","level":"stat"}
+{"@timestamp":"2025-01-15T00:04:55.585+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=27.9Mi, Sys=13.4Mi, NumGC=3162","level":"stat"}
+{"@timestamp":"2025-01-15T00:05:55.586+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=27.9Mi, Sys=13.4Mi, NumGC=3162","level":"stat"}
+{"@timestamp":"2025-01-15T00:06:55.587+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.0Mi, Sys=13.4Mi, NumGC=3163","level":"stat"}
+{"@timestamp":"2025-01-15T00:07:55.588+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.0Mi, Sys=13.4Mi, NumGC=3163","level":"stat"}
+{"@timestamp":"2025-01-15T00:08:55.589+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.0Mi, Sys=13.4Mi, NumGC=3164","level":"stat"}
+{"@timestamp":"2025-01-15T00:09:55.590+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.0Mi, Sys=13.4Mi, NumGC=3164","level":"stat"}
+{"@timestamp":"2025-01-15T00:10:55.592+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.0Mi, Sys=13.4Mi, NumGC=3165","level":"stat"}
+{"@timestamp":"2025-01-15T00:11:55.593+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.0Mi, Sys=13.4Mi, NumGC=3165","level":"stat"}
+{"@timestamp":"2025-01-15T00:12:55.594+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.0Mi, Sys=13.4Mi, NumGC=3166","level":"stat"}
+{"@timestamp":"2025-01-15T00:13:55.595+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.0Mi, Sys=13.4Mi, NumGC=3166","level":"stat"}
+{"@timestamp":"2025-01-15T00:14:55.596+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.0Mi, Sys=13.4Mi, NumGC=3167","level":"stat"}
+{"@timestamp":"2025-01-15T00:15:55.596+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.0Mi, Sys=13.4Mi, NumGC=3167","level":"stat"}
+{"@timestamp":"2025-01-15T00:16:55.598+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.0Mi, Sys=13.4Mi, NumGC=3168","level":"stat"}
+{"@timestamp":"2025-01-15T00:17:55.599+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.0Mi, Sys=13.4Mi, NumGC=3168","level":"stat"}
+{"@timestamp":"2025-01-15T00:18:55.600+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.0Mi, Sys=13.4Mi, NumGC=3169","level":"stat"}
+{"@timestamp":"2025-01-15T00:19:55.601+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.0Mi, Sys=13.4Mi, NumGC=3169","level":"stat"}
+{"@timestamp":"2025-01-15T00:20:55.602+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.0Mi, Sys=13.4Mi, NumGC=3170","level":"stat"}
+{"@timestamp":"2025-01-15T00:21:55.603+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.0Mi, Sys=13.4Mi, NumGC=3170","level":"stat"}
+{"@timestamp":"2025-01-15T00:22:55.605+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.0Mi, Sys=13.4Mi, NumGC=3171","level":"stat"}
+{"@timestamp":"2025-01-15T00:23:55.605+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.0Mi, Sys=13.4Mi, NumGC=3171","level":"stat"}
+{"@timestamp":"2025-01-15T00:24:55.607+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.0Mi, Sys=13.4Mi, NumGC=3172","level":"stat"}
+{"@timestamp":"2025-01-15T00:25:55.608+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.0Mi, Sys=13.4Mi, NumGC=3172","level":"stat"}
+{"@timestamp":"2025-01-15T00:26:55.609+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.0Mi, Sys=13.4Mi, NumGC=3173","level":"stat"}
+{"@timestamp":"2025-01-15T00:27:55.610+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.0Mi, Sys=13.4Mi, NumGC=3173","level":"stat"}
+{"@timestamp":"2025-01-15T00:28:55.611+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.0Mi, Sys=13.4Mi, NumGC=3174","level":"stat"}
+{"@timestamp":"2025-01-15T00:29:55.612+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.0Mi, Sys=13.4Mi, NumGC=3174","level":"stat"}
+{"@timestamp":"2025-01-15T00:30:55.613+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.0Mi, Sys=13.4Mi, NumGC=3175","level":"stat"}
+{"@timestamp":"2025-01-15T00:31:55.615+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.1Mi, Sys=13.4Mi, NumGC=3175","level":"stat"}
+{"@timestamp":"2025-01-15T00:32:55.616+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.1Mi, Sys=13.4Mi, NumGC=3176","level":"stat"}
+{"@timestamp":"2025-01-15T00:33:55.582+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.1Mi, Sys=13.4Mi, NumGC=3176","level":"stat"}
+{"@timestamp":"2025-01-15T00:34:55.583+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.1Mi, Sys=13.4Mi, NumGC=3177","level":"stat"}
+{"@timestamp":"2025-01-15T00:35:55.583+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.1Mi, Sys=13.4Mi, NumGC=3177","level":"stat"}
+{"@timestamp":"2025-01-15T00:36:55.584+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.1Mi, Sys=13.4Mi, NumGC=3178","level":"stat"}
+{"@timestamp":"2025-01-15T00:37:55.585+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.1Mi, Sys=13.4Mi, NumGC=3178","level":"stat"}
+{"@timestamp":"2025-01-15T00:38:55.584+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.1Mi, Sys=13.4Mi, NumGC=3179","level":"stat"}
+{"@timestamp":"2025-01-15T00:39:55.585+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.1Mi, Sys=13.4Mi, NumGC=3179","level":"stat"}
+{"@timestamp":"2025-01-15T00:40:55.586+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.1Mi, Sys=13.4Mi, NumGC=3180","level":"stat"}
+{"@timestamp":"2025-01-15T00:41:55.586+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.1Mi, Sys=13.4Mi, NumGC=3180","level":"stat"}
+{"@timestamp":"2025-01-15T00:42:55.588+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.1Mi, Sys=13.4Mi, NumGC=3181","level":"stat"}
+{"@timestamp":"2025-01-15T00:43:55.588+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.1Mi, Sys=13.4Mi, NumGC=3181","level":"stat"}
+{"@timestamp":"2025-01-15T00:44:55.588+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.1Mi, Sys=13.4Mi, NumGC=3182","level":"stat"}
+{"@timestamp":"2025-01-15T00:45:55.590+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.1Mi, Sys=13.4Mi, NumGC=3182","level":"stat"}
+{"@timestamp":"2025-01-15T00:46:55.591+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.1Mi, Sys=13.4Mi, NumGC=3183","level":"stat"}
+{"@timestamp":"2025-01-15T00:47:55.591+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.1Mi, Sys=13.4Mi, NumGC=3183","level":"stat"}
+{"@timestamp":"2025-01-15T00:48:55.519+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.1Mi, Sys=13.4Mi, NumGC=3184","level":"stat"}
+{"@timestamp":"2025-01-15T00:49:55.518+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.1Mi, Sys=13.4Mi, NumGC=3184","level":"stat"}
+{"@timestamp":"2025-01-15T00:50:55.518+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.1Mi, Sys=13.4Mi, NumGC=3185","level":"stat"}
+{"@timestamp":"2025-01-15T00:51:55.519+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.1Mi, Sys=13.4Mi, NumGC=3185","level":"stat"}
+{"@timestamp":"2025-01-15T00:52:55.518+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.1Mi, Sys=13.4Mi, NumGC=3186","level":"stat"}
+{"@timestamp":"2025-01-15T00:53:55.519+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.1Mi, Sys=13.4Mi, NumGC=3186","level":"stat"}
+{"@timestamp":"2025-01-15T00:54:55.519+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.1Mi, Sys=13.4Mi, NumGC=3187","level":"stat"}
+{"@timestamp":"2025-01-15T00:55:55.519+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.1Mi, Sys=13.4Mi, NumGC=3187","level":"stat"}
+{"@timestamp":"2025-01-15T00:56:55.519+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.1Mi, Sys=13.4Mi, NumGC=3188","level":"stat"}
+{"@timestamp":"2025-01-15T00:57:55.585+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.2Mi, Sys=13.4Mi, NumGC=3188","level":"stat"}
+{"@timestamp":"2025-01-15T00:58:55.586+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.2Mi, Sys=13.4Mi, NumGC=3189","level":"stat"}
+{"@timestamp":"2025-01-15T00:59:55.586+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.2Mi, Sys=13.4Mi, NumGC=3189","level":"stat"}
+{"@timestamp":"2025-01-15T01:00:55.587+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.2Mi, Sys=13.4Mi, NumGC=3190","level":"stat"}
+{"@timestamp":"2025-01-15T01:01:55.588+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.2Mi, Sys=13.4Mi, NumGC=3190","level":"stat"}
+{"@timestamp":"2025-01-15T01:03:20.418+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.2Mi, Sys=13.4Mi, NumGC=3191","level":"stat"}
+{"@timestamp":"2025-01-15T01:19:45.464+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.2Mi, Sys=13.4Mi, NumGC=3191","level":"stat"}
+{"@timestamp":"2025-01-15T01:32:43.519+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.2Mi, Sys=13.4Mi, NumGC=3192","level":"stat"}
+{"@timestamp":"2025-01-15T01:33:43.519+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.2Mi, Sys=13.4Mi, NumGC=3192","level":"stat"}
+{"@timestamp":"2025-01-15T01:34:43.521+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.2Mi, Sys=13.4Mi, NumGC=3193","level":"stat"}
+{"@timestamp":"2025-01-15T01:35:43.521+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.2Mi, Sys=13.4Mi, NumGC=3193","level":"stat"}
+{"@timestamp":"2025-01-15T01:36:43.522+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.2Mi, Sys=13.4Mi, NumGC=3194","level":"stat"}
+{"@timestamp":"2025-01-15T01:37:43.523+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.2Mi, Sys=13.4Mi, NumGC=3194","level":"stat"}
+{"@timestamp":"2025-01-15T01:38:43.523+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.2Mi, Sys=13.4Mi, NumGC=3195","level":"stat"}
+{"@timestamp":"2025-01-15T01:39:43.524+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.2Mi, Sys=13.4Mi, NumGC=3195","level":"stat"}
+{"@timestamp":"2025-01-15T01:40:43.525+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.2Mi, Sys=13.4Mi, NumGC=3196","level":"stat"}
+{"@timestamp":"2025-01-15T01:41:43.526+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.2Mi, Sys=13.4Mi, NumGC=3196","level":"stat"}
+{"@timestamp":"2025-01-15T01:42:43.526+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.2Mi, Sys=13.4Mi, NumGC=3197","level":"stat"}
+{"@timestamp":"2025-01-15T01:43:43.522+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.2Mi, Sys=13.4Mi, NumGC=3197","level":"stat"}
+{"@timestamp":"2025-01-15T01:44:43.523+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.2Mi, Sys=13.4Mi, NumGC=3198","level":"stat"}
+{"@timestamp":"2025-01-15T01:45:43.524+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.2Mi, Sys=13.4Mi, NumGC=3198","level":"stat"}
+{"@timestamp":"2025-01-15T01:46:43.524+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.2Mi, Sys=13.4Mi, NumGC=3199","level":"stat"}
+{"@timestamp":"2025-01-15T01:47:43.525+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.2Mi, Sys=13.4Mi, NumGC=3199","level":"stat"}
+{"@timestamp":"2025-01-15T01:48:43.526+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.2Mi, Sys=13.4Mi, NumGC=3200","level":"stat"}
+{"@timestamp":"2025-01-15T01:49:43.526+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.3Mi, Sys=13.4Mi, NumGC=3200","level":"stat"}
+{"@timestamp":"2025-01-15T01:50:43.526+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.3Mi, Sys=13.4Mi, NumGC=3201","level":"stat"}
+{"@timestamp":"2025-01-15T01:51:43.528+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.3Mi, Sys=13.4Mi, NumGC=3201","level":"stat"}
+{"@timestamp":"2025-01-15T01:52:43.527+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.3Mi, Sys=13.4Mi, NumGC=3202","level":"stat"}
+{"@timestamp":"2025-01-15T01:53:43.529+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.3Mi, Sys=13.4Mi, NumGC=3202","level":"stat"}
+{"@timestamp":"2025-01-15T01:54:43.530+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.3Mi, Sys=13.4Mi, NumGC=3203","level":"stat"}
+{"@timestamp":"2025-01-15T01:55:43.530+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.3Mi, Sys=13.4Mi, NumGC=3203","level":"stat"}
+{"@timestamp":"2025-01-15T01:56:43.531+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.3Mi, Sys=13.4Mi, NumGC=3204","level":"stat"}
+{"@timestamp":"2025-01-15T01:57:43.532+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.3Mi, Sys=13.4Mi, NumGC=3204","level":"stat"}
+{"@timestamp":"2025-01-15T01:58:43.532+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.3Mi, Sys=13.4Mi, NumGC=3205","level":"stat"}
+{"@timestamp":"2025-01-15T01:59:43.533+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.3Mi, Sys=13.4Mi, NumGC=3205","level":"stat"}
+{"@timestamp":"2025-01-15T02:00:43.534+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.3Mi, Sys=13.4Mi, NumGC=3206","level":"stat"}
+{"@timestamp":"2025-01-15T02:01:43.535+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.3Mi, Sys=13.4Mi, NumGC=3206","level":"stat"}
+{"@timestamp":"2025-01-15T02:02:43.536+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.3Mi, Sys=13.4Mi, NumGC=3207","level":"stat"}
+{"@timestamp":"2025-01-15T02:03:43.537+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.3Mi, Sys=13.4Mi, NumGC=3207","level":"stat"}
+{"@timestamp":"2025-01-15T02:04:43.537+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.3Mi, Sys=13.4Mi, NumGC=3208","level":"stat"}
+{"@timestamp":"2025-01-15T02:05:43.530+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.3Mi, Sys=13.4Mi, NumGC=3208","level":"stat"}
+{"@timestamp":"2025-01-15T02:06:43.531+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.3Mi, Sys=13.4Mi, NumGC=3209","level":"stat"}
+{"@timestamp":"2025-01-15T02:07:43.530+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.3Mi, Sys=13.4Mi, NumGC=3209","level":"stat"}
+{"@timestamp":"2025-01-15T02:08:43.531+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.3Mi, Sys=13.4Mi, NumGC=3210","level":"stat"}
+{"@timestamp":"2025-01-15T02:09:43.531+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.3Mi, Sys=13.4Mi, NumGC=3210","level":"stat"}
+{"@timestamp":"2025-01-15T02:10:43.532+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.3Mi, Sys=13.4Mi, NumGC=3211","level":"stat"}
+{"@timestamp":"2025-01-15T02:11:43.451+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.3Mi, Sys=13.4Mi, NumGC=3211","level":"stat"}
+{"@timestamp":"2025-01-15T02:12:43.450+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.3Mi, Sys=13.4Mi, NumGC=3212","level":"stat"}
+{"@timestamp":"2025-01-15T02:13:43.450+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.3Mi, Sys=13.4Mi, NumGC=3212","level":"stat"}
+{"@timestamp":"2025-01-15T02:14:43.449+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.3Mi, Sys=13.4Mi, NumGC=3213","level":"stat"}
+{"@timestamp":"2025-01-15T02:15:43.449+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.4Mi, Sys=13.4Mi, NumGC=3213","level":"stat"}
+{"@timestamp":"2025-01-15T02:16:43.449+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.4Mi, Sys=13.4Mi, NumGC=3214","level":"stat"}
+{"@timestamp":"2025-01-15T02:17:43.448+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.4Mi, Sys=13.4Mi, NumGC=3214","level":"stat"}
+{"@timestamp":"2025-01-15T02:18:43.448+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.4Mi, Sys=13.4Mi, NumGC=3215","level":"stat"}
+{"@timestamp":"2025-01-15T02:19:43.447+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.4Mi, Sys=13.4Mi, NumGC=3215","level":"stat"}
+{"@timestamp":"2025-01-15T02:20:43.447+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.4Mi, Sys=13.4Mi, NumGC=3216","level":"stat"}
+{"@timestamp":"2025-01-15T02:21:43.446+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.4Mi, Sys=13.4Mi, NumGC=3216","level":"stat"}
+{"@timestamp":"2025-01-15T02:22:43.445+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.4Mi, Sys=13.4Mi, NumGC=3217","level":"stat"}
+{"@timestamp":"2025-01-15T02:23:43.445+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.4Mi, Sys=13.4Mi, NumGC=3217","level":"stat"}
+{"@timestamp":"2025-01-15T02:24:43.444+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.4Mi, Sys=13.4Mi, NumGC=3218","level":"stat"}
+{"@timestamp":"2025-01-15T02:25:43.444+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.4Mi, Sys=13.4Mi, NumGC=3218","level":"stat"}
+{"@timestamp":"2025-01-15T02:26:43.443+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.4Mi, Sys=13.4Mi, NumGC=3219","level":"stat"}
+{"@timestamp":"2025-01-15T02:27:43.443+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.4Mi, Sys=13.4Mi, NumGC=3219","level":"stat"}
+{"@timestamp":"2025-01-15T02:28:43.443+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.4Mi, Sys=13.4Mi, NumGC=3220","level":"stat"}
+{"@timestamp":"2025-01-15T02:29:43.441+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.4Mi, Sys=13.4Mi, NumGC=3220","level":"stat"}
+{"@timestamp":"2025-01-15T02:30:43.441+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.4Mi, Sys=13.4Mi, NumGC=3221","level":"stat"}
+{"@timestamp":"2025-01-15T02:31:43.441+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.4Mi, Sys=13.4Mi, NumGC=3221","level":"stat"}
+{"@timestamp":"2025-01-15T02:32:43.441+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.4Mi, Sys=13.4Mi, NumGC=3222","level":"stat"}
+{"@timestamp":"2025-01-15T02:33:43.440+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.4Mi, Sys=13.4Mi, NumGC=3222","level":"stat"}
+{"@timestamp":"2025-01-15T02:34:43.440+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.4Mi, Sys=13.4Mi, NumGC=3223","level":"stat"}
+{"@timestamp":"2025-01-15T02:35:43.438+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.4Mi, Sys=13.4Mi, NumGC=3223","level":"stat"}
+{"@timestamp":"2025-01-15T02:36:43.448+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.4Mi, Sys=13.4Mi, NumGC=3224","level":"stat"}
+{"@timestamp":"2025-01-15T02:37:43.450+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.4Mi, Sys=13.4Mi, NumGC=3224","level":"stat"}
+{"@timestamp":"2025-01-15T02:38:43.450+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.4Mi, Sys=13.4Mi, NumGC=3225","level":"stat"}
+{"@timestamp":"2025-01-15T02:39:43.450+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.5Mi, Sys=13.4Mi, NumGC=3225","level":"stat"}
+{"@timestamp":"2025-01-15T02:40:43.449+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.5Mi, Sys=13.4Mi, NumGC=3226","level":"stat"}
+{"@timestamp":"2025-01-15T02:41:43.448+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.5Mi, Sys=13.4Mi, NumGC=3226","level":"stat"}
+{"@timestamp":"2025-01-15T02:42:43.449+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.5Mi, Sys=13.4Mi, NumGC=3227","level":"stat"}
+{"@timestamp":"2025-01-15T02:43:43.448+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.5Mi, Sys=13.4Mi, NumGC=3227","level":"stat"}
+{"@timestamp":"2025-01-15T02:44:43.448+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.5Mi, Sys=13.4Mi, NumGC=3228","level":"stat"}
+{"@timestamp":"2025-01-15T02:45:43.447+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.5Mi, Sys=13.4Mi, NumGC=3228","level":"stat"}
+{"@timestamp":"2025-01-15T02:46:43.447+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.5Mi, Sys=13.4Mi, NumGC=3229","level":"stat"}
+{"@timestamp":"2025-01-15T02:47:43.447+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.5Mi, Sys=13.4Mi, NumGC=3229","level":"stat"}
+{"@timestamp":"2025-01-15T02:48:43.447+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.5Mi, Sys=13.4Mi, NumGC=3230","level":"stat"}
+{"@timestamp":"2025-01-15T02:49:43.446+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.5Mi, Sys=13.4Mi, NumGC=3230","level":"stat"}
+{"@timestamp":"2025-01-15T02:50:43.446+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.5Mi, Sys=13.4Mi, NumGC=3231","level":"stat"}
+{"@timestamp":"2025-01-15T02:51:43.445+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.5Mi, Sys=13.4Mi, NumGC=3231","level":"stat"}
+{"@timestamp":"2025-01-15T02:52:43.419+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.5Mi, Sys=13.4Mi, NumGC=3232","level":"stat"}
+{"@timestamp":"2025-01-15T02:53:43.399+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.5Mi, Sys=13.4Mi, NumGC=3232","level":"stat"}
+{"@timestamp":"2025-01-15T02:54:43.397+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.5Mi, Sys=13.4Mi, NumGC=3233","level":"stat"}
+{"@timestamp":"2025-01-15T02:55:43.412+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.5Mi, Sys=13.4Mi, NumGC=3233","level":"stat"}
+{"@timestamp":"2025-01-15T02:56:43.417+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.5Mi, Sys=13.4Mi, NumGC=3234","level":"stat"}
+{"@timestamp":"2025-01-15T02:57:43.416+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.5Mi, Sys=13.4Mi, NumGC=3234","level":"stat"}
+{"@timestamp":"2025-01-15T02:58:43.414+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.5Mi, Sys=13.4Mi, NumGC=3235","level":"stat"}
+{"@timestamp":"2025-01-15T02:59:43.415+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.5Mi, Sys=13.4Mi, NumGC=3235","level":"stat"}
+{"@timestamp":"2025-01-15T03:01:08.204+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.5Mi, Sys=13.4Mi, NumGC=3236","level":"stat"}
+{"@timestamp":"2025-01-15T03:17:33.209+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.5Mi, Sys=13.4Mi, NumGC=3236","level":"stat"}
+{"@timestamp":"2025-01-15T03:18:33.201+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.5Mi, Sys=13.4Mi, NumGC=3237","level":"stat"}
+{"@timestamp":"2025-01-15T03:19:33.200+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.5Mi, Sys=13.4Mi, NumGC=3237","level":"stat"}
+{"@timestamp":"2025-01-15T03:20:33.199+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.5Mi, Sys=13.4Mi, NumGC=3238","level":"stat"}
+{"@timestamp":"2025-01-15T03:36:46.324+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.6Mi, Sys=13.4Mi, NumGC=3238","level":"stat"}
+{"@timestamp":"2025-01-15T03:37:46.321+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.6Mi, Sys=13.4Mi, NumGC=3239","level":"stat"}
+{"@timestamp":"2025-01-15T03:38:46.320+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.6Mi, Sys=13.4Mi, NumGC=3239","level":"stat"}
+{"@timestamp":"2025-01-15T03:39:46.318+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.6Mi, Sys=13.4Mi, NumGC=3240","level":"stat"}
+{"@timestamp":"2025-01-15T03:40:46.317+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.6Mi, Sys=13.4Mi, NumGC=3240","level":"stat"}
+{"@timestamp":"2025-01-15T03:42:11.207+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.6Mi, Sys=13.4Mi, NumGC=3241","level":"stat"}
+{"@timestamp":"2025-01-15T04:13:34.049+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.6Mi, Sys=13.4Mi, NumGC=3241","level":"stat"}
+{"@timestamp":"2025-01-15T04:14:34.093+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.6Mi, Sys=13.4Mi, NumGC=3242","level":"stat"}
+{"@timestamp":"2025-01-15T04:15:34.094+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.6Mi, Sys=13.4Mi, NumGC=3242","level":"stat"}
+{"@timestamp":"2025-01-15T04:16:34.093+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.6Mi, Sys=13.4Mi, NumGC=3243","level":"stat"}
+{"@timestamp":"2025-01-15T04:17:34.092+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.6Mi, Sys=13.4Mi, NumGC=3243","level":"stat"}
+{"@timestamp":"2025-01-15T04:18:34.091+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.6Mi, Sys=13.4Mi, NumGC=3244","level":"stat"}
+{"@timestamp":"2025-01-15T04:19:34.112+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.6Mi, Sys=13.4Mi, NumGC=3244","level":"stat"}
+{"@timestamp":"2025-01-15T04:20:34.112+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.6Mi, Sys=13.4Mi, NumGC=3245","level":"stat"}
+{"@timestamp":"2025-01-15T04:21:34.111+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.6Mi, Sys=13.4Mi, NumGC=3245","level":"stat"}
+{"@timestamp":"2025-01-15T04:22:34.110+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.6Mi, Sys=13.4Mi, NumGC=3246","level":"stat"}
+{"@timestamp":"2025-01-15T04:23:34.109+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.6Mi, Sys=13.4Mi, NumGC=3246","level":"stat"}
+{"@timestamp":"2025-01-15T04:24:34.109+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.6Mi, Sys=13.4Mi, NumGC=3247","level":"stat"}
+{"@timestamp":"2025-01-15T04:25:34.108+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.6Mi, Sys=13.4Mi, NumGC=3247","level":"stat"}
+{"@timestamp":"2025-01-15T04:26:34.107+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.6Mi, Sys=13.4Mi, NumGC=3248","level":"stat"}
+{"@timestamp":"2025-01-15T04:27:34.106+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.6Mi, Sys=13.4Mi, NumGC=3248","level":"stat"}
+{"@timestamp":"2025-01-15T04:28:34.105+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.6Mi, Sys=13.4Mi, NumGC=3249","level":"stat"}
+{"@timestamp":"2025-01-15T04:29:34.105+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.6Mi, Sys=13.4Mi, NumGC=3249","level":"stat"}
+{"@timestamp":"2025-01-15T04:30:34.103+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.6Mi, Sys=13.4Mi, NumGC=3250","level":"stat"}
+{"@timestamp":"2025-01-15T04:31:34.103+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.7Mi, Sys=13.4Mi, NumGC=3250","level":"stat"}
+{"@timestamp":"2025-01-15T04:32:34.103+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.7Mi, Sys=13.4Mi, NumGC=3251","level":"stat"}
+{"@timestamp":"2025-01-15T04:33:34.102+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.7Mi, Sys=13.4Mi, NumGC=3251","level":"stat"}
+{"@timestamp":"2025-01-15T04:34:34.101+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.7Mi, Sys=13.4Mi, NumGC=3252","level":"stat"}
+{"@timestamp":"2025-01-15T04:35:34.099+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.7Mi, Sys=13.4Mi, NumGC=3252","level":"stat"}
+{"@timestamp":"2025-01-15T04:36:34.100+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.7Mi, Sys=13.4Mi, NumGC=3253","level":"stat"}
+{"@timestamp":"2025-01-15T04:37:34.099+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.7Mi, Sys=13.4Mi, NumGC=3253","level":"stat"}
+{"@timestamp":"2025-01-15T04:38:34.097+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.7Mi, Sys=13.4Mi, NumGC=3254","level":"stat"}
+{"@timestamp":"2025-01-15T04:39:34.097+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.7Mi, Sys=13.4Mi, NumGC=3254","level":"stat"}
+{"@timestamp":"2025-01-15T04:40:34.097+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.7Mi, Sys=13.4Mi, NumGC=3255","level":"stat"}
+{"@timestamp":"2025-01-15T04:41:34.094+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.7Mi, Sys=13.4Mi, NumGC=3255","level":"stat"}
+{"@timestamp":"2025-01-15T04:42:34.095+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.7Mi, Sys=13.4Mi, NumGC=3256","level":"stat"}
+{"@timestamp":"2025-01-15T04:43:34.088+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.7Mi, Sys=13.4Mi, NumGC=3256","level":"stat"}
+{"@timestamp":"2025-01-15T04:44:34.086+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.7Mi, Sys=13.4Mi, NumGC=3257","level":"stat"}
+{"@timestamp":"2025-01-15T04:45:34.085+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.7Mi, Sys=13.4Mi, NumGC=3257","level":"stat"}
+{"@timestamp":"2025-01-15T04:46:34.084+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.7Mi, Sys=13.4Mi, NumGC=3258","level":"stat"}
+{"@timestamp":"2025-01-15T04:47:34.083+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.7Mi, Sys=13.4Mi, NumGC=3258","level":"stat"}
+{"@timestamp":"2025-01-15T04:48:34.082+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.7Mi, Sys=13.4Mi, NumGC=3259","level":"stat"}
+{"@timestamp":"2025-01-15T04:49:34.081+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.7Mi, Sys=13.4Mi, NumGC=3259","level":"stat"}
+{"@timestamp":"2025-01-15T04:50:34.081+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.7Mi, Sys=13.4Mi, NumGC=3260","level":"stat"}
+{"@timestamp":"2025-01-15T04:51:34.080+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.7Mi, Sys=13.4Mi, NumGC=3260","level":"stat"}
+{"@timestamp":"2025-01-15T04:52:34.079+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.7Mi, Sys=13.4Mi, NumGC=3261","level":"stat"}
+{"@timestamp":"2025-01-15T04:53:34.078+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.7Mi, Sys=13.4Mi, NumGC=3261","level":"stat"}
+{"@timestamp":"2025-01-15T04:54:34.077+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.7Mi, Sys=13.4Mi, NumGC=3262","level":"stat"}
+{"@timestamp":"2025-01-15T04:55:34.076+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.7Mi, Sys=13.4Mi, NumGC=3262","level":"stat"}
+{"@timestamp":"2025-01-15T04:56:34.076+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.8Mi, Sys=13.4Mi, NumGC=3263","level":"stat"}
+{"@timestamp":"2025-01-15T04:57:34.075+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.8Mi, Sys=13.4Mi, NumGC=3263","level":"stat"}
+{"@timestamp":"2025-01-15T04:58:34.074+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.8Mi, Sys=13.4Mi, NumGC=3264","level":"stat"}
+{"@timestamp":"2025-01-15T04:59:34.071+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.8Mi, Sys=13.4Mi, NumGC=3264","level":"stat"}
+{"@timestamp":"2025-01-15T05:00:34.072+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.8Mi, Sys=13.4Mi, NumGC=3265","level":"stat"}
+{"@timestamp":"2025-01-15T05:01:34.071+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.8Mi, Sys=13.4Mi, NumGC=3265","level":"stat"}
+{"@timestamp":"2025-01-15T05:02:34.071+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.8Mi, Sys=13.4Mi, NumGC=3266","level":"stat"}
+{"@timestamp":"2025-01-15T05:03:34.069+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.8Mi, Sys=13.4Mi, NumGC=3266","level":"stat"}
+{"@timestamp":"2025-01-15T05:04:34.069+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.8Mi, Sys=13.4Mi, NumGC=3267","level":"stat"}
+{"@timestamp":"2025-01-15T05:05:34.068+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.8Mi, Sys=13.4Mi, NumGC=3267","level":"stat"}
+{"@timestamp":"2025-01-15T05:06:34.067+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.8Mi, Sys=13.4Mi, NumGC=3268","level":"stat"}
+{"@timestamp":"2025-01-15T05:07:34.126+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.8Mi, Sys=13.4Mi, NumGC=3268","level":"stat"}
+{"@timestamp":"2025-01-15T05:08:34.126+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.8Mi, Sys=13.4Mi, NumGC=3269","level":"stat"}
+{"@timestamp":"2025-01-15T05:09:34.125+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.8Mi, Sys=13.4Mi, NumGC=3269","level":"stat"}
+{"@timestamp":"2025-01-15T05:10:34.126+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.8Mi, Sys=13.4Mi, NumGC=3270","level":"stat"}
+{"@timestamp":"2025-01-15T05:11:34.126+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.8Mi, Sys=13.4Mi, NumGC=3270","level":"stat"}
+{"@timestamp":"2025-01-15T05:12:34.124+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.8Mi, Sys=13.4Mi, NumGC=3271","level":"stat"}
+{"@timestamp":"2025-01-15T05:13:34.125+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.8Mi, Sys=13.4Mi, NumGC=3271","level":"stat"}
+{"@timestamp":"2025-01-15T05:14:34.123+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.8Mi, Sys=13.4Mi, NumGC=3272","level":"stat"}
+{"@timestamp":"2025-01-15T05:15:34.125+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.8Mi, Sys=13.4Mi, NumGC=3272","level":"stat"}
+{"@timestamp":"2025-01-15T05:16:34.125+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.8Mi, Sys=13.4Mi, NumGC=3273","level":"stat"}
+{"@timestamp":"2025-01-15T05:17:58.961+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.8Mi, Sys=13.4Mi, NumGC=3273","level":"stat"}
+{"@timestamp":"2025-01-15T05:18:58.961+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.8Mi, Sys=13.4Mi, NumGC=3274","level":"stat"}
+{"@timestamp":"2025-01-15T05:19:58.960+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.8Mi, Sys=13.4Mi, NumGC=3274","level":"stat"}
+{"@timestamp":"2025-01-15T05:20:58.959+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.8Mi, Sys=13.4Mi, NumGC=3275","level":"stat"}
+{"@timestamp":"2025-01-15T05:21:58.959+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.9Mi, Sys=13.4Mi, NumGC=3275","level":"stat"}
+{"@timestamp":"2025-01-15T05:38:31.928+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.9Mi, Sys=13.4Mi, NumGC=3276","level":"stat"}
+{"@timestamp":"2025-01-15T05:54:52.978+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.9Mi, Sys=13.4Mi, NumGC=3276","level":"stat"}
+{"@timestamp":"2025-01-15T05:55:53.007+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.9Mi, Sys=13.4Mi, NumGC=3277","level":"stat"}
+{"@timestamp":"2025-01-15T05:56:53.006+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.9Mi, Sys=13.4Mi, NumGC=3277","level":"stat"}
+{"@timestamp":"2025-01-15T05:57:53.009+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.9Mi, Sys=13.4Mi, NumGC=3278","level":"stat"}
+{"@timestamp":"2025-01-15T05:58:53.010+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.9Mi, Sys=13.4Mi, NumGC=3278","level":"stat"}
+{"@timestamp":"2025-01-15T05:59:53.009+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.9Mi, Sys=13.4Mi, NumGC=3279","level":"stat"}
+{"@timestamp":"2025-01-15T06:00:53.010+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.9Mi, Sys=13.4Mi, NumGC=3279","level":"stat"}
+{"@timestamp":"2025-01-15T06:01:53.012+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.9Mi, Sys=13.4Mi, NumGC=3280","level":"stat"}
+{"@timestamp":"2025-01-15T06:02:53.014+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.9Mi, Sys=13.4Mi, NumGC=3280","level":"stat"}
+{"@timestamp":"2025-01-15T06:03:53.015+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.9Mi, Sys=13.4Mi, NumGC=3281","level":"stat"}
+{"@timestamp":"2025-01-15T06:04:53.016+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.9Mi, Sys=13.4Mi, NumGC=3281","level":"stat"}
+{"@timestamp":"2025-01-15T06:05:53.016+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.9Mi, Sys=13.4Mi, NumGC=3282","level":"stat"}
+{"@timestamp":"2025-01-15T06:06:53.016+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.9Mi, Sys=13.4Mi, NumGC=3282","level":"stat"}
+{"@timestamp":"2025-01-15T06:07:53.016+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.9Mi, Sys=13.4Mi, NumGC=3283","level":"stat"}
+{"@timestamp":"2025-01-15T06:08:53.019+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.9Mi, Sys=13.4Mi, NumGC=3283","level":"stat"}
+{"@timestamp":"2025-01-15T06:09:53.020+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.9Mi, Sys=13.4Mi, NumGC=3284","level":"stat"}
+{"@timestamp":"2025-01-15T06:10:53.021+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.9Mi, Sys=13.4Mi, NumGC=3284","level":"stat"}
+{"@timestamp":"2025-01-15T06:11:53.020+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.9Mi, Sys=13.4Mi, NumGC=3285","level":"stat"}
+{"@timestamp":"2025-01-15T06:12:53.022+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.9Mi, Sys=13.4Mi, NumGC=3285","level":"stat"}
+{"@timestamp":"2025-01-15T06:13:53.023+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.9Mi, Sys=13.4Mi, NumGC=3286","level":"stat"}
+{"@timestamp":"2025-01-15T06:14:53.024+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=28.9Mi, Sys=13.4Mi, NumGC=3286","level":"stat"}
+{"@timestamp":"2025-01-15T06:15:53.024+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=28.9Mi, Sys=13.4Mi, NumGC=3287","level":"stat"}
+{"@timestamp":"2025-01-15T06:16:53.026+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.0Mi, Sys=13.4Mi, NumGC=3287","level":"stat"}
+{"@timestamp":"2025-01-15T06:17:53.027+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.0Mi, Sys=13.4Mi, NumGC=3288","level":"stat"}
+{"@timestamp":"2025-01-15T06:18:53.028+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.0Mi, Sys=13.4Mi, NumGC=3288","level":"stat"}
+{"@timestamp":"2025-01-15T06:19:53.029+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.0Mi, Sys=13.4Mi, NumGC=3289","level":"stat"}
+{"@timestamp":"2025-01-15T06:20:53.030+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.0Mi, Sys=13.4Mi, NumGC=3289","level":"stat"}
+{"@timestamp":"2025-01-15T06:21:53.031+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.0Mi, Sys=13.4Mi, NumGC=3290","level":"stat"}
+{"@timestamp":"2025-01-15T06:22:53.031+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.0Mi, Sys=13.4Mi, NumGC=3290","level":"stat"}
+{"@timestamp":"2025-01-15T06:23:52.962+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.0Mi, Sys=13.4Mi, NumGC=3291","level":"stat"}
+{"@timestamp":"2025-01-15T06:24:52.961+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.0Mi, Sys=13.4Mi, NumGC=3291","level":"stat"}
+{"@timestamp":"2025-01-15T06:25:52.963+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.0Mi, Sys=13.4Mi, NumGC=3292","level":"stat"}
+{"@timestamp":"2025-01-15T06:26:52.963+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.0Mi, Sys=13.4Mi, NumGC=3292","level":"stat"}
+{"@timestamp":"2025-01-15T06:27:52.962+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.0Mi, Sys=13.4Mi, NumGC=3293","level":"stat"}
+{"@timestamp":"2025-01-15T06:28:52.962+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.0Mi, Sys=13.4Mi, NumGC=3293","level":"stat"}
+{"@timestamp":"2025-01-15T06:29:52.961+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.0Mi, Sys=13.4Mi, NumGC=3294","level":"stat"}
+{"@timestamp":"2025-01-15T06:30:52.963+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.0Mi, Sys=13.4Mi, NumGC=3294","level":"stat"}
+{"@timestamp":"2025-01-15T06:31:52.961+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.0Mi, Sys=13.4Mi, NumGC=3295","level":"stat"}
+{"@timestamp":"2025-01-15T06:32:52.961+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.0Mi, Sys=13.4Mi, NumGC=3295","level":"stat"}
+{"@timestamp":"2025-01-15T06:33:52.962+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.0Mi, Sys=13.4Mi, NumGC=3296","level":"stat"}
+{"@timestamp":"2025-01-15T06:34:52.962+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.0Mi, Sys=13.4Mi, NumGC=3296","level":"stat"}
+{"@timestamp":"2025-01-15T06:35:52.962+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.0Mi, Sys=13.4Mi, NumGC=3297","level":"stat"}
+{"@timestamp":"2025-01-15T06:36:52.963+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.0Mi, Sys=13.4Mi, NumGC=3297","level":"stat"}
+{"@timestamp":"2025-01-15T06:37:52.961+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.0Mi, Sys=13.4Mi, NumGC=3298","level":"stat"}
+{"@timestamp":"2025-01-15T06:38:52.963+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.0Mi, Sys=13.4Mi, NumGC=3298","level":"stat"}
+{"@timestamp":"2025-01-15T06:39:52.945+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.0Mi, Sys=13.4Mi, NumGC=3299","level":"stat"}
+{"@timestamp":"2025-01-15T06:40:52.924+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.0Mi, Sys=13.4Mi, NumGC=3299","level":"stat"}
+{"@timestamp":"2025-01-15T06:41:52.923+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.0Mi, Sys=13.4Mi, NumGC=3300","level":"stat"}
+{"@timestamp":"2025-01-15T06:42:52.922+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.1Mi, Sys=13.4Mi, NumGC=3300","level":"stat"}
+{"@timestamp":"2025-01-15T06:43:52.922+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.1Mi, Sys=13.4Mi, NumGC=3301","level":"stat"}
+{"@timestamp":"2025-01-15T06:44:52.920+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.1Mi, Sys=13.4Mi, NumGC=3301","level":"stat"}
+{"@timestamp":"2025-01-15T06:45:52.921+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.1Mi, Sys=13.4Mi, NumGC=3302","level":"stat"}
+{"@timestamp":"2025-01-15T06:46:52.920+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.1Mi, Sys=13.4Mi, NumGC=3302","level":"stat"}
+{"@timestamp":"2025-01-15T06:47:52.919+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.1Mi, Sys=13.4Mi, NumGC=3303","level":"stat"}
+{"@timestamp":"2025-01-15T06:48:52.920+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.1Mi, Sys=13.4Mi, NumGC=3303","level":"stat"}
+{"@timestamp":"2025-01-15T06:49:52.918+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.1Mi, Sys=13.4Mi, NumGC=3303","level":"stat"}
+{"@timestamp":"2025-01-15T06:50:52.919+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.1Mi, Sys=13.4Mi, NumGC=3304","level":"stat"}
+{"@timestamp":"2025-01-15T06:51:52.918+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.1Mi, Sys=13.4Mi, NumGC=3304","level":"stat"}
+{"@timestamp":"2025-01-15T06:52:52.917+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.1Mi, Sys=13.4Mi, NumGC=3305","level":"stat"}
+{"@timestamp":"2025-01-15T06:53:52.918+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.1Mi, Sys=13.4Mi, NumGC=3305","level":"stat"}
+{"@timestamp":"2025-01-15T06:54:52.917+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.1Mi, Sys=13.4Mi, NumGC=3306","level":"stat"}
+{"@timestamp":"2025-01-15T06:55:52.942+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.1Mi, Sys=13.4Mi, NumGC=3306","level":"stat"}
+{"@timestamp":"2025-01-15T06:56:52.944+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.1Mi, Sys=13.4Mi, NumGC=3307","level":"stat"}
+{"@timestamp":"2025-01-15T06:58:17.837+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.1Mi, Sys=13.4Mi, NumGC=3307","level":"stat"}
+{"@timestamp":"2025-01-15T06:59:17.837+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.1Mi, Sys=13.4Mi, NumGC=3308","level":"stat"}
+{"@timestamp":"2025-01-15T07:00:17.836+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.1Mi, Sys=13.4Mi, NumGC=3308","level":"stat"}
+{"@timestamp":"2025-01-15T07:01:17.836+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.1Mi, Sys=13.4Mi, NumGC=3309","level":"stat"}
+{"@timestamp":"2025-01-15T07:02:17.835+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.1Mi, Sys=13.4Mi, NumGC=3309","level":"stat"}
+{"@timestamp":"2025-01-15T07:03:42.682+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.1Mi, Sys=13.4Mi, NumGC=3310","level":"stat"}
+{"@timestamp":"2025-01-15T07:35:29.208+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.1Mi, Sys=13.4Mi, NumGC=3310","level":"stat"}
+{"@timestamp":"2025-01-15T07:36:29.208+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.1Mi, Sys=13.4Mi, NumGC=3311","level":"stat"}
+{"@timestamp":"2025-01-15T07:37:29.207+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.1Mi, Sys=13.4Mi, NumGC=3311","level":"stat"}
+{"@timestamp":"2025-01-15T07:38:29.207+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.1Mi, Sys=13.4Mi, NumGC=3312","level":"stat"}
+{"@timestamp":"2025-01-15T07:39:29.207+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.2Mi, Sys=13.4Mi, NumGC=3312","level":"stat"}
+{"@timestamp":"2025-01-15T07:40:29.207+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.2Mi, Sys=13.4Mi, NumGC=3313","level":"stat"}
+{"@timestamp":"2025-01-15T07:41:29.206+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.2Mi, Sys=13.4Mi, NumGC=3313","level":"stat"}
+{"@timestamp":"2025-01-15T07:42:29.206+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.2Mi, Sys=13.4Mi, NumGC=3314","level":"stat"}
+{"@timestamp":"2025-01-15T07:43:29.206+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.2Mi, Sys=13.4Mi, NumGC=3314","level":"stat"}
+{"@timestamp":"2025-01-15T07:44:29.205+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.2Mi, Sys=13.4Mi, NumGC=3315","level":"stat"}
+{"@timestamp":"2025-01-15T07:45:29.205+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.2Mi, Sys=13.4Mi, NumGC=3315","level":"stat"}
+{"@timestamp":"2025-01-15T07:46:29.204+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.2Mi, Sys=13.4Mi, NumGC=3316","level":"stat"}
+{"@timestamp":"2025-01-15T07:47:29.204+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.2Mi, Sys=13.4Mi, NumGC=3316","level":"stat"}
+{"@timestamp":"2025-01-15T07:48:29.205+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.2Mi, Sys=13.4Mi, NumGC=3317","level":"stat"}
+{"@timestamp":"2025-01-15T07:49:29.205+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.2Mi, Sys=13.4Mi, NumGC=3317","level":"stat"}
+{"@timestamp":"2025-01-15T07:50:29.203+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.2Mi, Sys=13.4Mi, NumGC=3318","level":"stat"}
+{"@timestamp":"2025-01-15T07:51:29.204+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.2Mi, Sys=13.4Mi, NumGC=3318","level":"stat"}
+{"@timestamp":"2025-01-15T07:52:29.204+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.2Mi, Sys=13.4Mi, NumGC=3319","level":"stat"}
+{"@timestamp":"2025-01-15T07:53:29.204+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.2Mi, Sys=13.4Mi, NumGC=3319","level":"stat"}
+{"@timestamp":"2025-01-15T07:54:29.203+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.2Mi, Sys=13.4Mi, NumGC=3320","level":"stat"}
+{"@timestamp":"2025-01-15T07:55:29.220+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.2Mi, Sys=13.4Mi, NumGC=3320","level":"stat"}
+{"@timestamp":"2025-01-15T07:56:29.221+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.2Mi, Sys=13.4Mi, NumGC=3321","level":"stat"}
+{"@timestamp":"2025-01-15T07:57:29.221+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.2Mi, Sys=13.4Mi, NumGC=3321","level":"stat"}
+{"@timestamp":"2025-01-15T07:58:29.221+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.2Mi, Sys=13.4Mi, NumGC=3322","level":"stat"}
+{"@timestamp":"2025-01-15T07:59:29.221+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.2Mi, Sys=13.4Mi, NumGC=3322","level":"stat"}
+{"@timestamp":"2025-01-15T08:00:29.221+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.2Mi, Sys=13.4Mi, NumGC=3323","level":"stat"}
+{"@timestamp":"2025-01-15T08:01:29.219+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.2Mi, Sys=13.4Mi, NumGC=3323","level":"stat"}
+{"@timestamp":"2025-01-15T08:02:29.221+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.2Mi, Sys=13.4Mi, NumGC=3324","level":"stat"}
+{"@timestamp":"2025-01-15T08:03:29.221+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.2Mi, Sys=13.4Mi, NumGC=3324","level":"stat"}
+{"@timestamp":"2025-01-15T08:04:29.221+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.3Mi, Sys=13.4Mi, NumGC=3325","level":"stat"}
+{"@timestamp":"2025-01-15T08:05:29.221+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.3Mi, Sys=13.4Mi, NumGC=3325","level":"stat"}
+{"@timestamp":"2025-01-15T08:06:29.221+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.3Mi, Sys=13.4Mi, NumGC=3326","level":"stat"}
+{"@timestamp":"2025-01-15T08:07:29.220+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.3Mi, Sys=13.4Mi, NumGC=3326","level":"stat"}
+{"@timestamp":"2025-01-15T08:08:29.219+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.3Mi, Sys=13.4Mi, NumGC=3327","level":"stat"}
+{"@timestamp":"2025-01-15T08:09:29.221+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.3Mi, Sys=13.4Mi, NumGC=3327","level":"stat"}
+{"@timestamp":"2025-01-15T08:10:29.221+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.3Mi, Sys=13.4Mi, NumGC=3328","level":"stat"}
+{"@timestamp":"2025-01-15T08:11:29.213+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.3Mi, Sys=13.4Mi, NumGC=3328","level":"stat"}
+{"@timestamp":"2025-01-15T08:12:29.211+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.3Mi, Sys=13.4Mi, NumGC=3329","level":"stat"}
+{"@timestamp":"2025-01-15T08:13:29.210+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.3Mi, Sys=13.4Mi, NumGC=3329","level":"stat"}
+{"@timestamp":"2025-01-15T08:14:29.210+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.3Mi, Sys=13.4Mi, NumGC=3330","level":"stat"}
+{"@timestamp":"2025-01-15T08:15:29.210+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.3Mi, Sys=13.4Mi, NumGC=3330","level":"stat"}
+{"@timestamp":"2025-01-15T08:16:29.210+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.3Mi, Sys=13.4Mi, NumGC=3331","level":"stat"}
+{"@timestamp":"2025-01-15T08:17:29.210+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.3Mi, Sys=13.4Mi, NumGC=3331","level":"stat"}
+{"@timestamp":"2025-01-15T08:18:29.210+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.3Mi, Sys=13.4Mi, NumGC=3332","level":"stat"}
+{"@timestamp":"2025-01-15T08:19:29.210+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.3Mi, Sys=13.4Mi, NumGC=3332","level":"stat"}
+{"@timestamp":"2025-01-15T08:20:29.209+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.3Mi, Sys=13.4Mi, NumGC=3333","level":"stat"}
+{"@timestamp":"2025-01-15T08:21:29.208+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.3Mi, Sys=13.4Mi, NumGC=3333","level":"stat"}
+{"@timestamp":"2025-01-15T08:22:29.209+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.3Mi, Sys=13.4Mi, NumGC=3334","level":"stat"}
+{"@timestamp":"2025-01-15T08:23:29.209+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.3Mi, Sys=13.4Mi, NumGC=3334","level":"stat"}
+{"@timestamp":"2025-01-15T08:24:29.209+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.3Mi, Sys=13.4Mi, NumGC=3335","level":"stat"}
+{"@timestamp":"2025-01-15T08:25:29.209+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.3Mi, Sys=13.4Mi, NumGC=3335","level":"stat"}
+{"@timestamp":"2025-01-15T08:26:29.118+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.3Mi, Sys=13.4Mi, NumGC=3336","level":"stat"}
+{"@timestamp":"2025-01-15T08:27:29.115+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.3Mi, Sys=13.4Mi, NumGC=3336","level":"stat"}
+{"@timestamp":"2025-01-15T08:28:29.116+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.3Mi, Sys=13.4Mi, NumGC=3337","level":"stat"}
+{"@timestamp":"2025-01-15T08:29:29.115+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.4Mi, Sys=13.4Mi, NumGC=3337","level":"stat"}
+{"@timestamp":"2025-01-15T08:30:29.112+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.4Mi, Sys=13.4Mi, NumGC=3338","level":"stat"}
+{"@timestamp":"2025-01-15T08:31:29.112+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.4Mi, Sys=13.4Mi, NumGC=3338","level":"stat"}
+{"@timestamp":"2025-01-15T08:32:29.111+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.4Mi, Sys=13.4Mi, NumGC=3339","level":"stat"}
+{"@timestamp":"2025-01-15T08:33:29.109+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.4Mi, Sys=13.4Mi, NumGC=3339","level":"stat"}
+{"@timestamp":"2025-01-15T08:34:29.109+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.4Mi, Sys=13.4Mi, NumGC=3340","level":"stat"}
+{"@timestamp":"2025-01-15T08:35:29.108+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.4Mi, Sys=13.4Mi, NumGC=3340","level":"stat"}
+{"@timestamp":"2025-01-15T08:36:29.107+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.4Mi, Sys=13.4Mi, NumGC=3341","level":"stat"}
+{"@timestamp":"2025-01-15T08:37:54.085+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.4Mi, Sys=13.4Mi, NumGC=3341","level":"stat"}
+{"@timestamp":"2025-01-15T08:38:54.084+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.4Mi, Sys=13.4Mi, NumGC=3342","level":"stat"}
+{"@timestamp":"2025-01-15T08:39:54.085+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.4Mi, Sys=13.4Mi, NumGC=3342","level":"stat"}
+{"@timestamp":"2025-01-15T08:40:54.085+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.4Mi, Sys=13.4Mi, NumGC=3343","level":"stat"}
+{"@timestamp":"2025-01-15T08:41:54.085+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.4Mi, Sys=13.4Mi, NumGC=3343","level":"stat"}
+{"@timestamp":"2025-01-15T08:43:18.959+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.4Mi, Sys=13.4Mi, NumGC=3344","level":"stat"}
+{"@timestamp":"2025-01-15T08:57:00.867+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.4Mi, Sys=13.4Mi, NumGC=3344","level":"stat"}
+{"@timestamp":"2025-01-15T09:13:25.773+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.4Mi, Sys=13.4Mi, NumGC=3345","level":"stat"}
+{"@timestamp":"2025-01-15T09:14:25.772+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.4Mi, Sys=13.4Mi, NumGC=3345","level":"stat"}
+{"@timestamp":"2025-01-15T09:15:25.771+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.4Mi, Sys=13.4Mi, NumGC=3346","level":"stat"}
+{"@timestamp":"2025-01-15T09:16:25.770+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.4Mi, Sys=13.4Mi, NumGC=3346","level":"stat"}
+{"@timestamp":"2025-01-15T09:17:25.769+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.4Mi, Sys=13.4Mi, NumGC=3347","level":"stat"}
+{"@timestamp":"2025-01-15T09:18:25.768+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.4Mi, Sys=13.4Mi, NumGC=3347","level":"stat"}
+{"@timestamp":"2025-01-15T09:19:25.766+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.4Mi, Sys=13.4Mi, NumGC=3348","level":"stat"}
+{"@timestamp":"2025-01-15T09:20:25.765+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.4Mi, Sys=13.4Mi, NumGC=3348","level":"stat"}
+{"@timestamp":"2025-01-15T09:21:25.764+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.4Mi, Sys=13.4Mi, NumGC=3349","level":"stat"}
+{"@timestamp":"2025-01-15T09:22:25.763+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.4Mi, Sys=13.4Mi, NumGC=3349","level":"stat"}
+{"@timestamp":"2025-01-15T09:23:25.762+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.4Mi, Sys=13.4Mi, NumGC=3350","level":"stat"}
+{"@timestamp":"2025-01-15T09:24:25.761+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.5Mi, Sys=13.4Mi, NumGC=3350","level":"stat"}
+{"@timestamp":"2025-01-15T09:25:25.759+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.5Mi, Sys=13.4Mi, NumGC=3351","level":"stat"}
+{"@timestamp":"2025-01-15T09:26:25.759+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.5Mi, Sys=13.4Mi, NumGC=3351","level":"stat"}
+{"@timestamp":"2025-01-15T09:27:25.758+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.5Mi, Sys=13.4Mi, NumGC=3352","level":"stat"}
+{"@timestamp":"2025-01-15T09:28:25.756+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.5Mi, Sys=13.4Mi, NumGC=3352","level":"stat"}
+{"@timestamp":"2025-01-15T09:29:25.755+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.5Mi, Sys=13.4Mi, NumGC=3353","level":"stat"}
+{"@timestamp":"2025-01-15T09:30:25.754+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.5Mi, Sys=13.4Mi, NumGC=3353","level":"stat"}
+{"@timestamp":"2025-01-15T09:31:25.753+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.5Mi, Sys=13.4Mi, NumGC=3354","level":"stat"}
+{"@timestamp":"2025-01-15T09:32:25.751+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.5Mi, Sys=13.4Mi, NumGC=3354","level":"stat"}
+{"@timestamp":"2025-01-15T09:33:25.751+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.5Mi, Sys=13.4Mi, NumGC=3355","level":"stat"}
+{"@timestamp":"2025-01-15T09:34:25.750+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.5Mi, Sys=13.4Mi, NumGC=3355","level":"stat"}
+{"@timestamp":"2025-01-15T09:35:25.748+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.5Mi, Sys=13.4Mi, NumGC=3356","level":"stat"}
+{"@timestamp":"2025-01-15T09:36:25.747+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.5Mi, Sys=13.4Mi, NumGC=3356","level":"stat"}
+{"@timestamp":"2025-01-15T09:37:25.745+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.5Mi, Sys=13.4Mi, NumGC=3357","level":"stat"}
+{"@timestamp":"2025-01-15T09:38:25.745+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.5Mi, Sys=13.4Mi, NumGC=3357","level":"stat"}
+{"@timestamp":"2025-01-15T09:39:25.744+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.5Mi, Sys=13.4Mi, NumGC=3358","level":"stat"}
+{"@timestamp":"2025-01-15T09:40:25.742+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.5Mi, Sys=13.4Mi, NumGC=3358","level":"stat"}
+{"@timestamp":"2025-01-15T09:41:25.742+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.5Mi, Sys=13.4Mi, NumGC=3359","level":"stat"}
+{"@timestamp":"2025-01-15T09:42:25.826+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.5Mi, Sys=13.4Mi, NumGC=3359","level":"stat"}
+{"@timestamp":"2025-01-15T09:43:25.826+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.5Mi, Sys=13.4Mi, NumGC=3360","level":"stat"}
+{"@timestamp":"2025-01-15T09:44:25.826+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.5Mi, Sys=13.4Mi, NumGC=3360","level":"stat"}
+{"@timestamp":"2025-01-15T09:45:25.827+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.5Mi, Sys=13.4Mi, NumGC=3361","level":"stat"}
+{"@timestamp":"2025-01-15T09:46:25.826+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.5Mi, Sys=13.4Mi, NumGC=3361","level":"stat"}
+{"@timestamp":"2025-01-15T09:47:25.825+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.5Mi, Sys=13.4Mi, NumGC=3362","level":"stat"}
+{"@timestamp":"2025-01-15T09:48:25.826+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.6Mi, Sys=13.4Mi, NumGC=3362","level":"stat"}
+{"@timestamp":"2025-01-15T09:49:25.826+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.6Mi, Sys=13.4Mi, NumGC=3363","level":"stat"}
+{"@timestamp":"2025-01-15T09:50:25.826+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.6Mi, Sys=13.4Mi, NumGC=3363","level":"stat"}
+{"@timestamp":"2025-01-15T09:51:25.824+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.6Mi, Sys=13.4Mi, NumGC=3364","level":"stat"}
+{"@timestamp":"2025-01-15T09:52:25.825+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.6Mi, Sys=13.4Mi, NumGC=3364","level":"stat"}
+{"@timestamp":"2025-01-15T09:53:25.825+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.6Mi, Sys=13.4Mi, NumGC=3365","level":"stat"}
+{"@timestamp":"2025-01-15T09:54:25.826+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.6Mi, Sys=13.4Mi, NumGC=3365","level":"stat"}
+{"@timestamp":"2025-01-15T09:55:25.826+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.6Mi, Sys=13.4Mi, NumGC=3366","level":"stat"}
+{"@timestamp":"2025-01-15T09:56:25.826+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.6Mi, Sys=13.4Mi, NumGC=3366","level":"stat"}
+{"@timestamp":"2025-01-15T09:57:25.826+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.6Mi, Sys=13.4Mi, NumGC=3367","level":"stat"}
+{"@timestamp":"2025-01-15T09:58:25.826+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.6Mi, Sys=13.4Mi, NumGC=3367","level":"stat"}
+{"@timestamp":"2025-01-15T09:59:25.824+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.6Mi, Sys=13.4Mi, NumGC=3368","level":"stat"}
+{"@timestamp":"2025-01-15T10:00:25.825+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.6Mi, Sys=13.4Mi, NumGC=3368","level":"stat"}
+{"@timestamp":"2025-01-15T10:01:25.826+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.6Mi, Sys=13.4Mi, NumGC=3369","level":"stat"}
+{"@timestamp":"2025-01-15T10:02:25.826+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.6Mi, Sys=13.4Mi, NumGC=3369","level":"stat"}
+{"@timestamp":"2025-01-15T10:03:25.826+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.6Mi, Sys=13.4Mi, NumGC=3370","level":"stat"}
+{"@timestamp":"2025-01-15T10:04:25.769+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.6Mi, Sys=13.4Mi, NumGC=3370","level":"stat"}
+{"@timestamp":"2025-01-15T10:05:25.768+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.6Mi, Sys=13.4Mi, NumGC=3371","level":"stat"}
+{"@timestamp":"2025-01-15T10:06:25.767+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.6Mi, Sys=13.4Mi, NumGC=3371","level":"stat"}
+{"@timestamp":"2025-01-15T10:07:25.767+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.6Mi, Sys=13.4Mi, NumGC=3372","level":"stat"}
+{"@timestamp":"2025-01-15T10:08:25.766+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.6Mi, Sys=13.4Mi, NumGC=3372","level":"stat"}
+{"@timestamp":"2025-01-15T10:09:25.765+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.6Mi, Sys=13.4Mi, NumGC=3373","level":"stat"}
+{"@timestamp":"2025-01-15T10:10:25.764+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.6Mi, Sys=13.4Mi, NumGC=3373","level":"stat"}
+{"@timestamp":"2025-01-15T10:11:25.762+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.6Mi, Sys=13.4Mi, NumGC=3374","level":"stat"}
+{"@timestamp":"2025-01-15T10:12:25.761+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.6Mi, Sys=13.4Mi, NumGC=3374","level":"stat"}
+{"@timestamp":"2025-01-15T10:13:25.762+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.6Mi, Sys=13.4Mi, NumGC=3375","level":"stat"}
+{"@timestamp":"2025-01-15T10:14:50.663+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.7Mi, Sys=13.4Mi, NumGC=3375","level":"stat"}
+{"@timestamp":"2025-01-15T10:15:50.658+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.7Mi, Sys=13.4Mi, NumGC=3376","level":"stat"}
+{"@timestamp":"2025-01-15T10:16:50.655+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.7Mi, Sys=13.4Mi, NumGC=3376","level":"stat"}
+{"@timestamp":"2025-01-15T10:17:50.654+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.7Mi, Sys=13.4Mi, NumGC=3377","level":"stat"}
+{"@timestamp":"2025-01-15T10:18:50.654+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.7Mi, Sys=13.4Mi, NumGC=3377","level":"stat"}
+{"@timestamp":"2025-01-15T10:20:15.516+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.7Mi, Sys=13.4Mi, NumGC=3378","level":"stat"}
+{"@timestamp":"2025-01-15T10:36:40.652+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.7Mi, Sys=13.4Mi, NumGC=3378","level":"stat"}
+{"@timestamp":"2025-01-15T10:37:40.652+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.7Mi, Sys=13.4Mi, NumGC=3379","level":"stat"}
+{"@timestamp":"2025-01-15T10:38:40.651+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.7Mi, Sys=13.4Mi, NumGC=3379","level":"stat"}
+{"@timestamp":"2025-01-15T10:39:40.651+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.7Mi, Sys=13.4Mi, NumGC=3380","level":"stat"}
+{"@timestamp":"2025-01-15T10:40:40.651+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.7Mi, Sys=13.4Mi, NumGC=3380","level":"stat"}
+{"@timestamp":"2025-01-15T10:41:40.651+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.7Mi, Sys=13.4Mi, NumGC=3381","level":"stat"}
+{"@timestamp":"2025-01-15T10:42:40.649+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.7Mi, Sys=13.4Mi, NumGC=3381","level":"stat"}
+{"@timestamp":"2025-01-15T10:43:40.651+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.7Mi, Sys=13.4Mi, NumGC=3382","level":"stat"}
+{"@timestamp":"2025-01-15T10:44:40.649+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.7Mi, Sys=13.4Mi, NumGC=3382","level":"stat"}
+{"@timestamp":"2025-01-15T10:45:40.650+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.7Mi, Sys=13.4Mi, NumGC=3383","level":"stat"}
+{"@timestamp":"2025-01-15T10:46:40.648+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.7Mi, Sys=13.4Mi, NumGC=3383","level":"stat"}
+{"@timestamp":"2025-01-15T10:47:40.649+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.7Mi, Sys=13.4Mi, NumGC=3384","level":"stat"}
+{"@timestamp":"2025-01-15T10:48:40.650+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.7Mi, Sys=13.4Mi, NumGC=3384","level":"stat"}
+{"@timestamp":"2025-01-15T10:49:40.648+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.7Mi, Sys=13.4Mi, NumGC=3385","level":"stat"}
+{"@timestamp":"2025-01-15T10:50:40.650+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.7Mi, Sys=13.4Mi, NumGC=3385","level":"stat"}
+{"@timestamp":"2025-01-15T10:51:40.649+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.7Mi, Sys=13.4Mi, NumGC=3386","level":"stat"}
+{"@timestamp":"2025-01-15T10:52:40.649+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.7Mi, Sys=13.4Mi, NumGC=3386","level":"stat"}
+{"@timestamp":"2025-01-15T10:53:40.648+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.7Mi, Sys=13.4Mi, NumGC=3387","level":"stat"}
+{"@timestamp":"2025-01-15T10:54:40.649+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.8Mi, Sys=13.4Mi, NumGC=3387","level":"stat"}
+{"@timestamp":"2025-01-15T10:55:40.648+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.8Mi, Sys=13.4Mi, NumGC=3388","level":"stat"}
+{"@timestamp":"2025-01-15T10:56:40.648+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.8Mi, Sys=13.4Mi, NumGC=3388","level":"stat"}
+{"@timestamp":"2025-01-15T10:57:40.647+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.8Mi, Sys=13.4Mi, NumGC=3389","level":"stat"}
+{"@timestamp":"2025-01-15T10:58:40.648+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.8Mi, Sys=13.4Mi, NumGC=3389","level":"stat"}
+{"@timestamp":"2025-01-15T10:59:40.646+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.8Mi, Sys=13.4Mi, NumGC=3390","level":"stat"}
+{"@timestamp":"2025-01-15T11:00:40.648+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.8Mi, Sys=13.4Mi, NumGC=3390","level":"stat"}
+{"@timestamp":"2025-01-15T11:01:40.647+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.8Mi, Sys=13.4Mi, NumGC=3391","level":"stat"}
+{"@timestamp":"2025-01-15T11:02:40.648+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.8Mi, Sys=13.4Mi, NumGC=3391","level":"stat"}
+{"@timestamp":"2025-01-15T11:03:40.658+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.8Mi, Sys=13.4Mi, NumGC=3392","level":"stat"}
+{"@timestamp":"2025-01-15T11:04:40.657+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.8Mi, Sys=13.4Mi, NumGC=3392","level":"stat"}
+{"@timestamp":"2025-01-15T11:05:40.658+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.8Mi, Sys=13.4Mi, NumGC=3393","level":"stat"}
+{"@timestamp":"2025-01-15T11:06:40.658+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.8Mi, Sys=13.4Mi, NumGC=3393","level":"stat"}
+{"@timestamp":"2025-01-15T11:07:40.657+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.8Mi, Sys=13.4Mi, NumGC=3394","level":"stat"}
+{"@timestamp":"2025-01-15T11:08:40.656+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.8Mi, Sys=13.4Mi, NumGC=3394","level":"stat"}
+{"@timestamp":"2025-01-15T11:09:40.658+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.8Mi, Sys=13.4Mi, NumGC=3395","level":"stat"}
+{"@timestamp":"2025-01-15T11:10:40.657+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.8Mi, Sys=13.4Mi, NumGC=3395","level":"stat"}
+{"@timestamp":"2025-01-15T11:11:40.657+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.8Mi, Sys=13.4Mi, NumGC=3396","level":"stat"}
+{"@timestamp":"2025-01-15T11:12:40.658+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.8Mi, Sys=13.4Mi, NumGC=3396","level":"stat"}
+{"@timestamp":"2025-01-15T11:13:40.658+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.8Mi, Sys=13.4Mi, NumGC=3397","level":"stat"}
+{"@timestamp":"2025-01-15T11:14:40.658+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.8Mi, Sys=13.4Mi, NumGC=3397","level":"stat"}
+{"@timestamp":"2025-01-15T11:15:40.668+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.8Mi, Sys=13.4Mi, NumGC=3398","level":"stat"}
+{"@timestamp":"2025-01-15T11:16:40.671+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.8Mi, Sys=13.4Mi, NumGC=3398","level":"stat"}
+{"@timestamp":"2025-01-15T11:17:40.671+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.8Mi, Sys=13.4Mi, NumGC=3399","level":"stat"}
+{"@timestamp":"2025-01-15T11:18:40.672+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.9Mi, Sys=13.4Mi, NumGC=3399","level":"stat"}
+{"@timestamp":"2025-01-15T11:19:40.672+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.9Mi, Sys=13.4Mi, NumGC=3400","level":"stat"}
+{"@timestamp":"2025-01-15T11:20:40.672+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.9Mi, Sys=13.4Mi, NumGC=3400","level":"stat"}
+{"@timestamp":"2025-01-15T11:21:40.672+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.9Mi, Sys=13.4Mi, NumGC=3401","level":"stat"}
+{"@timestamp":"2025-01-15T11:22:40.672+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.9Mi, Sys=13.4Mi, NumGC=3401","level":"stat"}
+{"@timestamp":"2025-01-15T11:23:40.673+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.9Mi, Sys=13.4Mi, NumGC=3402","level":"stat"}
+{"@timestamp":"2025-01-15T11:24:40.673+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.9Mi, Sys=13.4Mi, NumGC=3402","level":"stat"}
+{"@timestamp":"2025-01-15T11:25:40.673+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.9Mi, Sys=13.4Mi, NumGC=3403","level":"stat"}
+{"@timestamp":"2025-01-15T11:26:40.673+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.9Mi, Sys=13.4Mi, NumGC=3403","level":"stat"}
+{"@timestamp":"2025-01-15T11:27:40.673+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.9Mi, Sys=13.4Mi, NumGC=3404","level":"stat"}
+{"@timestamp":"2025-01-15T11:28:40.673+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.9Mi, Sys=13.4Mi, NumGC=3404","level":"stat"}
+{"@timestamp":"2025-01-15T11:29:40.672+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.9Mi, Sys=13.4Mi, NumGC=3405","level":"stat"}
+{"@timestamp":"2025-01-15T11:30:40.673+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.9Mi, Sys=13.4Mi, NumGC=3405","level":"stat"}
+{"@timestamp":"2025-01-15T11:31:40.673+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.9Mi, Sys=13.4Mi, NumGC=3406","level":"stat"}
+{"@timestamp":"2025-01-15T11:32:40.674+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.9Mi, Sys=13.4Mi, NumGC=3406","level":"stat"}
+{"@timestamp":"2025-01-15T11:33:40.674+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.9Mi, Sys=13.4Mi, NumGC=3407","level":"stat"}
+{"@timestamp":"2025-01-15T11:34:40.674+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.9Mi, Sys=13.4Mi, NumGC=3407","level":"stat"}
+{"@timestamp":"2025-01-15T11:35:40.674+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.9Mi, Sys=13.4Mi, NumGC=3408","level":"stat"}
+{"@timestamp":"2025-01-15T11:36:40.674+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.9Mi, Sys=13.4Mi, NumGC=3408","level":"stat"}
+{"@timestamp":"2025-01-15T11:37:40.674+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.9Mi, Sys=13.4Mi, NumGC=3409","level":"stat"}
+{"@timestamp":"2025-01-15T11:38:40.674+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.9Mi, Sys=13.4Mi, NumGC=3409","level":"stat"}
+{"@timestamp":"2025-01-15T11:39:40.675+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.9Mi, Sys=13.4Mi, NumGC=3410","level":"stat"}
+{"@timestamp":"2025-01-15T11:40:40.675+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.9Mi, Sys=13.4Mi, NumGC=3410","level":"stat"}
+{"@timestamp":"2025-01-15T11:41:40.675+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.9Mi, Sys=13.4Mi, NumGC=3411","level":"stat"}
+{"@timestamp":"2025-01-15T11:42:40.676+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=29.9Mi, Sys=13.4Mi, NumGC=3411","level":"stat"}
+{"@timestamp":"2025-01-15T11:43:40.676+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=29.9Mi, Sys=13.4Mi, NumGC=3412","level":"stat"}
+{"@timestamp":"2025-01-15T11:44:40.676+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.0Mi, Sys=13.4Mi, NumGC=3412","level":"stat"}
+{"@timestamp":"2025-01-15T11:45:40.676+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.0Mi, Sys=13.4Mi, NumGC=3413","level":"stat"}
+{"@timestamp":"2025-01-15T11:46:40.677+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.0Mi, Sys=13.4Mi, NumGC=3413","level":"stat"}
+{"@timestamp":"2025-01-15T11:47:40.545+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.0Mi, Sys=13.4Mi, NumGC=3414","level":"stat"}
+{"@timestamp":"2025-01-15T11:48:40.523+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.0Mi, Sys=13.4Mi, NumGC=3414","level":"stat"}
+{"@timestamp":"2025-01-15T11:49:40.520+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.0Mi, Sys=13.4Mi, NumGC=3415","level":"stat"}
+{"@timestamp":"2025-01-15T11:50:40.519+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.0Mi, Sys=13.4Mi, NumGC=3415","level":"stat"}
+{"@timestamp":"2025-01-15T11:51:40.517+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.0Mi, Sys=13.4Mi, NumGC=3416","level":"stat"}
+{"@timestamp":"2025-01-15T11:53:05.410+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.0Mi, Sys=13.4Mi, NumGC=3416","level":"stat"}
+{"@timestamp":"2025-01-15T11:57:55.229+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.0Mi, Sys=13.4Mi, NumGC=3417","level":"stat"}
+{"@timestamp":"2025-01-15T11:58:55.227+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.0Mi, Sys=13.4Mi, NumGC=3417","level":"stat"}
+{"@timestamp":"2025-01-15T11:59:55.225+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.0Mi, Sys=13.4Mi, NumGC=3418","level":"stat"}
+{"@timestamp":"2025-01-15T12:00:55.223+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.0Mi, Sys=13.4Mi, NumGC=3418","level":"stat"}
+{"@timestamp":"2025-01-15T12:01:55.222+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.0Mi, Sys=13.4Mi, NumGC=3419","level":"stat"}
+{"@timestamp":"2025-01-15T12:02:55.221+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.0Mi, Sys=13.4Mi, NumGC=3419","level":"stat"}
+{"@timestamp":"2025-01-15T12:03:55.229+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.0Mi, Sys=13.4Mi, NumGC=3420","level":"stat"}
+{"@timestamp":"2025-01-15T12:04:55.227+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.0Mi, Sys=13.4Mi, NumGC=3420","level":"stat"}
+{"@timestamp":"2025-01-15T12:05:55.226+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.0Mi, Sys=13.4Mi, NumGC=3421","level":"stat"}
+{"@timestamp":"2025-01-15T12:06:55.224+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.0Mi, Sys=13.4Mi, NumGC=3421","level":"stat"}
+{"@timestamp":"2025-01-15T12:07:55.223+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.0Mi, Sys=13.4Mi, NumGC=3422","level":"stat"}
+{"@timestamp":"2025-01-15T12:08:55.221+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.0Mi, Sys=13.4Mi, NumGC=3422","level":"stat"}
+{"@timestamp":"2025-01-15T12:09:55.220+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.0Mi, Sys=13.4Mi, NumGC=3423","level":"stat"}
+{"@timestamp":"2025-01-15T12:10:55.219+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.0Mi, Sys=13.4Mi, NumGC=3423","level":"stat"}
+{"@timestamp":"2025-01-15T12:11:55.218+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.0Mi, Sys=13.4Mi, NumGC=3424","level":"stat"}
+{"@timestamp":"2025-01-15T12:12:55.216+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.1Mi, Sys=13.4Mi, NumGC=3424","level":"stat"}
+{"@timestamp":"2025-01-15T12:13:55.215+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.1Mi, Sys=13.4Mi, NumGC=3425","level":"stat"}
+{"@timestamp":"2025-01-15T12:14:55.213+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.1Mi, Sys=13.4Mi, NumGC=3425","level":"stat"}
+{"@timestamp":"2025-01-15T12:15:55.212+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.1Mi, Sys=13.4Mi, NumGC=3426","level":"stat"}
+{"@timestamp":"2025-01-15T12:32:12.683+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.1Mi, Sys=13.4Mi, NumGC=3426","level":"stat"}
+{"@timestamp":"2025-01-15T12:58:34.487+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.1Mi, Sys=13.4Mi, NumGC=3427","level":"stat"}
+{"@timestamp":"2025-01-15T13:14:59.418+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.1Mi, Sys=13.4Mi, NumGC=3427","level":"stat"}
+{"@timestamp":"2025-01-15T13:15:59.417+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.1Mi, Sys=13.4Mi, NumGC=3428","level":"stat"}
+{"@timestamp":"2025-01-15T13:16:59.417+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.1Mi, Sys=13.4Mi, NumGC=3428","level":"stat"}
+{"@timestamp":"2025-01-15T13:17:59.416+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.1Mi, Sys=13.4Mi, NumGC=3429","level":"stat"}
+{"@timestamp":"2025-01-15T13:18:59.416+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.1Mi, Sys=13.4Mi, NumGC=3429","level":"stat"}
+{"@timestamp":"2025-01-15T13:19:59.414+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.1Mi, Sys=13.4Mi, NumGC=3430","level":"stat"}
+{"@timestamp":"2025-01-15T13:20:59.415+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.1Mi, Sys=13.4Mi, NumGC=3430","level":"stat"}
+{"@timestamp":"2025-01-15T13:21:59.415+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.1Mi, Sys=13.4Mi, NumGC=3431","level":"stat"}
+{"@timestamp":"2025-01-15T13:22:59.414+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.1Mi, Sys=13.4Mi, NumGC=3431","level":"stat"}
+{"@timestamp":"2025-01-15T13:23:59.414+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.1Mi, Sys=13.4Mi, NumGC=3432","level":"stat"}
+{"@timestamp":"2025-01-15T13:24:59.413+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.1Mi, Sys=13.4Mi, NumGC=3432","level":"stat"}
+{"@timestamp":"2025-01-15T13:25:59.413+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.1Mi, Sys=13.4Mi, NumGC=3433","level":"stat"}
+{"@timestamp":"2025-01-15T13:26:59.412+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.1Mi, Sys=13.4Mi, NumGC=3433","level":"stat"}
+{"@timestamp":"2025-01-15T13:27:59.411+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.1Mi, Sys=13.4Mi, NumGC=3434","level":"stat"}
+{"@timestamp":"2025-01-15T13:28:59.411+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.1Mi, Sys=13.4Mi, NumGC=3434","level":"stat"}
+{"@timestamp":"2025-01-15T13:29:59.411+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.1Mi, Sys=13.4Mi, NumGC=3435","level":"stat"}
+{"@timestamp":"2025-01-15T13:30:59.409+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.1Mi, Sys=13.4Mi, NumGC=3435","level":"stat"}
+{"@timestamp":"2025-01-15T13:31:59.410+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.1Mi, Sys=13.4Mi, NumGC=3436","level":"stat"}
+{"@timestamp":"2025-01-15T13:32:59.416+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.1Mi, Sys=13.4Mi, NumGC=3436","level":"stat"}
+{"@timestamp":"2025-01-15T13:33:59.444+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.1Mi, Sys=13.4Mi, NumGC=3437","level":"stat"}
+{"@timestamp":"2025-01-15T13:34:59.444+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.2Mi, Sys=13.4Mi, NumGC=3437","level":"stat"}
+{"@timestamp":"2025-01-15T13:35:59.445+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.2Mi, Sys=13.4Mi, NumGC=3438","level":"stat"}
+{"@timestamp":"2025-01-15T13:36:59.444+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.2Mi, Sys=13.4Mi, NumGC=3438","level":"stat"}
+{"@timestamp":"2025-01-15T13:37:59.444+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.2Mi, Sys=13.4Mi, NumGC=3439","level":"stat"}
+{"@timestamp":"2025-01-15T13:38:59.444+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.2Mi, Sys=13.4Mi, NumGC=3439","level":"stat"}
+{"@timestamp":"2025-01-15T13:39:59.444+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.2Mi, Sys=13.4Mi, NumGC=3440","level":"stat"}
+{"@timestamp":"2025-01-15T13:40:59.444+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.2Mi, Sys=13.4Mi, NumGC=3440","level":"stat"}
+{"@timestamp":"2025-01-15T13:41:59.444+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.2Mi, Sys=13.4Mi, NumGC=3441","level":"stat"}
+{"@timestamp":"2025-01-15T13:42:59.444+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.2Mi, Sys=13.4Mi, NumGC=3441","level":"stat"}
+{"@timestamp":"2025-01-15T13:43:59.443+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.2Mi, Sys=13.4Mi, NumGC=3442","level":"stat"}
+{"@timestamp":"2025-01-15T13:44:59.444+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.2Mi, Sys=13.4Mi, NumGC=3442","level":"stat"}
+{"@timestamp":"2025-01-15T13:45:59.444+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.2Mi, Sys=13.4Mi, NumGC=3443","level":"stat"}
+{"@timestamp":"2025-01-15T13:46:59.444+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.2Mi, Sys=13.4Mi, NumGC=3443","level":"stat"}
+{"@timestamp":"2025-01-15T13:47:59.442+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.2Mi, Sys=13.4Mi, NumGC=3444","level":"stat"}
+{"@timestamp":"2025-01-15T13:48:59.444+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.2Mi, Sys=13.4Mi, NumGC=3444","level":"stat"}
+{"@timestamp":"2025-01-15T13:49:59.339+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.2Mi, Sys=13.4Mi, NumGC=3445","level":"stat"}
+{"@timestamp":"2025-01-15T13:50:59.338+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.2Mi, Sys=13.4Mi, NumGC=3445","level":"stat"}
+{"@timestamp":"2025-01-15T13:51:59.336+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.2Mi, Sys=13.4Mi, NumGC=3446","level":"stat"}
+{"@timestamp":"2025-01-15T13:52:59.335+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.2Mi, Sys=13.4Mi, NumGC=3446","level":"stat"}
+{"@timestamp":"2025-01-15T13:53:59.334+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.2Mi, Sys=13.4Mi, NumGC=3447","level":"stat"}
+{"@timestamp":"2025-01-15T13:54:59.333+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.2Mi, Sys=13.4Mi, NumGC=3447","level":"stat"}
+{"@timestamp":"2025-01-15T13:55:59.331+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.2Mi, Sys=13.4Mi, NumGC=3448","level":"stat"}
+{"@timestamp":"2025-01-15T13:56:59.329+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.2Mi, Sys=13.4Mi, NumGC=3448","level":"stat"}
+{"@timestamp":"2025-01-15T13:57:59.327+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.2Mi, Sys=13.4Mi, NumGC=3449","level":"stat"}
+{"@timestamp":"2025-01-15T13:58:59.328+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.2Mi, Sys=13.4Mi, NumGC=3449","level":"stat"}
+{"@timestamp":"2025-01-15T13:59:59.326+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.3Mi, Sys=13.4Mi, NumGC=3450","level":"stat"}
+{"@timestamp":"2025-01-15T14:00:59.325+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.3Mi, Sys=13.4Mi, NumGC=3450","level":"stat"}
+{"@timestamp":"2025-01-15T14:01:59.323+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.3Mi, Sys=13.4Mi, NumGC=3451","level":"stat"}
+{"@timestamp":"2025-01-15T14:02:59.323+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.3Mi, Sys=13.4Mi, NumGC=3451","level":"stat"}
+{"@timestamp":"2025-01-15T14:03:59.322+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.3Mi, Sys=13.4Mi, NumGC=3452","level":"stat"}
+{"@timestamp":"2025-01-15T14:04:59.320+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.3Mi, Sys=13.4Mi, NumGC=3452","level":"stat"}
+{"@timestamp":"2025-01-15T14:05:59.319+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.3Mi, Sys=13.4Mi, NumGC=3453","level":"stat"}
+{"@timestamp":"2025-01-15T14:06:59.317+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.3Mi, Sys=13.4Mi, NumGC=3453","level":"stat"}
+{"@timestamp":"2025-01-15T14:07:59.317+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.3Mi, Sys=13.4Mi, NumGC=3454","level":"stat"}
+{"@timestamp":"2025-01-15T14:08:59.314+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.3Mi, Sys=13.4Mi, NumGC=3454","level":"stat"}
+{"@timestamp":"2025-01-15T14:09:59.313+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.3Mi, Sys=13.4Mi, NumGC=3455","level":"stat"}
+{"@timestamp":"2025-01-15T14:10:59.311+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.3Mi, Sys=13.4Mi, NumGC=3455","level":"stat"}
+{"@timestamp":"2025-01-15T14:11:59.311+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.3Mi, Sys=13.4Mi, NumGC=3456","level":"stat"}
+{"@timestamp":"2025-01-15T14:12:59.310+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.3Mi, Sys=13.4Mi, NumGC=3456","level":"stat"}
+{"@timestamp":"2025-01-15T14:13:59.309+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.3Mi, Sys=13.4Mi, NumGC=3457","level":"stat"}
+{"@timestamp":"2025-01-15T14:14:59.306+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.3Mi, Sys=13.4Mi, NumGC=3457","level":"stat"}
+{"@timestamp":"2025-01-15T14:16:24.270+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.3Mi, Sys=13.4Mi, NumGC=3458","level":"stat"}
+{"@timestamp":"2025-01-15T14:32:49.296+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.3Mi, Sys=13.4Mi, NumGC=3458","level":"stat"}
+{"@timestamp":"2025-01-15T14:49:14.269+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.3Mi, Sys=13.4Mi, NumGC=3459","level":"stat"}
+{"@timestamp":"2025-01-15T14:50:14.268+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.3Mi, Sys=13.4Mi, NumGC=3459","level":"stat"}
+{"@timestamp":"2025-01-15T14:51:14.266+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.3Mi, Sys=13.4Mi, NumGC=3460","level":"stat"}
+{"@timestamp":"2025-01-15T14:52:14.265+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.3Mi, Sys=13.4Mi, NumGC=3460","level":"stat"}
+{"@timestamp":"2025-01-15T14:53:14.264+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.3Mi, Sys=13.4Mi, NumGC=3461","level":"stat"}
+{"@timestamp":"2025-01-15T14:54:14.262+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.3Mi, Sys=13.4Mi, NumGC=3461","level":"stat"}
+{"@timestamp":"2025-01-15T14:55:14.261+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.3Mi, Sys=13.4Mi, NumGC=3462","level":"stat"}
+{"@timestamp":"2025-01-15T14:56:14.260+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.4Mi, Sys=13.4Mi, NumGC=3462","level":"stat"}
+{"@timestamp":"2025-01-15T14:57:14.311+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.4Mi, Sys=13.4Mi, NumGC=3463","level":"stat"}
+{"@timestamp":"2025-01-15T14:58:14.310+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.4Mi, Sys=13.4Mi, NumGC=3463","level":"stat"}
+{"@timestamp":"2025-01-15T14:59:14.310+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.4Mi, Sys=13.4Mi, NumGC=3464","level":"stat"}
+{"@timestamp":"2025-01-15T15:00:14.309+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.4Mi, Sys=13.4Mi, NumGC=3464","level":"stat"}
+{"@timestamp":"2025-01-15T15:01:14.308+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.4Mi, Sys=13.4Mi, NumGC=3465","level":"stat"}
+{"@timestamp":"2025-01-15T15:02:14.309+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.4Mi, Sys=13.4Mi, NumGC=3465","level":"stat"}
+{"@timestamp":"2025-01-15T15:03:14.308+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.4Mi, Sys=13.4Mi, NumGC=3466","level":"stat"}
+{"@timestamp":"2025-01-15T15:04:14.308+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.4Mi, Sys=13.4Mi, NumGC=3466","level":"stat"}
+{"@timestamp":"2025-01-15T15:05:14.307+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.4Mi, Sys=13.4Mi, NumGC=3467","level":"stat"}
+{"@timestamp":"2025-01-15T15:06:14.306+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.4Mi, Sys=13.4Mi, NumGC=3467","level":"stat"}
+{"@timestamp":"2025-01-15T15:07:14.307+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.4Mi, Sys=13.4Mi, NumGC=3468","level":"stat"}
+{"@timestamp":"2025-01-15T15:08:14.306+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.4Mi, Sys=13.4Mi, NumGC=3468","level":"stat"}
+{"@timestamp":"2025-01-15T15:09:14.306+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.4Mi, Sys=13.4Mi, NumGC=3469","level":"stat"}
+{"@timestamp":"2025-01-15T15:10:14.305+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.4Mi, Sys=13.4Mi, NumGC=3469","level":"stat"}
+{"@timestamp":"2025-01-15T15:11:14.305+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.4Mi, Sys=13.4Mi, NumGC=3470","level":"stat"}
+{"@timestamp":"2025-01-15T15:12:14.248+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.4Mi, Sys=13.4Mi, NumGC=3470","level":"stat"}
+{"@timestamp":"2025-01-15T15:13:14.247+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.4Mi, Sys=13.4Mi, NumGC=3471","level":"stat"}
+{"@timestamp":"2025-01-15T15:14:14.246+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.4Mi, Sys=13.4Mi, NumGC=3471","level":"stat"}
+{"@timestamp":"2025-01-15T15:15:14.244+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.4Mi, Sys=13.4Mi, NumGC=3472","level":"stat"}
+{"@timestamp":"2025-01-15T15:16:14.244+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.4Mi, Sys=13.4Mi, NumGC=3472","level":"stat"}
+{"@timestamp":"2025-01-15T15:17:14.243+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.4Mi, Sys=13.4Mi, NumGC=3473","level":"stat"}
+{"@timestamp":"2025-01-15T15:18:14.242+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.4Mi, Sys=13.4Mi, NumGC=3473","level":"stat"}
+{"@timestamp":"2025-01-15T15:19:14.241+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.4Mi, Sys=13.4Mi, NumGC=3474","level":"stat"}
+{"@timestamp":"2025-01-15T15:20:14.239+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.5Mi, Sys=13.4Mi, NumGC=3474","level":"stat"}
+{"@timestamp":"2025-01-15T15:21:14.238+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.5Mi, Sys=13.4Mi, NumGC=3475","level":"stat"}
+{"@timestamp":"2025-01-15T15:22:14.237+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.5Mi, Sys=13.4Mi, NumGC=3475","level":"stat"}
+{"@timestamp":"2025-01-15T15:23:14.236+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.5Mi, Sys=13.4Mi, NumGC=3476","level":"stat"}
+{"@timestamp":"2025-01-15T15:24:14.235+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.5Mi, Sys=13.4Mi, NumGC=3476","level":"stat"}
+{"@timestamp":"2025-01-15T15:25:14.234+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.5Mi, Sys=13.4Mi, NumGC=3477","level":"stat"}
+{"@timestamp":"2025-01-15T15:26:14.232+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.5Mi, Sys=13.4Mi, NumGC=3477","level":"stat"}
+{"@timestamp":"2025-01-15T15:27:14.232+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.5Mi, Sys=13.4Mi, NumGC=3478","level":"stat"}
+{"@timestamp":"2025-01-15T15:28:14.231+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.5Mi, Sys=13.4Mi, NumGC=3478","level":"stat"}
+{"@timestamp":"2025-01-15T15:29:14.230+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.5Mi, Sys=13.4Mi, NumGC=3479","level":"stat"}
+{"@timestamp":"2025-01-15T15:30:14.229+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.5Mi, Sys=13.4Mi, NumGC=3479","level":"stat"}
+{"@timestamp":"2025-01-15T15:31:14.228+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.5Mi, Sys=13.4Mi, NumGC=3480","level":"stat"}
+{"@timestamp":"2025-01-15T15:32:14.227+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.5Mi, Sys=13.4Mi, NumGC=3480","level":"stat"}
+{"@timestamp":"2025-01-15T15:33:14.226+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.5Mi, Sys=13.4Mi, NumGC=3481","level":"stat"}
+{"@timestamp":"2025-01-15T15:34:14.134+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.5Mi, Sys=13.4Mi, NumGC=3481","level":"stat"}
+{"@timestamp":"2025-01-15T15:35:14.132+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.5Mi, Sys=13.4Mi, NumGC=3482","level":"stat"}
+{"@timestamp":"2025-01-15T15:36:14.130+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.5Mi, Sys=13.4Mi, NumGC=3482","level":"stat"}
+{"@timestamp":"2025-01-15T15:37:14.128+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.5Mi, Sys=13.4Mi, NumGC=3483","level":"stat"}
+{"@timestamp":"2025-01-15T15:38:14.126+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.5Mi, Sys=13.4Mi, NumGC=3483","level":"stat"}
+{"@timestamp":"2025-01-15T15:39:14.124+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.5Mi, Sys=13.4Mi, NumGC=3484","level":"stat"}
+{"@timestamp":"2025-01-15T15:40:14.121+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.5Mi, Sys=13.4Mi, NumGC=3484","level":"stat"}
+{"@timestamp":"2025-01-15T15:41:14.119+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.5Mi, Sys=13.4Mi, NumGC=3485","level":"stat"}
+{"@timestamp":"2025-01-15T15:42:14.117+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.5Mi, Sys=13.4Mi, NumGC=3485","level":"stat"}
+{"@timestamp":"2025-01-15T15:43:14.115+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.5Mi, Sys=13.4Mi, NumGC=3486","level":"stat"}
+{"@timestamp":"2025-01-15T15:44:14.113+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.6Mi, Sys=13.4Mi, NumGC=3486","level":"stat"}
+{"@timestamp":"2025-01-15T15:45:14.110+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.6Mi, Sys=13.4Mi, NumGC=3487","level":"stat"}
+{"@timestamp":"2025-01-15T15:46:14.108+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.6Mi, Sys=13.4Mi, NumGC=3487","level":"stat"}
+{"@timestamp":"2025-01-15T15:47:14.106+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.6Mi, Sys=13.4Mi, NumGC=3488","level":"stat"}
+{"@timestamp":"2025-01-15T15:48:14.104+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.6Mi, Sys=13.4Mi, NumGC=3488","level":"stat"}
+{"@timestamp":"2025-01-15T15:49:14.102+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.6Mi, Sys=13.4Mi, NumGC=3489","level":"stat"}
+{"@timestamp":"2025-01-15T15:50:14.099+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.6Mi, Sys=13.4Mi, NumGC=3489","level":"stat"}
+{"@timestamp":"2025-01-15T15:51:14.096+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.6Mi, Sys=13.4Mi, NumGC=3490","level":"stat"}
+{"@timestamp":"2025-01-15T15:52:14.095+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.6Mi, Sys=13.4Mi, NumGC=3490","level":"stat"}
+{"@timestamp":"2025-01-15T15:53:14.093+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.6Mi, Sys=13.4Mi, NumGC=3491","level":"stat"}
+{"@timestamp":"2025-01-15T15:54:14.090+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.6Mi, Sys=13.4Mi, NumGC=3491","level":"stat"}
+{"@timestamp":"2025-01-15T15:55:14.088+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.6Mi, Sys=13.4Mi, NumGC=3492","level":"stat"}
+{"@timestamp":"2025-01-15T15:56:14.086+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.6Mi, Sys=13.4Mi, NumGC=3492","level":"stat"}
+{"@timestamp":"2025-01-15T15:57:14.084+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.6Mi, Sys=13.4Mi, NumGC=3493","level":"stat"}
+{"@timestamp":"2025-01-15T15:58:14.090+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.6Mi, Sys=13.4Mi, NumGC=3493","level":"stat"}
+{"@timestamp":"2025-01-15T15:59:14.093+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.6Mi, Sys=13.4Mi, NumGC=3494","level":"stat"}
+{"@timestamp":"2025-01-15T16:00:14.091+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.6Mi, Sys=13.4Mi, NumGC=3494","level":"stat"}
+{"@timestamp":"2025-01-15T16:01:14.089+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.6Mi, Sys=13.4Mi, NumGC=3495","level":"stat"}
+{"@timestamp":"2025-01-15T16:02:14.087+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.6Mi, Sys=13.4Mi, NumGC=3495","level":"stat"}
+{"@timestamp":"2025-01-15T16:03:14.085+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.6Mi, Sys=13.4Mi, NumGC=3496","level":"stat"}
+{"@timestamp":"2025-01-15T16:04:14.083+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.6Mi, Sys=13.4Mi, NumGC=3496","level":"stat"}
+{"@timestamp":"2025-01-15T16:05:14.081+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.6Mi, Sys=13.4Mi, NumGC=3497","level":"stat"}
+{"@timestamp":"2025-01-15T16:06:14.079+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.6Mi, Sys=13.4Mi, NumGC=3497","level":"stat"}
+{"@timestamp":"2025-01-15T16:07:14.077+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.6Mi, Sys=13.4Mi, NumGC=3498","level":"stat"}
+{"@timestamp":"2025-01-15T16:08:14.076+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.6Mi, Sys=13.4Mi, NumGC=3498","level":"stat"}
+{"@timestamp":"2025-01-15T16:09:14.074+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.6Mi, Sys=13.4Mi, NumGC=3499","level":"stat"}
+{"@timestamp":"2025-01-15T16:10:14.072+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.7Mi, Sys=13.4Mi, NumGC=3499","level":"stat"}
+{"@timestamp":"2025-01-15T16:11:14.070+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.7Mi, Sys=13.4Mi, NumGC=3500","level":"stat"}
+{"@timestamp":"2025-01-15T16:12:14.067+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.7Mi, Sys=13.4Mi, NumGC=3500","level":"stat"}
+{"@timestamp":"2025-01-15T16:13:14.128+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.7Mi, Sys=13.4Mi, NumGC=3501","level":"stat"}
+{"@timestamp":"2025-01-15T16:14:14.127+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.7Mi, Sys=13.4Mi, NumGC=3501","level":"stat"}
+{"@timestamp":"2025-01-15T16:30:39.054+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.7Mi, Sys=13.4Mi, NumGC=3502","level":"stat"}
+{"@timestamp":"2025-01-15T16:36:32.906+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.7Mi, Sys=13.4Mi, NumGC=3502","level":"stat"}
+{"@timestamp":"2025-01-15T16:37:32.904+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.7Mi, Sys=13.4Mi, NumGC=3503","level":"stat"}
+{"@timestamp":"2025-01-15T16:38:32.903+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.7Mi, Sys=13.4Mi, NumGC=3503","level":"stat"}
+{"@timestamp":"2025-01-15T16:39:32.901+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.7Mi, Sys=13.4Mi, NumGC=3504","level":"stat"}
+{"@timestamp":"2025-01-15T16:40:32.899+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.7Mi, Sys=13.4Mi, NumGC=3504","level":"stat"}
+{"@timestamp":"2025-01-15T16:41:32.897+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.7Mi, Sys=13.4Mi, NumGC=3505","level":"stat"}
+{"@timestamp":"2025-01-15T16:42:32.896+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.7Mi, Sys=13.4Mi, NumGC=3505","level":"stat"}
+{"@timestamp":"2025-01-15T16:43:32.894+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.7Mi, Sys=13.4Mi, NumGC=3506","level":"stat"}
+{"@timestamp":"2025-01-15T16:44:32.892+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.7Mi, Sys=13.4Mi, NumGC=3506","level":"stat"}
+{"@timestamp":"2025-01-15T16:45:32.891+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.7Mi, Sys=13.4Mi, NumGC=3507","level":"stat"}
+{"@timestamp":"2025-01-15T16:46:32.888+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.7Mi, Sys=13.4Mi, NumGC=3507","level":"stat"}
+{"@timestamp":"2025-01-15T16:47:32.888+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.7Mi, Sys=13.4Mi, NumGC=3508","level":"stat"}
+{"@timestamp":"2025-01-15T16:48:32.885+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.7Mi, Sys=13.4Mi, NumGC=3508","level":"stat"}
+{"@timestamp":"2025-01-15T16:49:32.884+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.7Mi, Sys=13.4Mi, NumGC=3509","level":"stat"}
+{"@timestamp":"2025-01-15T16:50:32.883+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.7Mi, Sys=13.4Mi, NumGC=3509","level":"stat"}
+{"@timestamp":"2025-01-15T16:51:32.880+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.7Mi, Sys=13.4Mi, NumGC=3510","level":"stat"}
+{"@timestamp":"2025-01-15T16:52:32.879+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.7Mi, Sys=13.4Mi, NumGC=3510","level":"stat"}
+{"@timestamp":"2025-01-15T16:53:32.878+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.8Mi, Sys=13.4Mi, NumGC=3511","level":"stat"}
+{"@timestamp":"2025-01-15T16:54:32.876+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.8Mi, Sys=13.4Mi, NumGC=3511","level":"stat"}
+{"@timestamp":"2025-01-15T16:55:32.922+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.8Mi, Sys=13.4Mi, NumGC=3512","level":"stat"}
+{"@timestamp":"2025-01-15T16:56:32.922+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.8Mi, Sys=13.4Mi, NumGC=3512","level":"stat"}
+{"@timestamp":"2025-01-15T16:57:32.921+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.8Mi, Sys=13.4Mi, NumGC=3513","level":"stat"}
+{"@timestamp":"2025-01-15T16:58:32.919+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.8Mi, Sys=13.4Mi, NumGC=3513","level":"stat"}
+{"@timestamp":"2025-01-15T16:59:32.919+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.8Mi, Sys=13.4Mi, NumGC=3514","level":"stat"}
+{"@timestamp":"2025-01-15T17:00:32.917+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.8Mi, Sys=13.4Mi, NumGC=3514","level":"stat"}
+{"@timestamp":"2025-01-15T17:01:32.916+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.8Mi, Sys=13.4Mi, NumGC=3515","level":"stat"}
+{"@timestamp":"2025-01-15T17:02:32.915+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.8Mi, Sys=13.4Mi, NumGC=3515","level":"stat"}
+{"@timestamp":"2025-01-15T17:03:32.913+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.8Mi, Sys=13.4Mi, NumGC=3516","level":"stat"}
+{"@timestamp":"2025-01-15T17:04:32.912+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.8Mi, Sys=13.4Mi, NumGC=3516","level":"stat"}
+{"@timestamp":"2025-01-15T17:05:32.912+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.8Mi, Sys=13.4Mi, NumGC=3517","level":"stat"}
+{"@timestamp":"2025-01-15T17:06:32.910+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.8Mi, Sys=13.4Mi, NumGC=3517","level":"stat"}
+{"@timestamp":"2025-01-15T17:07:32.908+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.8Mi, Sys=13.4Mi, NumGC=3518","level":"stat"}
+{"@timestamp":"2025-01-15T17:08:32.907+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.8Mi, Sys=13.4Mi, NumGC=3518","level":"stat"}
+{"@timestamp":"2025-01-15T17:09:32.906+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.8Mi, Sys=13.4Mi, NumGC=3519","level":"stat"}
+{"@timestamp":"2025-01-15T17:10:32.905+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.8Mi, Sys=13.4Mi, NumGC=3519","level":"stat"}
+{"@timestamp":"2025-01-15T17:11:32.904+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.8Mi, Sys=13.4Mi, NumGC=3520","level":"stat"}
+{"@timestamp":"2025-01-15T17:12:32.902+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.8Mi, Sys=13.4Mi, NumGC=3520","level":"stat"}
+{"@timestamp":"2025-01-15T17:13:32.901+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.8Mi, Sys=13.4Mi, NumGC=3521","level":"stat"}
+{"@timestamp":"2025-01-15T17:14:32.900+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.8Mi, Sys=13.4Mi, NumGC=3521","level":"stat"}
+{"@timestamp":"2025-01-15T17:15:32.899+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.8Mi, Sys=13.4Mi, NumGC=3522","level":"stat"}
+{"@timestamp":"2025-01-15T17:16:32.899+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.8Mi, Sys=13.4Mi, NumGC=3522","level":"stat"}
+{"@timestamp":"2025-01-15T17:17:32.898+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.8Mi, Sys=13.4Mi, NumGC=3523","level":"stat"}
+{"@timestamp":"2025-01-15T17:18:32.896+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.9Mi, Sys=13.4Mi, NumGC=3523","level":"stat"}
+{"@timestamp":"2025-01-15T17:19:32.895+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.9Mi, Sys=13.4Mi, NumGC=3524","level":"stat"}
+{"@timestamp":"2025-01-15T17:20:32.894+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.9Mi, Sys=13.4Mi, NumGC=3524","level":"stat"}
+{"@timestamp":"2025-01-15T17:21:32.975+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.9Mi, Sys=13.4Mi, NumGC=3525","level":"stat"}
+{"@timestamp":"2025-01-15T17:37:35.185+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.9Mi, Sys=13.4Mi, NumGC=3525","level":"stat"}
+{"@timestamp":"2025-01-15T17:54:00.293+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.9Mi, Sys=13.4Mi, NumGC=3526","level":"stat"}
+{"@timestamp":"2025-01-15T18:25:17.820+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.9Mi, Sys=13.4Mi, NumGC=3526","level":"stat"}
+{"@timestamp":"2025-01-15T18:26:17.819+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.9Mi, Sys=13.4Mi, NumGC=3527","level":"stat"}
+{"@timestamp":"2025-01-15T18:27:17.818+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.9Mi, Sys=13.4Mi, NumGC=3527","level":"stat"}
+{"@timestamp":"2025-01-15T18:28:17.817+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.9Mi, Sys=13.4Mi, NumGC=3528","level":"stat"}
+{"@timestamp":"2025-01-15T18:29:17.816+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.9Mi, Sys=13.4Mi, NumGC=3528","level":"stat"}
+{"@timestamp":"2025-01-15T18:30:17.815+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.9Mi, Sys=13.4Mi, NumGC=3529","level":"stat"}
+{"@timestamp":"2025-01-15T18:31:17.813+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.9Mi, Sys=13.4Mi, NumGC=3529","level":"stat"}
+{"@timestamp":"2025-01-15T18:32:17.811+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.9Mi, Sys=13.4Mi, NumGC=3530","level":"stat"}
+{"@timestamp":"2025-01-15T18:33:17.810+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.9Mi, Sys=13.4Mi, NumGC=3530","level":"stat"}
+{"@timestamp":"2025-01-15T18:34:17.811+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.9Mi, Sys=13.4Mi, NumGC=3531","level":"stat"}
+{"@timestamp":"2025-01-15T18:35:17.809+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.9Mi, Sys=13.4Mi, NumGC=3531","level":"stat"}
+{"@timestamp":"2025-01-15T18:36:17.807+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.9Mi, Sys=13.4Mi, NumGC=3532","level":"stat"}
+{"@timestamp":"2025-01-15T18:37:17.807+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.9Mi, Sys=13.4Mi, NumGC=3532","level":"stat"}
+{"@timestamp":"2025-01-15T18:38:17.806+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.9Mi, Sys=13.4Mi, NumGC=3533","level":"stat"}
+{"@timestamp":"2025-01-15T18:39:17.805+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.9Mi, Sys=13.4Mi, NumGC=3533","level":"stat"}
+{"@timestamp":"2025-01-15T18:40:17.803+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.9Mi, Sys=13.4Mi, NumGC=3534","level":"stat"}
+{"@timestamp":"2025-01-15T18:41:17.799+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.9Mi, Sys=13.4Mi, NumGC=3534","level":"stat"}
+{"@timestamp":"2025-01-15T18:42:17.797+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.9Mi, Sys=13.4Mi, NumGC=3535","level":"stat"}
+{"@timestamp":"2025-01-15T18:43:17.796+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=30.9Mi, Sys=13.4Mi, NumGC=3535","level":"stat"}
+{"@timestamp":"2025-01-15T18:44:17.795+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=30.9Mi, Sys=13.4Mi, NumGC=3536","level":"stat"}
+{"@timestamp":"2025-01-15T18:45:17.794+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.0Mi, Sys=13.4Mi, NumGC=3536","level":"stat"}
+{"@timestamp":"2025-01-15T18:46:17.793+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.0Mi, Sys=13.4Mi, NumGC=3537","level":"stat"}
+{"@timestamp":"2025-01-15T18:47:17.792+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.0Mi, Sys=13.4Mi, NumGC=3537","level":"stat"}
+{"@timestamp":"2025-01-15T18:48:17.790+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.0Mi, Sys=13.4Mi, NumGC=3538","level":"stat"}
+{"@timestamp":"2025-01-15T18:49:17.788+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.0Mi, Sys=13.4Mi, NumGC=3538","level":"stat"}
+{"@timestamp":"2025-01-15T18:50:17.788+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.0Mi, Sys=13.4Mi, NumGC=3539","level":"stat"}
+{"@timestamp":"2025-01-15T18:51:17.787+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.0Mi, Sys=13.4Mi, NumGC=3539","level":"stat"}
+{"@timestamp":"2025-01-15T18:52:17.786+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.0Mi, Sys=13.4Mi, NumGC=3540","level":"stat"}
+{"@timestamp":"2025-01-15T18:53:17.784+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.0Mi, Sys=13.4Mi, NumGC=3540","level":"stat"}
+{"@timestamp":"2025-01-15T18:54:17.783+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.0Mi, Sys=13.4Mi, NumGC=3541","level":"stat"}
+{"@timestamp":"2025-01-15T18:55:17.782+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.0Mi, Sys=13.4Mi, NumGC=3541","level":"stat"}
+{"@timestamp":"2025-01-15T18:56:17.780+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.0Mi, Sys=13.4Mi, NumGC=3542","level":"stat"}
+{"@timestamp":"2025-01-15T18:57:17.780+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.0Mi, Sys=13.4Mi, NumGC=3542","level":"stat"}
+{"@timestamp":"2025-01-15T18:58:17.777+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.0Mi, Sys=13.4Mi, NumGC=3543","level":"stat"}
+{"@timestamp":"2025-01-15T18:59:17.777+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.0Mi, Sys=13.4Mi, NumGC=3543","level":"stat"}
+{"@timestamp":"2025-01-15T19:00:17.776+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.0Mi, Sys=13.4Mi, NumGC=3544","level":"stat"}
+{"@timestamp":"2025-01-15T19:01:17.775+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.0Mi, Sys=13.4Mi, NumGC=3544","level":"stat"}
+{"@timestamp":"2025-01-15T19:02:17.774+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.0Mi, Sys=13.4Mi, NumGC=3545","level":"stat"}
+{"@timestamp":"2025-01-15T19:03:17.772+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.0Mi, Sys=13.4Mi, NumGC=3545","level":"stat"}
+{"@timestamp":"2025-01-15T19:04:17.772+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.0Mi, Sys=13.4Mi, NumGC=3546","level":"stat"}
+{"@timestamp":"2025-01-15T19:05:17.769+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.0Mi, Sys=13.4Mi, NumGC=3546","level":"stat"}
+{"@timestamp":"2025-01-15T19:06:17.768+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.0Mi, Sys=13.4Mi, NumGC=3547","level":"stat"}
+{"@timestamp":"2025-01-15T19:07:17.767+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.0Mi, Sys=13.4Mi, NumGC=3547","level":"stat"}
+{"@timestamp":"2025-01-15T19:08:17.766+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.0Mi, Sys=13.4Mi, NumGC=3548","level":"stat"}
+{"@timestamp":"2025-01-15T19:09:17.765+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.0Mi, Sys=13.4Mi, NumGC=3548","level":"stat"}
+{"@timestamp":"2025-01-15T19:10:17.763+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.0Mi, Sys=13.4Mi, NumGC=3549","level":"stat"}
+{"@timestamp":"2025-01-15T19:11:17.762+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.1Mi, Sys=13.4Mi, NumGC=3549","level":"stat"}
+{"@timestamp":"2025-01-15T19:12:17.760+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.1Mi, Sys=13.4Mi, NumGC=3550","level":"stat"}
+{"@timestamp":"2025-01-15T19:13:17.760+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.1Mi, Sys=13.4Mi, NumGC=3550","level":"stat"}
+{"@timestamp":"2025-01-15T19:14:17.759+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.1Mi, Sys=13.4Mi, NumGC=3551","level":"stat"}
+{"@timestamp":"2025-01-15T19:15:17.758+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.1Mi, Sys=13.4Mi, NumGC=3551","level":"stat"}
+{"@timestamp":"2025-01-15T19:16:17.757+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.1Mi, Sys=13.4Mi, NumGC=3552","level":"stat"}
+{"@timestamp":"2025-01-15T19:17:17.755+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.1Mi, Sys=13.4Mi, NumGC=3552","level":"stat"}
+{"@timestamp":"2025-01-15T19:18:17.754+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.1Mi, Sys=13.4Mi, NumGC=3553","level":"stat"}
+{"@timestamp":"2025-01-15T19:19:17.753+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.1Mi, Sys=13.4Mi, NumGC=3553","level":"stat"}
+{"@timestamp":"2025-01-15T19:20:17.772+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.1Mi, Sys=13.4Mi, NumGC=3554","level":"stat"}
+{"@timestamp":"2025-01-15T19:21:17.779+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.1Mi, Sys=13.4Mi, NumGC=3554","level":"stat"}
+{"@timestamp":"2025-01-15T19:22:17.779+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.1Mi, Sys=13.4Mi, NumGC=3555","level":"stat"}
+{"@timestamp":"2025-01-15T19:23:17.778+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.1Mi, Sys=13.4Mi, NumGC=3555","level":"stat"}
+{"@timestamp":"2025-01-15T19:24:17.777+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.1Mi, Sys=13.4Mi, NumGC=3556","level":"stat"}
+{"@timestamp":"2025-01-15T19:25:17.776+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.1Mi, Sys=13.4Mi, NumGC=3556","level":"stat"}
+{"@timestamp":"2025-01-15T19:26:17.776+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.1Mi, Sys=13.4Mi, NumGC=3557","level":"stat"}
+{"@timestamp":"2025-01-15T19:27:17.775+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.1Mi, Sys=13.4Mi, NumGC=3557","level":"stat"}
+{"@timestamp":"2025-01-15T19:28:17.774+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.1Mi, Sys=13.4Mi, NumGC=3558","level":"stat"}
+{"@timestamp":"2025-01-15T19:29:17.773+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.1Mi, Sys=13.4Mi, NumGC=3558","level":"stat"}
+{"@timestamp":"2025-01-15T19:30:17.772+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.1Mi, Sys=13.4Mi, NumGC=3559","level":"stat"}
+{"@timestamp":"2025-01-15T19:31:17.772+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.1Mi, Sys=13.4Mi, NumGC=3559","level":"stat"}
+{"@timestamp":"2025-01-15T19:32:17.771+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.1Mi, Sys=13.4Mi, NumGC=3560","level":"stat"}
+{"@timestamp":"2025-01-15T19:33:17.769+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.1Mi, Sys=13.4Mi, NumGC=3560","level":"stat"}
+{"@timestamp":"2025-01-15T19:34:17.768+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.1Mi, Sys=13.4Mi, NumGC=3561","level":"stat"}
+{"@timestamp":"2025-01-15T19:35:17.675+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.2Mi, Sys=13.4Mi, NumGC=3561","level":"stat"}
+{"@timestamp":"2025-01-15T19:36:17.673+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.2Mi, Sys=13.4Mi, NumGC=3562","level":"stat"}
+{"@timestamp":"2025-01-15T19:37:17.671+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.2Mi, Sys=13.4Mi, NumGC=3562","level":"stat"}
+{"@timestamp":"2025-01-15T19:38:17.669+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.2Mi, Sys=13.4Mi, NumGC=3563","level":"stat"}
+{"@timestamp":"2025-01-15T19:39:17.667+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.2Mi, Sys=13.4Mi, NumGC=3563","level":"stat"}
+{"@timestamp":"2025-01-15T19:40:17.665+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.2Mi, Sys=13.4Mi, NumGC=3564","level":"stat"}
+{"@timestamp":"2025-01-15T19:41:17.664+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.2Mi, Sys=13.4Mi, NumGC=3564","level":"stat"}
+{"@timestamp":"2025-01-15T19:42:17.662+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.2Mi, Sys=13.4Mi, NumGC=3565","level":"stat"}
+{"@timestamp":"2025-01-15T19:43:17.660+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.2Mi, Sys=13.4Mi, NumGC=3565","level":"stat"}
+{"@timestamp":"2025-01-15T19:44:17.658+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.2Mi, Sys=13.4Mi, NumGC=3566","level":"stat"}
+{"@timestamp":"2025-01-15T19:45:17.655+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.2Mi, Sys=13.4Mi, NumGC=3566","level":"stat"}
+{"@timestamp":"2025-01-15T19:46:17.654+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.2Mi, Sys=13.4Mi, NumGC=3567","level":"stat"}
+{"@timestamp":"2025-01-15T19:47:17.653+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.2Mi, Sys=13.4Mi, NumGC=3567","level":"stat"}
+{"@timestamp":"2025-01-15T19:48:17.650+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.2Mi, Sys=13.4Mi, NumGC=3568","level":"stat"}
+{"@timestamp":"2025-01-15T19:49:17.649+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.2Mi, Sys=13.4Mi, NumGC=3568","level":"stat"}
+{"@timestamp":"2025-01-15T19:50:17.714+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.2Mi, Sys=13.4Mi, NumGC=3569","level":"stat"}
+{"@timestamp":"2025-01-15T19:51:17.712+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.2Mi, Sys=13.4Mi, NumGC=3569","level":"stat"}
+{"@timestamp":"2025-01-15T19:52:17.712+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.2Mi, Sys=13.4Mi, NumGC=3570","level":"stat"}
+{"@timestamp":"2025-01-15T19:53:17.710+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.2Mi, Sys=13.4Mi, NumGC=3570","level":"stat"}
+{"@timestamp":"2025-01-15T19:54:17.710+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.2Mi, Sys=13.4Mi, NumGC=3571","level":"stat"}
+{"@timestamp":"2025-01-15T19:55:17.709+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.2Mi, Sys=13.4Mi, NumGC=3571","level":"stat"}
+{"@timestamp":"2025-01-15T19:56:17.707+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.2Mi, Sys=13.4Mi, NumGC=3572","level":"stat"}
+{"@timestamp":"2025-01-15T19:57:17.706+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.2Mi, Sys=13.4Mi, NumGC=3572","level":"stat"}
+{"@timestamp":"2025-01-15T19:58:17.704+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.2Mi, Sys=13.4Mi, NumGC=3573","level":"stat"}
+{"@timestamp":"2025-01-15T19:59:17.704+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.2Mi, Sys=13.4Mi, NumGC=3573","level":"stat"}
+{"@timestamp":"2025-01-15T20:00:17.703+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.3Mi, Sys=13.4Mi, NumGC=3574","level":"stat"}
+{"@timestamp":"2025-01-15T20:01:17.702+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.3Mi, Sys=13.4Mi, NumGC=3574","level":"stat"}
+{"@timestamp":"2025-01-15T20:02:17.701+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.3Mi, Sys=13.4Mi, NumGC=3575","level":"stat"}
+{"@timestamp":"2025-01-15T20:03:17.699+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.3Mi, Sys=13.4Mi, NumGC=3575","level":"stat"}
+{"@timestamp":"2025-01-15T20:04:17.697+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.3Mi, Sys=13.4Mi, NumGC=3576","level":"stat"}
+{"@timestamp":"2025-01-15T20:05:17.696+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.3Mi, Sys=13.4Mi, NumGC=3576","level":"stat"}
+{"@timestamp":"2025-01-15T20:06:17.624+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.3Mi, Sys=13.4Mi, NumGC=3577","level":"stat"}
+{"@timestamp":"2025-01-15T20:07:17.622+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.3Mi, Sys=13.4Mi, NumGC=3577","level":"stat"}
+{"@timestamp":"2025-01-15T20:08:17.621+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.3Mi, Sys=13.4Mi, NumGC=3578","level":"stat"}
+{"@timestamp":"2025-01-15T20:09:17.619+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.3Mi, Sys=13.4Mi, NumGC=3578","level":"stat"}
+{"@timestamp":"2025-01-15T20:10:17.617+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.3Mi, Sys=13.4Mi, NumGC=3579","level":"stat"}
+{"@timestamp":"2025-01-15T20:11:17.615+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.3Mi, Sys=13.4Mi, NumGC=3579","level":"stat"}
+{"@timestamp":"2025-01-15T20:12:17.613+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.3Mi, Sys=13.4Mi, NumGC=3580","level":"stat"}
+{"@timestamp":"2025-01-15T20:13:17.612+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.3Mi, Sys=13.4Mi, NumGC=3580","level":"stat"}
+{"@timestamp":"2025-01-15T20:14:17.610+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.3Mi, Sys=13.4Mi, NumGC=3581","level":"stat"}
+{"@timestamp":"2025-01-15T20:15:17.607+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.3Mi, Sys=13.4Mi, NumGC=3581","level":"stat"}
+{"@timestamp":"2025-01-15T20:16:17.606+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.3Mi, Sys=13.4Mi, NumGC=3582","level":"stat"}
+{"@timestamp":"2025-01-15T20:17:17.701+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.3Mi, Sys=13.4Mi, NumGC=3582","level":"stat"}
+{"@timestamp":"2025-01-15T20:18:17.700+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.3Mi, Sys=13.4Mi, NumGC=3583","level":"stat"}
+{"@timestamp":"2025-01-15T20:19:17.699+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.3Mi, Sys=13.4Mi, NumGC=3583","level":"stat"}
+{"@timestamp":"2025-01-15T20:20:17.698+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.3Mi, Sys=13.4Mi, NumGC=3584","level":"stat"}
+{"@timestamp":"2025-01-15T20:21:17.697+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.3Mi, Sys=13.4Mi, NumGC=3584","level":"stat"}
+{"@timestamp":"2025-01-15T20:22:42.589+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.3Mi, Sys=13.4Mi, NumGC=3585","level":"stat"}
+{"@timestamp":"2025-01-15T20:38:48.277+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.4Mi, Sys=13.4Mi, NumGC=3585","level":"stat"}
+{"@timestamp":"2025-01-15T20:39:48.276+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.4Mi, Sys=13.4Mi, NumGC=3586","level":"stat"}
+{"@timestamp":"2025-01-15T20:40:48.276+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.4Mi, Sys=13.4Mi, NumGC=3586","level":"stat"}
+{"@timestamp":"2025-01-15T20:41:48.277+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.4Mi, Sys=13.4Mi, NumGC=3587","level":"stat"}
+{"@timestamp":"2025-01-15T20:42:48.275+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.4Mi, Sys=13.4Mi, NumGC=3587","level":"stat"}
+{"@timestamp":"2025-01-15T20:43:48.276+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.4Mi, Sys=13.4Mi, NumGC=3588","level":"stat"}
+{"@timestamp":"2025-01-15T20:44:48.277+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.4Mi, Sys=13.4Mi, NumGC=3588","level":"stat"}
+{"@timestamp":"2025-01-15T20:45:48.277+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.4Mi, Sys=13.4Mi, NumGC=3589","level":"stat"}
+{"@timestamp":"2025-01-15T20:46:48.276+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.4Mi, Sys=13.4Mi, NumGC=3589","level":"stat"}
+{"@timestamp":"2025-01-15T20:47:48.277+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.4Mi, Sys=13.4Mi, NumGC=3590","level":"stat"}
+{"@timestamp":"2025-01-15T20:48:48.275+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.4Mi, Sys=13.4Mi, NumGC=3590","level":"stat"}
+{"@timestamp":"2025-01-15T20:49:48.277+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.4Mi, Sys=13.4Mi, NumGC=3591","level":"stat"}
+{"@timestamp":"2025-01-15T20:50:48.277+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.4Mi, Sys=13.4Mi, NumGC=3591","level":"stat"}
+{"@timestamp":"2025-01-15T20:51:48.277+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.4Mi, Sys=13.4Mi, NumGC=3592","level":"stat"}
+{"@timestamp":"2025-01-15T20:52:48.276+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.4Mi, Sys=13.4Mi, NumGC=3592","level":"stat"}
+{"@timestamp":"2025-01-15T20:53:48.276+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.4Mi, Sys=13.4Mi, NumGC=3593","level":"stat"}
+{"@timestamp":"2025-01-15T20:54:48.277+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.4Mi, Sys=13.4Mi, NumGC=3593","level":"stat"}
+{"@timestamp":"2025-01-15T20:55:48.275+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.4Mi, Sys=13.4Mi, NumGC=3594","level":"stat"}
+{"@timestamp":"2025-01-15T20:56:48.277+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.4Mi, Sys=13.4Mi, NumGC=3594","level":"stat"}
+{"@timestamp":"2025-01-15T20:57:48.276+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.4Mi, Sys=13.4Mi, NumGC=3595","level":"stat"}
+{"@timestamp":"2025-01-15T20:58:48.276+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.4Mi, Sys=13.4Mi, NumGC=3595","level":"stat"}
+{"@timestamp":"2025-01-15T20:59:48.276+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.4Mi, Sys=13.4Mi, NumGC=3596","level":"stat"}
+{"@timestamp":"2025-01-15T21:00:48.275+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.4Mi, Sys=13.4Mi, NumGC=3596","level":"stat"}
+{"@timestamp":"2025-01-15T21:01:48.276+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.4Mi, Sys=13.4Mi, NumGC=3597","level":"stat"}
+{"@timestamp":"2025-01-15T21:02:48.276+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.4Mi, Sys=13.4Mi, NumGC=3597","level":"stat"}
+{"@timestamp":"2025-01-15T21:03:48.274+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.4Mi, Sys=13.4Mi, NumGC=3598","level":"stat"}
+{"@timestamp":"2025-01-15T21:04:48.276+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.5Mi, Sys=13.4Mi, NumGC=3598","level":"stat"}
+{"@timestamp":"2025-01-15T21:05:48.275+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.5Mi, Sys=13.4Mi, NumGC=3599","level":"stat"}
+{"@timestamp":"2025-01-15T21:06:48.276+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.5Mi, Sys=13.4Mi, NumGC=3599","level":"stat"}
+{"@timestamp":"2025-01-15T21:07:48.275+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.5Mi, Sys=13.4Mi, NumGC=3600","level":"stat"}
+{"@timestamp":"2025-01-15T21:08:48.276+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.5Mi, Sys=13.4Mi, NumGC=3600","level":"stat"}
+{"@timestamp":"2025-01-15T21:09:48.276+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.5Mi, Sys=13.4Mi, NumGC=3601","level":"stat"}
+{"@timestamp":"2025-01-15T21:10:48.276+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.5Mi, Sys=13.4Mi, NumGC=3601","level":"stat"}
+{"@timestamp":"2025-01-15T21:11:48.276+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.5Mi, Sys=13.4Mi, NumGC=3602","level":"stat"}
+{"@timestamp":"2025-01-15T21:12:48.275+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.5Mi, Sys=13.4Mi, NumGC=3602","level":"stat"}
+{"@timestamp":"2025-01-15T21:13:48.396+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.5Mi, Sys=13.4Mi, NumGC=3603","level":"stat"}
+{"@timestamp":"2025-01-15T21:14:48.397+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.5Mi, Sys=13.4Mi, NumGC=3603","level":"stat"}
+{"@timestamp":"2025-01-15T21:15:48.398+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.5Mi, Sys=13.4Mi, NumGC=3604","level":"stat"}
+{"@timestamp":"2025-01-15T21:16:48.398+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.5Mi, Sys=13.4Mi, NumGC=3604","level":"stat"}
+{"@timestamp":"2025-01-15T21:17:48.400+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.5Mi, Sys=13.4Mi, NumGC=3605","level":"stat"}
+{"@timestamp":"2025-01-15T21:18:48.402+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.5Mi, Sys=13.4Mi, NumGC=3605","level":"stat"}
+{"@timestamp":"2025-01-15T21:19:48.401+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.5Mi, Sys=13.4Mi, NumGC=3606","level":"stat"}
+{"@timestamp":"2025-01-15T21:20:48.404+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.5Mi, Sys=13.4Mi, NumGC=3606","level":"stat"}
+{"@timestamp":"2025-01-15T21:21:48.405+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.5Mi, Sys=13.4Mi, NumGC=3607","level":"stat"}
+{"@timestamp":"2025-01-15T21:22:48.406+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.5Mi, Sys=13.4Mi, NumGC=3607","level":"stat"}
+{"@timestamp":"2025-01-15T21:23:48.408+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.5Mi, Sys=13.4Mi, NumGC=3608","level":"stat"}
+{"@timestamp":"2025-01-15T21:24:48.408+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.5Mi, Sys=13.4Mi, NumGC=3608","level":"stat"}
+{"@timestamp":"2025-01-15T21:25:48.408+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.5Mi, Sys=13.4Mi, NumGC=3609","level":"stat"}
+{"@timestamp":"2025-01-15T21:26:48.411+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.5Mi, Sys=13.4Mi, NumGC=3609","level":"stat"}
+{"@timestamp":"2025-01-15T21:27:48.413+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.5Mi, Sys=13.4Mi, NumGC=3610","level":"stat"}
+{"@timestamp":"2025-01-15T21:28:48.414+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.5Mi, Sys=13.4Mi, NumGC=3610","level":"stat"}
+{"@timestamp":"2025-01-15T21:29:48.413+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.6Mi, Sys=13.4Mi, NumGC=3611","level":"stat"}
+{"@timestamp":"2025-01-15T21:30:48.416+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.6Mi, Sys=13.4Mi, NumGC=3611","level":"stat"}
+{"@timestamp":"2025-01-15T21:31:48.416+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.6Mi, Sys=13.4Mi, NumGC=3612","level":"stat"}
+{"@timestamp":"2025-01-15T21:32:48.389+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.6Mi, Sys=13.4Mi, NumGC=3612","level":"stat"}
+{"@timestamp":"2025-01-15T21:33:48.385+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.6Mi, Sys=13.4Mi, NumGC=3613","level":"stat"}
+{"@timestamp":"2025-01-15T21:34:48.388+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.6Mi, Sys=13.4Mi, NumGC=3613","level":"stat"}
+{"@timestamp":"2025-01-15T21:35:48.389+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.6Mi, Sys=13.4Mi, NumGC=3614","level":"stat"}
+{"@timestamp":"2025-01-15T21:36:48.389+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.6Mi, Sys=13.4Mi, NumGC=3614","level":"stat"}
+{"@timestamp":"2025-01-15T21:37:48.391+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.6Mi, Sys=13.4Mi, NumGC=3615","level":"stat"}
+{"@timestamp":"2025-01-15T21:54:13.495+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.6Mi, Sys=13.4Mi, NumGC=3615","level":"stat"}
+{"@timestamp":"2025-01-15T21:55:13.500+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.6Mi, Sys=13.4Mi, NumGC=3616","level":"stat"}
+{"@timestamp":"2025-01-15T21:56:13.501+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.6Mi, Sys=13.4Mi, NumGC=3616","level":"stat"}
+{"@timestamp":"2025-01-15T21:57:13.508+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.6Mi, Sys=13.4Mi, NumGC=3617","level":"stat"}
+{"@timestamp":"2025-01-15T21:58:13.513+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.6Mi, Sys=13.4Mi, NumGC=3617","level":"stat"}
+{"@timestamp":"2025-01-15T21:59:13.514+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.6Mi, Sys=13.4Mi, NumGC=3618","level":"stat"}
+{"@timestamp":"2025-01-15T22:00:13.515+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.6Mi, Sys=13.4Mi, NumGC=3618","level":"stat"}
+{"@timestamp":"2025-01-15T22:01:13.516+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.6Mi, Sys=13.4Mi, NumGC=3619","level":"stat"}
+{"@timestamp":"2025-01-15T22:02:13.517+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.6Mi, Sys=13.4Mi, NumGC=3619","level":"stat"}
+{"@timestamp":"2025-01-15T22:03:13.518+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.6Mi, Sys=13.4Mi, NumGC=3620","level":"stat"}
+{"@timestamp":"2025-01-15T22:04:13.518+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.6Mi, Sys=13.4Mi, NumGC=3620","level":"stat"}
+{"@timestamp":"2025-01-15T22:05:13.521+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.6Mi, Sys=13.4Mi, NumGC=3621","level":"stat"}
+{"@timestamp":"2025-01-15T22:06:13.521+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.6Mi, Sys=13.4Mi, NumGC=3621","level":"stat"}
+{"@timestamp":"2025-01-15T22:07:13.522+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.6Mi, Sys=13.4Mi, NumGC=3622","level":"stat"}
+{"@timestamp":"2025-01-15T22:08:13.523+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.6Mi, Sys=13.4Mi, NumGC=3622","level":"stat"}
+{"@timestamp":"2025-01-15T22:09:13.525+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.6Mi, Sys=13.4Mi, NumGC=3623","level":"stat"}
+{"@timestamp":"2025-01-15T22:10:13.525+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.7Mi, Sys=13.4Mi, NumGC=3623","level":"stat"}
+{"@timestamp":"2025-01-15T22:11:13.527+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.7Mi, Sys=13.4Mi, NumGC=3624","level":"stat"}
+{"@timestamp":"2025-01-15T22:12:13.528+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.7Mi, Sys=13.4Mi, NumGC=3624","level":"stat"}
+{"@timestamp":"2025-01-15T22:13:13.529+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.7Mi, Sys=13.4Mi, NumGC=3625","level":"stat"}
+{"@timestamp":"2025-01-15T22:14:13.529+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.7Mi, Sys=13.4Mi, NumGC=3625","level":"stat"}
+{"@timestamp":"2025-01-15T22:15:13.531+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.7Mi, Sys=13.4Mi, NumGC=3626","level":"stat"}
+{"@timestamp":"2025-01-15T22:16:13.531+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.7Mi, Sys=13.4Mi, NumGC=3626","level":"stat"}
+{"@timestamp":"2025-01-15T22:17:13.533+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.7Mi, Sys=13.4Mi, NumGC=3627","level":"stat"}
+{"@timestamp":"2025-01-15T22:18:13.535+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.7Mi, Sys=13.4Mi, NumGC=3627","level":"stat"}
+{"@timestamp":"2025-01-15T22:19:13.536+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.7Mi, Sys=13.4Mi, NumGC=3628","level":"stat"}
+{"@timestamp":"2025-01-15T22:20:13.535+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.7Mi, Sys=13.4Mi, NumGC=3628","level":"stat"}
+{"@timestamp":"2025-01-15T22:21:13.538+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.7Mi, Sys=13.4Mi, NumGC=3629","level":"stat"}
+{"@timestamp":"2025-01-15T22:22:13.538+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.7Mi, Sys=13.4Mi, NumGC=3629","level":"stat"}
+{"@timestamp":"2025-01-15T22:23:13.540+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.7Mi, Sys=13.4Mi, NumGC=3630","level":"stat"}
+{"@timestamp":"2025-01-15T22:24:13.541+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.7Mi, Sys=13.4Mi, NumGC=3630","level":"stat"}
+{"@timestamp":"2025-01-15T22:25:13.542+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.7Mi, Sys=13.4Mi, NumGC=3631","level":"stat"}
+{"@timestamp":"2025-01-15T22:26:13.543+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.7Mi, Sys=13.4Mi, NumGC=3631","level":"stat"}
+{"@timestamp":"2025-01-15T22:27:13.544+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.7Mi, Sys=13.4Mi, NumGC=3632","level":"stat"}
+{"@timestamp":"2025-01-15T22:28:13.544+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.7Mi, Sys=13.4Mi, NumGC=3632","level":"stat"}
+{"@timestamp":"2025-01-15T22:29:13.546+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.7Mi, Sys=13.4Mi, NumGC=3633","level":"stat"}
+{"@timestamp":"2025-01-15T22:30:13.548+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.7Mi, Sys=13.4Mi, NumGC=3633","level":"stat"}
+{"@timestamp":"2025-01-15T22:31:13.548+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.7Mi, Sys=13.4Mi, NumGC=3634","level":"stat"}
+{"@timestamp":"2025-01-15T22:32:13.548+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.7Mi, Sys=13.4Mi, NumGC=3634","level":"stat"}
+{"@timestamp":"2025-01-15T22:33:13.551+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.7Mi, Sys=13.4Mi, NumGC=3635","level":"stat"}
+{"@timestamp":"2025-01-15T22:34:13.552+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.7Mi, Sys=13.4Mi, NumGC=3635","level":"stat"}
+{"@timestamp":"2025-01-15T22:35:13.553+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.7Mi, Sys=13.4Mi, NumGC=3636","level":"stat"}
+{"@timestamp":"2025-01-15T22:36:13.554+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.8Mi, Sys=13.4Mi, NumGC=3636","level":"stat"}
+{"@timestamp":"2025-01-15T22:37:13.553+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.8Mi, Sys=13.4Mi, NumGC=3637","level":"stat"}
+{"@timestamp":"2025-01-15T22:38:13.554+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.8Mi, Sys=13.4Mi, NumGC=3637","level":"stat"}
+{"@timestamp":"2025-01-15T22:39:13.557+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.8Mi, Sys=13.4Mi, NumGC=3638","level":"stat"}
+{"@timestamp":"2025-01-15T22:40:13.557+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.8Mi, Sys=13.4Mi, NumGC=3638","level":"stat"}
+{"@timestamp":"2025-01-15T22:41:13.559+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.8Mi, Sys=13.4Mi, NumGC=3639","level":"stat"}
+{"@timestamp":"2025-01-15T22:42:13.559+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.8Mi, Sys=13.4Mi, NumGC=3639","level":"stat"}
+{"@timestamp":"2025-01-15T22:43:13.562+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.8Mi, Sys=13.4Mi, NumGC=3640","level":"stat"}
+{"@timestamp":"2025-01-15T22:44:13.561+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.8Mi, Sys=13.4Mi, NumGC=3640","level":"stat"}
+{"@timestamp":"2025-01-15T22:45:13.564+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.8Mi, Sys=13.4Mi, NumGC=3641","level":"stat"}
+{"@timestamp":"2025-01-15T22:46:13.565+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.8Mi, Sys=13.4Mi, NumGC=3641","level":"stat"}
+{"@timestamp":"2025-01-15T22:47:13.565+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.8Mi, Sys=13.4Mi, NumGC=3642","level":"stat"}
+{"@timestamp":"2025-01-15T22:48:13.567+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.8Mi, Sys=13.4Mi, NumGC=3642","level":"stat"}
+{"@timestamp":"2025-01-15T22:49:13.568+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.8Mi, Sys=13.4Mi, NumGC=3643","level":"stat"}
+{"@timestamp":"2025-01-15T22:50:13.569+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.8Mi, Sys=13.4Mi, NumGC=3643","level":"stat"}
+{"@timestamp":"2025-01-15T22:51:13.570+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.8Mi, Sys=13.4Mi, NumGC=3644","level":"stat"}
+{"@timestamp":"2025-01-15T22:52:13.571+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.8Mi, Sys=13.4Mi, NumGC=3644","level":"stat"}
+{"@timestamp":"2025-01-15T22:53:13.572+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.8Mi, Sys=13.4Mi, NumGC=3645","level":"stat"}
+{"@timestamp":"2025-01-15T22:54:13.573+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.8Mi, Sys=13.4Mi, NumGC=3645","level":"stat"}
+{"@timestamp":"2025-01-15T22:55:13.575+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.8Mi, Sys=13.4Mi, NumGC=3646","level":"stat"}
+{"@timestamp":"2025-01-15T23:06:24.039+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.8Mi, Sys=13.4Mi, NumGC=3646","level":"stat"}
+{"@timestamp":"2025-01-15T23:07:24.031+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.8Mi, Sys=13.4Mi, NumGC=3647","level":"stat"}
+{"@timestamp":"2025-01-15T23:08:24.032+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.8Mi, Sys=13.4Mi, NumGC=3647","level":"stat"}
+{"@timestamp":"2025-01-15T23:09:24.033+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.8Mi, Sys=13.4Mi, NumGC=3648","level":"stat"}
+{"@timestamp":"2025-01-15T23:10:24.034+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.8Mi, Sys=13.4Mi, NumGC=3648","level":"stat"}
+{"@timestamp":"2025-01-15T23:11:24.034+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.8Mi, Sys=13.4Mi, NumGC=3649","level":"stat"}
+{"@timestamp":"2025-01-15T23:12:24.036+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.9Mi, Sys=13.4Mi, NumGC=3649","level":"stat"}
+{"@timestamp":"2025-01-15T23:13:24.036+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.9Mi, Sys=13.4Mi, NumGC=3650","level":"stat"}
+{"@timestamp":"2025-01-15T23:14:24.037+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.9Mi, Sys=13.4Mi, NumGC=3650","level":"stat"}
+{"@timestamp":"2025-01-15T23:15:24.038+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.9Mi, Sys=13.4Mi, NumGC=3651","level":"stat"}
+{"@timestamp":"2025-01-15T23:16:24.038+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.9Mi, Sys=13.4Mi, NumGC=3651","level":"stat"}
+{"@timestamp":"2025-01-15T23:17:24.042+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.9Mi, Sys=13.4Mi, NumGC=3651","level":"stat"}
+{"@timestamp":"2025-01-15T23:18:24.041+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.9Mi, Sys=13.4Mi, NumGC=3652","level":"stat"}
+{"@timestamp":"2025-01-15T23:19:24.042+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.9Mi, Sys=13.4Mi, NumGC=3652","level":"stat"}
+{"@timestamp":"2025-01-15T23:20:24.043+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.9Mi, Sys=13.4Mi, NumGC=3653","level":"stat"}
+{"@timestamp":"2025-01-15T23:21:24.044+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.9Mi, Sys=13.4Mi, NumGC=3653","level":"stat"}
+{"@timestamp":"2025-01-15T23:22:23.969+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.9Mi, Sys=13.4Mi, NumGC=3654","level":"stat"}
+{"@timestamp":"2025-01-15T23:23:23.969+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.9Mi, Sys=13.4Mi, NumGC=3654","level":"stat"}
+{"@timestamp":"2025-01-15T23:24:23.969+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.9Mi, Sys=13.4Mi, NumGC=3655","level":"stat"}
+{"@timestamp":"2025-01-15T23:25:23.970+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.9Mi, Sys=13.4Mi, NumGC=3655","level":"stat"}
+{"@timestamp":"2025-01-15T23:26:23.970+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.9Mi, Sys=13.4Mi, NumGC=3656","level":"stat"}
+{"@timestamp":"2025-01-15T23:27:23.970+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.9Mi, Sys=13.4Mi, NumGC=3656","level":"stat"}
+{"@timestamp":"2025-01-15T23:28:23.970+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.9Mi, Sys=13.4Mi, NumGC=3657","level":"stat"}
+{"@timestamp":"2025-01-15T23:29:23.971+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.9Mi, Sys=13.4Mi, NumGC=3657","level":"stat"}
+{"@timestamp":"2025-01-15T23:30:23.970+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.9Mi, Sys=13.4Mi, NumGC=3658","level":"stat"}
+{"@timestamp":"2025-01-15T23:31:23.971+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.9Mi, Sys=13.4Mi, NumGC=3658","level":"stat"}
+{"@timestamp":"2025-01-15T23:32:23.972+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.9Mi, Sys=13.4Mi, NumGC=3659","level":"stat"}
+{"@timestamp":"2025-01-15T23:33:23.972+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.9Mi, Sys=13.4Mi, NumGC=3659","level":"stat"}
+{"@timestamp":"2025-01-15T23:34:23.972+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.9Mi, Sys=13.4Mi, NumGC=3660","level":"stat"}
+{"@timestamp":"2025-01-15T23:35:23.972+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=31.9Mi, Sys=13.4Mi, NumGC=3660","level":"stat"}
+{"@timestamp":"2025-01-15T23:36:23.973+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=31.9Mi, Sys=13.4Mi, NumGC=3661","level":"stat"}
+{"@timestamp":"2025-01-15T23:37:23.973+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.0Mi, Sys=13.4Mi, NumGC=3661","level":"stat"}
+{"@timestamp":"2025-01-15T23:38:23.974+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.0Mi, Sys=13.4Mi, NumGC=3662","level":"stat"}
+{"@timestamp":"2025-01-15T23:39:23.974+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.0Mi, Sys=13.4Mi, NumGC=3662","level":"stat"}
+{"@timestamp":"2025-01-15T23:40:23.974+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.0Mi, Sys=13.4Mi, NumGC=3663","level":"stat"}
+{"@timestamp":"2025-01-15T23:41:23.974+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.0Mi, Sys=13.4Mi, NumGC=3663","level":"stat"}
+{"@timestamp":"2025-01-15T23:42:23.975+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.0Mi, Sys=13.4Mi, NumGC=3664","level":"stat"}
+{"@timestamp":"2025-01-15T23:43:23.975+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.0Mi, Sys=13.4Mi, NumGC=3664","level":"stat"}
+{"@timestamp":"2025-01-15T23:44:23.975+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.0Mi, Sys=13.4Mi, NumGC=3665","level":"stat"}
+{"@timestamp":"2025-01-15T23:45:23.975+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.0Mi, Sys=13.4Mi, NumGC=3665","level":"stat"}
+{"@timestamp":"2025-01-15T23:46:23.976+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.0Mi, Sys=13.4Mi, NumGC=3666","level":"stat"}
+{"@timestamp":"2025-01-15T23:47:23.976+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.0Mi, Sys=13.4Mi, NumGC=3666","level":"stat"}
+{"@timestamp":"2025-01-15T23:48:23.976+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.0Mi, Sys=13.4Mi, NumGC=3667","level":"stat"}
+{"@timestamp":"2025-01-15T23:49:23.977+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.0Mi, Sys=13.4Mi, NumGC=3667","level":"stat"}
+{"@timestamp":"2025-01-15T23:50:23.976+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.0Mi, Sys=13.4Mi, NumGC=3668","level":"stat"}
+{"@timestamp":"2025-01-15T23:51:23.977+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.0Mi, Sys=13.4Mi, NumGC=3668","level":"stat"}
+{"@timestamp":"2025-01-15T23:52:23.977+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.0Mi, Sys=13.4Mi, NumGC=3669","level":"stat"}
+{"@timestamp":"2025-01-15T23:53:23.978+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.0Mi, Sys=13.4Mi, NumGC=3669","level":"stat"}
+{"@timestamp":"2025-01-15T23:54:23.978+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.0Mi, Sys=13.4Mi, NumGC=3670","level":"stat"}
+{"@timestamp":"2025-01-15T23:55:23.978+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.0Mi, Sys=13.4Mi, NumGC=3670","level":"stat"}
+{"@timestamp":"2025-01-15T23:56:23.979+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.0Mi, Sys=13.4Mi, NumGC=3671","level":"stat"}
+{"@timestamp":"2025-01-15T23:57:23.979+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.0Mi, Sys=13.4Mi, NumGC=3671","level":"stat"}
+{"@timestamp":"2025-01-15T23:58:23.980+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.0Mi, Sys=13.4Mi, NumGC=3672","level":"stat"}
+{"@timestamp":"2025-01-15T23:59:23.979+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.0Mi, Sys=13.4Mi, NumGC=3672","level":"stat"}

+ 934 - 0
app/mq/rabbitmq/logs/stat.log-2025-01-16

@@ -0,0 +1,934 @@
+{"@timestamp":"2025-01-16T00:00:23.980+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.0Mi, Sys=13.4Mi, NumGC=3673","level":"stat"}
+{"@timestamp":"2025-01-16T00:01:23.980+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.1Mi, Sys=13.4Mi, NumGC=3673","level":"stat"}
+{"@timestamp":"2025-01-16T00:02:23.981+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.1Mi, Sys=13.4Mi, NumGC=3674","level":"stat"}
+{"@timestamp":"2025-01-16T00:03:23.981+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.1Mi, Sys=13.4Mi, NumGC=3674","level":"stat"}
+{"@timestamp":"2025-01-16T00:04:23.981+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.1Mi, Sys=13.4Mi, NumGC=3675","level":"stat"}
+{"@timestamp":"2025-01-16T00:05:23.981+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.1Mi, Sys=13.4Mi, NumGC=3675","level":"stat"}
+{"@timestamp":"2025-01-16T00:06:23.981+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.1Mi, Sys=13.4Mi, NumGC=3676","level":"stat"}
+{"@timestamp":"2025-01-16T00:07:23.982+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.1Mi, Sys=13.4Mi, NumGC=3676","level":"stat"}
+{"@timestamp":"2025-01-16T00:08:23.889+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.1Mi, Sys=13.4Mi, NumGC=3677","level":"stat"}
+{"@timestamp":"2025-01-16T00:09:23.888+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.1Mi, Sys=13.4Mi, NumGC=3677","level":"stat"}
+{"@timestamp":"2025-01-16T00:10:23.887+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.1Mi, Sys=13.4Mi, NumGC=3678","level":"stat"}
+{"@timestamp":"2025-01-16T00:11:23.887+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.1Mi, Sys=13.4Mi, NumGC=3678","level":"stat"}
+{"@timestamp":"2025-01-16T00:12:23.886+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.1Mi, Sys=13.4Mi, NumGC=3679","level":"stat"}
+{"@timestamp":"2025-01-16T00:13:23.885+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.1Mi, Sys=13.4Mi, NumGC=3679","level":"stat"}
+{"@timestamp":"2025-01-16T00:14:23.885+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.1Mi, Sys=13.4Mi, NumGC=3680","level":"stat"}
+{"@timestamp":"2025-01-16T00:15:23.884+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.1Mi, Sys=13.4Mi, NumGC=3680","level":"stat"}
+{"@timestamp":"2025-01-16T00:16:23.883+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.1Mi, Sys=13.4Mi, NumGC=3681","level":"stat"}
+{"@timestamp":"2025-01-16T00:17:23.882+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.1Mi, Sys=13.4Mi, NumGC=3681","level":"stat"}
+{"@timestamp":"2025-01-16T00:18:23.882+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.1Mi, Sys=13.4Mi, NumGC=3682","level":"stat"}
+{"@timestamp":"2025-01-16T00:19:23.881+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.1Mi, Sys=13.4Mi, NumGC=3682","level":"stat"}
+{"@timestamp":"2025-01-16T00:20:23.881+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.1Mi, Sys=13.4Mi, NumGC=3683","level":"stat"}
+{"@timestamp":"2025-01-16T00:21:23.880+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.1Mi, Sys=13.4Mi, NumGC=3683","level":"stat"}
+{"@timestamp":"2025-01-16T00:22:23.880+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.1Mi, Sys=13.4Mi, NumGC=3684","level":"stat"}
+{"@timestamp":"2025-01-16T00:23:23.879+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.1Mi, Sys=13.4Mi, NumGC=3684","level":"stat"}
+{"@timestamp":"2025-01-16T00:24:23.878+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.1Mi, Sys=13.4Mi, NumGC=3685","level":"stat"}
+{"@timestamp":"2025-01-16T00:25:23.877+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.2Mi, Sys=13.4Mi, NumGC=3685","level":"stat"}
+{"@timestamp":"2025-01-16T00:26:23.877+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.2Mi, Sys=13.4Mi, NumGC=3686","level":"stat"}
+{"@timestamp":"2025-01-16T00:27:23.876+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.2Mi, Sys=13.4Mi, NumGC=3686","level":"stat"}
+{"@timestamp":"2025-01-16T00:28:23.876+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.2Mi, Sys=13.4Mi, NumGC=3687","level":"stat"}
+{"@timestamp":"2025-01-16T00:29:23.875+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.2Mi, Sys=13.4Mi, NumGC=3687","level":"stat"}
+{"@timestamp":"2025-01-16T00:30:23.875+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.2Mi, Sys=13.4Mi, NumGC=3688","level":"stat"}
+{"@timestamp":"2025-01-16T00:31:23.874+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.2Mi, Sys=13.4Mi, NumGC=3688","level":"stat"}
+{"@timestamp":"2025-01-16T00:32:23.873+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.2Mi, Sys=13.4Mi, NumGC=3689","level":"stat"}
+{"@timestamp":"2025-01-16T00:33:23.873+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.2Mi, Sys=13.4Mi, NumGC=3689","level":"stat"}
+{"@timestamp":"2025-01-16T00:34:23.873+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.2Mi, Sys=13.4Mi, NumGC=3690","level":"stat"}
+{"@timestamp":"2025-01-16T00:35:23.871+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.2Mi, Sys=13.4Mi, NumGC=3690","level":"stat"}
+{"@timestamp":"2025-01-16T00:36:23.871+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.2Mi, Sys=13.4Mi, NumGC=3691","level":"stat"}
+{"@timestamp":"2025-01-16T00:37:23.870+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.2Mi, Sys=13.4Mi, NumGC=3691","level":"stat"}
+{"@timestamp":"2025-01-16T00:38:23.869+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.2Mi, Sys=13.4Mi, NumGC=3692","level":"stat"}
+{"@timestamp":"2025-01-16T00:39:23.869+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.2Mi, Sys=13.4Mi, NumGC=3692","level":"stat"}
+{"@timestamp":"2025-01-16T00:40:23.868+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.2Mi, Sys=13.4Mi, NumGC=3693","level":"stat"}
+{"@timestamp":"2025-01-16T00:41:23.867+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.2Mi, Sys=13.4Mi, NumGC=3693","level":"stat"}
+{"@timestamp":"2025-01-16T00:42:23.867+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.2Mi, Sys=13.4Mi, NumGC=3694","level":"stat"}
+{"@timestamp":"2025-01-16T00:43:23.866+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.2Mi, Sys=13.4Mi, NumGC=3694","level":"stat"}
+{"@timestamp":"2025-01-16T00:44:23.866+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.2Mi, Sys=13.4Mi, NumGC=3695","level":"stat"}
+{"@timestamp":"2025-01-16T00:45:23.865+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.2Mi, Sys=13.4Mi, NumGC=3695","level":"stat"}
+{"@timestamp":"2025-01-16T00:46:23.864+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.2Mi, Sys=13.4Mi, NumGC=3696","level":"stat"}
+{"@timestamp":"2025-01-16T00:47:23.864+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.2Mi, Sys=13.4Mi, NumGC=3696","level":"stat"}
+{"@timestamp":"2025-01-16T00:48:23.863+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.2Mi, Sys=13.4Mi, NumGC=3697","level":"stat"}
+{"@timestamp":"2025-01-16T00:49:23.862+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.3Mi, Sys=13.4Mi, NumGC=3697","level":"stat"}
+{"@timestamp":"2025-01-16T00:50:23.862+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.3Mi, Sys=13.4Mi, NumGC=3698","level":"stat"}
+{"@timestamp":"2025-01-16T00:51:23.861+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.3Mi, Sys=13.4Mi, NumGC=3698","level":"stat"}
+{"@timestamp":"2025-01-16T00:52:23.860+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.3Mi, Sys=13.4Mi, NumGC=3699","level":"stat"}
+{"@timestamp":"2025-01-16T00:53:23.860+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.3Mi, Sys=13.4Mi, NumGC=3699","level":"stat"}
+{"@timestamp":"2025-01-16T00:54:23.859+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.3Mi, Sys=13.4Mi, NumGC=3700","level":"stat"}
+{"@timestamp":"2025-01-16T00:55:23.859+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.3Mi, Sys=13.4Mi, NumGC=3700","level":"stat"}
+{"@timestamp":"2025-01-16T00:56:23.857+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.3Mi, Sys=13.4Mi, NumGC=3701","level":"stat"}
+{"@timestamp":"2025-01-16T00:57:23.857+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.3Mi, Sys=13.4Mi, NumGC=3701","level":"stat"}
+{"@timestamp":"2025-01-16T00:58:23.857+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.3Mi, Sys=13.4Mi, NumGC=3702","level":"stat"}
+{"@timestamp":"2025-01-16T00:59:23.856+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.3Mi, Sys=13.4Mi, NumGC=3702","level":"stat"}
+{"@timestamp":"2025-01-16T01:00:23.855+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.3Mi, Sys=13.4Mi, NumGC=3703","level":"stat"}
+{"@timestamp":"2025-01-16T01:01:23.855+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.3Mi, Sys=13.4Mi, NumGC=3703","level":"stat"}
+{"@timestamp":"2025-01-16T01:02:23.854+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.3Mi, Sys=13.4Mi, NumGC=3704","level":"stat"}
+{"@timestamp":"2025-01-16T01:03:23.853+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.3Mi, Sys=13.4Mi, NumGC=3704","level":"stat"}
+{"@timestamp":"2025-01-16T01:04:23.853+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.3Mi, Sys=13.4Mi, NumGC=3705","level":"stat"}
+{"@timestamp":"2025-01-16T01:05:23.852+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.3Mi, Sys=13.4Mi, NumGC=3705","level":"stat"}
+{"@timestamp":"2025-01-16T01:06:23.851+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.3Mi, Sys=13.4Mi, NumGC=3706","level":"stat"}
+{"@timestamp":"2025-01-16T01:07:23.850+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.3Mi, Sys=13.4Mi, NumGC=3706","level":"stat"}
+{"@timestamp":"2025-01-16T01:08:23.850+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.3Mi, Sys=13.4Mi, NumGC=3707","level":"stat"}
+{"@timestamp":"2025-01-16T01:09:23.849+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.3Mi, Sys=13.4Mi, NumGC=3707","level":"stat"}
+{"@timestamp":"2025-01-16T01:10:23.849+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.3Mi, Sys=13.4Mi, NumGC=3708","level":"stat"}
+{"@timestamp":"2025-01-16T01:11:23.848+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.3Mi, Sys=13.4Mi, NumGC=3708","level":"stat"}
+{"@timestamp":"2025-01-16T01:12:23.848+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.3Mi, Sys=13.4Mi, NumGC=3709","level":"stat"}
+{"@timestamp":"2025-01-16T01:13:23.847+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.3Mi, Sys=13.4Mi, NumGC=3709","level":"stat"}
+{"@timestamp":"2025-01-16T01:14:23.846+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.3Mi, Sys=13.4Mi, NumGC=3710","level":"stat"}
+{"@timestamp":"2025-01-16T01:15:23.845+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.4Mi, Sys=13.4Mi, NumGC=3710","level":"stat"}
+{"@timestamp":"2025-01-16T01:16:23.845+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.4Mi, Sys=13.4Mi, NumGC=3711","level":"stat"}
+{"@timestamp":"2025-01-16T01:17:23.844+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.4Mi, Sys=13.4Mi, NumGC=3711","level":"stat"}
+{"@timestamp":"2025-01-16T01:18:23.844+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.4Mi, Sys=13.4Mi, NumGC=3712","level":"stat"}
+{"@timestamp":"2025-01-16T01:19:23.843+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.4Mi, Sys=13.4Mi, NumGC=3712","level":"stat"}
+{"@timestamp":"2025-01-16T01:20:23.842+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.4Mi, Sys=13.4Mi, NumGC=3713","level":"stat"}
+{"@timestamp":"2025-01-16T01:21:23.842+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.4Mi, Sys=13.4Mi, NumGC=3713","level":"stat"}
+{"@timestamp":"2025-01-16T01:22:23.841+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.4Mi, Sys=13.4Mi, NumGC=3714","level":"stat"}
+{"@timestamp":"2025-01-16T01:23:23.841+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.4Mi, Sys=13.4Mi, NumGC=3714","level":"stat"}
+{"@timestamp":"2025-01-16T01:24:23.840+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.4Mi, Sys=13.4Mi, NumGC=3715","level":"stat"}
+{"@timestamp":"2025-01-16T01:25:23.839+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.4Mi, Sys=13.4Mi, NumGC=3715","level":"stat"}
+{"@timestamp":"2025-01-16T01:26:23.839+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.4Mi, Sys=13.4Mi, NumGC=3716","level":"stat"}
+{"@timestamp":"2025-01-16T01:27:23.838+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.4Mi, Sys=13.4Mi, NumGC=3716","level":"stat"}
+{"@timestamp":"2025-01-16T01:28:23.837+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.4Mi, Sys=13.4Mi, NumGC=3717","level":"stat"}
+{"@timestamp":"2025-01-16T01:29:23.837+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.4Mi, Sys=13.4Mi, NumGC=3717","level":"stat"}
+{"@timestamp":"2025-01-16T01:30:23.836+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.4Mi, Sys=13.4Mi, NumGC=3718","level":"stat"}
+{"@timestamp":"2025-01-16T01:31:23.835+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.4Mi, Sys=13.4Mi, NumGC=3718","level":"stat"}
+{"@timestamp":"2025-01-16T01:32:23.835+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.4Mi, Sys=13.4Mi, NumGC=3719","level":"stat"}
+{"@timestamp":"2025-01-16T01:33:23.834+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.4Mi, Sys=13.4Mi, NumGC=3719","level":"stat"}
+{"@timestamp":"2025-01-16T01:34:23.834+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.4Mi, Sys=13.4Mi, NumGC=3720","level":"stat"}
+{"@timestamp":"2025-01-16T01:35:23.833+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.4Mi, Sys=13.4Mi, NumGC=3720","level":"stat"}
+{"@timestamp":"2025-01-16T01:36:23.832+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.4Mi, Sys=13.4Mi, NumGC=3721","level":"stat"}
+{"@timestamp":"2025-01-16T01:37:23.832+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.4Mi, Sys=13.4Mi, NumGC=3721","level":"stat"}
+{"@timestamp":"2025-01-16T01:38:23.831+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.4Mi, Sys=13.4Mi, NumGC=3722","level":"stat"}
+{"@timestamp":"2025-01-16T01:39:23.830+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.5Mi, Sys=13.4Mi, NumGC=3722","level":"stat"}
+{"@timestamp":"2025-01-16T01:40:23.829+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.5Mi, Sys=13.4Mi, NumGC=3723","level":"stat"}
+{"@timestamp":"2025-01-16T01:41:23.829+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.5Mi, Sys=13.4Mi, NumGC=3723","level":"stat"}
+{"@timestamp":"2025-01-16T01:42:23.828+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.5Mi, Sys=13.4Mi, NumGC=3724","level":"stat"}
+{"@timestamp":"2025-01-16T01:43:23.828+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.5Mi, Sys=13.4Mi, NumGC=3724","level":"stat"}
+{"@timestamp":"2025-01-16T01:44:23.827+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.5Mi, Sys=13.4Mi, NumGC=3725","level":"stat"}
+{"@timestamp":"2025-01-16T01:45:23.826+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.5Mi, Sys=13.4Mi, NumGC=3725","level":"stat"}
+{"@timestamp":"2025-01-16T01:46:23.826+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.5Mi, Sys=13.4Mi, NumGC=3726","level":"stat"}
+{"@timestamp":"2025-01-16T01:47:23.825+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.5Mi, Sys=13.4Mi, NumGC=3726","level":"stat"}
+{"@timestamp":"2025-01-16T01:48:23.825+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.5Mi, Sys=13.4Mi, NumGC=3727","level":"stat"}
+{"@timestamp":"2025-01-16T01:49:23.824+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.5Mi, Sys=13.4Mi, NumGC=3727","level":"stat"}
+{"@timestamp":"2025-01-16T01:50:23.823+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.5Mi, Sys=13.4Mi, NumGC=3728","level":"stat"}
+{"@timestamp":"2025-01-16T01:51:23.823+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.5Mi, Sys=13.4Mi, NumGC=3728","level":"stat"}
+{"@timestamp":"2025-01-16T01:52:23.821+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.5Mi, Sys=13.4Mi, NumGC=3729","level":"stat"}
+{"@timestamp":"2025-01-16T01:53:23.821+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.5Mi, Sys=13.4Mi, NumGC=3729","level":"stat"}
+{"@timestamp":"2025-01-16T01:54:23.821+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.5Mi, Sys=13.4Mi, NumGC=3730","level":"stat"}
+{"@timestamp":"2025-01-16T01:55:23.820+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.5Mi, Sys=13.4Mi, NumGC=3730","level":"stat"}
+{"@timestamp":"2025-01-16T02:12:57.739+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.5Mi, Sys=13.4Mi, NumGC=3731","level":"stat"}
+{"@timestamp":"2025-01-16T02:13:57.739+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.5Mi, Sys=13.4Mi, NumGC=3731","level":"stat"}
+{"@timestamp":"2025-01-16T02:14:57.739+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.5Mi, Sys=13.4Mi, NumGC=3732","level":"stat"}
+{"@timestamp":"2025-01-16T02:15:57.739+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.5Mi, Sys=13.4Mi, NumGC=3732","level":"stat"}
+{"@timestamp":"2025-01-16T02:32:54.882+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.5Mi, Sys=13.4Mi, NumGC=3733","level":"stat"}
+{"@timestamp":"2025-01-16T02:33:54.882+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.5Mi, Sys=13.4Mi, NumGC=3733","level":"stat"}
+{"@timestamp":"2025-01-16T02:34:54.884+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.5Mi, Sys=13.4Mi, NumGC=3734","level":"stat"}
+{"@timestamp":"2025-01-16T02:35:54.885+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.5Mi, Sys=13.4Mi, NumGC=3734","level":"stat"}
+{"@timestamp":"2025-01-16T02:36:54.885+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.5Mi, Sys=13.4Mi, NumGC=3735","level":"stat"}
+{"@timestamp":"2025-01-16T02:37:54.885+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.6Mi, Sys=13.4Mi, NumGC=3735","level":"stat"}
+{"@timestamp":"2025-01-16T02:38:54.885+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.6Mi, Sys=13.4Mi, NumGC=3736","level":"stat"}
+{"@timestamp":"2025-01-16T02:39:54.886+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.6Mi, Sys=13.4Mi, NumGC=3736","level":"stat"}
+{"@timestamp":"2025-01-16T02:40:54.886+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.6Mi, Sys=13.4Mi, NumGC=3737","level":"stat"}
+{"@timestamp":"2025-01-16T02:41:54.886+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.6Mi, Sys=13.4Mi, NumGC=3737","level":"stat"}
+{"@timestamp":"2025-01-16T02:42:54.886+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.6Mi, Sys=13.4Mi, NumGC=3738","level":"stat"}
+{"@timestamp":"2025-01-16T02:43:54.887+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.6Mi, Sys=13.4Mi, NumGC=3738","level":"stat"}
+{"@timestamp":"2025-01-16T02:44:54.886+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.6Mi, Sys=13.4Mi, NumGC=3739","level":"stat"}
+{"@timestamp":"2025-01-16T02:45:54.883+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.6Mi, Sys=13.4Mi, NumGC=3739","level":"stat"}
+{"@timestamp":"2025-01-16T02:46:54.883+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.6Mi, Sys=13.4Mi, NumGC=3740","level":"stat"}
+{"@timestamp":"2025-01-16T02:47:54.885+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.6Mi, Sys=13.4Mi, NumGC=3740","level":"stat"}
+{"@timestamp":"2025-01-16T02:48:54.886+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.6Mi, Sys=13.4Mi, NumGC=3741","level":"stat"}
+{"@timestamp":"2025-01-16T02:49:54.886+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.6Mi, Sys=13.4Mi, NumGC=3741","level":"stat"}
+{"@timestamp":"2025-01-16T02:50:54.886+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.6Mi, Sys=13.4Mi, NumGC=3742","level":"stat"}
+{"@timestamp":"2025-01-16T02:51:54.886+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.6Mi, Sys=13.4Mi, NumGC=3742","level":"stat"}
+{"@timestamp":"2025-01-16T02:52:54.886+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.6Mi, Sys=13.4Mi, NumGC=3743","level":"stat"}
+{"@timestamp":"2025-01-16T02:53:54.887+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.6Mi, Sys=13.4Mi, NumGC=3743","level":"stat"}
+{"@timestamp":"2025-01-16T02:54:54.887+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.6Mi, Sys=13.4Mi, NumGC=3744","level":"stat"}
+{"@timestamp":"2025-01-16T02:55:54.887+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.6Mi, Sys=13.4Mi, NumGC=3744","level":"stat"}
+{"@timestamp":"2025-01-16T02:56:54.888+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.6Mi, Sys=13.4Mi, NumGC=3745","level":"stat"}
+{"@timestamp":"2025-01-16T02:57:54.888+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.6Mi, Sys=13.4Mi, NumGC=3745","level":"stat"}
+{"@timestamp":"2025-01-16T02:58:54.887+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.6Mi, Sys=13.4Mi, NumGC=3746","level":"stat"}
+{"@timestamp":"2025-01-16T02:59:54.887+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.6Mi, Sys=13.4Mi, NumGC=3746","level":"stat"}
+{"@timestamp":"2025-01-16T03:00:54.885+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.6Mi, Sys=13.4Mi, NumGC=3747","level":"stat"}
+{"@timestamp":"2025-01-16T03:01:54.885+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.7Mi, Sys=13.4Mi, NumGC=3747","level":"stat"}
+{"@timestamp":"2025-01-16T03:02:54.884+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.7Mi, Sys=13.4Mi, NumGC=3748","level":"stat"}
+{"@timestamp":"2025-01-16T03:03:54.884+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.7Mi, Sys=13.4Mi, NumGC=3748","level":"stat"}
+{"@timestamp":"2025-01-16T03:04:54.884+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.7Mi, Sys=13.4Mi, NumGC=3749","level":"stat"}
+{"@timestamp":"2025-01-16T03:05:54.886+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.7Mi, Sys=13.4Mi, NumGC=3749","level":"stat"}
+{"@timestamp":"2025-01-16T03:06:54.886+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.7Mi, Sys=13.4Mi, NumGC=3750","level":"stat"}
+{"@timestamp":"2025-01-16T03:07:54.886+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.7Mi, Sys=13.4Mi, NumGC=3750","level":"stat"}
+{"@timestamp":"2025-01-16T03:08:54.886+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.7Mi, Sys=13.4Mi, NumGC=3751","level":"stat"}
+{"@timestamp":"2025-01-16T03:09:54.886+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.7Mi, Sys=13.4Mi, NumGC=3751","level":"stat"}
+{"@timestamp":"2025-01-16T03:10:54.887+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.7Mi, Sys=13.4Mi, NumGC=3752","level":"stat"}
+{"@timestamp":"2025-01-16T03:11:54.887+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.7Mi, Sys=13.4Mi, NumGC=3752","level":"stat"}
+{"@timestamp":"2025-01-16T03:12:54.886+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.7Mi, Sys=13.4Mi, NumGC=3753","level":"stat"}
+{"@timestamp":"2025-01-16T03:13:54.887+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.7Mi, Sys=13.4Mi, NumGC=3753","level":"stat"}
+{"@timestamp":"2025-01-16T03:14:54.888+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.7Mi, Sys=13.4Mi, NumGC=3754","level":"stat"}
+{"@timestamp":"2025-01-16T03:15:54.888+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.7Mi, Sys=13.4Mi, NumGC=3754","level":"stat"}
+{"@timestamp":"2025-01-16T03:16:54.880+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.7Mi, Sys=13.4Mi, NumGC=3755","level":"stat"}
+{"@timestamp":"2025-01-16T03:17:54.880+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.7Mi, Sys=13.4Mi, NumGC=3755","level":"stat"}
+{"@timestamp":"2025-01-16T03:18:54.881+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.7Mi, Sys=13.4Mi, NumGC=3756","level":"stat"}
+{"@timestamp":"2025-01-16T03:19:54.880+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.7Mi, Sys=13.4Mi, NumGC=3756","level":"stat"}
+{"@timestamp":"2025-01-16T03:20:54.881+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.7Mi, Sys=13.4Mi, NumGC=3757","level":"stat"}
+{"@timestamp":"2025-01-16T03:21:54.880+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.7Mi, Sys=13.4Mi, NumGC=3757","level":"stat"}
+{"@timestamp":"2025-01-16T03:22:54.880+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.7Mi, Sys=13.4Mi, NumGC=3758","level":"stat"}
+{"@timestamp":"2025-01-16T03:23:54.880+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.7Mi, Sys=13.4Mi, NumGC=3758","level":"stat"}
+{"@timestamp":"2025-01-16T03:24:54.882+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.7Mi, Sys=13.4Mi, NumGC=3759","level":"stat"}
+{"@timestamp":"2025-01-16T03:25:54.882+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.7Mi, Sys=13.4Mi, NumGC=3759","level":"stat"}
+{"@timestamp":"2025-01-16T03:26:54.882+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.7Mi, Sys=13.4Mi, NumGC=3760","level":"stat"}
+{"@timestamp":"2025-01-16T03:27:54.881+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.8Mi, Sys=13.4Mi, NumGC=3760","level":"stat"}
+{"@timestamp":"2025-01-16T03:28:54.881+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.8Mi, Sys=13.4Mi, NumGC=3761","level":"stat"}
+{"@timestamp":"2025-01-16T03:29:54.881+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.8Mi, Sys=13.4Mi, NumGC=3761","level":"stat"}
+{"@timestamp":"2025-01-16T03:30:54.881+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.8Mi, Sys=13.4Mi, NumGC=3762","level":"stat"}
+{"@timestamp":"2025-01-16T03:31:54.882+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.8Mi, Sys=13.4Mi, NumGC=3762","level":"stat"}
+{"@timestamp":"2025-01-16T03:32:54.872+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.8Mi, Sys=13.4Mi, NumGC=3763","level":"stat"}
+{"@timestamp":"2025-01-16T03:33:54.872+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.8Mi, Sys=13.4Mi, NumGC=3763","level":"stat"}
+{"@timestamp":"2025-01-16T03:34:54.871+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.8Mi, Sys=13.4Mi, NumGC=3764","level":"stat"}
+{"@timestamp":"2025-01-16T03:35:54.870+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.8Mi, Sys=13.4Mi, NumGC=3764","level":"stat"}
+{"@timestamp":"2025-01-16T03:36:54.871+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.8Mi, Sys=13.4Mi, NumGC=3765","level":"stat"}
+{"@timestamp":"2025-01-16T03:37:54.872+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.8Mi, Sys=13.4Mi, NumGC=3765","level":"stat"}
+{"@timestamp":"2025-01-16T03:38:54.872+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.8Mi, Sys=13.4Mi, NumGC=3766","level":"stat"}
+{"@timestamp":"2025-01-16T03:39:54.871+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.8Mi, Sys=13.4Mi, NumGC=3766","level":"stat"}
+{"@timestamp":"2025-01-16T03:40:54.872+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.8Mi, Sys=13.4Mi, NumGC=3767","level":"stat"}
+{"@timestamp":"2025-01-16T03:41:54.872+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.8Mi, Sys=13.4Mi, NumGC=3767","level":"stat"}
+{"@timestamp":"2025-01-16T03:57:00.475+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.8Mi, Sys=13.4Mi, NumGC=3768","level":"stat"}
+{"@timestamp":"2025-01-16T04:13:21.438+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.8Mi, Sys=13.4Mi, NumGC=3768","level":"stat"}
+{"@timestamp":"2025-01-16T04:14:21.429+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.8Mi, Sys=13.4Mi, NumGC=3769","level":"stat"}
+{"@timestamp":"2025-01-16T04:15:21.429+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.8Mi, Sys=13.4Mi, NumGC=3769","level":"stat"}
+{"@timestamp":"2025-01-16T04:16:21.427+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.8Mi, Sys=13.4Mi, NumGC=3770","level":"stat"}
+{"@timestamp":"2025-01-16T04:17:21.428+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.8Mi, Sys=13.4Mi, NumGC=3770","level":"stat"}
+{"@timestamp":"2025-01-16T04:18:21.428+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.8Mi, Sys=13.4Mi, NumGC=3771","level":"stat"}
+{"@timestamp":"2025-01-16T04:19:21.426+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.8Mi, Sys=13.4Mi, NumGC=3771","level":"stat"}
+{"@timestamp":"2025-01-16T04:20:21.427+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.8Mi, Sys=13.4Mi, NumGC=3772","level":"stat"}
+{"@timestamp":"2025-01-16T04:21:21.427+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.9Mi, Sys=13.4Mi, NumGC=3772","level":"stat"}
+{"@timestamp":"2025-01-16T04:22:21.456+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.9Mi, Sys=13.4Mi, NumGC=3773","level":"stat"}
+{"@timestamp":"2025-01-16T04:23:21.459+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.9Mi, Sys=13.4Mi, NumGC=3773","level":"stat"}
+{"@timestamp":"2025-01-16T04:24:21.459+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.9Mi, Sys=13.4Mi, NumGC=3774","level":"stat"}
+{"@timestamp":"2025-01-16T04:25:21.457+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.9Mi, Sys=13.4Mi, NumGC=3774","level":"stat"}
+{"@timestamp":"2025-01-16T04:26:21.457+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.9Mi, Sys=13.4Mi, NumGC=3775","level":"stat"}
+{"@timestamp":"2025-01-16T04:27:21.458+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.9Mi, Sys=13.4Mi, NumGC=3775","level":"stat"}
+{"@timestamp":"2025-01-16T04:28:21.459+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.9Mi, Sys=13.4Mi, NumGC=3776","level":"stat"}
+{"@timestamp":"2025-01-16T04:29:21.459+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.9Mi, Sys=13.4Mi, NumGC=3776","level":"stat"}
+{"@timestamp":"2025-01-16T04:30:21.458+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.9Mi, Sys=13.4Mi, NumGC=3777","level":"stat"}
+{"@timestamp":"2025-01-16T04:31:21.459+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.9Mi, Sys=13.4Mi, NumGC=3777","level":"stat"}
+{"@timestamp":"2025-01-16T04:32:21.459+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.9Mi, Sys=13.4Mi, NumGC=3778","level":"stat"}
+{"@timestamp":"2025-01-16T04:33:21.459+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.9Mi, Sys=13.4Mi, NumGC=3778","level":"stat"}
+{"@timestamp":"2025-01-16T04:34:21.459+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.9Mi, Sys=13.4Mi, NumGC=3779","level":"stat"}
+{"@timestamp":"2025-01-16T04:35:21.457+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.9Mi, Sys=13.4Mi, NumGC=3779","level":"stat"}
+{"@timestamp":"2025-01-16T04:36:21.458+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.9Mi, Sys=13.4Mi, NumGC=3780","level":"stat"}
+{"@timestamp":"2025-01-16T04:37:21.473+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.9Mi, Sys=13.4Mi, NumGC=3780","level":"stat"}
+{"@timestamp":"2025-01-16T04:38:21.474+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.9Mi, Sys=13.4Mi, NumGC=3781","level":"stat"}
+{"@timestamp":"2025-01-16T04:39:21.476+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.9Mi, Sys=13.4Mi, NumGC=3781","level":"stat"}
+{"@timestamp":"2025-01-16T04:40:21.476+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.9Mi, Sys=13.4Mi, NumGC=3782","level":"stat"}
+{"@timestamp":"2025-01-16T04:41:21.477+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.9Mi, Sys=13.4Mi, NumGC=3782","level":"stat"}
+{"@timestamp":"2025-01-16T04:42:21.477+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.9Mi, Sys=13.4Mi, NumGC=3783","level":"stat"}
+{"@timestamp":"2025-01-16T04:43:21.477+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.9Mi, Sys=13.4Mi, NumGC=3783","level":"stat"}
+{"@timestamp":"2025-01-16T04:44:21.477+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.9Mi, Sys=13.4Mi, NumGC=3784","level":"stat"}
+{"@timestamp":"2025-01-16T04:45:21.478+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=32.9Mi, Sys=13.4Mi, NumGC=3784","level":"stat"}
+{"@timestamp":"2025-01-16T04:46:21.478+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=32.9Mi, Sys=13.4Mi, NumGC=3785","level":"stat"}
+{"@timestamp":"2025-01-16T04:47:21.478+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.0Mi, Sys=13.4Mi, NumGC=3785","level":"stat"}
+{"@timestamp":"2025-01-16T04:48:21.478+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.0Mi, Sys=13.4Mi, NumGC=3786","level":"stat"}
+{"@timestamp":"2025-01-16T04:49:21.479+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.0Mi, Sys=13.4Mi, NumGC=3786","level":"stat"}
+{"@timestamp":"2025-01-16T04:50:21.478+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.0Mi, Sys=13.4Mi, NumGC=3787","level":"stat"}
+{"@timestamp":"2025-01-16T04:51:21.479+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.0Mi, Sys=13.4Mi, NumGC=3787","level":"stat"}
+{"@timestamp":"2025-01-16T04:52:21.478+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.0Mi, Sys=13.4Mi, NumGC=3788","level":"stat"}
+{"@timestamp":"2025-01-16T04:53:21.479+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.0Mi, Sys=13.4Mi, NumGC=3788","level":"stat"}
+{"@timestamp":"2025-01-16T04:54:21.479+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.0Mi, Sys=13.4Mi, NumGC=3789","level":"stat"}
+{"@timestamp":"2025-01-16T04:55:21.478+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.0Mi, Sys=13.4Mi, NumGC=3789","level":"stat"}
+{"@timestamp":"2025-01-16T04:56:21.480+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.0Mi, Sys=13.4Mi, NumGC=3790","level":"stat"}
+{"@timestamp":"2025-01-16T04:57:21.480+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.0Mi, Sys=13.4Mi, NumGC=3790","level":"stat"}
+{"@timestamp":"2025-01-16T04:58:21.479+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.0Mi, Sys=13.4Mi, NumGC=3791","level":"stat"}
+{"@timestamp":"2025-01-16T04:59:21.481+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.0Mi, Sys=13.4Mi, NumGC=3791","level":"stat"}
+{"@timestamp":"2025-01-16T05:00:21.479+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.0Mi, Sys=13.4Mi, NumGC=3792","level":"stat"}
+{"@timestamp":"2025-01-16T05:01:21.481+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.0Mi, Sys=13.4Mi, NumGC=3792","level":"stat"}
+{"@timestamp":"2025-01-16T05:02:21.481+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.0Mi, Sys=13.4Mi, NumGC=3793","level":"stat"}
+{"@timestamp":"2025-01-16T05:03:21.482+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.0Mi, Sys=13.4Mi, NumGC=3793","level":"stat"}
+{"@timestamp":"2025-01-16T05:04:21.481+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.0Mi, Sys=13.4Mi, NumGC=3794","level":"stat"}
+{"@timestamp":"2025-01-16T05:05:21.480+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.0Mi, Sys=13.4Mi, NumGC=3794","level":"stat"}
+{"@timestamp":"2025-01-16T05:06:21.482+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.0Mi, Sys=13.4Mi, NumGC=3795","level":"stat"}
+{"@timestamp":"2025-01-16T05:07:21.482+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.0Mi, Sys=13.4Mi, NumGC=3795","level":"stat"}
+{"@timestamp":"2025-01-16T05:08:21.345+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.0Mi, Sys=13.4Mi, NumGC=3796","level":"stat"}
+{"@timestamp":"2025-01-16T05:09:21.344+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.0Mi, Sys=13.4Mi, NumGC=3796","level":"stat"}
+{"@timestamp":"2025-01-16T05:10:21.343+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.0Mi, Sys=13.4Mi, NumGC=3797","level":"stat"}
+{"@timestamp":"2025-01-16T05:11:21.342+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.1Mi, Sys=13.4Mi, NumGC=3797","level":"stat"}
+{"@timestamp":"2025-01-16T05:12:21.340+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.1Mi, Sys=13.4Mi, NumGC=3798","level":"stat"}
+{"@timestamp":"2025-01-16T05:13:21.339+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.1Mi, Sys=13.4Mi, NumGC=3798","level":"stat"}
+{"@timestamp":"2025-01-16T05:14:21.337+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.1Mi, Sys=13.4Mi, NumGC=3799","level":"stat"}
+{"@timestamp":"2025-01-16T05:31:16.909+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.1Mi, Sys=13.4Mi, NumGC=3799","level":"stat"}
+{"@timestamp":"2025-01-16T05:57:51.658+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.1Mi, Sys=13.4Mi, NumGC=3800","level":"stat"}
+{"@timestamp":"2025-01-16T06:14:31.735+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.1Mi, Sys=13.4Mi, NumGC=3800","level":"stat"}
+{"@timestamp":"2025-01-16T06:15:31.735+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.1Mi, Sys=13.4Mi, NumGC=3801","level":"stat"}
+{"@timestamp":"2025-01-16T06:16:31.734+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.1Mi, Sys=13.4Mi, NumGC=3801","level":"stat"}
+{"@timestamp":"2025-01-16T06:17:31.733+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.1Mi, Sys=13.4Mi, NumGC=3802","level":"stat"}
+{"@timestamp":"2025-01-16T06:18:31.733+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.1Mi, Sys=13.4Mi, NumGC=3802","level":"stat"}
+{"@timestamp":"2025-01-16T06:19:31.730+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.1Mi, Sys=13.4Mi, NumGC=3803","level":"stat"}
+{"@timestamp":"2025-01-16T06:20:31.731+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.1Mi, Sys=13.4Mi, NumGC=3803","level":"stat"}
+{"@timestamp":"2025-01-16T06:21:31.729+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.1Mi, Sys=13.4Mi, NumGC=3804","level":"stat"}
+{"@timestamp":"2025-01-16T06:22:31.730+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.1Mi, Sys=13.4Mi, NumGC=3804","level":"stat"}
+{"@timestamp":"2025-01-16T06:23:31.729+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.1Mi, Sys=13.4Mi, NumGC=3805","level":"stat"}
+{"@timestamp":"2025-01-16T06:24:31.727+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.1Mi, Sys=13.4Mi, NumGC=3805","level":"stat"}
+{"@timestamp":"2025-01-16T06:25:31.728+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.1Mi, Sys=13.4Mi, NumGC=3806","level":"stat"}
+{"@timestamp":"2025-01-16T06:26:31.727+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.1Mi, Sys=13.4Mi, NumGC=3806","level":"stat"}
+{"@timestamp":"2025-01-16T06:27:31.726+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.1Mi, Sys=13.4Mi, NumGC=3807","level":"stat"}
+{"@timestamp":"2025-01-16T06:28:31.729+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.1Mi, Sys=13.4Mi, NumGC=3807","level":"stat"}
+{"@timestamp":"2025-01-16T06:29:31.728+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.1Mi, Sys=13.4Mi, NumGC=3808","level":"stat"}
+{"@timestamp":"2025-01-16T06:30:31.727+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.1Mi, Sys=13.4Mi, NumGC=3808","level":"stat"}
+{"@timestamp":"2025-01-16T06:31:31.727+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.1Mi, Sys=13.4Mi, NumGC=3809","level":"stat"}
+{"@timestamp":"2025-01-16T06:32:31.725+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.1Mi, Sys=13.4Mi, NumGC=3809","level":"stat"}
+{"@timestamp":"2025-01-16T06:33:31.725+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.1Mi, Sys=13.4Mi, NumGC=3810","level":"stat"}
+{"@timestamp":"2025-01-16T06:34:31.723+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.2Mi, Sys=13.4Mi, NumGC=3810","level":"stat"}
+{"@timestamp":"2025-01-16T06:35:31.724+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.2Mi, Sys=13.4Mi, NumGC=3811","level":"stat"}
+{"@timestamp":"2025-01-16T06:36:31.723+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.2Mi, Sys=13.4Mi, NumGC=3811","level":"stat"}
+{"@timestamp":"2025-01-16T06:37:31.722+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.2Mi, Sys=13.4Mi, NumGC=3812","level":"stat"}
+{"@timestamp":"2025-01-16T06:38:31.722+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.2Mi, Sys=13.4Mi, NumGC=3812","level":"stat"}
+{"@timestamp":"2025-01-16T06:39:31.721+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.2Mi, Sys=13.4Mi, NumGC=3813","level":"stat"}
+{"@timestamp":"2025-01-16T06:40:31.719+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.2Mi, Sys=13.4Mi, NumGC=3813","level":"stat"}
+{"@timestamp":"2025-01-16T06:41:31.720+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.2Mi, Sys=13.4Mi, NumGC=3814","level":"stat"}
+{"@timestamp":"2025-01-16T06:42:31.719+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.2Mi, Sys=13.4Mi, NumGC=3814","level":"stat"}
+{"@timestamp":"2025-01-16T06:43:31.719+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.2Mi, Sys=13.4Mi, NumGC=3815","level":"stat"}
+{"@timestamp":"2025-01-16T06:44:31.718+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.2Mi, Sys=13.4Mi, NumGC=3815","level":"stat"}
+{"@timestamp":"2025-01-16T06:45:31.715+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.2Mi, Sys=13.4Mi, NumGC=3816","level":"stat"}
+{"@timestamp":"2025-01-16T06:46:31.716+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.2Mi, Sys=13.4Mi, NumGC=3816","level":"stat"}
+{"@timestamp":"2025-01-16T06:47:31.716+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.2Mi, Sys=13.4Mi, NumGC=3817","level":"stat"}
+{"@timestamp":"2025-01-16T06:48:31.714+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.2Mi, Sys=13.4Mi, NumGC=3817","level":"stat"}
+{"@timestamp":"2025-01-16T06:49:31.714+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.2Mi, Sys=13.4Mi, NumGC=3818","level":"stat"}
+{"@timestamp":"2025-01-16T06:50:31.714+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.2Mi, Sys=13.4Mi, NumGC=3818","level":"stat"}
+{"@timestamp":"2025-01-16T06:51:31.713+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.2Mi, Sys=13.4Mi, NumGC=3819","level":"stat"}
+{"@timestamp":"2025-01-16T06:52:31.712+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.2Mi, Sys=13.4Mi, NumGC=3819","level":"stat"}
+{"@timestamp":"2025-01-16T06:53:31.710+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.2Mi, Sys=13.4Mi, NumGC=3820","level":"stat"}
+{"@timestamp":"2025-01-16T06:54:31.711+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.2Mi, Sys=13.4Mi, NumGC=3820","level":"stat"}
+{"@timestamp":"2025-01-16T06:55:31.710+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.2Mi, Sys=13.4Mi, NumGC=3821","level":"stat"}
+{"@timestamp":"2025-01-16T06:56:31.709+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.2Mi, Sys=13.4Mi, NumGC=3821","level":"stat"}
+{"@timestamp":"2025-01-16T06:57:31.708+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.2Mi, Sys=13.4Mi, NumGC=3822","level":"stat"}
+{"@timestamp":"2025-01-16T06:58:31.744+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.2Mi, Sys=13.4Mi, NumGC=3822","level":"stat"}
+{"@timestamp":"2025-01-16T06:59:31.748+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.3Mi, Sys=13.4Mi, NumGC=3823","level":"stat"}
+{"@timestamp":"2025-01-16T07:00:31.747+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.3Mi, Sys=13.4Mi, NumGC=3823","level":"stat"}
+{"@timestamp":"2025-01-16T07:01:31.747+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.3Mi, Sys=13.4Mi, NumGC=3824","level":"stat"}
+{"@timestamp":"2025-01-16T07:02:31.747+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.3Mi, Sys=13.4Mi, NumGC=3824","level":"stat"}
+{"@timestamp":"2025-01-16T07:03:31.746+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.3Mi, Sys=13.4Mi, NumGC=3825","level":"stat"}
+{"@timestamp":"2025-01-16T07:04:31.746+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.3Mi, Sys=13.4Mi, NumGC=3825","level":"stat"}
+{"@timestamp":"2025-01-16T07:05:31.745+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.3Mi, Sys=13.4Mi, NumGC=3826","level":"stat"}
+{"@timestamp":"2025-01-16T07:06:31.746+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.3Mi, Sys=13.4Mi, NumGC=3826","level":"stat"}
+{"@timestamp":"2025-01-16T07:07:31.746+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.3Mi, Sys=13.4Mi, NumGC=3827","level":"stat"}
+{"@timestamp":"2025-01-16T07:08:31.746+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.3Mi, Sys=13.4Mi, NumGC=3827","level":"stat"}
+{"@timestamp":"2025-01-16T07:09:31.745+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.3Mi, Sys=13.4Mi, NumGC=3828","level":"stat"}
+{"@timestamp":"2025-01-16T07:10:31.745+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.3Mi, Sys=13.4Mi, NumGC=3828","level":"stat"}
+{"@timestamp":"2025-01-16T07:11:31.745+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.3Mi, Sys=13.4Mi, NumGC=3829","level":"stat"}
+{"@timestamp":"2025-01-16T07:12:31.745+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.3Mi, Sys=13.4Mi, NumGC=3829","level":"stat"}
+{"@timestamp":"2025-01-16T07:13:31.745+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.3Mi, Sys=13.4Mi, NumGC=3830","level":"stat"}
+{"@timestamp":"2025-01-16T07:14:31.774+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.3Mi, Sys=13.4Mi, NumGC=3830","level":"stat"}
+{"@timestamp":"2025-01-16T07:32:00.018+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.3Mi, Sys=13.4Mi, NumGC=3831","level":"stat"}
+{"@timestamp":"2025-01-16T07:58:57.373+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.3Mi, Sys=13.4Mi, NumGC=3831","level":"stat"}
+{"@timestamp":"2025-01-16T07:59:57.373+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.3Mi, Sys=13.4Mi, NumGC=3832","level":"stat"}
+{"@timestamp":"2025-01-16T08:00:57.375+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.3Mi, Sys=13.4Mi, NumGC=3832","level":"stat"}
+{"@timestamp":"2025-01-16T08:01:57.374+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.3Mi, Sys=13.4Mi, NumGC=3833","level":"stat"}
+{"@timestamp":"2025-01-16T08:02:57.374+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.3Mi, Sys=13.4Mi, NumGC=3833","level":"stat"}
+{"@timestamp":"2025-01-16T08:03:57.374+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.3Mi, Sys=13.4Mi, NumGC=3834","level":"stat"}
+{"@timestamp":"2025-01-16T08:04:57.374+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.3Mi, Sys=13.4Mi, NumGC=3834","level":"stat"}
+{"@timestamp":"2025-01-16T08:05:57.374+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.3Mi, Sys=13.4Mi, NumGC=3835","level":"stat"}
+{"@timestamp":"2025-01-16T08:06:57.374+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.4Mi, Sys=13.4Mi, NumGC=3835","level":"stat"}
+{"@timestamp":"2025-01-16T08:07:57.374+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.4Mi, Sys=13.4Mi, NumGC=3836","level":"stat"}
+{"@timestamp":"2025-01-16T08:08:57.373+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.4Mi, Sys=13.4Mi, NumGC=3836","level":"stat"}
+{"@timestamp":"2025-01-16T08:09:57.372+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.4Mi, Sys=13.4Mi, NumGC=3837","level":"stat"}
+{"@timestamp":"2025-01-16T08:10:57.373+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.4Mi, Sys=13.4Mi, NumGC=3837","level":"stat"}
+{"@timestamp":"2025-01-16T08:11:57.373+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.4Mi, Sys=13.4Mi, NumGC=3838","level":"stat"}
+{"@timestamp":"2025-01-16T08:12:57.371+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.4Mi, Sys=13.4Mi, NumGC=3838","level":"stat"}
+{"@timestamp":"2025-01-16T08:13:57.373+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.4Mi, Sys=13.4Mi, NumGC=3839","level":"stat"}
+{"@timestamp":"2025-01-16T08:14:57.342+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.4Mi, Sys=13.4Mi, NumGC=3839","level":"stat"}
+{"@timestamp":"2025-01-16T08:15:57.333+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.4Mi, Sys=13.4Mi, NumGC=3840","level":"stat"}
+{"@timestamp":"2025-01-16T08:16:57.332+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.4Mi, Sys=13.4Mi, NumGC=3840","level":"stat"}
+{"@timestamp":"2025-01-16T08:17:57.331+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.4Mi, Sys=13.4Mi, NumGC=3841","level":"stat"}
+{"@timestamp":"2025-01-16T08:18:57.331+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.4Mi, Sys=13.4Mi, NumGC=3841","level":"stat"}
+{"@timestamp":"2025-01-16T08:19:57.330+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.4Mi, Sys=13.4Mi, NumGC=3842","level":"stat"}
+{"@timestamp":"2025-01-16T08:20:57.327+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.4Mi, Sys=13.4Mi, NumGC=3842","level":"stat"}
+{"@timestamp":"2025-01-16T08:21:57.329+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.4Mi, Sys=13.4Mi, NumGC=3843","level":"stat"}
+{"@timestamp":"2025-01-16T08:22:57.326+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.4Mi, Sys=13.4Mi, NumGC=3843","level":"stat"}
+{"@timestamp":"2025-01-16T08:23:57.328+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.4Mi, Sys=13.4Mi, NumGC=3844","level":"stat"}
+{"@timestamp":"2025-01-16T08:24:57.327+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.4Mi, Sys=13.4Mi, NumGC=3844","level":"stat"}
+{"@timestamp":"2025-01-16T08:25:57.325+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.4Mi, Sys=13.4Mi, NumGC=3845","level":"stat"}
+{"@timestamp":"2025-01-16T08:26:57.326+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.4Mi, Sys=13.4Mi, NumGC=3845","level":"stat"}
+{"@timestamp":"2025-01-16T08:27:57.324+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.4Mi, Sys=13.4Mi, NumGC=3846","level":"stat"}
+{"@timestamp":"2025-01-16T08:28:57.324+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.4Mi, Sys=13.4Mi, NumGC=3846","level":"stat"}
+{"@timestamp":"2025-01-16T08:29:57.329+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.4Mi, Sys=13.4Mi, NumGC=3847","level":"stat"}
+{"@timestamp":"2025-01-16T08:30:57.341+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.5Mi, Sys=13.4Mi, NumGC=3847","level":"stat"}
+{"@timestamp":"2025-01-16T08:31:57.340+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.5Mi, Sys=13.4Mi, NumGC=3848","level":"stat"}
+{"@timestamp":"2025-01-16T08:32:57.341+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.5Mi, Sys=13.4Mi, NumGC=3848","level":"stat"}
+{"@timestamp":"2025-01-16T08:33:57.341+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.5Mi, Sys=13.4Mi, NumGC=3849","level":"stat"}
+{"@timestamp":"2025-01-16T08:34:57.340+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.5Mi, Sys=13.4Mi, NumGC=3849","level":"stat"}
+{"@timestamp":"2025-01-16T08:35:57.340+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.5Mi, Sys=13.4Mi, NumGC=3850","level":"stat"}
+{"@timestamp":"2025-01-16T08:36:57.339+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.5Mi, Sys=13.4Mi, NumGC=3850","level":"stat"}
+{"@timestamp":"2025-01-16T08:37:57.339+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.5Mi, Sys=13.4Mi, NumGC=3851","level":"stat"}
+{"@timestamp":"2025-01-16T08:38:57.339+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.5Mi, Sys=13.4Mi, NumGC=3851","level":"stat"}
+{"@timestamp":"2025-01-16T08:39:57.338+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.5Mi, Sys=13.4Mi, NumGC=3852","level":"stat"}
+{"@timestamp":"2025-01-16T08:40:57.338+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.5Mi, Sys=13.4Mi, NumGC=3852","level":"stat"}
+{"@timestamp":"2025-01-16T08:41:57.338+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.5Mi, Sys=13.4Mi, NumGC=3853","level":"stat"}
+{"@timestamp":"2025-01-16T08:42:57.337+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.5Mi, Sys=13.4Mi, NumGC=3853","level":"stat"}
+{"@timestamp":"2025-01-16T08:43:57.336+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.5Mi, Sys=13.4Mi, NumGC=3854","level":"stat"}
+{"@timestamp":"2025-01-16T08:44:57.341+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.5Mi, Sys=13.4Mi, NumGC=3854","level":"stat"}
+{"@timestamp":"2025-01-16T08:45:57.352+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.5Mi, Sys=13.4Mi, NumGC=3855","level":"stat"}
+{"@timestamp":"2025-01-16T08:46:57.351+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.5Mi, Sys=13.4Mi, NumGC=3855","level":"stat"}
+{"@timestamp":"2025-01-16T08:47:57.352+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.5Mi, Sys=13.4Mi, NumGC=3856","level":"stat"}
+{"@timestamp":"2025-01-16T08:48:57.352+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.5Mi, Sys=13.4Mi, NumGC=3856","level":"stat"}
+{"@timestamp":"2025-01-16T08:49:57.350+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.5Mi, Sys=13.4Mi, NumGC=3857","level":"stat"}
+{"@timestamp":"2025-01-16T08:50:57.352+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.5Mi, Sys=13.4Mi, NumGC=3857","level":"stat"}
+{"@timestamp":"2025-01-16T08:51:57.351+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.5Mi, Sys=13.4Mi, NumGC=3858","level":"stat"}
+{"@timestamp":"2025-01-16T08:52:57.351+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.5Mi, Sys=13.4Mi, NumGC=3858","level":"stat"}
+{"@timestamp":"2025-01-16T08:53:57.351+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.5Mi, Sys=13.4Mi, NumGC=3859","level":"stat"}
+{"@timestamp":"2025-01-16T08:54:57.351+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.5Mi, Sys=13.4Mi, NumGC=3859","level":"stat"}
+{"@timestamp":"2025-01-16T08:55:57.351+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.5Mi, Sys=13.4Mi, NumGC=3860","level":"stat"}
+{"@timestamp":"2025-01-16T08:56:57.351+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.6Mi, Sys=13.4Mi, NumGC=3860","level":"stat"}
+{"@timestamp":"2025-01-16T08:57:57.351+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.6Mi, Sys=13.4Mi, NumGC=3861","level":"stat"}
+{"@timestamp":"2025-01-16T08:58:57.350+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.6Mi, Sys=13.4Mi, NumGC=3861","level":"stat"}
+{"@timestamp":"2025-01-16T09:15:57.815+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.6Mi, Sys=13.4Mi, NumGC=3862","level":"stat"}
+{"@timestamp":"2025-01-16T09:33:50.757+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.6Mi, Sys=13.4Mi, NumGC=3862","level":"stat"}
+{"@timestamp":"2025-01-16T09:50:50.899+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.6Mi, Sys=13.4Mi, NumGC=3863","level":"stat"}
+{"@timestamp":"2025-01-16T10:00:33.876+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.6Mi, Sys=13.4Mi, NumGC=3863","level":"stat"}
+{"@timestamp":"2025-01-16T10:01:33.875+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.6Mi, Sys=13.4Mi, NumGC=3864","level":"stat"}
+{"@timestamp":"2025-01-16T10:02:33.873+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.6Mi, Sys=13.4Mi, NumGC=3864","level":"stat"}
+{"@timestamp":"2025-01-16T10:03:33.872+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.6Mi, Sys=13.4Mi, NumGC=3865","level":"stat"}
+{"@timestamp":"2025-01-16T10:04:33.871+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.6Mi, Sys=13.4Mi, NumGC=3865","level":"stat"}
+{"@timestamp":"2025-01-16T10:05:33.870+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.6Mi, Sys=13.4Mi, NumGC=3866","level":"stat"}
+{"@timestamp":"2025-01-16T10:06:33.869+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.6Mi, Sys=13.4Mi, NumGC=3866","level":"stat"}
+{"@timestamp":"2025-01-16T10:07:33.868+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.6Mi, Sys=13.4Mi, NumGC=3867","level":"stat"}
+{"@timestamp":"2025-01-16T10:08:33.866+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.6Mi, Sys=13.4Mi, NumGC=3867","level":"stat"}
+{"@timestamp":"2025-01-16T10:09:33.865+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.6Mi, Sys=13.4Mi, NumGC=3868","level":"stat"}
+{"@timestamp":"2025-01-16T10:10:33.862+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.6Mi, Sys=13.4Mi, NumGC=3868","level":"stat"}
+{"@timestamp":"2025-01-16T10:11:33.863+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.6Mi, Sys=13.4Mi, NumGC=3869","level":"stat"}
+{"@timestamp":"2025-01-16T10:12:33.862+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.6Mi, Sys=13.4Mi, NumGC=3869","level":"stat"}
+{"@timestamp":"2025-01-16T10:13:33.860+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.6Mi, Sys=13.4Mi, NumGC=3870","level":"stat"}
+{"@timestamp":"2025-01-16T10:14:33.859+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.6Mi, Sys=13.4Mi, NumGC=3870","level":"stat"}
+{"@timestamp":"2025-01-16T10:15:33.857+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.6Mi, Sys=13.4Mi, NumGC=3871","level":"stat"}
+{"@timestamp":"2025-01-16T10:16:33.857+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.6Mi, Sys=13.4Mi, NumGC=3871","level":"stat"}
+{"@timestamp":"2025-01-16T10:17:33.856+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.6Mi, Sys=13.4Mi, NumGC=3872","level":"stat"}
+{"@timestamp":"2025-01-16T10:18:33.854+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.7Mi, Sys=13.4Mi, NumGC=3872","level":"stat"}
+{"@timestamp":"2025-01-16T10:19:33.853+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.7Mi, Sys=13.4Mi, NumGC=3873","level":"stat"}
+{"@timestamp":"2025-01-16T10:20:33.852+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.7Mi, Sys=13.4Mi, NumGC=3873","level":"stat"}
+{"@timestamp":"2025-01-16T10:21:33.961+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.7Mi, Sys=13.4Mi, NumGC=3874","level":"stat"}
+{"@timestamp":"2025-01-16T10:22:33.963+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.7Mi, Sys=13.4Mi, NumGC=3874","level":"stat"}
+{"@timestamp":"2025-01-16T10:23:33.963+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.7Mi, Sys=13.4Mi, NumGC=3875","level":"stat"}
+{"@timestamp":"2025-01-16T10:24:33.963+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.7Mi, Sys=13.4Mi, NumGC=3875","level":"stat"}
+{"@timestamp":"2025-01-16T10:25:33.962+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.7Mi, Sys=13.4Mi, NumGC=3876","level":"stat"}
+{"@timestamp":"2025-01-16T10:26:33.961+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.7Mi, Sys=13.4Mi, NumGC=3876","level":"stat"}
+{"@timestamp":"2025-01-16T10:27:33.963+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.7Mi, Sys=13.4Mi, NumGC=3877","level":"stat"}
+{"@timestamp":"2025-01-16T10:28:33.963+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.7Mi, Sys=13.4Mi, NumGC=3877","level":"stat"}
+{"@timestamp":"2025-01-16T10:29:33.963+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.7Mi, Sys=13.4Mi, NumGC=3878","level":"stat"}
+{"@timestamp":"2025-01-16T10:30:33.963+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.7Mi, Sys=13.4Mi, NumGC=3878","level":"stat"}
+{"@timestamp":"2025-01-16T10:31:33.963+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.7Mi, Sys=13.4Mi, NumGC=3879","level":"stat"}
+{"@timestamp":"2025-01-16T10:32:33.963+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.7Mi, Sys=13.4Mi, NumGC=3879","level":"stat"}
+{"@timestamp":"2025-01-16T10:33:33.962+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.7Mi, Sys=13.4Mi, NumGC=3880","level":"stat"}
+{"@timestamp":"2025-01-16T10:34:33.963+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.7Mi, Sys=13.4Mi, NumGC=3880","level":"stat"}
+{"@timestamp":"2025-01-16T10:35:33.963+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.7Mi, Sys=13.4Mi, NumGC=3881","level":"stat"}
+{"@timestamp":"2025-01-16T10:36:34.021+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.7Mi, Sys=13.4Mi, NumGC=3881","level":"stat"}
+{"@timestamp":"2025-01-16T10:37:34.022+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.7Mi, Sys=13.4Mi, NumGC=3882","level":"stat"}
+{"@timestamp":"2025-01-16T10:38:34.022+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.7Mi, Sys=13.4Mi, NumGC=3882","level":"stat"}
+{"@timestamp":"2025-01-16T10:39:34.023+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.7Mi, Sys=13.4Mi, NumGC=3883","level":"stat"}
+{"@timestamp":"2025-01-16T10:40:34.024+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.7Mi, Sys=13.4Mi, NumGC=3883","level":"stat"}
+{"@timestamp":"2025-01-16T10:41:34.024+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.7Mi, Sys=13.4Mi, NumGC=3884","level":"stat"}
+{"@timestamp":"2025-01-16T10:42:34.025+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.7Mi, Sys=13.4Mi, NumGC=3884","level":"stat"}
+{"@timestamp":"2025-01-16T10:43:34.025+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.7Mi, Sys=13.4Mi, NumGC=3885","level":"stat"}
+{"@timestamp":"2025-01-16T10:44:34.027+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.8Mi, Sys=13.4Mi, NumGC=3885","level":"stat"}
+{"@timestamp":"2025-01-16T10:45:34.027+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.8Mi, Sys=13.4Mi, NumGC=3886","level":"stat"}
+{"@timestamp":"2025-01-16T10:46:34.028+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.8Mi, Sys=13.4Mi, NumGC=3886","level":"stat"}
+{"@timestamp":"2025-01-16T10:47:34.029+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.8Mi, Sys=13.4Mi, NumGC=3887","level":"stat"}
+{"@timestamp":"2025-01-16T10:48:34.029+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.8Mi, Sys=13.4Mi, NumGC=3887","level":"stat"}
+{"@timestamp":"2025-01-16T10:49:34.030+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.8Mi, Sys=13.4Mi, NumGC=3888","level":"stat"}
+{"@timestamp":"2025-01-16T10:50:34.031+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.8Mi, Sys=13.4Mi, NumGC=3888","level":"stat"}
+{"@timestamp":"2025-01-16T10:51:34.031+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.8Mi, Sys=13.4Mi, NumGC=3889","level":"stat"}
+{"@timestamp":"2025-01-16T10:52:34.038+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.8Mi, Sys=13.4Mi, NumGC=3889","level":"stat"}
+{"@timestamp":"2025-01-16T10:53:34.039+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.8Mi, Sys=13.4Mi, NumGC=3890","level":"stat"}
+{"@timestamp":"2025-01-16T10:54:34.038+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.8Mi, Sys=13.4Mi, NumGC=3890","level":"stat"}
+{"@timestamp":"2025-01-16T10:55:34.040+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.8Mi, Sys=13.4Mi, NumGC=3891","level":"stat"}
+{"@timestamp":"2025-01-16T10:56:34.039+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.8Mi, Sys=13.4Mi, NumGC=3891","level":"stat"}
+{"@timestamp":"2025-01-16T10:57:34.041+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.8Mi, Sys=13.4Mi, NumGC=3892","level":"stat"}
+{"@timestamp":"2025-01-16T10:58:34.042+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.8Mi, Sys=13.4Mi, NumGC=3892","level":"stat"}
+{"@timestamp":"2025-01-16T10:59:34.043+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.8Mi, Sys=13.4Mi, NumGC=3893","level":"stat"}
+{"@timestamp":"2025-01-16T11:00:34.044+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.8Mi, Sys=13.4Mi, NumGC=3893","level":"stat"}
+{"@timestamp":"2025-01-16T11:01:34.045+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.8Mi, Sys=13.4Mi, NumGC=3894","level":"stat"}
+{"@timestamp":"2025-01-16T11:02:34.045+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.8Mi, Sys=13.4Mi, NumGC=3894","level":"stat"}
+{"@timestamp":"2025-01-16T11:03:34.046+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.8Mi, Sys=13.4Mi, NumGC=3895","level":"stat"}
+{"@timestamp":"2025-01-16T11:04:34.047+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.8Mi, Sys=13.4Mi, NumGC=3895","level":"stat"}
+{"@timestamp":"2025-01-16T11:05:34.047+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.8Mi, Sys=13.4Mi, NumGC=3896","level":"stat"}
+{"@timestamp":"2025-01-16T11:06:34.048+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.8Mi, Sys=13.4Mi, NumGC=3896","level":"stat"}
+{"@timestamp":"2025-01-16T11:07:34.049+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.8Mi, Sys=13.4Mi, NumGC=3897","level":"stat"}
+{"@timestamp":"2025-01-16T11:08:33.917+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.9Mi, Sys=13.4Mi, NumGC=3897","level":"stat"}
+{"@timestamp":"2025-01-16T11:09:33.916+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.9Mi, Sys=13.4Mi, NumGC=3898","level":"stat"}
+{"@timestamp":"2025-01-16T11:10:33.914+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.9Mi, Sys=13.4Mi, NumGC=3898","level":"stat"}
+{"@timestamp":"2025-01-16T11:11:33.914+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.9Mi, Sys=13.4Mi, NumGC=3899","level":"stat"}
+{"@timestamp":"2025-01-16T11:12:33.913+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.9Mi, Sys=13.4Mi, NumGC=3899","level":"stat"}
+{"@timestamp":"2025-01-16T11:13:33.913+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.9Mi, Sys=13.4Mi, NumGC=3900","level":"stat"}
+{"@timestamp":"2025-01-16T11:14:33.912+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.9Mi, Sys=13.4Mi, NumGC=3900","level":"stat"}
+{"@timestamp":"2025-01-16T11:15:33.911+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.9Mi, Sys=13.4Mi, NumGC=3901","level":"stat"}
+{"@timestamp":"2025-01-16T11:16:33.910+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.9Mi, Sys=13.4Mi, NumGC=3901","level":"stat"}
+{"@timestamp":"2025-01-16T11:17:33.909+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.9Mi, Sys=13.4Mi, NumGC=3902","level":"stat"}
+{"@timestamp":"2025-01-16T11:18:33.908+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.9Mi, Sys=13.4Mi, NumGC=3902","level":"stat"}
+{"@timestamp":"2025-01-16T11:19:33.907+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.9Mi, Sys=13.4Mi, NumGC=3903","level":"stat"}
+{"@timestamp":"2025-01-16T11:20:33.906+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.9Mi, Sys=13.4Mi, NumGC=3903","level":"stat"}
+{"@timestamp":"2025-01-16T11:21:33.906+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.9Mi, Sys=13.4Mi, NumGC=3904","level":"stat"}
+{"@timestamp":"2025-01-16T11:22:33.903+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.9Mi, Sys=13.4Mi, NumGC=3904","level":"stat"}
+{"@timestamp":"2025-01-16T11:23:33.955+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.9Mi, Sys=13.4Mi, NumGC=3905","level":"stat"}
+{"@timestamp":"2025-01-16T11:24:33.955+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.9Mi, Sys=13.4Mi, NumGC=3905","level":"stat"}
+{"@timestamp":"2025-01-16T11:25:33.955+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.9Mi, Sys=13.4Mi, NumGC=3906","level":"stat"}
+{"@timestamp":"2025-01-16T11:26:33.955+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.9Mi, Sys=13.4Mi, NumGC=3906","level":"stat"}
+{"@timestamp":"2025-01-16T11:27:33.955+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.9Mi, Sys=13.4Mi, NumGC=3907","level":"stat"}
+{"@timestamp":"2025-01-16T11:28:33.953+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.9Mi, Sys=13.4Mi, NumGC=3907","level":"stat"}
+{"@timestamp":"2025-01-16T11:29:33.954+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.9Mi, Sys=13.4Mi, NumGC=3908","level":"stat"}
+{"@timestamp":"2025-01-16T11:30:33.953+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.9Mi, Sys=13.4Mi, NumGC=3908","level":"stat"}
+{"@timestamp":"2025-01-16T11:31:33.953+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=33.9Mi, Sys=13.4Mi, NumGC=3909","level":"stat"}
+{"@timestamp":"2025-01-16T11:32:33.954+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=33.9Mi, Sys=13.4Mi, NumGC=3909","level":"stat"}
+{"@timestamp":"2025-01-16T11:33:33.953+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.0Mi, Sys=13.4Mi, NumGC=3910","level":"stat"}
+{"@timestamp":"2025-01-16T11:34:33.953+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.0Mi, Sys=13.4Mi, NumGC=3910","level":"stat"}
+{"@timestamp":"2025-01-16T11:35:33.953+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.0Mi, Sys=13.4Mi, NumGC=3911","level":"stat"}
+{"@timestamp":"2025-01-16T11:36:33.953+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.0Mi, Sys=13.4Mi, NumGC=3911","level":"stat"}
+{"@timestamp":"2025-01-16T11:37:33.951+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.0Mi, Sys=13.4Mi, NumGC=3912","level":"stat"}
+{"@timestamp":"2025-01-16T11:38:33.952+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.0Mi, Sys=13.4Mi, NumGC=3912","level":"stat"}
+{"@timestamp":"2025-01-16T11:39:33.952+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.0Mi, Sys=13.4Mi, NumGC=3913","level":"stat"}
+{"@timestamp":"2025-01-16T11:40:33.952+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.0Mi, Sys=13.4Mi, NumGC=3913","level":"stat"}
+{"@timestamp":"2025-01-16T11:41:33.950+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.0Mi, Sys=13.4Mi, NumGC=3914","level":"stat"}
+{"@timestamp":"2025-01-16T11:42:33.951+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.0Mi, Sys=13.4Mi, NumGC=3914","level":"stat"}
+{"@timestamp":"2025-01-16T11:43:33.951+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.0Mi, Sys=13.4Mi, NumGC=3915","level":"stat"}
+{"@timestamp":"2025-01-16T11:44:33.950+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.0Mi, Sys=13.4Mi, NumGC=3915","level":"stat"}
+{"@timestamp":"2025-01-16T11:45:33.950+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.0Mi, Sys=13.4Mi, NumGC=3916","level":"stat"}
+{"@timestamp":"2025-01-16T11:46:33.950+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.0Mi, Sys=13.4Mi, NumGC=3916","level":"stat"}
+{"@timestamp":"2025-01-16T11:47:33.950+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.0Mi, Sys=13.4Mi, NumGC=3917","level":"stat"}
+{"@timestamp":"2025-01-16T11:48:33.949+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.0Mi, Sys=13.4Mi, NumGC=3917","level":"stat"}
+{"@timestamp":"2025-01-16T11:49:33.950+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.0Mi, Sys=13.4Mi, NumGC=3918","level":"stat"}
+{"@timestamp":"2025-01-16T11:50:33.949+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.0Mi, Sys=13.4Mi, NumGC=3918","level":"stat"}
+{"@timestamp":"2025-01-16T11:51:33.948+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.0Mi, Sys=13.4Mi, NumGC=3919","level":"stat"}
+{"@timestamp":"2025-01-16T11:52:33.949+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.0Mi, Sys=13.4Mi, NumGC=3919","level":"stat"}
+{"@timestamp":"2025-01-16T11:53:33.949+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.0Mi, Sys=13.4Mi, NumGC=3920","level":"stat"}
+{"@timestamp":"2025-01-16T11:54:33.934+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.0Mi, Sys=13.4Mi, NumGC=3920","level":"stat"}
+{"@timestamp":"2025-01-16T11:55:33.926+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.0Mi, Sys=13.4Mi, NumGC=3921","level":"stat"}
+{"@timestamp":"2025-01-16T11:56:33.925+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.0Mi, Sys=13.4Mi, NumGC=3921","level":"stat"}
+{"@timestamp":"2025-01-16T11:57:33.924+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.0Mi, Sys=13.4Mi, NumGC=3922","level":"stat"}
+{"@timestamp":"2025-01-16T11:58:33.924+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.1Mi, Sys=13.4Mi, NumGC=3922","level":"stat"}
+{"@timestamp":"2025-01-16T11:59:33.923+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.1Mi, Sys=13.4Mi, NumGC=3923","level":"stat"}
+{"@timestamp":"2025-01-16T12:00:33.921+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.1Mi, Sys=13.4Mi, NumGC=3923","level":"stat"}
+{"@timestamp":"2025-01-16T12:01:33.922+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.1Mi, Sys=13.4Mi, NumGC=3924","level":"stat"}
+{"@timestamp":"2025-01-16T12:02:33.922+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.1Mi, Sys=13.4Mi, NumGC=3924","level":"stat"}
+{"@timestamp":"2025-01-16T12:03:33.920+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.1Mi, Sys=13.4Mi, NumGC=3925","level":"stat"}
+{"@timestamp":"2025-01-16T12:04:33.921+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.1Mi, Sys=13.4Mi, NumGC=3925","level":"stat"}
+{"@timestamp":"2025-01-16T12:05:33.920+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.1Mi, Sys=13.4Mi, NumGC=3926","level":"stat"}
+{"@timestamp":"2025-01-16T12:12:25.649+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.1Mi, Sys=13.4Mi, NumGC=3926","level":"stat"}
+{"@timestamp":"2025-01-16T12:13:25.650+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.1Mi, Sys=13.4Mi, NumGC=3927","level":"stat"}
+{"@timestamp":"2025-01-16T12:14:25.650+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.1Mi, Sys=13.4Mi, NumGC=3927","level":"stat"}
+{"@timestamp":"2025-01-16T12:15:25.650+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.1Mi, Sys=13.4Mi, NumGC=3928","level":"stat"}
+{"@timestamp":"2025-01-16T12:16:25.650+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.1Mi, Sys=13.4Mi, NumGC=3928","level":"stat"}
+{"@timestamp":"2025-01-16T12:17:25.650+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.1Mi, Sys=13.4Mi, NumGC=3929","level":"stat"}
+{"@timestamp":"2025-01-16T12:18:25.650+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.1Mi, Sys=13.4Mi, NumGC=3929","level":"stat"}
+{"@timestamp":"2025-01-16T12:19:25.657+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.1Mi, Sys=13.4Mi, NumGC=3930","level":"stat"}
+{"@timestamp":"2025-01-16T12:20:25.668+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.1Mi, Sys=13.4Mi, NumGC=3930","level":"stat"}
+{"@timestamp":"2025-01-16T12:21:25.668+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.1Mi, Sys=13.4Mi, NumGC=3931","level":"stat"}
+{"@timestamp":"2025-01-16T12:22:25.669+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.1Mi, Sys=13.4Mi, NumGC=3931","level":"stat"}
+{"@timestamp":"2025-01-16T12:23:25.669+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.1Mi, Sys=13.4Mi, NumGC=3932","level":"stat"}
+{"@timestamp":"2025-01-16T12:24:25.670+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.1Mi, Sys=13.4Mi, NumGC=3932","level":"stat"}
+{"@timestamp":"2025-01-16T12:25:25.669+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.1Mi, Sys=13.4Mi, NumGC=3933","level":"stat"}
+{"@timestamp":"2025-01-16T12:26:25.670+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.1Mi, Sys=13.4Mi, NumGC=3933","level":"stat"}
+{"@timestamp":"2025-01-16T12:27:25.670+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.1Mi, Sys=13.4Mi, NumGC=3934","level":"stat"}
+{"@timestamp":"2025-01-16T12:28:25.671+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.1Mi, Sys=13.4Mi, NumGC=3934","level":"stat"}
+{"@timestamp":"2025-01-16T12:29:25.671+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.2Mi, Sys=13.4Mi, NumGC=3935","level":"stat"}
+{"@timestamp":"2025-01-16T12:30:25.672+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.2Mi, Sys=13.4Mi, NumGC=3935","level":"stat"}
+{"@timestamp":"2025-01-16T12:31:25.672+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.2Mi, Sys=13.4Mi, NumGC=3936","level":"stat"}
+{"@timestamp":"2025-01-16T12:32:25.672+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.2Mi, Sys=13.4Mi, NumGC=3936","level":"stat"}
+{"@timestamp":"2025-01-16T12:33:25.672+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.2Mi, Sys=13.4Mi, NumGC=3937","level":"stat"}
+{"@timestamp":"2025-01-16T12:34:25.673+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.2Mi, Sys=13.4Mi, NumGC=3937","level":"stat"}
+{"@timestamp":"2025-01-16T12:35:25.670+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.2Mi, Sys=13.4Mi, NumGC=3938","level":"stat"}
+{"@timestamp":"2025-01-16T12:36:25.666+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.2Mi, Sys=13.4Mi, NumGC=3938","level":"stat"}
+{"@timestamp":"2025-01-16T12:37:25.665+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.2Mi, Sys=13.4Mi, NumGC=3939","level":"stat"}
+{"@timestamp":"2025-01-16T12:38:25.666+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.2Mi, Sys=13.4Mi, NumGC=3939","level":"stat"}
+{"@timestamp":"2025-01-16T12:39:25.666+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.2Mi, Sys=13.4Mi, NumGC=3940","level":"stat"}
+{"@timestamp":"2025-01-16T12:40:25.671+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.2Mi, Sys=13.4Mi, NumGC=3940","level":"stat"}
+{"@timestamp":"2025-01-16T12:41:25.667+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.2Mi, Sys=13.4Mi, NumGC=3941","level":"stat"}
+{"@timestamp":"2025-01-16T12:42:25.666+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.2Mi, Sys=13.4Mi, NumGC=3941","level":"stat"}
+{"@timestamp":"2025-01-16T12:43:25.668+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.2Mi, Sys=13.4Mi, NumGC=3942","level":"stat"}
+{"@timestamp":"2025-01-16T12:44:25.668+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.2Mi, Sys=13.4Mi, NumGC=3942","level":"stat"}
+{"@timestamp":"2025-01-16T12:45:25.668+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.2Mi, Sys=13.4Mi, NumGC=3943","level":"stat"}
+{"@timestamp":"2025-01-16T12:46:25.668+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.2Mi, Sys=13.4Mi, NumGC=3943","level":"stat"}
+{"@timestamp":"2025-01-16T12:47:25.668+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.2Mi, Sys=13.4Mi, NumGC=3944","level":"stat"}
+{"@timestamp":"2025-01-16T12:48:25.669+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.2Mi, Sys=13.4Mi, NumGC=3944","level":"stat"}
+{"@timestamp":"2025-01-16T12:49:25.669+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.2Mi, Sys=13.4Mi, NumGC=3945","level":"stat"}
+{"@timestamp":"2025-01-16T12:50:25.602+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.2Mi, Sys=13.4Mi, NumGC=3945","level":"stat"}
+{"@timestamp":"2025-01-16T12:51:25.602+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.2Mi, Sys=13.4Mi, NumGC=3946","level":"stat"}
+{"@timestamp":"2025-01-16T12:52:25.601+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.2Mi, Sys=13.4Mi, NumGC=3946","level":"stat"}
+{"@timestamp":"2025-01-16T12:53:25.601+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.2Mi, Sys=13.4Mi, NumGC=3947","level":"stat"}
+{"@timestamp":"2025-01-16T12:54:25.600+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.3Mi, Sys=13.4Mi, NumGC=3947","level":"stat"}
+{"@timestamp":"2025-01-16T12:55:25.600+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.3Mi, Sys=13.4Mi, NumGC=3948","level":"stat"}
+{"@timestamp":"2025-01-16T12:56:25.598+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.3Mi, Sys=13.4Mi, NumGC=3948","level":"stat"}
+{"@timestamp":"2025-01-16T12:57:25.599+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.3Mi, Sys=13.4Mi, NumGC=3949","level":"stat"}
+{"@timestamp":"2025-01-16T12:58:25.598+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.3Mi, Sys=13.4Mi, NumGC=3949","level":"stat"}
+{"@timestamp":"2025-01-16T12:59:25.598+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.3Mi, Sys=13.4Mi, NumGC=3950","level":"stat"}
+{"@timestamp":"2025-01-16T13:00:25.597+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.3Mi, Sys=13.4Mi, NumGC=3950","level":"stat"}
+{"@timestamp":"2025-01-16T13:01:25.597+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.3Mi, Sys=13.4Mi, NumGC=3951","level":"stat"}
+{"@timestamp":"2025-01-16T13:02:25.595+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.3Mi, Sys=13.4Mi, NumGC=3951","level":"stat"}
+{"@timestamp":"2025-01-16T13:03:25.596+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.3Mi, Sys=13.4Mi, NumGC=3952","level":"stat"}
+{"@timestamp":"2025-01-16T13:04:25.595+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.3Mi, Sys=13.4Mi, NumGC=3952","level":"stat"}
+{"@timestamp":"2025-01-16T13:05:25.595+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.3Mi, Sys=13.4Mi, NumGC=3953","level":"stat"}
+{"@timestamp":"2025-01-16T13:06:25.594+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.3Mi, Sys=13.4Mi, NumGC=3953","level":"stat"}
+{"@timestamp":"2025-01-16T13:07:25.593+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.3Mi, Sys=13.4Mi, NumGC=3954","level":"stat"}
+{"@timestamp":"2025-01-16T13:08:25.594+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.3Mi, Sys=13.4Mi, NumGC=3954","level":"stat"}
+{"@timestamp":"2025-01-16T13:09:25.593+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.3Mi, Sys=13.4Mi, NumGC=3955","level":"stat"}
+{"@timestamp":"2025-01-16T13:10:25.592+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.3Mi, Sys=13.4Mi, NumGC=3955","level":"stat"}
+{"@timestamp":"2025-01-16T13:11:25.592+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.3Mi, Sys=13.4Mi, NumGC=3956","level":"stat"}
+{"@timestamp":"2025-01-16T13:12:25.591+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.3Mi, Sys=13.4Mi, NumGC=3956","level":"stat"}
+{"@timestamp":"2025-01-16T13:13:25.590+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.3Mi, Sys=13.4Mi, NumGC=3957","level":"stat"}
+{"@timestamp":"2025-01-16T13:14:25.590+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.3Mi, Sys=13.4Mi, NumGC=3957","level":"stat"}
+{"@timestamp":"2025-01-16T13:15:25.590+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.3Mi, Sys=13.4Mi, NumGC=3958","level":"stat"}
+{"@timestamp":"2025-01-16T13:16:25.589+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.3Mi, Sys=13.4Mi, NumGC=3958","level":"stat"}
+{"@timestamp":"2025-01-16T13:17:25.589+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.3Mi, Sys=13.4Mi, NumGC=3959","level":"stat"}
+{"@timestamp":"2025-01-16T13:18:25.588+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.3Mi, Sys=13.4Mi, NumGC=3959","level":"stat"}
+{"@timestamp":"2025-01-16T13:19:25.588+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.3Mi, Sys=13.4Mi, NumGC=3960","level":"stat"}
+{"@timestamp":"2025-01-16T13:20:25.673+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.4Mi, Sys=13.4Mi, NumGC=3960","level":"stat"}
+{"@timestamp":"2025-01-16T13:21:25.674+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.4Mi, Sys=13.4Mi, NumGC=3961","level":"stat"}
+{"@timestamp":"2025-01-16T13:22:25.675+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.4Mi, Sys=13.4Mi, NumGC=3961","level":"stat"}
+{"@timestamp":"2025-01-16T13:23:25.676+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.4Mi, Sys=13.4Mi, NumGC=3962","level":"stat"}
+{"@timestamp":"2025-01-16T13:24:25.674+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.4Mi, Sys=13.4Mi, NumGC=3962","level":"stat"}
+{"@timestamp":"2025-01-16T13:25:25.676+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.4Mi, Sys=13.4Mi, NumGC=3963","level":"stat"}
+{"@timestamp":"2025-01-16T13:26:25.676+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.4Mi, Sys=13.4Mi, NumGC=3963","level":"stat"}
+{"@timestamp":"2025-01-16T13:27:25.677+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.4Mi, Sys=13.4Mi, NumGC=3964","level":"stat"}
+{"@timestamp":"2025-01-16T13:43:50.718+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.4Mi, Sys=13.4Mi, NumGC=3964","level":"stat"}
+{"@timestamp":"2025-01-16T14:00:04.555+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.4Mi, Sys=13.4Mi, NumGC=3965","level":"stat"}
+{"@timestamp":"2025-01-16T14:07:01.652+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.4Mi, Sys=13.4Mi, NumGC=3965","level":"stat"}
+{"@timestamp":"2025-01-16T14:08:01.652+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.4Mi, Sys=13.4Mi, NumGC=3966","level":"stat"}
+{"@timestamp":"2025-01-16T14:09:01.652+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.4Mi, Sys=13.4Mi, NumGC=3966","level":"stat"}
+{"@timestamp":"2025-01-16T14:10:01.653+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.4Mi, Sys=13.4Mi, NumGC=3967","level":"stat"}
+{"@timestamp":"2025-01-16T14:11:01.653+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.4Mi, Sys=13.4Mi, NumGC=3967","level":"stat"}
+{"@timestamp":"2025-01-16T14:12:01.654+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.4Mi, Sys=13.4Mi, NumGC=3968","level":"stat"}
+{"@timestamp":"2025-01-16T14:13:01.652+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.4Mi, Sys=13.4Mi, NumGC=3968","level":"stat"}
+{"@timestamp":"2025-01-16T14:14:01.644+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.4Mi, Sys=13.4Mi, NumGC=3969","level":"stat"}
+{"@timestamp":"2025-01-16T14:15:01.644+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.4Mi, Sys=13.4Mi, NumGC=3969","level":"stat"}
+{"@timestamp":"2025-01-16T14:16:01.644+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.4Mi, Sys=13.4Mi, NumGC=3970","level":"stat"}
+{"@timestamp":"2025-01-16T14:17:01.644+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.4Mi, Sys=13.4Mi, NumGC=3970","level":"stat"}
+{"@timestamp":"2025-01-16T14:33:17.566+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.4Mi, Sys=13.4Mi, NumGC=3971","level":"stat"}
+{"@timestamp":"2025-01-16T14:53:36.738+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.4Mi, Sys=13.4Mi, NumGC=3971","level":"stat"}
+{"@timestamp":"2025-01-16T14:54:36.738+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.4Mi, Sys=13.4Mi, NumGC=3972","level":"stat"}
+{"@timestamp":"2025-01-16T14:55:36.738+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.4Mi, Sys=13.4Mi, NumGC=3972","level":"stat"}
+{"@timestamp":"2025-01-16T14:56:36.738+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.5Mi, Sys=13.4Mi, NumGC=3973","level":"stat"}
+{"@timestamp":"2025-01-16T14:57:36.751+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.5Mi, Sys=13.4Mi, NumGC=3973","level":"stat"}
+{"@timestamp":"2025-01-16T14:58:36.751+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.5Mi, Sys=13.4Mi, NumGC=3974","level":"stat"}
+{"@timestamp":"2025-01-16T14:59:36.751+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.5Mi, Sys=13.4Mi, NumGC=3974","level":"stat"}
+{"@timestamp":"2025-01-16T15:00:36.752+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.5Mi, Sys=13.4Mi, NumGC=3975","level":"stat"}
+{"@timestamp":"2025-01-16T15:01:36.757+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.5Mi, Sys=13.4Mi, NumGC=3975","level":"stat"}
+{"@timestamp":"2025-01-16T15:02:36.752+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.5Mi, Sys=13.4Mi, NumGC=3976","level":"stat"}
+{"@timestamp":"2025-01-16T15:03:36.752+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.5Mi, Sys=13.4Mi, NumGC=3976","level":"stat"}
+{"@timestamp":"2025-01-16T15:04:36.752+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.5Mi, Sys=13.4Mi, NumGC=3977","level":"stat"}
+{"@timestamp":"2025-01-16T15:05:36.752+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.5Mi, Sys=13.4Mi, NumGC=3977","level":"stat"}
+{"@timestamp":"2025-01-16T15:06:36.752+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.5Mi, Sys=13.4Mi, NumGC=3978","level":"stat"}
+{"@timestamp":"2025-01-16T15:07:36.751+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.5Mi, Sys=13.4Mi, NumGC=3978","level":"stat"}
+{"@timestamp":"2025-01-16T15:08:36.753+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.5Mi, Sys=13.4Mi, NumGC=3979","level":"stat"}
+{"@timestamp":"2025-01-16T15:09:36.753+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.5Mi, Sys=13.4Mi, NumGC=3979","level":"stat"}
+{"@timestamp":"2025-01-16T15:10:36.753+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.5Mi, Sys=13.4Mi, NumGC=3980","level":"stat"}
+{"@timestamp":"2025-01-16T15:11:36.753+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.5Mi, Sys=13.4Mi, NumGC=3980","level":"stat"}
+{"@timestamp":"2025-01-16T15:12:36.781+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.5Mi, Sys=13.4Mi, NumGC=3981","level":"stat"}
+{"@timestamp":"2025-01-16T15:13:36.783+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.5Mi, Sys=13.4Mi, NumGC=3981","level":"stat"}
+{"@timestamp":"2025-01-16T15:14:36.783+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.5Mi, Sys=13.4Mi, NumGC=3982","level":"stat"}
+{"@timestamp":"2025-01-16T15:15:36.783+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.5Mi, Sys=13.4Mi, NumGC=3982","level":"stat"}
+{"@timestamp":"2025-01-16T15:16:36.784+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.5Mi, Sys=13.4Mi, NumGC=3983","level":"stat"}
+{"@timestamp":"2025-01-16T15:17:36.784+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.5Mi, Sys=13.4Mi, NumGC=3983","level":"stat"}
+{"@timestamp":"2025-01-16T15:18:36.784+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.5Mi, Sys=13.4Mi, NumGC=3984","level":"stat"}
+{"@timestamp":"2025-01-16T15:19:36.786+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.5Mi, Sys=13.4Mi, NumGC=3984","level":"stat"}
+{"@timestamp":"2025-01-16T15:20:36.785+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.5Mi, Sys=13.4Mi, NumGC=3985","level":"stat"}
+{"@timestamp":"2025-01-16T15:21:36.787+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.6Mi, Sys=13.4Mi, NumGC=3985","level":"stat"}
+{"@timestamp":"2025-01-16T15:22:36.788+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.6Mi, Sys=13.4Mi, NumGC=3986","level":"stat"}
+{"@timestamp":"2025-01-16T15:23:36.787+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.6Mi, Sys=13.4Mi, NumGC=3986","level":"stat"}
+{"@timestamp":"2025-01-16T15:24:36.788+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.6Mi, Sys=13.4Mi, NumGC=3987","level":"stat"}
+{"@timestamp":"2025-01-16T15:25:36.788+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.6Mi, Sys=13.4Mi, NumGC=3987","level":"stat"}
+{"@timestamp":"2025-01-16T15:26:36.788+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.6Mi, Sys=13.4Mi, NumGC=3988","level":"stat"}
+{"@timestamp":"2025-01-16T15:27:36.789+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.6Mi, Sys=13.4Mi, NumGC=3988","level":"stat"}
+{"@timestamp":"2025-01-16T15:28:36.789+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.6Mi, Sys=13.4Mi, NumGC=3989","level":"stat"}
+{"@timestamp":"2025-01-16T15:29:36.790+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.6Mi, Sys=13.4Mi, NumGC=3989","level":"stat"}
+{"@timestamp":"2025-01-16T15:30:36.790+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.6Mi, Sys=13.4Mi, NumGC=3990","level":"stat"}
+{"@timestamp":"2025-01-16T15:31:36.790+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.6Mi, Sys=13.4Mi, NumGC=3990","level":"stat"}
+{"@timestamp":"2025-01-16T15:32:36.791+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.6Mi, Sys=13.4Mi, NumGC=3991","level":"stat"}
+{"@timestamp":"2025-01-16T15:33:36.757+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.6Mi, Sys=13.4Mi, NumGC=3991","level":"stat"}
+{"@timestamp":"2025-01-16T15:34:36.744+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.6Mi, Sys=13.4Mi, NumGC=3992","level":"stat"}
+{"@timestamp":"2025-01-16T15:35:36.745+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.6Mi, Sys=13.4Mi, NumGC=3992","level":"stat"}
+{"@timestamp":"2025-01-16T15:36:36.744+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.6Mi, Sys=13.4Mi, NumGC=3993","level":"stat"}
+{"@timestamp":"2025-01-16T15:37:36.745+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.6Mi, Sys=13.4Mi, NumGC=3993","level":"stat"}
+{"@timestamp":"2025-01-16T15:38:36.745+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.6Mi, Sys=13.4Mi, NumGC=3994","level":"stat"}
+{"@timestamp":"2025-01-16T15:39:36.744+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.6Mi, Sys=13.4Mi, NumGC=3994","level":"stat"}
+{"@timestamp":"2025-01-16T15:40:36.744+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.6Mi, Sys=13.4Mi, NumGC=3995","level":"stat"}
+{"@timestamp":"2025-01-16T15:41:36.744+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.6Mi, Sys=13.4Mi, NumGC=3995","level":"stat"}
+{"@timestamp":"2025-01-16T15:42:36.744+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.6Mi, Sys=13.4Mi, NumGC=3996","level":"stat"}
+{"@timestamp":"2025-01-16T15:43:36.744+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.6Mi, Sys=13.4Mi, NumGC=3996","level":"stat"}
+{"@timestamp":"2025-01-16T15:44:36.744+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.6Mi, Sys=13.4Mi, NumGC=3997","level":"stat"}
+{"@timestamp":"2025-01-16T15:45:36.743+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.6Mi, Sys=13.4Mi, NumGC=3997","level":"stat"}
+{"@timestamp":"2025-01-16T15:46:36.744+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.6Mi, Sys=13.4Mi, NumGC=3998","level":"stat"}
+{"@timestamp":"2025-01-16T15:47:36.743+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.7Mi, Sys=13.4Mi, NumGC=3998","level":"stat"}
+{"@timestamp":"2025-01-16T15:48:36.734+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.7Mi, Sys=13.4Mi, NumGC=3999","level":"stat"}
+{"@timestamp":"2025-01-16T15:49:36.730+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.7Mi, Sys=13.4Mi, NumGC=3999","level":"stat"}
+{"@timestamp":"2025-01-16T15:50:36.731+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.7Mi, Sys=13.4Mi, NumGC=4000","level":"stat"}
+{"@timestamp":"2025-01-16T15:51:36.731+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.7Mi, Sys=13.4Mi, NumGC=4000","level":"stat"}
+{"@timestamp":"2025-01-16T15:52:36.729+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.7Mi, Sys=13.4Mi, NumGC=4001","level":"stat"}
+{"@timestamp":"2025-01-16T15:53:36.731+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.7Mi, Sys=13.4Mi, NumGC=4001","level":"stat"}
+{"@timestamp":"2025-01-16T15:54:36.731+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.7Mi, Sys=13.4Mi, NumGC=4002","level":"stat"}
+{"@timestamp":"2025-01-16T15:55:36.730+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.7Mi, Sys=13.4Mi, NumGC=4002","level":"stat"}
+{"@timestamp":"2025-01-16T15:56:36.730+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.7Mi, Sys=13.4Mi, NumGC=4003","level":"stat"}
+{"@timestamp":"2025-01-16T16:12:52.655+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.7Mi, Sys=13.4Mi, NumGC=4003","level":"stat"}
+{"@timestamp":"2025-01-16T16:27:49.949+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.7Mi, Sys=13.4Mi, NumGC=4004","level":"stat"}
+{"@timestamp":"2025-01-16T16:28:49.977+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.7Mi, Sys=13.4Mi, NumGC=4004","level":"stat"}
+{"@timestamp":"2025-01-16T16:29:49.977+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.7Mi, Sys=13.4Mi, NumGC=4005","level":"stat"}
+{"@timestamp":"2025-01-16T16:30:49.975+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.7Mi, Sys=13.4Mi, NumGC=4005","level":"stat"}
+{"@timestamp":"2025-01-16T16:31:49.975+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.7Mi, Sys=13.4Mi, NumGC=4006","level":"stat"}
+{"@timestamp":"2025-01-16T16:32:49.974+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.7Mi, Sys=13.4Mi, NumGC=4006","level":"stat"}
+{"@timestamp":"2025-01-16T16:33:49.973+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.7Mi, Sys=13.4Mi, NumGC=4007","level":"stat"}
+{"@timestamp":"2025-01-16T16:34:49.971+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.7Mi, Sys=13.4Mi, NumGC=4007","level":"stat"}
+{"@timestamp":"2025-01-16T16:35:49.970+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.7Mi, Sys=13.4Mi, NumGC=4008","level":"stat"}
+{"@timestamp":"2025-01-16T16:36:49.969+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.7Mi, Sys=13.4Mi, NumGC=4008","level":"stat"}
+{"@timestamp":"2025-01-16T16:37:49.968+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.7Mi, Sys=13.4Mi, NumGC=4009","level":"stat"}
+{"@timestamp":"2025-01-16T16:38:49.966+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.7Mi, Sys=13.4Mi, NumGC=4009","level":"stat"}
+{"@timestamp":"2025-01-16T16:39:49.965+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.7Mi, Sys=13.4Mi, NumGC=4010","level":"stat"}
+{"@timestamp":"2025-01-16T16:40:49.964+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.7Mi, Sys=13.4Mi, NumGC=4010","level":"stat"}
+{"@timestamp":"2025-01-16T16:41:49.963+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.7Mi, Sys=13.4Mi, NumGC=4011","level":"stat"}
+{"@timestamp":"2025-01-16T16:42:49.861+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.8Mi, Sys=13.4Mi, NumGC=4011","level":"stat"}
+{"@timestamp":"2025-01-16T16:43:49.860+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.8Mi, Sys=13.4Mi, NumGC=4011","level":"stat"}
+{"@timestamp":"2025-01-16T16:44:49.857+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.8Mi, Sys=13.4Mi, NumGC=4012","level":"stat"}
+{"@timestamp":"2025-01-16T16:45:49.855+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.8Mi, Sys=13.4Mi, NumGC=4012","level":"stat"}
+{"@timestamp":"2025-01-16T16:46:49.852+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.8Mi, Sys=13.4Mi, NumGC=4013","level":"stat"}
+{"@timestamp":"2025-01-16T16:47:49.851+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=34.8Mi, Sys=13.4Mi, NumGC=4013","level":"stat"}
+{"@timestamp":"2025-01-16T16:48:49.849+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.8Mi, Sys=13.4Mi, NumGC=4014","level":"stat"}
+{"@timestamp":"2025-01-16T16:49:49.847+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.8Mi, Sys=13.4Mi, NumGC=4014","level":"stat"}
+{"@timestamp":"2025-01-16T16:50:49.844+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.8Mi, Sys=13.4Mi, NumGC=4015","level":"stat"}
+{"@timestamp":"2025-01-16T16:51:49.842+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.8Mi, Sys=13.4Mi, NumGC=4015","level":"stat"}
+{"@timestamp":"2025-01-16T16:52:49.840+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.8Mi, Sys=13.4Mi, NumGC=4016","level":"stat"}
+{"@timestamp":"2025-01-16T16:53:49.838+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.8Mi, Sys=13.4Mi, NumGC=4016","level":"stat"}
+{"@timestamp":"2025-01-16T16:54:49.836+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.8Mi, Sys=13.4Mi, NumGC=4017","level":"stat"}
+{"@timestamp":"2025-01-16T16:55:49.835+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.8Mi, Sys=13.4Mi, NumGC=4017","level":"stat"}
+{"@timestamp":"2025-01-16T16:56:49.833+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.8Mi, Sys=13.4Mi, NumGC=4018","level":"stat"}
+{"@timestamp":"2025-01-16T16:57:49.831+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.8Mi, Sys=13.4Mi, NumGC=4018","level":"stat"}
+{"@timestamp":"2025-01-16T16:58:49.829+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.8Mi, Sys=13.4Mi, NumGC=4019","level":"stat"}
+{"@timestamp":"2025-01-16T16:59:49.876+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.8Mi, Sys=13.4Mi, NumGC=4019","level":"stat"}
+{"@timestamp":"2025-01-16T17:15:56.772+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.8Mi, Sys=13.4Mi, NumGC=4020","level":"stat"}
+{"@timestamp":"2025-01-16T17:32:21.836+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.8Mi, Sys=13.4Mi, NumGC=4020","level":"stat"}
+{"@timestamp":"2025-01-16T17:48:46.819+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.8Mi, Sys=13.4Mi, NumGC=4021","level":"stat"}
+{"@timestamp":"2025-01-16T17:57:31.767+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.8Mi, Sys=13.4Mi, NumGC=4021","level":"stat"}
+{"@timestamp":"2025-01-16T17:58:31.766+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.8Mi, Sys=13.4Mi, NumGC=4022","level":"stat"}
+{"@timestamp":"2025-01-16T17:59:31.766+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.8Mi, Sys=13.4Mi, NumGC=4022","level":"stat"}
+{"@timestamp":"2025-01-16T18:00:31.765+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.9Mi, Sys=13.4Mi, NumGC=4023","level":"stat"}
+{"@timestamp":"2025-01-16T18:01:31.764+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.9Mi, Sys=13.4Mi, NumGC=4023","level":"stat"}
+{"@timestamp":"2025-01-16T18:02:31.763+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.9Mi, Sys=13.4Mi, NumGC=4024","level":"stat"}
+{"@timestamp":"2025-01-16T18:03:31.763+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.9Mi, Sys=13.4Mi, NumGC=4024","level":"stat"}
+{"@timestamp":"2025-01-16T18:04:31.762+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.9Mi, Sys=13.4Mi, NumGC=4025","level":"stat"}
+{"@timestamp":"2025-01-16T18:05:31.761+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.9Mi, Sys=13.4Mi, NumGC=4025","level":"stat"}
+{"@timestamp":"2025-01-16T18:06:31.760+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.9Mi, Sys=13.4Mi, NumGC=4026","level":"stat"}
+{"@timestamp":"2025-01-16T18:07:31.760+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.9Mi, Sys=13.4Mi, NumGC=4026","level":"stat"}
+{"@timestamp":"2025-01-16T18:08:31.760+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.9Mi, Sys=13.4Mi, NumGC=4027","level":"stat"}
+{"@timestamp":"2025-01-16T18:09:31.757+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.9Mi, Sys=13.4Mi, NumGC=4027","level":"stat"}
+{"@timestamp":"2025-01-16T18:10:31.756+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.9Mi, Sys=13.4Mi, NumGC=4028","level":"stat"}
+{"@timestamp":"2025-01-16T18:11:31.756+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.9Mi, Sys=13.4Mi, NumGC=4028","level":"stat"}
+{"@timestamp":"2025-01-16T18:12:31.887+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.9Mi, Sys=13.4Mi, NumGC=4029","level":"stat"}
+{"@timestamp":"2025-01-16T18:28:56.977+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.9Mi, Sys=13.4Mi, NumGC=4029","level":"stat"}
+{"@timestamp":"2025-01-16T18:45:12.108+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.9Mi, Sys=13.4Mi, NumGC=4030","level":"stat"}
+{"@timestamp":"2025-01-16T19:01:37.150+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.9Mi, Sys=13.4Mi, NumGC=4030","level":"stat"}
+{"@timestamp":"2025-01-16T19:18:02.159+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.9Mi, Sys=13.4Mi, NumGC=4031","level":"stat"}
+{"@timestamp":"2025-01-16T19:19:02.161+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.9Mi, Sys=13.4Mi, NumGC=4031","level":"stat"}
+{"@timestamp":"2025-01-16T19:20:02.161+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.9Mi, Sys=13.4Mi, NumGC=4032","level":"stat"}
+{"@timestamp":"2025-01-16T19:21:02.163+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.9Mi, Sys=13.4Mi, NumGC=4032","level":"stat"}
+{"@timestamp":"2025-01-16T19:22:02.164+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.9Mi, Sys=13.4Mi, NumGC=4033","level":"stat"}
+{"@timestamp":"2025-01-16T19:23:02.165+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.9Mi, Sys=13.4Mi, NumGC=4033","level":"stat"}
+{"@timestamp":"2025-01-16T19:24:02.165+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.9Mi, Sys=13.4Mi, NumGC=4034","level":"stat"}
+{"@timestamp":"2025-01-16T19:25:02.167+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.9Mi, Sys=13.4Mi, NumGC=4034","level":"stat"}
+{"@timestamp":"2025-01-16T19:26:02.168+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=34.9Mi, Sys=13.4Mi, NumGC=4035","level":"stat"}
+{"@timestamp":"2025-01-16T19:27:02.169+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.0Mi, Sys=13.4Mi, NumGC=4035","level":"stat"}
+{"@timestamp":"2025-01-16T19:28:02.170+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.0Mi, Sys=13.4Mi, NumGC=4036","level":"stat"}
+{"@timestamp":"2025-01-16T19:29:02.170+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.0Mi, Sys=13.4Mi, NumGC=4036","level":"stat"}
+{"@timestamp":"2025-01-16T19:30:02.172+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.0Mi, Sys=13.4Mi, NumGC=4037","level":"stat"}
+{"@timestamp":"2025-01-16T19:31:02.173+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.0Mi, Sys=13.4Mi, NumGC=4037","level":"stat"}
+{"@timestamp":"2025-01-16T19:32:02.174+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.0Mi, Sys=13.4Mi, NumGC=4038","level":"stat"}
+{"@timestamp":"2025-01-16T19:33:02.174+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.0Mi, Sys=13.4Mi, NumGC=4038","level":"stat"}
+{"@timestamp":"2025-01-16T19:34:02.176+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.0Mi, Sys=13.4Mi, NumGC=4039","level":"stat"}
+{"@timestamp":"2025-01-16T19:35:02.119+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.0Mi, Sys=13.4Mi, NumGC=4039","level":"stat"}
+{"@timestamp":"2025-01-16T19:36:02.118+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.0Mi, Sys=13.4Mi, NumGC=4040","level":"stat"}
+{"@timestamp":"2025-01-16T19:37:02.120+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.0Mi, Sys=13.4Mi, NumGC=4040","level":"stat"}
+{"@timestamp":"2025-01-16T19:38:02.119+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.0Mi, Sys=13.4Mi, NumGC=4041","level":"stat"}
+{"@timestamp":"2025-01-16T19:39:02.120+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.0Mi, Sys=13.4Mi, NumGC=4041","level":"stat"}
+{"@timestamp":"2025-01-16T19:40:02.121+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.0Mi, Sys=13.4Mi, NumGC=4042","level":"stat"}
+{"@timestamp":"2025-01-16T19:41:02.120+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.0Mi, Sys=13.4Mi, NumGC=4042","level":"stat"}
+{"@timestamp":"2025-01-16T19:42:02.121+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.0Mi, Sys=13.4Mi, NumGC=4043","level":"stat"}
+{"@timestamp":"2025-01-16T19:43:02.122+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.0Mi, Sys=13.4Mi, NumGC=4043","level":"stat"}
+{"@timestamp":"2025-01-16T19:44:02.121+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.0Mi, Sys=13.4Mi, NumGC=4044","level":"stat"}
+{"@timestamp":"2025-01-16T19:45:02.123+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.0Mi, Sys=13.4Mi, NumGC=4044","level":"stat"}
+{"@timestamp":"2025-01-16T19:46:02.123+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.0Mi, Sys=13.4Mi, NumGC=4045","level":"stat"}
+{"@timestamp":"2025-01-16T19:47:02.123+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.0Mi, Sys=13.4Mi, NumGC=4045","level":"stat"}
+{"@timestamp":"2025-01-16T19:48:02.123+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.0Mi, Sys=13.4Mi, NumGC=4046","level":"stat"}
+{"@timestamp":"2025-01-16T19:49:02.122+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.0Mi, Sys=13.4Mi, NumGC=4046","level":"stat"}
+{"@timestamp":"2025-01-16T19:50:02.122+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.0Mi, Sys=13.4Mi, NumGC=4047","level":"stat"}
+{"@timestamp":"2025-01-16T19:51:02.124+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.1Mi, Sys=13.4Mi, NumGC=4047","level":"stat"}
+{"@timestamp":"2025-01-16T19:52:02.124+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.1Mi, Sys=13.4Mi, NumGC=4048","level":"stat"}
+{"@timestamp":"2025-01-16T19:53:02.124+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.1Mi, Sys=13.4Mi, NumGC=4048","level":"stat"}
+{"@timestamp":"2025-01-16T19:54:02.125+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.1Mi, Sys=13.4Mi, NumGC=4049","level":"stat"}
+{"@timestamp":"2025-01-16T19:55:02.125+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.1Mi, Sys=13.4Mi, NumGC=4049","level":"stat"}
+{"@timestamp":"2025-01-16T19:56:02.125+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.1Mi, Sys=13.4Mi, NumGC=4050","level":"stat"}
+{"@timestamp":"2025-01-16T19:57:02.126+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.1Mi, Sys=13.4Mi, NumGC=4050","level":"stat"}
+{"@timestamp":"2025-01-16T19:58:02.125+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.1Mi, Sys=13.4Mi, NumGC=4051","level":"stat"}
+{"@timestamp":"2025-01-16T19:59:02.126+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.1Mi, Sys=13.4Mi, NumGC=4051","level":"stat"}
+{"@timestamp":"2025-01-16T20:00:02.126+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.1Mi, Sys=13.4Mi, NumGC=4052","level":"stat"}
+{"@timestamp":"2025-01-16T20:01:02.126+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.1Mi, Sys=13.4Mi, NumGC=4052","level":"stat"}
+{"@timestamp":"2025-01-16T20:02:02.127+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.1Mi, Sys=13.4Mi, NumGC=4053","level":"stat"}
+{"@timestamp":"2025-01-16T20:03:02.127+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.1Mi, Sys=13.4Mi, NumGC=4053","level":"stat"}
+{"@timestamp":"2025-01-16T20:04:02.128+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.1Mi, Sys=13.4Mi, NumGC=4054","level":"stat"}
+{"@timestamp":"2025-01-16T20:05:02.128+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.1Mi, Sys=13.4Mi, NumGC=4054","level":"stat"}
+{"@timestamp":"2025-01-16T20:06:02.020+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.1Mi, Sys=13.4Mi, NumGC=4055","level":"stat"}
+{"@timestamp":"2025-01-16T20:07:02.020+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.1Mi, Sys=13.4Mi, NumGC=4055","level":"stat"}
+{"@timestamp":"2025-01-16T20:08:02.019+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.1Mi, Sys=13.4Mi, NumGC=4056","level":"stat"}
+{"@timestamp":"2025-01-16T20:09:02.018+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.1Mi, Sys=13.4Mi, NumGC=4056","level":"stat"}
+{"@timestamp":"2025-01-16T20:10:02.017+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.1Mi, Sys=13.4Mi, NumGC=4057","level":"stat"}
+{"@timestamp":"2025-01-16T20:11:02.016+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.1Mi, Sys=13.4Mi, NumGC=4057","level":"stat"}
+{"@timestamp":"2025-01-16T20:12:02.014+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.1Mi, Sys=13.4Mi, NumGC=4058","level":"stat"}
+{"@timestamp":"2025-01-16T20:13:02.013+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.1Mi, Sys=13.4Mi, NumGC=4058","level":"stat"}
+{"@timestamp":"2025-01-16T20:14:02.011+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.1Mi, Sys=13.4Mi, NumGC=4059","level":"stat"}
+{"@timestamp":"2025-01-16T20:15:02.012+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.1Mi, Sys=13.4Mi, NumGC=4059","level":"stat"}
+{"@timestamp":"2025-01-16T20:16:02.010+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.2Mi, Sys=13.4Mi, NumGC=4060","level":"stat"}
+{"@timestamp":"2025-01-16T20:17:02.009+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.2Mi, Sys=13.4Mi, NumGC=4060","level":"stat"}
+{"@timestamp":"2025-01-16T20:18:26.799+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.2Mi, Sys=13.4Mi, NumGC=4061","level":"stat"}
+{"@timestamp":"2025-01-16T20:34:33.310+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.2Mi, Sys=13.4Mi, NumGC=4061","level":"stat"}
+{"@timestamp":"2025-01-16T20:50:58.206+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.2Mi, Sys=13.4Mi, NumGC=4062","level":"stat"}
+{"@timestamp":"2025-01-16T20:51:58.205+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.2Mi, Sys=13.4Mi, NumGC=4062","level":"stat"}
+{"@timestamp":"2025-01-16T20:52:58.201+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.2Mi, Sys=13.4Mi, NumGC=4063","level":"stat"}
+{"@timestamp":"2025-01-16T20:53:58.201+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.2Mi, Sys=13.4Mi, NumGC=4063","level":"stat"}
+{"@timestamp":"2025-01-16T20:54:58.198+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.2Mi, Sys=13.4Mi, NumGC=4064","level":"stat"}
+{"@timestamp":"2025-01-16T20:55:58.197+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.2Mi, Sys=13.4Mi, NumGC=4064","level":"stat"}
+{"@timestamp":"2025-01-16T20:56:58.193+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.2Mi, Sys=13.4Mi, NumGC=4065","level":"stat"}
+{"@timestamp":"2025-01-16T20:57:58.192+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.2Mi, Sys=13.4Mi, NumGC=4065","level":"stat"}
+{"@timestamp":"2025-01-16T20:58:58.191+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.2Mi, Sys=13.4Mi, NumGC=4066","level":"stat"}
+{"@timestamp":"2025-01-16T20:59:58.187+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.2Mi, Sys=13.4Mi, NumGC=4066","level":"stat"}
+{"@timestamp":"2025-01-16T21:00:58.186+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.2Mi, Sys=13.4Mi, NumGC=4067","level":"stat"}
+{"@timestamp":"2025-01-16T21:01:58.187+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.2Mi, Sys=13.4Mi, NumGC=4067","level":"stat"}
+{"@timestamp":"2025-01-16T21:02:58.187+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.2Mi, Sys=13.4Mi, NumGC=4068","level":"stat"}
+{"@timestamp":"2025-01-16T21:03:58.185+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.2Mi, Sys=13.4Mi, NumGC=4068","level":"stat"}
+{"@timestamp":"2025-01-16T21:04:58.182+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.2Mi, Sys=13.4Mi, NumGC=4069","level":"stat"}
+{"@timestamp":"2025-01-16T21:05:58.181+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.2Mi, Sys=13.4Mi, NumGC=4069","level":"stat"}
+{"@timestamp":"2025-01-16T21:06:58.177+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.2Mi, Sys=13.4Mi, NumGC=4070","level":"stat"}
+{"@timestamp":"2025-01-16T21:07:58.175+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.2Mi, Sys=13.4Mi, NumGC=4070","level":"stat"}
+{"@timestamp":"2025-01-16T21:08:58.173+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.2Mi, Sys=13.4Mi, NumGC=4071","level":"stat"}
+{"@timestamp":"2025-01-16T21:09:58.171+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.2Mi, Sys=13.4Mi, NumGC=4071","level":"stat"}
+{"@timestamp":"2025-01-16T21:10:58.171+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.2Mi, Sys=13.4Mi, NumGC=4072","level":"stat"}
+{"@timestamp":"2025-01-16T21:11:58.167+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.3Mi, Sys=13.4Mi, NumGC=4072","level":"stat"}
+{"@timestamp":"2025-01-16T21:12:58.167+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.3Mi, Sys=13.4Mi, NumGC=4073","level":"stat"}
+{"@timestamp":"2025-01-16T21:13:58.165+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.3Mi, Sys=13.4Mi, NumGC=4073","level":"stat"}
+{"@timestamp":"2025-01-16T21:14:58.163+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.3Mi, Sys=13.4Mi, NumGC=4074","level":"stat"}
+{"@timestamp":"2025-01-16T21:15:58.161+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.3Mi, Sys=13.4Mi, NumGC=4074","level":"stat"}
+{"@timestamp":"2025-01-16T21:16:58.175+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.3Mi, Sys=13.4Mi, NumGC=4075","level":"stat"}
+{"@timestamp":"2025-01-16T21:17:58.180+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.3Mi, Sys=13.4Mi, NumGC=4075","level":"stat"}
+{"@timestamp":"2025-01-16T21:18:58.178+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.3Mi, Sys=13.4Mi, NumGC=4076","level":"stat"}
+{"@timestamp":"2025-01-16T21:19:58.175+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.3Mi, Sys=13.4Mi, NumGC=4076","level":"stat"}
+{"@timestamp":"2025-01-16T21:20:58.175+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.3Mi, Sys=13.4Mi, NumGC=4077","level":"stat"}
+{"@timestamp":"2025-01-16T21:21:58.172+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.3Mi, Sys=13.4Mi, NumGC=4077","level":"stat"}
+{"@timestamp":"2025-01-16T21:22:58.171+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.3Mi, Sys=13.4Mi, NumGC=4078","level":"stat"}
+{"@timestamp":"2025-01-16T21:23:58.170+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.3Mi, Sys=13.4Mi, NumGC=4078","level":"stat"}
+{"@timestamp":"2025-01-16T21:24:58.168+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.3Mi, Sys=13.4Mi, NumGC=4079","level":"stat"}
+{"@timestamp":"2025-01-16T21:25:58.165+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.3Mi, Sys=13.4Mi, NumGC=4079","level":"stat"}
+{"@timestamp":"2025-01-16T21:26:58.164+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.3Mi, Sys=13.4Mi, NumGC=4080","level":"stat"}
+{"@timestamp":"2025-01-16T21:27:58.162+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.3Mi, Sys=13.4Mi, NumGC=4080","level":"stat"}
+{"@timestamp":"2025-01-16T21:28:58.160+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.3Mi, Sys=13.4Mi, NumGC=4081","level":"stat"}
+{"@timestamp":"2025-01-16T21:29:58.158+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.3Mi, Sys=13.4Mi, NumGC=4081","level":"stat"}
+{"@timestamp":"2025-01-16T21:30:58.157+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.3Mi, Sys=13.4Mi, NumGC=4082","level":"stat"}
+{"@timestamp":"2025-01-16T21:31:58.299+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.3Mi, Sys=13.4Mi, NumGC=4082","level":"stat"}
+{"@timestamp":"2025-01-16T21:32:58.300+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.3Mi, Sys=13.4Mi, NumGC=4083","level":"stat"}
+{"@timestamp":"2025-01-16T21:33:58.301+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.3Mi, Sys=13.4Mi, NumGC=4083","level":"stat"}
+{"@timestamp":"2025-01-16T21:34:58.301+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.3Mi, Sys=13.4Mi, NumGC=4084","level":"stat"}
+{"@timestamp":"2025-01-16T21:35:58.300+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.4Mi, Sys=13.4Mi, NumGC=4084","level":"stat"}
+{"@timestamp":"2025-01-16T21:36:58.300+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.4Mi, Sys=13.4Mi, NumGC=4085","level":"stat"}
+{"@timestamp":"2025-01-16T21:37:58.301+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.4Mi, Sys=13.4Mi, NumGC=4085","level":"stat"}
+{"@timestamp":"2025-01-16T21:38:58.301+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.4Mi, Sys=13.4Mi, NumGC=4086","level":"stat"}
+{"@timestamp":"2025-01-16T21:39:58.300+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.4Mi, Sys=13.4Mi, NumGC=4086","level":"stat"}
+{"@timestamp":"2025-01-16T21:40:58.301+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.4Mi, Sys=13.4Mi, NumGC=4087","level":"stat"}
+{"@timestamp":"2025-01-16T21:41:58.299+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.4Mi, Sys=13.4Mi, NumGC=4087","level":"stat"}
+{"@timestamp":"2025-01-16T21:42:58.301+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.4Mi, Sys=13.4Mi, NumGC=4088","level":"stat"}
+{"@timestamp":"2025-01-16T21:43:58.300+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.4Mi, Sys=13.4Mi, NumGC=4088","level":"stat"}
+{"@timestamp":"2025-01-16T21:44:58.300+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.4Mi, Sys=13.4Mi, NumGC=4089","level":"stat"}
+{"@timestamp":"2025-01-16T21:45:58.300+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.4Mi, Sys=13.4Mi, NumGC=4089","level":"stat"}
+{"@timestamp":"2025-01-16T21:46:58.300+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.4Mi, Sys=13.4Mi, NumGC=4090","level":"stat"}
+{"@timestamp":"2025-01-16T21:47:58.300+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.4Mi, Sys=13.4Mi, NumGC=4090","level":"stat"}
+{"@timestamp":"2025-01-16T21:48:58.300+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.4Mi, Sys=13.4Mi, NumGC=4091","level":"stat"}
+{"@timestamp":"2025-01-16T21:49:58.300+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.4Mi, Sys=13.4Mi, NumGC=4091","level":"stat"}
+{"@timestamp":"2025-01-16T21:50:58.300+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.4Mi, Sys=13.4Mi, NumGC=4092","level":"stat"}
+{"@timestamp":"2025-01-16T22:07:23.337+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.4Mi, Sys=13.4Mi, NumGC=4092","level":"stat"}
+{"@timestamp":"2025-01-16T22:27:39.598+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.4Mi, Sys=13.4Mi, NumGC=4093","level":"stat"}
+{"@timestamp":"2025-01-16T22:28:39.618+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.4Mi, Sys=13.4Mi, NumGC=4093","level":"stat"}
+{"@timestamp":"2025-01-16T22:29:39.620+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.4Mi, Sys=13.4Mi, NumGC=4094","level":"stat"}
+{"@timestamp":"2025-01-16T22:30:39.620+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.4Mi, Sys=13.4Mi, NumGC=4094","level":"stat"}
+{"@timestamp":"2025-01-16T22:31:39.619+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.4Mi, Sys=13.4Mi, NumGC=4095","level":"stat"}
+{"@timestamp":"2025-01-16T22:32:39.619+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.4Mi, Sys=13.4Mi, NumGC=4095","level":"stat"}
+{"@timestamp":"2025-01-16T22:33:39.619+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.4Mi, Sys=13.4Mi, NumGC=4096","level":"stat"}
+{"@timestamp":"2025-01-16T22:34:39.627+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.4Mi, Sys=13.4Mi, NumGC=4096","level":"stat"}
+{"@timestamp":"2025-01-16T22:35:39.628+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.4Mi, Sys=13.4Mi, NumGC=4097","level":"stat"}
+{"@timestamp":"2025-01-16T22:36:39.627+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.5Mi, Sys=13.4Mi, NumGC=4097","level":"stat"}
+{"@timestamp":"2025-01-16T22:37:39.627+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.5Mi, Sys=13.4Mi, NumGC=4098","level":"stat"}
+{"@timestamp":"2025-01-16T22:38:39.628+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.5Mi, Sys=13.4Mi, NumGC=4098","level":"stat"}
+{"@timestamp":"2025-01-16T22:39:39.629+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.5Mi, Sys=13.4Mi, NumGC=4099","level":"stat"}
+{"@timestamp":"2025-01-16T22:40:39.629+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.5Mi, Sys=13.4Mi, NumGC=4099","level":"stat"}
+{"@timestamp":"2025-01-16T22:41:39.629+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.5Mi, Sys=13.4Mi, NumGC=4100","level":"stat"}
+{"@timestamp":"2025-01-16T22:42:39.628+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.5Mi, Sys=13.4Mi, NumGC=4100","level":"stat"}
+{"@timestamp":"2025-01-16T22:43:39.630+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.5Mi, Sys=13.4Mi, NumGC=4101","level":"stat"}
+{"@timestamp":"2025-01-16T22:44:39.629+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.5Mi, Sys=13.4Mi, NumGC=4101","level":"stat"}
+{"@timestamp":"2025-01-16T22:45:39.629+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.5Mi, Sys=13.4Mi, NumGC=4102","level":"stat"}
+{"@timestamp":"2025-01-16T22:46:39.629+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.5Mi, Sys=13.4Mi, NumGC=4102","level":"stat"}
+{"@timestamp":"2025-01-16T22:47:39.631+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.5Mi, Sys=13.4Mi, NumGC=4103","level":"stat"}
+{"@timestamp":"2025-01-16T22:48:39.631+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.5Mi, Sys=13.4Mi, NumGC=4103","level":"stat"}
+{"@timestamp":"2025-01-16T22:49:39.631+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.5Mi, Sys=13.4Mi, NumGC=4104","level":"stat"}
+{"@timestamp":"2025-01-16T22:50:39.632+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.5Mi, Sys=13.4Mi, NumGC=4104","level":"stat"}
+{"@timestamp":"2025-01-16T22:51:39.675+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.5Mi, Sys=13.4Mi, NumGC=4105","level":"stat"}
+{"@timestamp":"2025-01-16T22:52:39.678+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.5Mi, Sys=13.4Mi, NumGC=4105","level":"stat"}
+{"@timestamp":"2025-01-16T22:53:39.679+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.5Mi, Sys=13.4Mi, NumGC=4106","level":"stat"}
+{"@timestamp":"2025-01-16T22:54:39.697+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.5Mi, Sys=13.4Mi, NumGC=4106","level":"stat"}
+{"@timestamp":"2025-01-16T22:55:39.700+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.5Mi, Sys=13.4Mi, NumGC=4107","level":"stat"}
+{"@timestamp":"2025-01-16T22:56:39.701+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.5Mi, Sys=13.4Mi, NumGC=4107","level":"stat"}
+{"@timestamp":"2025-01-16T22:57:39.702+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.5Mi, Sys=13.4Mi, NumGC=4108","level":"stat"}
+{"@timestamp":"2025-01-16T22:58:39.703+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.5Mi, Sys=13.4Mi, NumGC=4108","level":"stat"}
+{"@timestamp":"2025-01-16T22:59:39.704+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.5Mi, Sys=13.4Mi, NumGC=4109","level":"stat"}
+{"@timestamp":"2025-01-16T23:00:39.706+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.5Mi, Sys=13.4Mi, NumGC=4109","level":"stat"}
+{"@timestamp":"2025-01-16T23:01:39.706+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.6Mi, Sys=13.4Mi, NumGC=4110","level":"stat"}
+{"@timestamp":"2025-01-16T23:02:39.707+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.6Mi, Sys=13.4Mi, NumGC=4110","level":"stat"}
+{"@timestamp":"2025-01-16T23:03:39.708+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.6Mi, Sys=13.4Mi, NumGC=4111","level":"stat"}
+{"@timestamp":"2025-01-16T23:04:39.709+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.6Mi, Sys=13.4Mi, NumGC=4111","level":"stat"}
+{"@timestamp":"2025-01-16T23:05:39.710+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.6Mi, Sys=13.4Mi, NumGC=4112","level":"stat"}
+{"@timestamp":"2025-01-16T23:06:39.711+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.6Mi, Sys=13.4Mi, NumGC=4112","level":"stat"}
+{"@timestamp":"2025-01-16T23:07:39.712+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.6Mi, Sys=13.4Mi, NumGC=4113","level":"stat"}
+{"@timestamp":"2025-01-16T23:08:39.713+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.6Mi, Sys=13.4Mi, NumGC=4113","level":"stat"}
+{"@timestamp":"2025-01-16T23:09:39.714+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.6Mi, Sys=13.4Mi, NumGC=4114","level":"stat"}
+{"@timestamp":"2025-01-16T23:10:39.715+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.6Mi, Sys=13.4Mi, NumGC=4114","level":"stat"}
+{"@timestamp":"2025-01-16T23:11:39.716+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.6Mi, Sys=13.4Mi, NumGC=4115","level":"stat"}
+{"@timestamp":"2025-01-16T23:12:39.716+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.6Mi, Sys=13.4Mi, NumGC=4115","level":"stat"}
+{"@timestamp":"2025-01-16T23:13:39.643+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.6Mi, Sys=13.4Mi, NumGC=4116","level":"stat"}
+{"@timestamp":"2025-01-16T23:14:39.629+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.6Mi, Sys=13.4Mi, NumGC=4116","level":"stat"}
+{"@timestamp":"2025-01-16T23:15:39.648+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.6Mi, Sys=13.4Mi, NumGC=4117","level":"stat"}
+{"@timestamp":"2025-01-16T23:16:39.651+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.6Mi, Sys=13.4Mi, NumGC=4117","level":"stat"}
+{"@timestamp":"2025-01-16T23:17:39.652+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.6Mi, Sys=13.4Mi, NumGC=4118","level":"stat"}
+{"@timestamp":"2025-01-16T23:18:39.652+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.6Mi, Sys=13.4Mi, NumGC=4118","level":"stat"}
+{"@timestamp":"2025-01-16T23:19:39.653+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.6Mi, Sys=13.4Mi, NumGC=4119","level":"stat"}
+{"@timestamp":"2025-01-16T23:20:39.653+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.6Mi, Sys=13.4Mi, NumGC=4119","level":"stat"}
+{"@timestamp":"2025-01-16T23:21:39.653+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.6Mi, Sys=13.4Mi, NumGC=4120","level":"stat"}
+{"@timestamp":"2025-01-16T23:22:39.652+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.6Mi, Sys=13.4Mi, NumGC=4120","level":"stat"}
+{"@timestamp":"2025-01-16T23:23:39.653+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.6Mi, Sys=13.4Mi, NumGC=4121","level":"stat"}
+{"@timestamp":"2025-01-16T23:24:39.653+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.6Mi, Sys=13.4Mi, NumGC=4121","level":"stat"}
+{"@timestamp":"2025-01-16T23:25:39.653+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.6Mi, Sys=13.4Mi, NumGC=4122","level":"stat"}
+{"@timestamp":"2025-01-16T23:26:39.653+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.7Mi, Sys=13.4Mi, NumGC=4122","level":"stat"}
+{"@timestamp":"2025-01-16T23:27:39.654+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.7Mi, Sys=13.4Mi, NumGC=4123","level":"stat"}
+{"@timestamp":"2025-01-16T23:28:39.654+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.7Mi, Sys=13.4Mi, NumGC=4123","level":"stat"}
+{"@timestamp":"2025-01-16T23:29:39.654+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.7Mi, Sys=13.4Mi, NumGC=4124","level":"stat"}
+{"@timestamp":"2025-01-16T23:30:39.654+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.7Mi, Sys=13.4Mi, NumGC=4124","level":"stat"}
+{"@timestamp":"2025-01-16T23:31:39.655+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.7Mi, Sys=13.4Mi, NumGC=4125","level":"stat"}
+{"@timestamp":"2025-01-16T23:32:39.655+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.7Mi, Sys=13.4Mi, NumGC=4125","level":"stat"}
+{"@timestamp":"2025-01-16T23:33:39.655+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.7Mi, Sys=13.4Mi, NumGC=4126","level":"stat"}
+{"@timestamp":"2025-01-16T23:34:39.654+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.7Mi, Sys=13.4Mi, NumGC=4126","level":"stat"}
+{"@timestamp":"2025-01-16T23:35:39.653+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.7Mi, Sys=13.4Mi, NumGC=4127","level":"stat"}
+{"@timestamp":"2025-01-16T23:36:39.653+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.7Mi, Sys=13.4Mi, NumGC=4127","level":"stat"}
+{"@timestamp":"2025-01-16T23:37:39.653+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.7Mi, Sys=13.4Mi, NumGC=4128","level":"stat"}
+{"@timestamp":"2025-01-16T23:38:39.653+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.7Mi, Sys=13.4Mi, NumGC=4128","level":"stat"}
+{"@timestamp":"2025-01-16T23:39:39.654+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.7Mi, Sys=13.4Mi, NumGC=4129","level":"stat"}
+{"@timestamp":"2025-01-16T23:40:39.654+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.7Mi, Sys=13.4Mi, NumGC=4129","level":"stat"}
+{"@timestamp":"2025-01-16T23:41:39.654+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.7Mi, Sys=13.4Mi, NumGC=4130","level":"stat"}
+{"@timestamp":"2025-01-16T23:42:39.654+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.7Mi, Sys=13.4Mi, NumGC=4130","level":"stat"}
+{"@timestamp":"2025-01-16T23:43:39.654+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.7Mi, Sys=13.4Mi, NumGC=4131","level":"stat"}
+{"@timestamp":"2025-01-16T23:44:39.654+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.7Mi, Sys=13.4Mi, NumGC=4131","level":"stat"}
+{"@timestamp":"2025-01-16T23:45:39.654+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.7Mi, Sys=13.4Mi, NumGC=4132","level":"stat"}
+{"@timestamp":"2025-01-16T23:46:39.655+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.7Mi, Sys=13.4Mi, NumGC=4132","level":"stat"}
+{"@timestamp":"2025-01-16T23:47:39.655+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.7Mi, Sys=13.4Mi, NumGC=4133","level":"stat"}
+{"@timestamp":"2025-01-16T23:48:39.655+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.7Mi, Sys=13.4Mi, NumGC=4133","level":"stat"}
+{"@timestamp":"2025-01-16T23:49:39.655+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.7Mi, Sys=13.4Mi, NumGC=4134","level":"stat"}
+{"@timestamp":"2025-01-16T23:50:39.671+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.7Mi, Sys=13.4Mi, NumGC=4134","level":"stat"}
+{"@timestamp":"2025-01-16T23:51:39.673+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.7Mi, Sys=13.4Mi, NumGC=4135","level":"stat"}
+{"@timestamp":"2025-01-16T23:52:39.673+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.8Mi, Sys=13.4Mi, NumGC=4135","level":"stat"}
+{"@timestamp":"2025-01-16T23:53:39.673+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.8Mi, Sys=13.4Mi, NumGC=4136","level":"stat"}
+{"@timestamp":"2025-01-16T23:54:39.674+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.8Mi, Sys=13.4Mi, NumGC=4136","level":"stat"}
+{"@timestamp":"2025-01-16T23:55:39.674+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.8Mi, Sys=13.4Mi, NumGC=4137","level":"stat"}
+{"@timestamp":"2025-01-16T23:56:39.674+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.8Mi, Sys=13.4Mi, NumGC=4137","level":"stat"}
+{"@timestamp":"2025-01-16T23:57:39.675+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.8Mi, Sys=13.4Mi, NumGC=4138","level":"stat"}
+{"@timestamp":"2025-01-16T23:58:39.675+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.8Mi, Sys=13.4Mi, NumGC=4138","level":"stat"}
+{"@timestamp":"2025-01-16T23:59:39.675+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.8Mi, Sys=13.4Mi, NumGC=4139","level":"stat"}

+ 1120 - 0
app/mq/rabbitmq/logs/stat.log-2025-01-17

@@ -0,0 +1,1120 @@
+{"@timestamp":"2025-01-17T00:00:39.676+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.8Mi, Sys=13.4Mi, NumGC=4139","level":"stat"}
+{"@timestamp":"2025-01-17T00:01:39.676+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.8Mi, Sys=13.4Mi, NumGC=4140","level":"stat"}
+{"@timestamp":"2025-01-17T00:02:39.677+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.8Mi, Sys=13.4Mi, NumGC=4140","level":"stat"}
+{"@timestamp":"2025-01-17T00:03:39.677+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.8Mi, Sys=13.4Mi, NumGC=4141","level":"stat"}
+{"@timestamp":"2025-01-17T00:04:39.677+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.8Mi, Sys=13.4Mi, NumGC=4141","level":"stat"}
+{"@timestamp":"2025-01-17T00:05:39.678+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.8Mi, Sys=13.4Mi, NumGC=4142","level":"stat"}
+{"@timestamp":"2025-01-17T00:06:39.687+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.8Mi, Sys=13.4Mi, NumGC=4142","level":"stat"}
+{"@timestamp":"2025-01-17T00:07:39.688+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.8Mi, Sys=13.4Mi, NumGC=4143","level":"stat"}
+{"@timestamp":"2025-01-17T00:08:39.689+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.8Mi, Sys=13.4Mi, NumGC=4143","level":"stat"}
+{"@timestamp":"2025-01-17T00:09:39.689+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.8Mi, Sys=13.4Mi, NumGC=4144","level":"stat"}
+{"@timestamp":"2025-01-17T00:10:39.690+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.8Mi, Sys=13.4Mi, NumGC=4144","level":"stat"}
+{"@timestamp":"2025-01-17T00:11:39.690+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.8Mi, Sys=13.4Mi, NumGC=4145","level":"stat"}
+{"@timestamp":"2025-01-17T00:12:39.691+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.8Mi, Sys=13.4Mi, NumGC=4145","level":"stat"}
+{"@timestamp":"2025-01-17T00:13:39.691+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.8Mi, Sys=13.4Mi, NumGC=4146","level":"stat"}
+{"@timestamp":"2025-01-17T00:14:39.692+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.8Mi, Sys=13.4Mi, NumGC=4146","level":"stat"}
+{"@timestamp":"2025-01-17T00:15:39.692+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.9Mi, Sys=13.4Mi, NumGC=4147","level":"stat"}
+{"@timestamp":"2025-01-17T00:16:39.692+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.9Mi, Sys=13.4Mi, NumGC=4147","level":"stat"}
+{"@timestamp":"2025-01-17T00:17:39.693+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.9Mi, Sys=13.4Mi, NumGC=4148","level":"stat"}
+{"@timestamp":"2025-01-17T00:18:39.693+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.9Mi, Sys=13.4Mi, NumGC=4148","level":"stat"}
+{"@timestamp":"2025-01-17T00:19:39.694+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.9Mi, Sys=13.4Mi, NumGC=4149","level":"stat"}
+{"@timestamp":"2025-01-17T00:20:39.694+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.9Mi, Sys=13.4Mi, NumGC=4149","level":"stat"}
+{"@timestamp":"2025-01-17T00:21:39.695+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.9Mi, Sys=13.4Mi, NumGC=4150","level":"stat"}
+{"@timestamp":"2025-01-17T00:22:39.695+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.9Mi, Sys=13.4Mi, NumGC=4150","level":"stat"}
+{"@timestamp":"2025-01-17T00:23:39.696+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.9Mi, Sys=13.4Mi, NumGC=4151","level":"stat"}
+{"@timestamp":"2025-01-17T00:24:39.696+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.9Mi, Sys=13.4Mi, NumGC=4151","level":"stat"}
+{"@timestamp":"2025-01-17T00:25:39.688+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.9Mi, Sys=13.4Mi, NumGC=4152","level":"stat"}
+{"@timestamp":"2025-01-17T00:26:39.685+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.9Mi, Sys=13.4Mi, NumGC=4152","level":"stat"}
+{"@timestamp":"2025-01-17T00:27:39.685+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.9Mi, Sys=13.4Mi, NumGC=4153","level":"stat"}
+{"@timestamp":"2025-01-17T00:28:39.686+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.9Mi, Sys=13.4Mi, NumGC=4153","level":"stat"}
+{"@timestamp":"2025-01-17T00:29:39.686+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.9Mi, Sys=13.4Mi, NumGC=4154","level":"stat"}
+{"@timestamp":"2025-01-17T00:30:39.687+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.9Mi, Sys=13.4Mi, NumGC=4154","level":"stat"}
+{"@timestamp":"2025-01-17T00:31:39.687+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.9Mi, Sys=13.4Mi, NumGC=4155","level":"stat"}
+{"@timestamp":"2025-01-17T00:32:39.688+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.9Mi, Sys=13.4Mi, NumGC=4155","level":"stat"}
+{"@timestamp":"2025-01-17T00:33:39.688+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.9Mi, Sys=13.4Mi, NumGC=4156","level":"stat"}
+{"@timestamp":"2025-01-17T00:34:39.688+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.9Mi, Sys=13.4Mi, NumGC=4156","level":"stat"}
+{"@timestamp":"2025-01-17T00:35:39.689+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.9Mi, Sys=13.4Mi, NumGC=4157","level":"stat"}
+{"@timestamp":"2025-01-17T00:36:39.689+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.9Mi, Sys=13.4Mi, NumGC=4157","level":"stat"}
+{"@timestamp":"2025-01-17T00:37:39.690+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.9Mi, Sys=13.4Mi, NumGC=4158","level":"stat"}
+{"@timestamp":"2025-01-17T00:38:39.690+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.9Mi, Sys=13.4Mi, NumGC=4158","level":"stat"}
+{"@timestamp":"2025-01-17T00:39:39.689+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=35.9Mi, Sys=13.4Mi, NumGC=4159","level":"stat"}
+{"@timestamp":"2025-01-17T00:40:39.690+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.0Mi, Sys=13.4Mi, NumGC=4159","level":"stat"}
+{"@timestamp":"2025-01-17T00:41:39.691+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.0Mi, Sys=13.4Mi, NumGC=4160","level":"stat"}
+{"@timestamp":"2025-01-17T00:42:39.704+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.0Mi, Sys=13.4Mi, NumGC=4160","level":"stat"}
+{"@timestamp":"2025-01-17T00:43:39.705+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.0Mi, Sys=13.4Mi, NumGC=4161","level":"stat"}
+{"@timestamp":"2025-01-17T00:44:39.706+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.0Mi, Sys=13.4Mi, NumGC=4161","level":"stat"}
+{"@timestamp":"2025-01-17T00:45:39.706+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.0Mi, Sys=13.4Mi, NumGC=4162","level":"stat"}
+{"@timestamp":"2025-01-17T00:46:39.707+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.0Mi, Sys=13.4Mi, NumGC=4162","level":"stat"}
+{"@timestamp":"2025-01-17T00:47:39.706+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.0Mi, Sys=13.4Mi, NumGC=4163","level":"stat"}
+{"@timestamp":"2025-01-17T00:48:39.708+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.0Mi, Sys=13.4Mi, NumGC=4163","level":"stat"}
+{"@timestamp":"2025-01-17T00:49:39.708+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.0Mi, Sys=13.4Mi, NumGC=4164","level":"stat"}
+{"@timestamp":"2025-01-17T00:50:39.709+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.0Mi, Sys=13.4Mi, NumGC=4164","level":"stat"}
+{"@timestamp":"2025-01-17T00:51:39.709+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.0Mi, Sys=13.4Mi, NumGC=4165","level":"stat"}
+{"@timestamp":"2025-01-17T00:52:39.710+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.0Mi, Sys=13.4Mi, NumGC=4165","level":"stat"}
+{"@timestamp":"2025-01-17T00:53:39.710+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.0Mi, Sys=13.4Mi, NumGC=4166","level":"stat"}
+{"@timestamp":"2025-01-17T00:54:39.711+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.0Mi, Sys=13.4Mi, NumGC=4166","level":"stat"}
+{"@timestamp":"2025-01-17T00:55:39.711+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.0Mi, Sys=13.4Mi, NumGC=4167","level":"stat"}
+{"@timestamp":"2025-01-17T00:56:39.712+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.0Mi, Sys=13.4Mi, NumGC=4167","level":"stat"}
+{"@timestamp":"2025-01-17T00:57:39.723+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.0Mi, Sys=13.4Mi, NumGC=4168","level":"stat"}
+{"@timestamp":"2025-01-17T00:58:39.728+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.0Mi, Sys=13.4Mi, NumGC=4168","level":"stat"}
+{"@timestamp":"2025-01-17T00:59:39.729+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.0Mi, Sys=13.4Mi, NumGC=4169","level":"stat"}
+{"@timestamp":"2025-01-17T01:00:39.729+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.0Mi, Sys=13.4Mi, NumGC=4169","level":"stat"}
+{"@timestamp":"2025-01-17T01:01:39.730+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.0Mi, Sys=13.4Mi, NumGC=4170","level":"stat"}
+{"@timestamp":"2025-01-17T01:02:39.730+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.0Mi, Sys=13.4Mi, NumGC=4170","level":"stat"}
+{"@timestamp":"2025-01-17T01:03:39.731+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.0Mi, Sys=13.4Mi, NumGC=4171","level":"stat"}
+{"@timestamp":"2025-01-17T01:04:39.732+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.0Mi, Sys=13.4Mi, NumGC=4171","level":"stat"}
+{"@timestamp":"2025-01-17T01:05:39.733+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.0Mi, Sys=13.4Mi, NumGC=4172","level":"stat"}
+{"@timestamp":"2025-01-17T01:06:39.733+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.1Mi, Sys=13.4Mi, NumGC=4172","level":"stat"}
+{"@timestamp":"2025-01-17T01:07:39.734+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.1Mi, Sys=13.4Mi, NumGC=4173","level":"stat"}
+{"@timestamp":"2025-01-17T01:08:39.735+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.1Mi, Sys=13.4Mi, NumGC=4173","level":"stat"}
+{"@timestamp":"2025-01-17T01:09:39.735+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.1Mi, Sys=13.4Mi, NumGC=4174","level":"stat"}
+{"@timestamp":"2025-01-17T01:10:39.735+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.1Mi, Sys=13.4Mi, NumGC=4174","level":"stat"}
+{"@timestamp":"2025-01-17T01:11:39.736+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.1Mi, Sys=13.4Mi, NumGC=4175","level":"stat"}
+{"@timestamp":"2025-01-17T01:12:39.740+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.1Mi, Sys=13.4Mi, NumGC=4175","level":"stat"}
+{"@timestamp":"2025-01-17T01:13:39.741+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.1Mi, Sys=13.4Mi, NumGC=4176","level":"stat"}
+{"@timestamp":"2025-01-17T01:14:39.742+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.1Mi, Sys=13.4Mi, NumGC=4176","level":"stat"}
+{"@timestamp":"2025-01-17T01:15:39.743+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.1Mi, Sys=13.4Mi, NumGC=4177","level":"stat"}
+{"@timestamp":"2025-01-17T01:16:39.743+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.1Mi, Sys=13.4Mi, NumGC=4177","level":"stat"}
+{"@timestamp":"2025-01-17T01:17:39.744+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.1Mi, Sys=13.4Mi, NumGC=4178","level":"stat"}
+{"@timestamp":"2025-01-17T01:18:39.744+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.1Mi, Sys=13.4Mi, NumGC=4178","level":"stat"}
+{"@timestamp":"2025-01-17T01:19:39.746+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.1Mi, Sys=13.4Mi, NumGC=4179","level":"stat"}
+{"@timestamp":"2025-01-17T01:20:39.746+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.1Mi, Sys=13.4Mi, NumGC=4179","level":"stat"}
+{"@timestamp":"2025-01-17T01:21:39.747+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.1Mi, Sys=13.4Mi, NumGC=4180","level":"stat"}
+{"@timestamp":"2025-01-17T01:22:39.748+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.1Mi, Sys=13.4Mi, NumGC=4180","level":"stat"}
+{"@timestamp":"2025-01-17T01:23:39.749+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.1Mi, Sys=13.4Mi, NumGC=4181","level":"stat"}
+{"@timestamp":"2025-01-17T01:24:39.749+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.1Mi, Sys=13.4Mi, NumGC=4181","level":"stat"}
+{"@timestamp":"2025-01-17T01:25:39.750+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.1Mi, Sys=13.4Mi, NumGC=4182","level":"stat"}
+{"@timestamp":"2025-01-17T01:26:39.751+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.1Mi, Sys=13.4Mi, NumGC=4182","level":"stat"}
+{"@timestamp":"2025-01-17T01:27:39.732+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.1Mi, Sys=13.4Mi, NumGC=4183","level":"stat"}
+{"@timestamp":"2025-01-17T01:28:39.724+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.1Mi, Sys=13.4Mi, NumGC=4183","level":"stat"}
+{"@timestamp":"2025-01-17T01:29:39.725+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.1Mi, Sys=13.4Mi, NumGC=4184","level":"stat"}
+{"@timestamp":"2025-01-17T01:30:39.725+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.1Mi, Sys=13.4Mi, NumGC=4184","level":"stat"}
+{"@timestamp":"2025-01-17T01:31:39.728+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.2Mi, Sys=13.4Mi, NumGC=4185","level":"stat"}
+{"@timestamp":"2025-01-17T01:32:39.726+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.2Mi, Sys=13.4Mi, NumGC=4185","level":"stat"}
+{"@timestamp":"2025-01-17T01:33:39.726+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.2Mi, Sys=13.4Mi, NumGC=4186","level":"stat"}
+{"@timestamp":"2025-01-17T01:34:39.727+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.2Mi, Sys=13.4Mi, NumGC=4186","level":"stat"}
+{"@timestamp":"2025-01-17T01:35:39.727+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.2Mi, Sys=13.4Mi, NumGC=4187","level":"stat"}
+{"@timestamp":"2025-01-17T01:36:39.727+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.2Mi, Sys=13.4Mi, NumGC=4187","level":"stat"}
+{"@timestamp":"2025-01-17T01:37:39.728+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.2Mi, Sys=13.4Mi, NumGC=4188","level":"stat"}
+{"@timestamp":"2025-01-17T01:38:39.729+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.2Mi, Sys=13.4Mi, NumGC=4188","level":"stat"}
+{"@timestamp":"2025-01-17T01:39:39.729+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.2Mi, Sys=13.4Mi, NumGC=4189","level":"stat"}
+{"@timestamp":"2025-01-17T01:40:39.730+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.2Mi, Sys=13.4Mi, NumGC=4189","level":"stat"}
+{"@timestamp":"2025-01-17T01:41:39.731+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.2Mi, Sys=13.4Mi, NumGC=4190","level":"stat"}
+{"@timestamp":"2025-01-17T01:42:39.731+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.2Mi, Sys=13.4Mi, NumGC=4190","level":"stat"}
+{"@timestamp":"2025-01-17T01:43:39.732+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.2Mi, Sys=13.4Mi, NumGC=4191","level":"stat"}
+{"@timestamp":"2025-01-17T01:44:39.732+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.2Mi, Sys=13.4Mi, NumGC=4191","level":"stat"}
+{"@timestamp":"2025-01-17T01:45:39.732+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.2Mi, Sys=13.4Mi, NumGC=4192","level":"stat"}
+{"@timestamp":"2025-01-17T01:46:39.733+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.2Mi, Sys=13.4Mi, NumGC=4192","level":"stat"}
+{"@timestamp":"2025-01-17T01:47:39.733+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.2Mi, Sys=13.4Mi, NumGC=4193","level":"stat"}
+{"@timestamp":"2025-01-17T01:48:39.733+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.2Mi, Sys=13.4Mi, NumGC=4193","level":"stat"}
+{"@timestamp":"2025-01-17T01:49:39.733+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.2Mi, Sys=13.4Mi, NumGC=4194","level":"stat"}
+{"@timestamp":"2025-01-17T01:50:39.733+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.2Mi, Sys=13.4Mi, NumGC=4194","level":"stat"}
+{"@timestamp":"2025-01-17T01:51:39.734+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.2Mi, Sys=13.4Mi, NumGC=4195","level":"stat"}
+{"@timestamp":"2025-01-17T01:52:39.734+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.2Mi, Sys=13.4Mi, NumGC=4195","level":"stat"}
+{"@timestamp":"2025-01-17T01:53:39.734+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.2Mi, Sys=13.4Mi, NumGC=4196","level":"stat"}
+{"@timestamp":"2025-01-17T01:54:39.735+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.3Mi, Sys=13.4Mi, NumGC=4196","level":"stat"}
+{"@timestamp":"2025-01-17T01:55:39.735+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.3Mi, Sys=13.4Mi, NumGC=4197","level":"stat"}
+{"@timestamp":"2025-01-17T01:56:39.735+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.3Mi, Sys=13.4Mi, NumGC=4197","level":"stat"}
+{"@timestamp":"2025-01-17T01:57:39.736+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.3Mi, Sys=13.4Mi, NumGC=4198","level":"stat"}
+{"@timestamp":"2025-01-17T01:58:39.736+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.3Mi, Sys=13.4Mi, NumGC=4198","level":"stat"}
+{"@timestamp":"2025-01-17T01:59:39.736+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.3Mi, Sys=13.4Mi, NumGC=4199","level":"stat"}
+{"@timestamp":"2025-01-17T02:00:39.737+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.3Mi, Sys=13.4Mi, NumGC=4199","level":"stat"}
+{"@timestamp":"2025-01-17T02:01:39.738+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.3Mi, Sys=13.4Mi, NumGC=4200","level":"stat"}
+{"@timestamp":"2025-01-17T02:02:39.738+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.3Mi, Sys=13.4Mi, NumGC=4200","level":"stat"}
+{"@timestamp":"2025-01-17T02:03:39.738+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.3Mi, Sys=13.4Mi, NumGC=4201","level":"stat"}
+{"@timestamp":"2025-01-17T02:04:39.739+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.3Mi, Sys=13.4Mi, NumGC=4201","level":"stat"}
+{"@timestamp":"2025-01-17T02:05:39.739+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.3Mi, Sys=13.4Mi, NumGC=4202","level":"stat"}
+{"@timestamp":"2025-01-17T02:06:39.740+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.3Mi, Sys=13.4Mi, NumGC=4202","level":"stat"}
+{"@timestamp":"2025-01-17T02:07:39.741+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.3Mi, Sys=13.4Mi, NumGC=4203","level":"stat"}
+{"@timestamp":"2025-01-17T02:08:39.741+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.3Mi, Sys=13.4Mi, NumGC=4203","level":"stat"}
+{"@timestamp":"2025-01-17T02:09:39.742+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.3Mi, Sys=13.4Mi, NumGC=4204","level":"stat"}
+{"@timestamp":"2025-01-17T02:10:39.742+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.3Mi, Sys=13.4Mi, NumGC=4204","level":"stat"}
+{"@timestamp":"2025-01-17T02:11:39.742+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.3Mi, Sys=13.4Mi, NumGC=4205","level":"stat"}
+{"@timestamp":"2025-01-17T02:12:39.743+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.3Mi, Sys=13.4Mi, NumGC=4205","level":"stat"}
+{"@timestamp":"2025-01-17T02:13:39.743+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.3Mi, Sys=13.4Mi, NumGC=4206","level":"stat"}
+{"@timestamp":"2025-01-17T02:14:39.743+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.3Mi, Sys=13.4Mi, NumGC=4206","level":"stat"}
+{"@timestamp":"2025-01-17T02:15:39.744+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.3Mi, Sys=13.4Mi, NumGC=4207","level":"stat"}
+{"@timestamp":"2025-01-17T02:16:39.744+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.3Mi, Sys=13.4Mi, NumGC=4207","level":"stat"}
+{"@timestamp":"2025-01-17T02:17:39.745+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.3Mi, Sys=13.4Mi, NumGC=4208","level":"stat"}
+{"@timestamp":"2025-01-17T02:18:39.745+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.3Mi, Sys=13.4Mi, NumGC=4208","level":"stat"}
+{"@timestamp":"2025-01-17T02:19:39.744+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.3Mi, Sys=13.4Mi, NumGC=4209","level":"stat"}
+{"@timestamp":"2025-01-17T02:20:39.742+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.4Mi, Sys=13.4Mi, NumGC=4209","level":"stat"}
+{"@timestamp":"2025-01-17T02:21:39.742+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.4Mi, Sys=13.4Mi, NumGC=4210","level":"stat"}
+{"@timestamp":"2025-01-17T02:22:39.741+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.4Mi, Sys=13.4Mi, NumGC=4210","level":"stat"}
+{"@timestamp":"2025-01-17T02:23:39.742+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.4Mi, Sys=13.4Mi, NumGC=4211","level":"stat"}
+{"@timestamp":"2025-01-17T02:24:39.743+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.4Mi, Sys=13.4Mi, NumGC=4211","level":"stat"}
+{"@timestamp":"2025-01-17T02:25:39.743+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.4Mi, Sys=13.4Mi, NumGC=4212","level":"stat"}
+{"@timestamp":"2025-01-17T02:26:39.744+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.4Mi, Sys=13.4Mi, NumGC=4212","level":"stat"}
+{"@timestamp":"2025-01-17T02:27:39.744+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.4Mi, Sys=13.4Mi, NumGC=4213","level":"stat"}
+{"@timestamp":"2025-01-17T02:28:39.745+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.4Mi, Sys=13.4Mi, NumGC=4213","level":"stat"}
+{"@timestamp":"2025-01-17T02:29:39.745+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.4Mi, Sys=13.4Mi, NumGC=4214","level":"stat"}
+{"@timestamp":"2025-01-17T02:30:39.741+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.4Mi, Sys=13.4Mi, NumGC=4214","level":"stat"}
+{"@timestamp":"2025-01-17T02:31:39.741+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.4Mi, Sys=13.4Mi, NumGC=4215","level":"stat"}
+{"@timestamp":"2025-01-17T02:32:39.740+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.4Mi, Sys=13.4Mi, NumGC=4215","level":"stat"}
+{"@timestamp":"2025-01-17T02:33:39.742+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.4Mi, Sys=13.4Mi, NumGC=4216","level":"stat"}
+{"@timestamp":"2025-01-17T02:34:39.742+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.4Mi, Sys=13.4Mi, NumGC=4216","level":"stat"}
+{"@timestamp":"2025-01-17T02:50:42.428+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.4Mi, Sys=13.4Mi, NumGC=4217","level":"stat"}
+{"@timestamp":"2025-01-17T02:51:42.428+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.4Mi, Sys=13.4Mi, NumGC=4217","level":"stat"}
+{"@timestamp":"2025-01-17T02:52:42.429+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.4Mi, Sys=13.4Mi, NumGC=4218","level":"stat"}
+{"@timestamp":"2025-01-17T02:53:42.429+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.4Mi, Sys=13.4Mi, NumGC=4218","level":"stat"}
+{"@timestamp":"2025-01-17T02:54:42.430+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.4Mi, Sys=13.4Mi, NumGC=4219","level":"stat"}
+{"@timestamp":"2025-01-17T02:55:42.430+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.4Mi, Sys=13.4Mi, NumGC=4219","level":"stat"}
+{"@timestamp":"2025-01-17T02:56:42.430+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.4Mi, Sys=13.4Mi, NumGC=4220","level":"stat"}
+{"@timestamp":"2025-01-17T02:57:42.428+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.4Mi, Sys=13.4Mi, NumGC=4220","level":"stat"}
+{"@timestamp":"2025-01-17T02:58:42.427+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.4Mi, Sys=13.4Mi, NumGC=4221","level":"stat"}
+{"@timestamp":"2025-01-17T02:59:42.428+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.5Mi, Sys=13.4Mi, NumGC=4221","level":"stat"}
+{"@timestamp":"2025-01-17T03:00:42.428+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.5Mi, Sys=13.4Mi, NumGC=4222","level":"stat"}
+{"@timestamp":"2025-01-17T03:01:42.428+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.5Mi, Sys=13.4Mi, NumGC=4222","level":"stat"}
+{"@timestamp":"2025-01-17T03:02:42.428+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.5Mi, Sys=13.4Mi, NumGC=4223","level":"stat"}
+{"@timestamp":"2025-01-17T03:03:42.428+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.5Mi, Sys=13.4Mi, NumGC=4223","level":"stat"}
+{"@timestamp":"2025-01-17T03:04:42.428+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.5Mi, Sys=13.4Mi, NumGC=4224","level":"stat"}
+{"@timestamp":"2025-01-17T03:05:42.429+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.5Mi, Sys=13.4Mi, NumGC=4224","level":"stat"}
+{"@timestamp":"2025-01-17T03:06:42.428+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.5Mi, Sys=13.4Mi, NumGC=4225","level":"stat"}
+{"@timestamp":"2025-01-17T03:07:42.428+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.5Mi, Sys=13.4Mi, NumGC=4225","level":"stat"}
+{"@timestamp":"2025-01-17T03:08:42.429+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.5Mi, Sys=13.4Mi, NumGC=4226","level":"stat"}
+{"@timestamp":"2025-01-17T03:09:42.429+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.5Mi, Sys=13.4Mi, NumGC=4226","level":"stat"}
+{"@timestamp":"2025-01-17T03:10:42.429+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.5Mi, Sys=13.4Mi, NumGC=4227","level":"stat"}
+{"@timestamp":"2025-01-17T03:11:42.430+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.5Mi, Sys=13.4Mi, NumGC=4227","level":"stat"}
+{"@timestamp":"2025-01-17T03:12:42.430+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.5Mi, Sys=13.4Mi, NumGC=4228","level":"stat"}
+{"@timestamp":"2025-01-17T03:13:42.429+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.5Mi, Sys=13.4Mi, NumGC=4228","level":"stat"}
+{"@timestamp":"2025-01-17T03:14:42.320+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.5Mi, Sys=13.4Mi, NumGC=4229","level":"stat"}
+{"@timestamp":"2025-01-17T03:15:42.319+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.5Mi, Sys=13.4Mi, NumGC=4229","level":"stat"}
+{"@timestamp":"2025-01-17T03:16:42.318+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.5Mi, Sys=13.4Mi, NumGC=4230","level":"stat"}
+{"@timestamp":"2025-01-17T03:17:42.316+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.5Mi, Sys=13.4Mi, NumGC=4230","level":"stat"}
+{"@timestamp":"2025-01-17T03:18:42.316+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.5Mi, Sys=13.4Mi, NumGC=4231","level":"stat"}
+{"@timestamp":"2025-01-17T03:19:42.315+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.5Mi, Sys=13.4Mi, NumGC=4231","level":"stat"}
+{"@timestamp":"2025-01-17T03:20:42.313+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.5Mi, Sys=13.4Mi, NumGC=4232","level":"stat"}
+{"@timestamp":"2025-01-17T03:21:42.312+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.5Mi, Sys=13.4Mi, NumGC=4232","level":"stat"}
+{"@timestamp":"2025-01-17T03:22:42.311+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.5Mi, Sys=13.4Mi, NumGC=4233","level":"stat"}
+{"@timestamp":"2025-01-17T03:23:42.309+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.5Mi, Sys=13.4Mi, NumGC=4233","level":"stat"}
+{"@timestamp":"2025-01-17T03:24:42.310+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.5Mi, Sys=13.4Mi, NumGC=4234","level":"stat"}
+{"@timestamp":"2025-01-17T03:25:42.307+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.6Mi, Sys=13.4Mi, NumGC=4234","level":"stat"}
+{"@timestamp":"2025-01-17T03:26:42.306+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.6Mi, Sys=13.4Mi, NumGC=4235","level":"stat"}
+{"@timestamp":"2025-01-17T03:27:42.306+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.6Mi, Sys=13.4Mi, NumGC=4235","level":"stat"}
+{"@timestamp":"2025-01-17T03:28:42.304+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.6Mi, Sys=13.4Mi, NumGC=4236","level":"stat"}
+{"@timestamp":"2025-01-17T03:29:42.303+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.6Mi, Sys=13.4Mi, NumGC=4236","level":"stat"}
+{"@timestamp":"2025-01-17T03:30:42.302+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.6Mi, Sys=13.4Mi, NumGC=4237","level":"stat"}
+{"@timestamp":"2025-01-17T03:31:42.301+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.6Mi, Sys=13.4Mi, NumGC=4237","level":"stat"}
+{"@timestamp":"2025-01-17T03:32:42.301+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.6Mi, Sys=13.4Mi, NumGC=4238","level":"stat"}
+{"@timestamp":"2025-01-17T03:33:42.299+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.6Mi, Sys=13.4Mi, NumGC=4238","level":"stat"}
+{"@timestamp":"2025-01-17T03:34:42.298+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.6Mi, Sys=13.4Mi, NumGC=4239","level":"stat"}
+{"@timestamp":"2025-01-17T03:35:42.304+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.6Mi, Sys=13.4Mi, NumGC=4239","level":"stat"}
+{"@timestamp":"2025-01-17T03:36:42.304+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.6Mi, Sys=13.4Mi, NumGC=4240","level":"stat"}
+{"@timestamp":"2025-01-17T03:37:42.305+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.6Mi, Sys=13.4Mi, NumGC=4240","level":"stat"}
+{"@timestamp":"2025-01-17T03:38:42.303+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.6Mi, Sys=13.4Mi, NumGC=4241","level":"stat"}
+{"@timestamp":"2025-01-17T03:39:42.301+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.6Mi, Sys=13.4Mi, NumGC=4241","level":"stat"}
+{"@timestamp":"2025-01-17T03:40:42.301+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.6Mi, Sys=13.4Mi, NumGC=4242","level":"stat"}
+{"@timestamp":"2025-01-17T03:41:42.299+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.6Mi, Sys=13.4Mi, NumGC=4242","level":"stat"}
+{"@timestamp":"2025-01-17T03:42:42.299+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.6Mi, Sys=13.4Mi, NumGC=4243","level":"stat"}
+{"@timestamp":"2025-01-17T03:43:42.298+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.6Mi, Sys=13.4Mi, NumGC=4243","level":"stat"}
+{"@timestamp":"2025-01-17T03:44:42.297+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.6Mi, Sys=13.4Mi, NumGC=4244","level":"stat"}
+{"@timestamp":"2025-01-17T03:45:42.297+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.6Mi, Sys=13.4Mi, NumGC=4244","level":"stat"}
+{"@timestamp":"2025-01-17T03:46:42.294+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.6Mi, Sys=13.4Mi, NumGC=4245","level":"stat"}
+{"@timestamp":"2025-01-17T03:47:42.293+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.6Mi, Sys=13.4Mi, NumGC=4245","level":"stat"}
+{"@timestamp":"2025-01-17T03:48:42.292+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.6Mi, Sys=13.4Mi, NumGC=4246","level":"stat"}
+{"@timestamp":"2025-01-17T03:49:42.292+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.7Mi, Sys=13.4Mi, NumGC=4246","level":"stat"}
+{"@timestamp":"2025-01-17T03:50:42.304+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.7Mi, Sys=13.4Mi, NumGC=4247","level":"stat"}
+{"@timestamp":"2025-01-17T03:51:42.306+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.7Mi, Sys=13.4Mi, NumGC=4247","level":"stat"}
+{"@timestamp":"2025-01-17T03:52:42.307+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.7Mi, Sys=13.4Mi, NumGC=4248","level":"stat"}
+{"@timestamp":"2025-01-17T03:53:42.305+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.7Mi, Sys=13.4Mi, NumGC=4248","level":"stat"}
+{"@timestamp":"2025-01-17T03:54:42.304+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.7Mi, Sys=13.4Mi, NumGC=4249","level":"stat"}
+{"@timestamp":"2025-01-17T03:55:42.303+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.7Mi, Sys=13.4Mi, NumGC=4249","level":"stat"}
+{"@timestamp":"2025-01-17T03:56:42.303+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.7Mi, Sys=13.4Mi, NumGC=4250","level":"stat"}
+{"@timestamp":"2025-01-17T03:57:42.301+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.7Mi, Sys=13.4Mi, NumGC=4250","level":"stat"}
+{"@timestamp":"2025-01-17T03:58:42.301+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.7Mi, Sys=13.4Mi, NumGC=4251","level":"stat"}
+{"@timestamp":"2025-01-17T03:59:42.301+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.7Mi, Sys=13.4Mi, NumGC=4251","level":"stat"}
+{"@timestamp":"2025-01-17T04:00:42.299+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.7Mi, Sys=13.4Mi, NumGC=4252","level":"stat"}
+{"@timestamp":"2025-01-17T04:01:42.299+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.7Mi, Sys=13.4Mi, NumGC=4252","level":"stat"}
+{"@timestamp":"2025-01-17T04:02:42.299+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.7Mi, Sys=13.4Mi, NumGC=4253","level":"stat"}
+{"@timestamp":"2025-01-17T04:03:42.297+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.7Mi, Sys=13.4Mi, NumGC=4253","level":"stat"}
+{"@timestamp":"2025-01-17T04:05:07.162+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.7Mi, Sys=13.4Mi, NumGC=4254","level":"stat"}
+{"@timestamp":"2025-01-17T04:06:07.162+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.7Mi, Sys=13.4Mi, NumGC=4254","level":"stat"}
+{"@timestamp":"2025-01-17T04:07:07.161+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.7Mi, Sys=13.4Mi, NumGC=4255","level":"stat"}
+{"@timestamp":"2025-01-17T04:08:07.162+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.7Mi, Sys=13.4Mi, NumGC=4255","level":"stat"}
+{"@timestamp":"2025-01-17T04:09:07.161+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.7Mi, Sys=13.4Mi, NumGC=4256","level":"stat"}
+{"@timestamp":"2025-01-17T04:10:07.161+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.7Mi, Sys=13.4Mi, NumGC=4256","level":"stat"}
+{"@timestamp":"2025-01-17T04:11:07.160+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.7Mi, Sys=13.4Mi, NumGC=4257","level":"stat"}
+{"@timestamp":"2025-01-17T04:12:07.160+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.7Mi, Sys=13.4Mi, NumGC=4257","level":"stat"}
+{"@timestamp":"2025-01-17T04:13:07.162+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.7Mi, Sys=13.4Mi, NumGC=4258","level":"stat"}
+{"@timestamp":"2025-01-17T04:14:07.160+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.7Mi, Sys=13.4Mi, NumGC=4258","level":"stat"}
+{"@timestamp":"2025-01-17T04:15:07.161+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.7Mi, Sys=13.4Mi, NumGC=4259","level":"stat"}
+{"@timestamp":"2025-01-17T04:16:07.161+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.8Mi, Sys=13.4Mi, NumGC=4259","level":"stat"}
+{"@timestamp":"2025-01-17T04:17:07.159+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.8Mi, Sys=13.4Mi, NumGC=4260","level":"stat"}
+{"@timestamp":"2025-01-17T04:18:07.159+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.8Mi, Sys=13.4Mi, NumGC=4260","level":"stat"}
+{"@timestamp":"2025-01-17T04:19:07.159+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.8Mi, Sys=13.4Mi, NumGC=4261","level":"stat"}
+{"@timestamp":"2025-01-17T04:20:07.159+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.8Mi, Sys=13.4Mi, NumGC=4261","level":"stat"}
+{"@timestamp":"2025-01-17T04:21:07.175+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.8Mi, Sys=13.4Mi, NumGC=4262","level":"stat"}
+{"@timestamp":"2025-01-17T04:22:07.179+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.8Mi, Sys=13.4Mi, NumGC=4262","level":"stat"}
+{"@timestamp":"2025-01-17T04:23:07.181+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.8Mi, Sys=13.4Mi, NumGC=4263","level":"stat"}
+{"@timestamp":"2025-01-17T04:24:07.179+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.8Mi, Sys=13.4Mi, NumGC=4263","level":"stat"}
+{"@timestamp":"2025-01-17T04:25:07.180+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.8Mi, Sys=13.4Mi, NumGC=4264","level":"stat"}
+{"@timestamp":"2025-01-17T04:26:07.181+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.8Mi, Sys=13.4Mi, NumGC=4264","level":"stat"}
+{"@timestamp":"2025-01-17T04:27:07.180+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.8Mi, Sys=13.4Mi, NumGC=4265","level":"stat"}
+{"@timestamp":"2025-01-17T04:28:07.180+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.8Mi, Sys=13.4Mi, NumGC=4265","level":"stat"}
+{"@timestamp":"2025-01-17T04:29:07.181+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.8Mi, Sys=13.4Mi, NumGC=4266","level":"stat"}
+{"@timestamp":"2025-01-17T04:30:07.180+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.8Mi, Sys=13.4Mi, NumGC=4266","level":"stat"}
+{"@timestamp":"2025-01-17T04:31:07.182+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.8Mi, Sys=13.4Mi, NumGC=4267","level":"stat"}
+{"@timestamp":"2025-01-17T04:32:07.181+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.8Mi, Sys=13.4Mi, NumGC=4267","level":"stat"}
+{"@timestamp":"2025-01-17T04:33:07.182+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.8Mi, Sys=13.4Mi, NumGC=4268","level":"stat"}
+{"@timestamp":"2025-01-17T04:34:07.180+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.8Mi, Sys=13.4Mi, NumGC=4268","level":"stat"}
+{"@timestamp":"2025-01-17T04:35:07.180+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.8Mi, Sys=13.4Mi, NumGC=4269","level":"stat"}
+{"@timestamp":"2025-01-17T04:36:07.191+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.8Mi, Sys=13.4Mi, NumGC=4269","level":"stat"}
+{"@timestamp":"2025-01-17T04:37:07.193+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.8Mi, Sys=13.4Mi, NumGC=4270","level":"stat"}
+{"@timestamp":"2025-01-17T04:38:07.194+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.8Mi, Sys=13.4Mi, NumGC=4270","level":"stat"}
+{"@timestamp":"2025-01-17T04:39:07.195+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.8Mi, Sys=13.4Mi, NumGC=4271","level":"stat"}
+{"@timestamp":"2025-01-17T04:40:07.193+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.9Mi, Sys=13.4Mi, NumGC=4271","level":"stat"}
+{"@timestamp":"2025-01-17T04:41:07.194+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.9Mi, Sys=13.4Mi, NumGC=4272","level":"stat"}
+{"@timestamp":"2025-01-17T04:42:07.195+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.9Mi, Sys=13.4Mi, NumGC=4272","level":"stat"}
+{"@timestamp":"2025-01-17T04:43:07.194+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.9Mi, Sys=13.4Mi, NumGC=4273","level":"stat"}
+{"@timestamp":"2025-01-17T04:44:07.194+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.9Mi, Sys=13.4Mi, NumGC=4273","level":"stat"}
+{"@timestamp":"2025-01-17T04:45:07.194+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.9Mi, Sys=13.4Mi, NumGC=4274","level":"stat"}
+{"@timestamp":"2025-01-17T04:46:07.196+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.9Mi, Sys=13.4Mi, NumGC=4274","level":"stat"}
+{"@timestamp":"2025-01-17T04:47:07.195+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.9Mi, Sys=13.4Mi, NumGC=4275","level":"stat"}
+{"@timestamp":"2025-01-17T04:48:07.196+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.9Mi, Sys=13.4Mi, NumGC=4275","level":"stat"}
+{"@timestamp":"2025-01-17T04:49:07.195+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.9Mi, Sys=13.4Mi, NumGC=4276","level":"stat"}
+{"@timestamp":"2025-01-17T04:50:07.197+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.9Mi, Sys=13.4Mi, NumGC=4276","level":"stat"}
+{"@timestamp":"2025-01-17T04:51:07.196+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.9Mi, Sys=13.4Mi, NumGC=4277","level":"stat"}
+{"@timestamp":"2025-01-17T04:52:07.196+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.9Mi, Sys=13.4Mi, NumGC=4277","level":"stat"}
+{"@timestamp":"2025-01-17T04:53:07.197+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.9Mi, Sys=13.4Mi, NumGC=4278","level":"stat"}
+{"@timestamp":"2025-01-17T04:54:07.196+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.9Mi, Sys=13.4Mi, NumGC=4278","level":"stat"}
+{"@timestamp":"2025-01-17T04:55:07.197+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.9Mi, Sys=13.4Mi, NumGC=4279","level":"stat"}
+{"@timestamp":"2025-01-17T04:56:07.198+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.9Mi, Sys=13.4Mi, NumGC=4279","level":"stat"}
+{"@timestamp":"2025-01-17T04:57:07.198+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.9Mi, Sys=13.4Mi, NumGC=4280","level":"stat"}
+{"@timestamp":"2025-01-17T04:58:07.113+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.9Mi, Sys=13.4Mi, NumGC=4280","level":"stat"}
+{"@timestamp":"2025-01-17T04:59:07.112+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.9Mi, Sys=13.4Mi, NumGC=4281","level":"stat"}
+{"@timestamp":"2025-01-17T05:00:07.111+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.9Mi, Sys=13.4Mi, NumGC=4281","level":"stat"}
+{"@timestamp":"2025-01-17T05:01:07.110+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.9Mi, Sys=13.4Mi, NumGC=4282","level":"stat"}
+{"@timestamp":"2025-01-17T05:02:07.110+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.9Mi, Sys=13.4Mi, NumGC=4282","level":"stat"}
+{"@timestamp":"2025-01-17T05:03:07.108+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.9Mi, Sys=13.4Mi, NumGC=4283","level":"stat"}
+{"@timestamp":"2025-01-17T05:04:07.107+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.9Mi, Sys=13.4Mi, NumGC=4283","level":"stat"}
+{"@timestamp":"2025-01-17T05:05:07.106+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=36.9Mi, Sys=13.4Mi, NumGC=4284","level":"stat"}
+{"@timestamp":"2025-01-17T05:06:07.106+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.0Mi, Sys=13.4Mi, NumGC=4284","level":"stat"}
+{"@timestamp":"2025-01-17T05:07:07.105+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.0Mi, Sys=13.4Mi, NumGC=4285","level":"stat"}
+{"@timestamp":"2025-01-17T05:08:31.983+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.0Mi, Sys=13.4Mi, NumGC=4285","level":"stat"}
+{"@timestamp":"2025-01-17T05:09:31.966+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.0Mi, Sys=13.4Mi, NumGC=4286","level":"stat"}
+{"@timestamp":"2025-01-17T05:10:31.964+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.0Mi, Sys=13.4Mi, NumGC=4286","level":"stat"}
+{"@timestamp":"2025-01-17T05:11:31.962+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.0Mi, Sys=13.4Mi, NumGC=4287","level":"stat"}
+{"@timestamp":"2025-01-17T05:12:31.961+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.0Mi, Sys=13.4Mi, NumGC=4287","level":"stat"}
+{"@timestamp":"2025-01-17T05:13:56.831+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.0Mi, Sys=13.4Mi, NumGC=4288","level":"stat"}
+{"@timestamp":"2025-01-17T05:30:19.218+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.0Mi, Sys=13.4Mi, NumGC=4288","level":"stat"}
+{"@timestamp":"2025-01-17T05:46:44.147+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.0Mi, Sys=13.4Mi, NumGC=4289","level":"stat"}
+{"@timestamp":"2025-01-17T05:47:44.142+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.0Mi, Sys=13.4Mi, NumGC=4289","level":"stat"}
+{"@timestamp":"2025-01-17T05:48:44.140+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.0Mi, Sys=13.4Mi, NumGC=4290","level":"stat"}
+{"@timestamp":"2025-01-17T05:49:44.137+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.0Mi, Sys=13.4Mi, NumGC=4290","level":"stat"}
+{"@timestamp":"2025-01-17T05:50:44.135+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.0Mi, Sys=13.4Mi, NumGC=4291","level":"stat"}
+{"@timestamp":"2025-01-17T05:51:44.131+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.0Mi, Sys=13.4Mi, NumGC=4291","level":"stat"}
+{"@timestamp":"2025-01-17T05:52:44.129+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.0Mi, Sys=13.4Mi, NumGC=4292","level":"stat"}
+{"@timestamp":"2025-01-17T05:53:44.128+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.0Mi, Sys=13.4Mi, NumGC=4292","level":"stat"}
+{"@timestamp":"2025-01-17T05:54:44.126+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.0Mi, Sys=13.4Mi, NumGC=4293","level":"stat"}
+{"@timestamp":"2025-01-17T05:55:44.122+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.0Mi, Sys=13.4Mi, NumGC=4293","level":"stat"}
+{"@timestamp":"2025-01-17T05:56:44.179+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.0Mi, Sys=13.4Mi, NumGC=4294","level":"stat"}
+{"@timestamp":"2025-01-17T05:57:44.176+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.0Mi, Sys=13.4Mi, NumGC=4294","level":"stat"}
+{"@timestamp":"2025-01-17T05:58:44.176+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.0Mi, Sys=13.4Mi, NumGC=4295","level":"stat"}
+{"@timestamp":"2025-01-17T05:59:44.174+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.0Mi, Sys=13.4Mi, NumGC=4295","level":"stat"}
+{"@timestamp":"2025-01-17T06:00:44.173+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.0Mi, Sys=13.4Mi, NumGC=4296","level":"stat"}
+{"@timestamp":"2025-01-17T06:01:44.169+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.0Mi, Sys=13.4Mi, NumGC=4296","level":"stat"}
+{"@timestamp":"2025-01-17T06:02:44.168+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.0Mi, Sys=13.4Mi, NumGC=4297","level":"stat"}
+{"@timestamp":"2025-01-17T06:03:44.167+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.1Mi, Sys=13.4Mi, NumGC=4297","level":"stat"}
+{"@timestamp":"2025-01-17T06:04:44.164+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.1Mi, Sys=13.4Mi, NumGC=4298","level":"stat"}
+{"@timestamp":"2025-01-17T06:05:44.162+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.1Mi, Sys=13.4Mi, NumGC=4298","level":"stat"}
+{"@timestamp":"2025-01-17T06:06:44.162+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.1Mi, Sys=13.4Mi, NumGC=4299","level":"stat"}
+{"@timestamp":"2025-01-17T06:07:44.160+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.1Mi, Sys=13.4Mi, NumGC=4299","level":"stat"}
+{"@timestamp":"2025-01-17T06:08:44.157+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.1Mi, Sys=13.4Mi, NumGC=4300","level":"stat"}
+{"@timestamp":"2025-01-17T06:09:44.156+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.1Mi, Sys=13.4Mi, NumGC=4300","level":"stat"}
+{"@timestamp":"2025-01-17T06:10:44.155+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.1Mi, Sys=13.4Mi, NumGC=4301","level":"stat"}
+{"@timestamp":"2025-01-17T06:11:44.153+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.1Mi, Sys=13.4Mi, NumGC=4301","level":"stat"}
+{"@timestamp":"2025-01-17T06:12:44.211+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.1Mi, Sys=13.4Mi, NumGC=4302","level":"stat"}
+{"@timestamp":"2025-01-17T06:13:44.210+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.1Mi, Sys=13.4Mi, NumGC=4302","level":"stat"}
+{"@timestamp":"2025-01-17T06:14:44.210+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.1Mi, Sys=13.4Mi, NumGC=4303","level":"stat"}
+{"@timestamp":"2025-01-17T06:15:44.209+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.1Mi, Sys=13.4Mi, NumGC=4303","level":"stat"}
+{"@timestamp":"2025-01-17T06:16:44.207+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.1Mi, Sys=13.4Mi, NumGC=4304","level":"stat"}
+{"@timestamp":"2025-01-17T06:17:44.206+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.1Mi, Sys=13.4Mi, NumGC=4304","level":"stat"}
+{"@timestamp":"2025-01-17T06:18:44.204+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.1Mi, Sys=13.4Mi, NumGC=4305","level":"stat"}
+{"@timestamp":"2025-01-17T06:19:44.203+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.1Mi, Sys=13.4Mi, NumGC=4305","level":"stat"}
+{"@timestamp":"2025-01-17T06:20:44.203+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.1Mi, Sys=13.4Mi, NumGC=4306","level":"stat"}
+{"@timestamp":"2025-01-17T06:21:44.203+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.1Mi, Sys=13.4Mi, NumGC=4306","level":"stat"}
+{"@timestamp":"2025-01-17T06:22:44.202+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.1Mi, Sys=13.4Mi, NumGC=4307","level":"stat"}
+{"@timestamp":"2025-01-17T06:23:44.200+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.1Mi, Sys=13.4Mi, NumGC=4307","level":"stat"}
+{"@timestamp":"2025-01-17T06:24:44.198+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.1Mi, Sys=13.4Mi, NumGC=4308","level":"stat"}
+{"@timestamp":"2025-01-17T06:25:44.198+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.1Mi, Sys=13.4Mi, NumGC=4308","level":"stat"}
+{"@timestamp":"2025-01-17T06:26:44.196+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.1Mi, Sys=13.4Mi, NumGC=4309","level":"stat"}
+{"@timestamp":"2025-01-17T06:27:44.317+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.2Mi, Sys=13.4Mi, NumGC=4309","level":"stat"}
+{"@timestamp":"2025-01-17T06:28:44.317+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.2Mi, Sys=13.4Mi, NumGC=4310","level":"stat"}
+{"@timestamp":"2025-01-17T06:29:44.316+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.2Mi, Sys=13.4Mi, NumGC=4310","level":"stat"}
+{"@timestamp":"2025-01-17T06:30:44.316+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.2Mi, Sys=13.4Mi, NumGC=4311","level":"stat"}
+{"@timestamp":"2025-01-17T06:31:44.317+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.2Mi, Sys=13.4Mi, NumGC=4311","level":"stat"}
+{"@timestamp":"2025-01-17T06:32:44.318+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.2Mi, Sys=13.4Mi, NumGC=4312","level":"stat"}
+{"@timestamp":"2025-01-17T06:33:44.318+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.2Mi, Sys=13.4Mi, NumGC=4312","level":"stat"}
+{"@timestamp":"2025-01-17T06:34:44.319+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.2Mi, Sys=13.4Mi, NumGC=4313","level":"stat"}
+{"@timestamp":"2025-01-17T06:35:44.317+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.2Mi, Sys=13.4Mi, NumGC=4313","level":"stat"}
+{"@timestamp":"2025-01-17T06:36:44.319+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.2Mi, Sys=13.4Mi, NumGC=4314","level":"stat"}
+{"@timestamp":"2025-01-17T06:37:44.320+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.2Mi, Sys=13.4Mi, NumGC=4314","level":"stat"}
+{"@timestamp":"2025-01-17T06:38:44.319+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.2Mi, Sys=13.4Mi, NumGC=4315","level":"stat"}
+{"@timestamp":"2025-01-17T06:39:44.319+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.2Mi, Sys=13.4Mi, NumGC=4315","level":"stat"}
+{"@timestamp":"2025-01-17T06:40:44.319+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.2Mi, Sys=13.4Mi, NumGC=4316","level":"stat"}
+{"@timestamp":"2025-01-17T06:41:44.320+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.2Mi, Sys=13.4Mi, NumGC=4316","level":"stat"}
+{"@timestamp":"2025-01-17T06:42:44.320+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.2Mi, Sys=13.4Mi, NumGC=4317","level":"stat"}
+{"@timestamp":"2025-01-17T06:43:44.320+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.2Mi, Sys=13.4Mi, NumGC=4317","level":"stat"}
+{"@timestamp":"2025-01-17T06:44:44.321+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.2Mi, Sys=13.4Mi, NumGC=4318","level":"stat"}
+{"@timestamp":"2025-01-17T06:45:44.321+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.2Mi, Sys=13.4Mi, NumGC=4318","level":"stat"}
+{"@timestamp":"2025-01-17T06:46:44.309+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.2Mi, Sys=13.4Mi, NumGC=4319","level":"stat"}
+{"@timestamp":"2025-01-17T06:48:09.160+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.2Mi, Sys=13.4Mi, NumGC=4319","level":"stat"}
+{"@timestamp":"2025-01-17T06:49:09.161+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.2Mi, Sys=13.4Mi, NumGC=4320","level":"stat"}
+{"@timestamp":"2025-01-17T06:50:09.161+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.2Mi, Sys=13.4Mi, NumGC=4320","level":"stat"}
+{"@timestamp":"2025-01-17T06:51:09.162+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.2Mi, Sys=13.4Mi, NumGC=4321","level":"stat"}
+{"@timestamp":"2025-01-17T06:52:09.163+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.2Mi, Sys=13.4Mi, NumGC=4321","level":"stat"}
+{"@timestamp":"2025-01-17T06:53:34.017+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.2Mi, Sys=13.4Mi, NumGC=4322","level":"stat"}
+{"@timestamp":"2025-01-17T07:09:42.687+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.3Mi, Sys=13.4Mi, NumGC=4322","level":"stat"}
+{"@timestamp":"2025-01-17T07:26:07.686+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.3Mi, Sys=13.4Mi, NumGC=4323","level":"stat"}
+{"@timestamp":"2025-01-17T07:27:07.686+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.3Mi, Sys=13.4Mi, NumGC=4323","level":"stat"}
+{"@timestamp":"2025-01-17T07:28:07.684+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.3Mi, Sys=13.4Mi, NumGC=4324","level":"stat"}
+{"@timestamp":"2025-01-17T07:29:07.685+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.3Mi, Sys=13.4Mi, NumGC=4324","level":"stat"}
+{"@timestamp":"2025-01-17T07:30:07.683+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.3Mi, Sys=13.4Mi, NumGC=4325","level":"stat"}
+{"@timestamp":"2025-01-17T07:31:07.683+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.3Mi, Sys=13.4Mi, NumGC=4325","level":"stat"}
+{"@timestamp":"2025-01-17T07:32:07.683+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.3Mi, Sys=13.4Mi, NumGC=4326","level":"stat"}
+{"@timestamp":"2025-01-17T07:33:07.683+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.3Mi, Sys=13.4Mi, NumGC=4326","level":"stat"}
+{"@timestamp":"2025-01-17T07:34:07.682+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.3Mi, Sys=13.4Mi, NumGC=4327","level":"stat"}
+{"@timestamp":"2025-01-17T07:35:07.682+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.3Mi, Sys=13.4Mi, NumGC=4327","level":"stat"}
+{"@timestamp":"2025-01-17T07:36:07.681+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.3Mi, Sys=13.4Mi, NumGC=4328","level":"stat"}
+{"@timestamp":"2025-01-17T07:37:07.681+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.3Mi, Sys=13.4Mi, NumGC=4328","level":"stat"}
+{"@timestamp":"2025-01-17T07:38:07.679+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.3Mi, Sys=13.4Mi, NumGC=4329","level":"stat"}
+{"@timestamp":"2025-01-17T07:39:07.679+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.3Mi, Sys=13.4Mi, NumGC=4329","level":"stat"}
+{"@timestamp":"2025-01-17T07:40:07.677+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.3Mi, Sys=13.4Mi, NumGC=4330","level":"stat"}
+{"@timestamp":"2025-01-17T07:41:07.678+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.3Mi, Sys=13.4Mi, NumGC=4330","level":"stat"}
+{"@timestamp":"2025-01-17T07:42:07.677+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.3Mi, Sys=13.4Mi, NumGC=4331","level":"stat"}
+{"@timestamp":"2025-01-17T07:43:07.676+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.3Mi, Sys=13.4Mi, NumGC=4331","level":"stat"}
+{"@timestamp":"2025-01-17T07:44:07.677+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.3Mi, Sys=13.4Mi, NumGC=4332","level":"stat"}
+{"@timestamp":"2025-01-17T07:45:07.675+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.3Mi, Sys=13.4Mi, NumGC=4332","level":"stat"}
+{"@timestamp":"2025-01-17T07:46:07.675+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.3Mi, Sys=13.4Mi, NumGC=4333","level":"stat"}
+{"@timestamp":"2025-01-17T07:47:07.675+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.3Mi, Sys=13.4Mi, NumGC=4333","level":"stat"}
+{"@timestamp":"2025-01-17T07:48:07.669+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.3Mi, Sys=13.4Mi, NumGC=4334","level":"stat"}
+{"@timestamp":"2025-01-17T07:49:07.668+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.3Mi, Sys=13.4Mi, NumGC=4334","level":"stat"}
+{"@timestamp":"2025-01-17T07:50:07.668+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.4Mi, Sys=13.4Mi, NumGC=4335","level":"stat"}
+{"@timestamp":"2025-01-17T07:51:07.667+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.4Mi, Sys=13.4Mi, NumGC=4335","level":"stat"}
+{"@timestamp":"2025-01-17T07:52:07.668+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.4Mi, Sys=13.4Mi, NumGC=4336","level":"stat"}
+{"@timestamp":"2025-01-17T07:53:07.667+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.4Mi, Sys=13.4Mi, NumGC=4336","level":"stat"}
+{"@timestamp":"2025-01-17T07:54:07.665+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.4Mi, Sys=13.4Mi, NumGC=4337","level":"stat"}
+{"@timestamp":"2025-01-17T07:55:07.665+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.4Mi, Sys=13.4Mi, NumGC=4337","level":"stat"}
+{"@timestamp":"2025-01-17T07:56:07.665+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.4Mi, Sys=13.4Mi, NumGC=4338","level":"stat"}
+{"@timestamp":"2025-01-17T07:57:07.663+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.4Mi, Sys=13.4Mi, NumGC=4338","level":"stat"}
+{"@timestamp":"2025-01-17T07:58:07.664+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.4Mi, Sys=13.4Mi, NumGC=4339","level":"stat"}
+{"@timestamp":"2025-01-17T07:59:07.662+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.4Mi, Sys=13.4Mi, NumGC=4339","level":"stat"}
+{"@timestamp":"2025-01-17T08:00:07.662+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.4Mi, Sys=13.4Mi, NumGC=4340","level":"stat"}
+{"@timestamp":"2025-01-17T08:01:07.661+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.4Mi, Sys=13.4Mi, NumGC=4340","level":"stat"}
+{"@timestamp":"2025-01-17T08:02:07.661+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.4Mi, Sys=13.4Mi, NumGC=4341","level":"stat"}
+{"@timestamp":"2025-01-17T08:03:07.660+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.4Mi, Sys=13.4Mi, NumGC=4341","level":"stat"}
+{"@timestamp":"2025-01-17T08:04:07.660+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.4Mi, Sys=13.4Mi, NumGC=4342","level":"stat"}
+{"@timestamp":"2025-01-17T08:05:07.659+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.4Mi, Sys=13.4Mi, NumGC=4342","level":"stat"}
+{"@timestamp":"2025-01-17T08:06:07.658+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.4Mi, Sys=13.4Mi, NumGC=4343","level":"stat"}
+{"@timestamp":"2025-01-17T08:07:07.659+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.4Mi, Sys=13.4Mi, NumGC=4343","level":"stat"}
+{"@timestamp":"2025-01-17T08:08:07.658+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.4Mi, Sys=13.4Mi, NumGC=4344","level":"stat"}
+{"@timestamp":"2025-01-17T08:09:07.657+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.4Mi, Sys=13.4Mi, NumGC=4344","level":"stat"}
+{"@timestamp":"2025-01-17T08:10:07.662+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.4Mi, Sys=13.4Mi, NumGC=4345","level":"stat"}
+{"@timestamp":"2025-01-17T08:11:07.672+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.4Mi, Sys=13.4Mi, NumGC=4345","level":"stat"}
+{"@timestamp":"2025-01-17T08:12:07.673+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.4Mi, Sys=13.4Mi, NumGC=4346","level":"stat"}
+{"@timestamp":"2025-01-17T08:13:07.672+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.4Mi, Sys=13.4Mi, NumGC=4346","level":"stat"}
+{"@timestamp":"2025-01-17T08:14:07.672+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.4Mi, Sys=13.4Mi, NumGC=4347","level":"stat"}
+{"@timestamp":"2025-01-17T08:15:07.671+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.5Mi, Sys=13.4Mi, NumGC=4347","level":"stat"}
+{"@timestamp":"2025-01-17T08:16:07.672+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.5Mi, Sys=13.4Mi, NumGC=4348","level":"stat"}
+{"@timestamp":"2025-01-17T08:17:07.671+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.5Mi, Sys=13.4Mi, NumGC=4348","level":"stat"}
+{"@timestamp":"2025-01-17T08:18:07.671+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.5Mi, Sys=13.4Mi, NumGC=4349","level":"stat"}
+{"@timestamp":"2025-01-17T08:19:07.670+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.5Mi, Sys=13.4Mi, NumGC=4349","level":"stat"}
+{"@timestamp":"2025-01-17T08:20:07.671+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.5Mi, Sys=13.4Mi, NumGC=4350","level":"stat"}
+{"@timestamp":"2025-01-17T08:21:07.669+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.5Mi, Sys=13.4Mi, NumGC=4350","level":"stat"}
+{"@timestamp":"2025-01-17T08:22:07.668+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.5Mi, Sys=13.4Mi, NumGC=4351","level":"stat"}
+{"@timestamp":"2025-01-17T08:23:07.669+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.5Mi, Sys=13.4Mi, NumGC=4351","level":"stat"}
+{"@timestamp":"2025-01-17T08:24:07.668+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.5Mi, Sys=13.4Mi, NumGC=4352","level":"stat"}
+{"@timestamp":"2025-01-17T08:25:07.669+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.5Mi, Sys=13.4Mi, NumGC=4352","level":"stat"}
+{"@timestamp":"2025-01-17T08:26:07.577+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.5Mi, Sys=13.4Mi, NumGC=4353","level":"stat"}
+{"@timestamp":"2025-01-17T08:27:07.574+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.5Mi, Sys=13.4Mi, NumGC=4353","level":"stat"}
+{"@timestamp":"2025-01-17T08:43:08.871+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.5Mi, Sys=13.4Mi, NumGC=4354","level":"stat"}
+{"@timestamp":"2025-01-17T08:44:08.878+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.5Mi, Sys=13.4Mi, NumGC=4354","level":"stat"}
+{"@timestamp":"2025-01-17T08:45:08.878+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.5Mi, Sys=13.4Mi, NumGC=4355","level":"stat"}
+{"@timestamp":"2025-01-17T08:46:08.877+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.5Mi, Sys=13.4Mi, NumGC=4355","level":"stat"}
+{"@timestamp":"2025-01-17T08:47:08.875+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.5Mi, Sys=13.4Mi, NumGC=4356","level":"stat"}
+{"@timestamp":"2025-01-17T08:48:08.873+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.5Mi, Sys=13.4Mi, NumGC=4356","level":"stat"}
+{"@timestamp":"2025-01-17T08:49:08.874+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.5Mi, Sys=13.4Mi, NumGC=4357","level":"stat"}
+{"@timestamp":"2025-01-17T08:50:08.873+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.5Mi, Sys=13.4Mi, NumGC=4357","level":"stat"}
+{"@timestamp":"2025-01-17T08:51:08.872+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.5Mi, Sys=13.4Mi, NumGC=4358","level":"stat"}
+{"@timestamp":"2025-01-17T08:52:08.869+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.5Mi, Sys=13.4Mi, NumGC=4358","level":"stat"}
+{"@timestamp":"2025-01-17T08:53:08.868+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.5Mi, Sys=13.4Mi, NumGC=4359","level":"stat"}
+{"@timestamp":"2025-01-17T08:54:08.868+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.5Mi, Sys=13.4Mi, NumGC=4359","level":"stat"}
+{"@timestamp":"2025-01-17T08:55:08.867+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.6Mi, Sys=13.4Mi, NumGC=4360","level":"stat"}
+{"@timestamp":"2025-01-17T08:56:08.865+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.6Mi, Sys=13.4Mi, NumGC=4360","level":"stat"}
+{"@timestamp":"2025-01-17T08:57:08.865+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.6Mi, Sys=13.4Mi, NumGC=4361","level":"stat"}
+{"@timestamp":"2025-01-17T08:58:08.863+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.6Mi, Sys=13.4Mi, NumGC=4361","level":"stat"}
+{"@timestamp":"2025-01-17T08:59:08.863+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.6Mi, Sys=13.4Mi, NumGC=4362","level":"stat"}
+{"@timestamp":"2025-01-17T09:00:08.862+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.6Mi, Sys=13.4Mi, NumGC=4362","level":"stat"}
+{"@timestamp":"2025-01-17T09:01:08.860+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.6Mi, Sys=13.4Mi, NumGC=4363","level":"stat"}
+{"@timestamp":"2025-01-17T09:02:08.860+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.6Mi, Sys=13.4Mi, NumGC=4363","level":"stat"}
+{"@timestamp":"2025-01-17T09:03:08.859+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.6Mi, Sys=13.4Mi, NumGC=4364","level":"stat"}
+{"@timestamp":"2025-01-17T09:04:08.858+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.6Mi, Sys=13.4Mi, NumGC=4364","level":"stat"}
+{"@timestamp":"2025-01-17T09:05:08.857+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.6Mi, Sys=13.4Mi, NumGC=4365","level":"stat"}
+{"@timestamp":"2025-01-17T09:06:08.855+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.6Mi, Sys=13.4Mi, NumGC=4365","level":"stat"}
+{"@timestamp":"2025-01-17T09:07:08.855+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.6Mi, Sys=13.4Mi, NumGC=4366","level":"stat"}
+{"@timestamp":"2025-01-17T09:08:08.965+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.6Mi, Sys=13.4Mi, NumGC=4366","level":"stat"}
+{"@timestamp":"2025-01-17T09:09:08.965+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.6Mi, Sys=13.4Mi, NumGC=4367","level":"stat"}
+{"@timestamp":"2025-01-17T09:10:08.965+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.6Mi, Sys=13.4Mi, NumGC=4367","level":"stat"}
+{"@timestamp":"2025-01-17T09:11:08.965+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.6Mi, Sys=13.4Mi, NumGC=4368","level":"stat"}
+{"@timestamp":"2025-01-17T09:12:08.966+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.6Mi, Sys=13.4Mi, NumGC=4368","level":"stat"}
+{"@timestamp":"2025-01-17T09:13:08.965+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.6Mi, Sys=13.4Mi, NumGC=4369","level":"stat"}
+{"@timestamp":"2025-01-17T09:14:08.967+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.6Mi, Sys=13.4Mi, NumGC=4369","level":"stat"}
+{"@timestamp":"2025-01-17T09:15:08.966+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.6Mi, Sys=13.4Mi, NumGC=4370","level":"stat"}
+{"@timestamp":"2025-01-17T09:16:08.966+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.6Mi, Sys=13.4Mi, NumGC=4370","level":"stat"}
+{"@timestamp":"2025-01-17T09:17:08.966+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.6Mi, Sys=13.4Mi, NumGC=4371","level":"stat"}
+{"@timestamp":"2025-01-17T09:18:08.966+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.6Mi, Sys=13.4Mi, NumGC=4371","level":"stat"}
+{"@timestamp":"2025-01-17T09:19:08.968+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.6Mi, Sys=13.4Mi, NumGC=4372","level":"stat"}
+{"@timestamp":"2025-01-17T09:20:08.968+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.7Mi, Sys=13.4Mi, NumGC=4372","level":"stat"}
+{"@timestamp":"2025-01-17T09:21:08.968+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.7Mi, Sys=13.4Mi, NumGC=4373","level":"stat"}
+{"@timestamp":"2025-01-17T09:22:08.968+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.7Mi, Sys=13.4Mi, NumGC=4373","level":"stat"}
+{"@timestamp":"2025-01-17T09:23:08.969+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.7Mi, Sys=13.4Mi, NumGC=4374","level":"stat"}
+{"@timestamp":"2025-01-17T09:24:08.969+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.7Mi, Sys=13.4Mi, NumGC=4374","level":"stat"}
+{"@timestamp":"2025-01-17T09:25:09.010+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.7Mi, Sys=13.4Mi, NumGC=4375","level":"stat"}
+{"@timestamp":"2025-01-17T09:26:09.013+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.7Mi, Sys=13.4Mi, NumGC=4375","level":"stat"}
+{"@timestamp":"2025-01-17T09:27:09.013+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.7Mi, Sys=13.4Mi, NumGC=4376","level":"stat"}
+{"@timestamp":"2025-01-17T09:28:09.014+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.7Mi, Sys=13.4Mi, NumGC=4376","level":"stat"}
+{"@timestamp":"2025-01-17T09:29:09.014+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.7Mi, Sys=13.4Mi, NumGC=4377","level":"stat"}
+{"@timestamp":"2025-01-17T09:30:09.015+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.7Mi, Sys=13.4Mi, NumGC=4377","level":"stat"}
+{"@timestamp":"2025-01-17T09:31:09.016+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.7Mi, Sys=13.4Mi, NumGC=4378","level":"stat"}
+{"@timestamp":"2025-01-17T09:32:09.017+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.7Mi, Sys=13.4Mi, NumGC=4378","level":"stat"}
+{"@timestamp":"2025-01-17T09:33:09.018+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=37.7Mi, Sys=13.4Mi, NumGC=4378","level":"stat"}
+{"@timestamp":"2025-01-17T09:34:09.018+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.7Mi, Sys=13.4Mi, NumGC=4379","level":"stat"}
+{"@timestamp":"2025-01-17T09:35:09.020+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=37.7Mi, Sys=13.4Mi, NumGC=4379","level":"stat"}
+{"@timestamp":"2025-01-17T09:36:09.019+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.7Mi, Sys=13.4Mi, NumGC=4380","level":"stat"}
+{"@timestamp":"2025-01-17T09:37:09.020+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.7Mi, Sys=13.4Mi, NumGC=4380","level":"stat"}
+{"@timestamp":"2025-01-17T09:38:09.022+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.7Mi, Sys=13.4Mi, NumGC=4381","level":"stat"}
+{"@timestamp":"2025-01-17T09:39:09.022+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.7Mi, Sys=13.4Mi, NumGC=4381","level":"stat"}
+{"@timestamp":"2025-01-17T09:40:09.024+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.7Mi, Sys=13.4Mi, NumGC=4382","level":"stat"}
+{"@timestamp":"2025-01-17T09:41:09.023+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.7Mi, Sys=13.4Mi, NumGC=4382","level":"stat"}
+{"@timestamp":"2025-01-17T09:42:09.025+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.7Mi, Sys=13.4Mi, NumGC=4383","level":"stat"}
+{"@timestamp":"2025-01-17T09:43:09.025+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.7Mi, Sys=13.4Mi, NumGC=4383","level":"stat"}
+{"@timestamp":"2025-01-17T09:44:09.026+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.7Mi, Sys=13.4Mi, NumGC=4384","level":"stat"}
+{"@timestamp":"2025-01-17T09:45:09.028+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.8Mi, Sys=13.4Mi, NumGC=4384","level":"stat"}
+{"@timestamp":"2025-01-17T09:46:33.848+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.8Mi, Sys=13.4Mi, NumGC=4385","level":"stat"}
+{"@timestamp":"2025-01-17T09:47:33.845+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.8Mi, Sys=13.4Mi, NumGC=4385","level":"stat"}
+{"@timestamp":"2025-01-17T09:48:33.846+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.8Mi, Sys=13.4Mi, NumGC=4386","level":"stat"}
+{"@timestamp":"2025-01-17T09:49:33.846+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.8Mi, Sys=13.4Mi, NumGC=4386","level":"stat"}
+{"@timestamp":"2025-01-17T09:50:33.847+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.8Mi, Sys=13.4Mi, NumGC=4387","level":"stat"}
+{"@timestamp":"2025-01-17T09:51:58.731+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=37.8Mi, Sys=13.4Mi, NumGC=4387","level":"stat"}
+{"@timestamp":"2025-01-17T10:08:23.745+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.8Mi, Sys=13.4Mi, NumGC=4388","level":"stat"}
+{"@timestamp":"2025-01-17T10:20:50.220+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.8Mi, Sys=13.4Mi, NumGC=4388","level":"stat"}
+{"@timestamp":"2025-01-17T10:21:50.220+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.8Mi, Sys=13.4Mi, NumGC=4389","level":"stat"}
+{"@timestamp":"2025-01-17T10:22:50.220+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.8Mi, Sys=13.4Mi, NumGC=4389","level":"stat"}
+{"@timestamp":"2025-01-17T10:23:50.221+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.8Mi, Sys=13.4Mi, NumGC=4390","level":"stat"}
+{"@timestamp":"2025-01-17T10:24:50.221+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.8Mi, Sys=13.4Mi, NumGC=4390","level":"stat"}
+{"@timestamp":"2025-01-17T10:25:50.222+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.8Mi, Sys=13.4Mi, NumGC=4391","level":"stat"}
+{"@timestamp":"2025-01-17T10:26:50.222+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.8Mi, Sys=13.4Mi, NumGC=4391","level":"stat"}
+{"@timestamp":"2025-01-17T10:27:50.223+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.8Mi, Sys=13.4Mi, NumGC=4392","level":"stat"}
+{"@timestamp":"2025-01-17T10:28:50.223+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.8Mi, Sys=13.4Mi, NumGC=4392","level":"stat"}
+{"@timestamp":"2025-01-17T10:29:50.224+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.8Mi, Sys=13.4Mi, NumGC=4393","level":"stat"}
+{"@timestamp":"2025-01-17T10:30:50.226+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.8Mi, Sys=13.4Mi, NumGC=4393","level":"stat"}
+{"@timestamp":"2025-01-17T10:31:50.226+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.8Mi, Sys=13.4Mi, NumGC=4394","level":"stat"}
+{"@timestamp":"2025-01-17T10:32:50.226+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.8Mi, Sys=13.4Mi, NumGC=4394","level":"stat"}
+{"@timestamp":"2025-01-17T10:33:50.227+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.8Mi, Sys=13.4Mi, NumGC=4395","level":"stat"}
+{"@timestamp":"2025-01-17T10:34:50.227+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.8Mi, Sys=13.4Mi, NumGC=4395","level":"stat"}
+{"@timestamp":"2025-01-17T10:35:50.227+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.8Mi, Sys=13.4Mi, NumGC=4396","level":"stat"}
+{"@timestamp":"2025-01-17T10:36:50.229+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.8Mi, Sys=13.4Mi, NumGC=4396","level":"stat"}
+{"@timestamp":"2025-01-17T10:37:50.229+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.8Mi, Sys=13.4Mi, NumGC=4397","level":"stat"}
+{"@timestamp":"2025-01-17T10:38:50.229+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.9Mi, Sys=13.4Mi, NumGC=4397","level":"stat"}
+{"@timestamp":"2025-01-17T10:39:50.230+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.9Mi, Sys=13.4Mi, NumGC=4398","level":"stat"}
+{"@timestamp":"2025-01-17T10:40:50.231+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.9Mi, Sys=13.4Mi, NumGC=4398","level":"stat"}
+{"@timestamp":"2025-01-17T10:41:50.097+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.9Mi, Sys=13.4Mi, NumGC=4399","level":"stat"}
+{"@timestamp":"2025-01-17T10:42:50.096+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.9Mi, Sys=13.4Mi, NumGC=4399","level":"stat"}
+{"@timestamp":"2025-01-17T10:43:50.094+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.9Mi, Sys=13.4Mi, NumGC=4400","level":"stat"}
+{"@timestamp":"2025-01-17T10:44:50.095+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.9Mi, Sys=13.4Mi, NumGC=4400","level":"stat"}
+{"@timestamp":"2025-01-17T10:45:50.094+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.9Mi, Sys=13.4Mi, NumGC=4401","level":"stat"}
+{"@timestamp":"2025-01-17T10:46:50.092+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=37.9Mi, Sys=13.4Mi, NumGC=4401","level":"stat"}
+{"@timestamp":"2025-01-17T10:47:50.092+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.9Mi, Sys=13.4Mi, NumGC=4402","level":"stat"}
+{"@timestamp":"2025-01-17T10:48:50.091+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=37.9Mi, Sys=13.4Mi, NumGC=4402","level":"stat"}
+{"@timestamp":"2025-01-17T10:49:50.090+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.9Mi, Sys=13.4Mi, NumGC=4403","level":"stat"}
+{"@timestamp":"2025-01-17T10:50:50.088+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.9Mi, Sys=13.4Mi, NumGC=4403","level":"stat"}
+{"@timestamp":"2025-01-17T10:51:50.088+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.9Mi, Sys=13.4Mi, NumGC=4404","level":"stat"}
+{"@timestamp":"2025-01-17T10:52:50.086+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.9Mi, Sys=13.4Mi, NumGC=4404","level":"stat"}
+{"@timestamp":"2025-01-17T10:53:50.085+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.9Mi, Sys=13.4Mi, NumGC=4405","level":"stat"}
+{"@timestamp":"2025-01-17T10:54:50.086+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.9Mi, Sys=13.4Mi, NumGC=4405","level":"stat"}
+{"@timestamp":"2025-01-17T10:55:50.085+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.9Mi, Sys=13.4Mi, NumGC=4406","level":"stat"}
+{"@timestamp":"2025-01-17T10:56:50.123+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=37.9Mi, Sys=13.4Mi, NumGC=4406","level":"stat"}
+{"@timestamp":"2025-01-17T10:57:50.127+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.9Mi, Sys=13.4Mi, NumGC=4407","level":"stat"}
+{"@timestamp":"2025-01-17T10:58:50.127+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=37.9Mi, Sys=13.4Mi, NumGC=4407","level":"stat"}
+{"@timestamp":"2025-01-17T10:59:50.126+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.9Mi, Sys=13.4Mi, NumGC=4408","level":"stat"}
+{"@timestamp":"2025-01-17T11:00:50.126+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=37.9Mi, Sys=13.4Mi, NumGC=4408","level":"stat"}
+{"@timestamp":"2025-01-17T11:01:50.126+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=37.9Mi, Sys=13.4Mi, NumGC=4409","level":"stat"}
+{"@timestamp":"2025-01-17T11:02:50.125+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.0Mi, Sys=13.4Mi, NumGC=4409","level":"stat"}
+{"@timestamp":"2025-01-17T11:03:50.123+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.0Mi, Sys=13.4Mi, NumGC=4410","level":"stat"}
+{"@timestamp":"2025-01-17T11:04:50.124+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=38.0Mi, Sys=13.4Mi, NumGC=4410","level":"stat"}
+{"@timestamp":"2025-01-17T11:05:50.124+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.0Mi, Sys=13.4Mi, NumGC=4411","level":"stat"}
+{"@timestamp":"2025-01-17T11:06:50.123+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.0Mi, Sys=13.4Mi, NumGC=4411","level":"stat"}
+{"@timestamp":"2025-01-17T11:07:50.122+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.0Mi, Sys=13.4Mi, NumGC=4412","level":"stat"}
+{"@timestamp":"2025-01-17T11:08:50.122+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.0Mi, Sys=13.4Mi, NumGC=4412","level":"stat"}
+{"@timestamp":"2025-01-17T11:09:50.121+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.0Mi, Sys=13.4Mi, NumGC=4413","level":"stat"}
+{"@timestamp":"2025-01-17T11:10:50.122+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.0Mi, Sys=13.4Mi, NumGC=4413","level":"stat"}
+{"@timestamp":"2025-01-17T11:11:50.129+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.0Mi, Sys=13.4Mi, NumGC=4414","level":"stat"}
+{"@timestamp":"2025-01-17T11:12:50.132+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=38.0Mi, Sys=13.4Mi, NumGC=4414","level":"stat"}
+{"@timestamp":"2025-01-17T11:13:50.133+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.0Mi, Sys=13.4Mi, NumGC=4415","level":"stat"}
+{"@timestamp":"2025-01-17T11:14:50.132+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.0Mi, Sys=13.4Mi, NumGC=4415","level":"stat"}
+{"@timestamp":"2025-01-17T11:15:50.132+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.0Mi, Sys=13.4Mi, NumGC=4416","level":"stat"}
+{"@timestamp":"2025-01-17T11:16:50.131+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.0Mi, Sys=13.4Mi, NumGC=4416","level":"stat"}
+{"@timestamp":"2025-01-17T11:17:50.132+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.0Mi, Sys=13.4Mi, NumGC=4417","level":"stat"}
+{"@timestamp":"2025-01-17T11:18:50.130+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.0Mi, Sys=13.4Mi, NumGC=4417","level":"stat"}
+{"@timestamp":"2025-01-17T11:19:50.130+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.0Mi, Sys=13.4Mi, NumGC=4418","level":"stat"}
+{"@timestamp":"2025-01-17T11:20:50.131+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.0Mi, Sys=13.4Mi, NumGC=4418","level":"stat"}
+{"@timestamp":"2025-01-17T11:37:15.187+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.0Mi, Sys=13.4Mi, NumGC=4419","level":"stat"}
+{"@timestamp":"2025-01-17T11:38:15.153+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.0Mi, Sys=13.4Mi, NumGC=4419","level":"stat"}
+{"@timestamp":"2025-01-17T11:39:15.151+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.0Mi, Sys=13.4Mi, NumGC=4420","level":"stat"}
+{"@timestamp":"2025-01-17T11:40:15.151+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.0Mi, Sys=13.4Mi, NumGC=4420","level":"stat"}
+{"@timestamp":"2025-01-17T11:41:15.151+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.0Mi, Sys=13.4Mi, NumGC=4421","level":"stat"}
+{"@timestamp":"2025-01-17T11:42:15.149+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.0Mi, Sys=13.4Mi, NumGC=4421","level":"stat"}
+{"@timestamp":"2025-01-17T11:43:15.150+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.1Mi, Sys=13.4Mi, NumGC=4422","level":"stat"}
+{"@timestamp":"2025-01-17T11:44:15.149+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.1Mi, Sys=13.4Mi, NumGC=4422","level":"stat"}
+{"@timestamp":"2025-01-17T11:45:15.148+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.1Mi, Sys=13.4Mi, NumGC=4423","level":"stat"}
+{"@timestamp":"2025-01-17T11:46:15.146+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=38.1Mi, Sys=13.4Mi, NumGC=4423","level":"stat"}
+{"@timestamp":"2025-01-17T11:47:15.147+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.1Mi, Sys=13.4Mi, NumGC=4424","level":"stat"}
+{"@timestamp":"2025-01-17T11:48:15.146+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.1Mi, Sys=13.4Mi, NumGC=4424","level":"stat"}
+{"@timestamp":"2025-01-17T11:49:15.145+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.1Mi, Sys=13.4Mi, NumGC=4425","level":"stat"}
+{"@timestamp":"2025-01-17T11:50:15.145+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=38.1Mi, Sys=13.4Mi, NumGC=4425","level":"stat"}
+{"@timestamp":"2025-01-17T11:51:15.144+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.1Mi, Sys=13.4Mi, NumGC=4426","level":"stat"}
+{"@timestamp":"2025-01-17T11:52:15.144+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.1Mi, Sys=13.4Mi, NumGC=4426","level":"stat"}
+{"@timestamp":"2025-01-17T11:53:15.150+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.1Mi, Sys=13.4Mi, NumGC=4427","level":"stat"}
+{"@timestamp":"2025-01-17T11:54:15.150+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.1Mi, Sys=13.4Mi, NumGC=4427","level":"stat"}
+{"@timestamp":"2025-01-17T11:55:15.149+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.1Mi, Sys=13.4Mi, NumGC=4428","level":"stat"}
+{"@timestamp":"2025-01-17T11:56:15.148+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.1Mi, Sys=13.4Mi, NumGC=4428","level":"stat"}
+{"@timestamp":"2025-01-17T11:57:15.148+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.1Mi, Sys=13.4Mi, NumGC=4429","level":"stat"}
+{"@timestamp":"2025-01-17T11:58:15.147+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.1Mi, Sys=13.4Mi, NumGC=4429","level":"stat"}
+{"@timestamp":"2025-01-17T11:59:15.147+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.1Mi, Sys=13.4Mi, NumGC=4430","level":"stat"}
+{"@timestamp":"2025-01-17T12:00:15.146+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.1Mi, Sys=13.4Mi, NumGC=4430","level":"stat"}
+{"@timestamp":"2025-01-17T12:01:15.145+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.1Mi, Sys=13.4Mi, NumGC=4431","level":"stat"}
+{"@timestamp":"2025-01-17T12:02:15.146+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.1Mi, Sys=13.4Mi, NumGC=4431","level":"stat"}
+{"@timestamp":"2025-01-17T12:03:15.144+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.1Mi, Sys=13.4Mi, NumGC=4432","level":"stat"}
+{"@timestamp":"2025-01-17T12:04:15.144+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.1Mi, Sys=13.4Mi, NumGC=4432","level":"stat"}
+{"@timestamp":"2025-01-17T12:05:15.143+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.1Mi, Sys=13.4Mi, NumGC=4433","level":"stat"}
+{"@timestamp":"2025-01-17T12:06:15.142+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.1Mi, Sys=13.4Mi, NumGC=4433","level":"stat"}
+{"@timestamp":"2025-01-17T12:07:15.141+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.1Mi, Sys=13.4Mi, NumGC=4434","level":"stat"}
+{"@timestamp":"2025-01-17T12:08:15.256+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.2Mi, Sys=13.4Mi, NumGC=4434","level":"stat"}
+{"@timestamp":"2025-01-17T12:09:15.258+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.2Mi, Sys=13.4Mi, NumGC=4435","level":"stat"}
+{"@timestamp":"2025-01-17T12:10:15.258+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=38.2Mi, Sys=13.4Mi, NumGC=4435","level":"stat"}
+{"@timestamp":"2025-01-17T12:11:15.259+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.2Mi, Sys=13.4Mi, NumGC=4436","level":"stat"}
+{"@timestamp":"2025-01-17T12:12:15.259+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.2Mi, Sys=13.4Mi, NumGC=4436","level":"stat"}
+{"@timestamp":"2025-01-17T12:13:15.260+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.2Mi, Sys=13.4Mi, NumGC=4437","level":"stat"}
+{"@timestamp":"2025-01-17T12:14:15.260+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.2Mi, Sys=13.4Mi, NumGC=4437","level":"stat"}
+{"@timestamp":"2025-01-17T12:15:15.259+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.2Mi, Sys=13.4Mi, NumGC=4438","level":"stat"}
+{"@timestamp":"2025-01-17T12:16:15.261+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.2Mi, Sys=13.4Mi, NumGC=4438","level":"stat"}
+{"@timestamp":"2025-01-17T12:17:15.261+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.2Mi, Sys=13.4Mi, NumGC=4439","level":"stat"}
+{"@timestamp":"2025-01-17T12:18:15.261+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.2Mi, Sys=13.4Mi, NumGC=4439","level":"stat"}
+{"@timestamp":"2025-01-17T12:19:15.263+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.2Mi, Sys=13.4Mi, NumGC=4440","level":"stat"}
+{"@timestamp":"2025-01-17T12:20:15.262+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.2Mi, Sys=13.4Mi, NumGC=4440","level":"stat"}
+{"@timestamp":"2025-01-17T12:21:15.263+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.2Mi, Sys=13.4Mi, NumGC=4441","level":"stat"}
+{"@timestamp":"2025-01-17T12:22:15.263+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.2Mi, Sys=13.4Mi, NumGC=4441","level":"stat"}
+{"@timestamp":"2025-01-17T12:23:15.290+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.2Mi, Sys=13.4Mi, NumGC=4442","level":"stat"}
+{"@timestamp":"2025-01-17T12:24:15.299+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.2Mi, Sys=13.4Mi, NumGC=4442","level":"stat"}
+{"@timestamp":"2025-01-17T12:25:15.299+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.2Mi, Sys=13.4Mi, NumGC=4443","level":"stat"}
+{"@timestamp":"2025-01-17T12:26:15.300+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.2Mi, Sys=13.4Mi, NumGC=4443","level":"stat"}
+{"@timestamp":"2025-01-17T12:27:15.302+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.2Mi, Sys=13.4Mi, NumGC=4444","level":"stat"}
+{"@timestamp":"2025-01-17T12:28:15.302+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.2Mi, Sys=13.4Mi, NumGC=4444","level":"stat"}
+{"@timestamp":"2025-01-17T12:29:15.302+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.2Mi, Sys=13.4Mi, NumGC=4445","level":"stat"}
+{"@timestamp":"2025-01-17T12:30:15.304+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=38.2Mi, Sys=13.4Mi, NumGC=4445","level":"stat"}
+{"@timestamp":"2025-01-17T12:31:15.304+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.2Mi, Sys=13.4Mi, NumGC=4446","level":"stat"}
+{"@timestamp":"2025-01-17T12:32:15.306+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.2Mi, Sys=13.4Mi, NumGC=4446","level":"stat"}
+{"@timestamp":"2025-01-17T12:33:15.307+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.3Mi, Sys=13.4Mi, NumGC=4447","level":"stat"}
+{"@timestamp":"2025-01-17T12:34:15.306+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=38.3Mi, Sys=13.4Mi, NumGC=4447","level":"stat"}
+{"@timestamp":"2025-01-17T12:35:15.307+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.3Mi, Sys=13.4Mi, NumGC=4448","level":"stat"}
+{"@timestamp":"2025-01-17T12:36:15.308+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.3Mi, Sys=13.4Mi, NumGC=4448","level":"stat"}
+{"@timestamp":"2025-01-17T12:37:15.310+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.3Mi, Sys=13.4Mi, NumGC=4449","level":"stat"}
+{"@timestamp":"2025-01-17T12:38:15.312+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.3Mi, Sys=13.4Mi, NumGC=4449","level":"stat"}
+{"@timestamp":"2025-01-17T12:39:15.311+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.3Mi, Sys=13.4Mi, NumGC=4450","level":"stat"}
+{"@timestamp":"2025-01-17T12:40:15.313+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.3Mi, Sys=13.4Mi, NumGC=4450","level":"stat"}
+{"@timestamp":"2025-01-17T12:41:15.314+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.3Mi, Sys=13.4Mi, NumGC=4451","level":"stat"}
+{"@timestamp":"2025-01-17T12:57:29.643+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.3Mi, Sys=13.4Mi, NumGC=4451","level":"stat"}
+{"@timestamp":"2025-01-17T12:58:29.644+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.3Mi, Sys=13.4Mi, NumGC=4452","level":"stat"}
+{"@timestamp":"2025-01-17T12:59:29.643+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.3Mi, Sys=13.4Mi, NumGC=4452","level":"stat"}
+{"@timestamp":"2025-01-17T13:00:29.644+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.3Mi, Sys=13.4Mi, NumGC=4453","level":"stat"}
+{"@timestamp":"2025-01-17T13:01:29.643+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.3Mi, Sys=13.4Mi, NumGC=4453","level":"stat"}
+{"@timestamp":"2025-01-17T13:02:29.642+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.3Mi, Sys=13.4Mi, NumGC=4454","level":"stat"}
+{"@timestamp":"2025-01-17T13:03:29.643+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.3Mi, Sys=13.4Mi, NumGC=4454","level":"stat"}
+{"@timestamp":"2025-01-17T13:04:29.642+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.3Mi, Sys=13.4Mi, NumGC=4455","level":"stat"}
+{"@timestamp":"2025-01-17T13:05:29.643+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.3Mi, Sys=13.4Mi, NumGC=4455","level":"stat"}
+{"@timestamp":"2025-01-17T13:06:29.643+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.3Mi, Sys=13.4Mi, NumGC=4456","level":"stat"}
+{"@timestamp":"2025-01-17T13:07:29.643+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.3Mi, Sys=13.4Mi, NumGC=4456","level":"stat"}
+{"@timestamp":"2025-01-17T13:08:29.641+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.3Mi, Sys=13.4Mi, NumGC=4457","level":"stat"}
+{"@timestamp":"2025-01-17T13:09:29.643+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.3Mi, Sys=13.4Mi, NumGC=4457","level":"stat"}
+{"@timestamp":"2025-01-17T13:10:29.641+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.3Mi, Sys=13.4Mi, NumGC=4458","level":"stat"}
+{"@timestamp":"2025-01-17T13:11:29.643+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=38.3Mi, Sys=13.4Mi, NumGC=4458","level":"stat"}
+{"@timestamp":"2025-01-17T13:12:29.641+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.3Mi, Sys=13.4Mi, NumGC=4459","level":"stat"}
+{"@timestamp":"2025-01-17T13:13:29.642+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=38.4Mi, Sys=13.4Mi, NumGC=4459","level":"stat"}
+{"@timestamp":"2025-01-17T13:14:29.641+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.4Mi, Sys=13.4Mi, NumGC=4460","level":"stat"}
+{"@timestamp":"2025-01-17T13:15:29.642+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.4Mi, Sys=13.4Mi, NumGC=4460","level":"stat"}
+{"@timestamp":"2025-01-17T13:16:29.656+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.4Mi, Sys=13.4Mi, NumGC=4461","level":"stat"}
+{"@timestamp":"2025-01-17T13:17:29.675+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.4Mi, Sys=13.4Mi, NumGC=4461","level":"stat"}
+{"@timestamp":"2025-01-17T13:18:29.675+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.4Mi, Sys=13.4Mi, NumGC=4462","level":"stat"}
+{"@timestamp":"2025-01-17T13:19:29.674+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.4Mi, Sys=13.4Mi, NumGC=4462","level":"stat"}
+{"@timestamp":"2025-01-17T13:20:29.676+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.4Mi, Sys=13.4Mi, NumGC=4463","level":"stat"}
+{"@timestamp":"2025-01-17T13:21:29.676+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.4Mi, Sys=13.4Mi, NumGC=4463","level":"stat"}
+{"@timestamp":"2025-01-17T13:22:29.675+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.4Mi, Sys=13.4Mi, NumGC=4464","level":"stat"}
+{"@timestamp":"2025-01-17T13:23:29.677+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=38.4Mi, Sys=13.4Mi, NumGC=4464","level":"stat"}
+{"@timestamp":"2025-01-17T13:24:29.676+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.4Mi, Sys=13.4Mi, NumGC=4465","level":"stat"}
+{"@timestamp":"2025-01-17T13:25:29.676+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.4Mi, Sys=13.4Mi, NumGC=4465","level":"stat"}
+{"@timestamp":"2025-01-17T13:26:29.677+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.4Mi, Sys=13.4Mi, NumGC=4466","level":"stat"}
+{"@timestamp":"2025-01-17T13:27:29.677+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.4Mi, Sys=13.4Mi, NumGC=4466","level":"stat"}
+{"@timestamp":"2025-01-17T13:28:29.677+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.4Mi, Sys=13.4Mi, NumGC=4467","level":"stat"}
+{"@timestamp":"2025-01-17T13:29:29.677+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.4Mi, Sys=13.4Mi, NumGC=4467","level":"stat"}
+{"@timestamp":"2025-01-17T13:30:29.678+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.4Mi, Sys=13.4Mi, NumGC=4468","level":"stat"}
+{"@timestamp":"2025-01-17T13:31:29.680+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=38.4Mi, Sys=13.4Mi, NumGC=4468","level":"stat"}
+{"@timestamp":"2025-01-17T13:32:29.680+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.4Mi, Sys=13.4Mi, NumGC=4469","level":"stat"}
+{"@timestamp":"2025-01-17T13:33:29.680+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.4Mi, Sys=13.4Mi, NumGC=4469","level":"stat"}
+{"@timestamp":"2025-01-17T13:34:29.679+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.4Mi, Sys=13.4Mi, NumGC=4470","level":"stat"}
+{"@timestamp":"2025-01-17T13:35:29.681+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.4Mi, Sys=13.4Mi, NumGC=4470","level":"stat"}
+{"@timestamp":"2025-01-17T13:36:29.615+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.4Mi, Sys=13.4Mi, NumGC=4471","level":"stat"}
+{"@timestamp":"2025-01-17T13:37:29.615+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.4Mi, Sys=13.4Mi, NumGC=4471","level":"stat"}
+{"@timestamp":"2025-01-17T13:38:29.615+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.4Mi, Sys=13.4Mi, NumGC=4472","level":"stat"}
+{"@timestamp":"2025-01-17T13:39:29.613+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=38.5Mi, Sys=13.4Mi, NumGC=4472","level":"stat"}
+{"@timestamp":"2025-01-17T13:40:29.613+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.5Mi, Sys=13.4Mi, NumGC=4473","level":"stat"}
+{"@timestamp":"2025-01-17T13:41:29.611+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.5Mi, Sys=13.4Mi, NumGC=4473","level":"stat"}
+{"@timestamp":"2025-01-17T13:42:29.612+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.5Mi, Sys=13.4Mi, NumGC=4474","level":"stat"}
+{"@timestamp":"2025-01-17T13:43:29.612+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.5Mi, Sys=13.4Mi, NumGC=4474","level":"stat"}
+{"@timestamp":"2025-01-17T13:44:29.611+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.5Mi, Sys=13.4Mi, NumGC=4475","level":"stat"}
+{"@timestamp":"2025-01-17T13:45:29.611+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.5Mi, Sys=13.4Mi, NumGC=4475","level":"stat"}
+{"@timestamp":"2025-01-17T13:46:29.610+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.5Mi, Sys=13.4Mi, NumGC=4476","level":"stat"}
+{"@timestamp":"2025-01-17T13:47:29.609+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=38.5Mi, Sys=13.4Mi, NumGC=4476","level":"stat"}
+{"@timestamp":"2025-01-17T13:48:29.609+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.5Mi, Sys=13.4Mi, NumGC=4477","level":"stat"}
+{"@timestamp":"2025-01-17T13:49:29.608+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.5Mi, Sys=13.4Mi, NumGC=4477","level":"stat"}
+{"@timestamp":"2025-01-17T13:50:29.608+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.5Mi, Sys=13.4Mi, NumGC=4478","level":"stat"}
+{"@timestamp":"2025-01-17T13:51:29.608+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.5Mi, Sys=13.4Mi, NumGC=4478","level":"stat"}
+{"@timestamp":"2025-01-17T13:52:29.609+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.5Mi, Sys=13.4Mi, NumGC=4479","level":"stat"}
+{"@timestamp":"2025-01-17T13:53:29.609+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.5Mi, Sys=13.4Mi, NumGC=4479","level":"stat"}
+{"@timestamp":"2025-01-17T13:54:29.608+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.5Mi, Sys=13.4Mi, NumGC=4480","level":"stat"}
+{"@timestamp":"2025-01-17T13:55:29.607+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.5Mi, Sys=13.4Mi, NumGC=4480","level":"stat"}
+{"@timestamp":"2025-01-17T13:56:29.608+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.5Mi, Sys=13.4Mi, NumGC=4481","level":"stat"}
+{"@timestamp":"2025-01-17T13:57:29.607+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.5Mi, Sys=13.4Mi, NumGC=4481","level":"stat"}
+{"@timestamp":"2025-01-17T13:58:29.605+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.5Mi, Sys=13.4Mi, NumGC=4482","level":"stat"}
+{"@timestamp":"2025-01-17T13:59:54.394+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.5Mi, Sys=13.4Mi, NumGC=4482","level":"stat"}
+{"@timestamp":"2025-01-17T14:00:54.393+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.5Mi, Sys=13.4Mi, NumGC=4483","level":"stat"}
+{"@timestamp":"2025-01-17T14:01:54.392+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.5Mi, Sys=13.4Mi, NumGC=4483","level":"stat"}
+{"@timestamp":"2025-01-17T14:02:54.391+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.5Mi, Sys=13.4Mi, NumGC=4484","level":"stat"}
+{"@timestamp":"2025-01-17T14:03:54.389+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.6Mi, Sys=13.4Mi, NumGC=4484","level":"stat"}
+{"@timestamp":"2025-01-17T14:05:19.192+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.6Mi, Sys=13.4Mi, NumGC=4485","level":"stat"}
+{"@timestamp":"2025-01-17T14:14:29.156+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.6Mi, Sys=13.4Mi, NumGC=4485","level":"stat"}
+{"@timestamp":"2025-01-17T14:15:29.155+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.6Mi, Sys=13.4Mi, NumGC=4486","level":"stat"}
+{"@timestamp":"2025-01-17T14:16:29.154+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.6Mi, Sys=13.4Mi, NumGC=4486","level":"stat"}
+{"@timestamp":"2025-01-17T14:17:29.153+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.6Mi, Sys=13.4Mi, NumGC=4487","level":"stat"}
+{"@timestamp":"2025-01-17T14:18:29.152+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.6Mi, Sys=13.4Mi, NumGC=4487","level":"stat"}
+{"@timestamp":"2025-01-17T14:19:29.152+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.6Mi, Sys=13.4Mi, NumGC=4488","level":"stat"}
+{"@timestamp":"2025-01-17T14:20:29.151+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.6Mi, Sys=13.4Mi, NumGC=4488","level":"stat"}
+{"@timestamp":"2025-01-17T14:21:29.162+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.6Mi, Sys=13.4Mi, NumGC=4489","level":"stat"}
+{"@timestamp":"2025-01-17T14:22:29.148+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.6Mi, Sys=13.4Mi, NumGC=4489","level":"stat"}
+{"@timestamp":"2025-01-17T14:23:29.147+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.6Mi, Sys=13.4Mi, NumGC=4490","level":"stat"}
+{"@timestamp":"2025-01-17T14:24:29.146+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=38.6Mi, Sys=13.4Mi, NumGC=4490","level":"stat"}
+{"@timestamp":"2025-01-17T14:25:29.145+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.6Mi, Sys=13.4Mi, NumGC=4491","level":"stat"}
+{"@timestamp":"2025-01-17T14:26:29.144+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.6Mi, Sys=13.4Mi, NumGC=4491","level":"stat"}
+{"@timestamp":"2025-01-17T14:27:29.143+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.6Mi, Sys=13.4Mi, NumGC=4492","level":"stat"}
+{"@timestamp":"2025-01-17T14:28:29.141+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.6Mi, Sys=13.4Mi, NumGC=4492","level":"stat"}
+{"@timestamp":"2025-01-17T14:29:29.064+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.6Mi, Sys=13.4Mi, NumGC=4493","level":"stat"}
+{"@timestamp":"2025-01-17T14:30:29.063+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.6Mi, Sys=13.4Mi, NumGC=4493","level":"stat"}
+{"@timestamp":"2025-01-17T14:31:29.061+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.6Mi, Sys=13.4Mi, NumGC=4494","level":"stat"}
+{"@timestamp":"2025-01-17T14:32:29.059+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.6Mi, Sys=13.4Mi, NumGC=4494","level":"stat"}
+{"@timestamp":"2025-01-17T14:33:29.058+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.6Mi, Sys=13.4Mi, NumGC=4495","level":"stat"}
+{"@timestamp":"2025-01-17T14:34:29.056+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.6Mi, Sys=13.4Mi, NumGC=4495","level":"stat"}
+{"@timestamp":"2025-01-17T14:35:29.054+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.6Mi, Sys=13.4Mi, NumGC=4496","level":"stat"}
+{"@timestamp":"2025-01-17T14:36:29.051+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.6Mi, Sys=13.4Mi, NumGC=4496","level":"stat"}
+{"@timestamp":"2025-01-17T14:37:29.050+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.6Mi, Sys=13.4Mi, NumGC=4497","level":"stat"}
+{"@timestamp":"2025-01-17T14:38:29.048+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.7Mi, Sys=13.4Mi, NumGC=4497","level":"stat"}
+{"@timestamp":"2025-01-17T14:39:29.046+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.7Mi, Sys=13.4Mi, NumGC=4498","level":"stat"}
+{"@timestamp":"2025-01-17T14:40:29.044+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.7Mi, Sys=13.4Mi, NumGC=4498","level":"stat"}
+{"@timestamp":"2025-01-17T14:41:29.042+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.7Mi, Sys=13.4Mi, NumGC=4499","level":"stat"}
+{"@timestamp":"2025-01-17T14:42:29.040+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.7Mi, Sys=13.4Mi, NumGC=4499","level":"stat"}
+{"@timestamp":"2025-01-17T14:43:29.038+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.7Mi, Sys=13.4Mi, NumGC=4500","level":"stat"}
+{"@timestamp":"2025-01-17T14:44:29.036+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.7Mi, Sys=13.4Mi, NumGC=4500","level":"stat"}
+{"@timestamp":"2025-01-17T14:45:29.014+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.7Mi, Sys=13.4Mi, NumGC=4501","level":"stat"}
+{"@timestamp":"2025-01-17T14:46:28.999+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.7Mi, Sys=13.4Mi, NumGC=4501","level":"stat"}
+{"@timestamp":"2025-01-17T14:47:28.996+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.7Mi, Sys=13.4Mi, NumGC=4502","level":"stat"}
+{"@timestamp":"2025-01-17T14:48:28.994+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=38.7Mi, Sys=13.4Mi, NumGC=4502","level":"stat"}
+{"@timestamp":"2025-01-17T14:49:28.992+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.7Mi, Sys=13.4Mi, NumGC=4503","level":"stat"}
+{"@timestamp":"2025-01-17T14:50:28.990+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.7Mi, Sys=13.4Mi, NumGC=4503","level":"stat"}
+{"@timestamp":"2025-01-17T14:51:28.987+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.7Mi, Sys=13.4Mi, NumGC=4504","level":"stat"}
+{"@timestamp":"2025-01-17T14:52:28.985+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.7Mi, Sys=13.4Mi, NumGC=4504","level":"stat"}
+{"@timestamp":"2025-01-17T14:53:28.983+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.7Mi, Sys=13.4Mi, NumGC=4505","level":"stat"}
+{"@timestamp":"2025-01-17T14:54:28.981+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.7Mi, Sys=13.4Mi, NumGC=4505","level":"stat"}
+{"@timestamp":"2025-01-17T14:55:28.978+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.7Mi, Sys=13.4Mi, NumGC=4506","level":"stat"}
+{"@timestamp":"2025-01-17T14:56:28.976+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.7Mi, Sys=13.4Mi, NumGC=4506","level":"stat"}
+{"@timestamp":"2025-01-17T14:57:28.974+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.7Mi, Sys=13.4Mi, NumGC=4507","level":"stat"}
+{"@timestamp":"2025-01-17T14:58:28.971+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.7Mi, Sys=13.4Mi, NumGC=4507","level":"stat"}
+{"@timestamp":"2025-01-17T14:59:28.969+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.7Mi, Sys=13.4Mi, NumGC=4508","level":"stat"}
+{"@timestamp":"2025-01-17T15:00:28.967+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.7Mi, Sys=13.4Mi, NumGC=4508","level":"stat"}
+{"@timestamp":"2025-01-17T15:01:28.974+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.7Mi, Sys=13.4Mi, NumGC=4509","level":"stat"}
+{"@timestamp":"2025-01-17T15:02:28.974+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=38.7Mi, Sys=13.4Mi, NumGC=4509","level":"stat"}
+{"@timestamp":"2025-01-17T15:03:28.996+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.7Mi, Sys=13.4Mi, NumGC=4510","level":"stat"}
+{"@timestamp":"2025-01-17T15:04:29.008+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.8Mi, Sys=13.4Mi, NumGC=4510","level":"stat"}
+{"@timestamp":"2025-01-17T15:05:29.007+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.8Mi, Sys=13.4Mi, NumGC=4511","level":"stat"}
+{"@timestamp":"2025-01-17T15:06:29.005+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.8Mi, Sys=13.4Mi, NumGC=4511","level":"stat"}
+{"@timestamp":"2025-01-17T15:07:29.003+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.8Mi, Sys=13.4Mi, NumGC=4512","level":"stat"}
+{"@timestamp":"2025-01-17T15:23:54.027+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.8Mi, Sys=13.4Mi, NumGC=4512","level":"stat"}
+{"@timestamp":"2025-01-17T15:36:23.535+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.8Mi, Sys=13.4Mi, NumGC=4513","level":"stat"}
+{"@timestamp":"2025-01-17T15:37:23.535+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.8Mi, Sys=13.4Mi, NumGC=4513","level":"stat"}
+{"@timestamp":"2025-01-17T15:38:23.534+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.8Mi, Sys=13.4Mi, NumGC=4514","level":"stat"}
+{"@timestamp":"2025-01-17T15:39:23.533+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.8Mi, Sys=13.4Mi, NumGC=4514","level":"stat"}
+{"@timestamp":"2025-01-17T15:40:23.533+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.8Mi, Sys=13.4Mi, NumGC=4515","level":"stat"}
+{"@timestamp":"2025-01-17T15:41:23.532+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=38.8Mi, Sys=13.4Mi, NumGC=4515","level":"stat"}
+{"@timestamp":"2025-01-17T15:42:23.532+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.8Mi, Sys=13.4Mi, NumGC=4516","level":"stat"}
+{"@timestamp":"2025-01-17T15:43:23.531+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.8Mi, Sys=13.4Mi, NumGC=4516","level":"stat"}
+{"@timestamp":"2025-01-17T15:44:23.532+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.8Mi, Sys=13.4Mi, NumGC=4517","level":"stat"}
+{"@timestamp":"2025-01-17T15:45:23.605+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.8Mi, Sys=13.4Mi, NumGC=4517","level":"stat"}
+{"@timestamp":"2025-01-17T15:46:23.605+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.8Mi, Sys=13.4Mi, NumGC=4518","level":"stat"}
+{"@timestamp":"2025-01-17T15:47:23.651+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=38.8Mi, Sys=13.4Mi, NumGC=4518","level":"stat"}
+{"@timestamp":"2025-01-17T15:48:23.655+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.8Mi, Sys=13.4Mi, NumGC=4519","level":"stat"}
+{"@timestamp":"2025-01-17T15:49:23.656+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.8Mi, Sys=13.4Mi, NumGC=4519","level":"stat"}
+{"@timestamp":"2025-01-17T15:50:23.657+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.8Mi, Sys=13.4Mi, NumGC=4520","level":"stat"}
+{"@timestamp":"2025-01-17T15:51:23.658+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.8Mi, Sys=13.4Mi, NumGC=4520","level":"stat"}
+{"@timestamp":"2025-01-17T15:52:23.659+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.8Mi, Sys=13.4Mi, NumGC=4521","level":"stat"}
+{"@timestamp":"2025-01-17T15:53:23.660+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.8Mi, Sys=13.4Mi, NumGC=4521","level":"stat"}
+{"@timestamp":"2025-01-17T15:54:23.661+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.8Mi, Sys=13.4Mi, NumGC=4522","level":"stat"}
+{"@timestamp":"2025-01-17T15:55:23.662+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.8Mi, Sys=13.4Mi, NumGC=4522","level":"stat"}
+{"@timestamp":"2025-01-17T15:56:23.663+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.9Mi, Sys=13.4Mi, NumGC=4523","level":"stat"}
+{"@timestamp":"2025-01-17T15:57:23.663+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=38.9Mi, Sys=13.4Mi, NumGC=4523","level":"stat"}
+{"@timestamp":"2025-01-17T15:58:23.664+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.9Mi, Sys=13.4Mi, NumGC=4524","level":"stat"}
+{"@timestamp":"2025-01-17T15:59:23.665+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.9Mi, Sys=13.4Mi, NumGC=4524","level":"stat"}
+{"@timestamp":"2025-01-17T16:00:23.665+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.9Mi, Sys=13.4Mi, NumGC=4525","level":"stat"}
+{"@timestamp":"2025-01-17T16:01:23.667+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=38.9Mi, Sys=13.4Mi, NumGC=4525","level":"stat"}
+{"@timestamp":"2025-01-17T16:02:23.668+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.9Mi, Sys=13.4Mi, NumGC=4526","level":"stat"}
+{"@timestamp":"2025-01-17T16:03:23.668+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.9Mi, Sys=13.4Mi, NumGC=4526","level":"stat"}
+{"@timestamp":"2025-01-17T16:04:23.669+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.9Mi, Sys=13.4Mi, NumGC=4527","level":"stat"}
+{"@timestamp":"2025-01-17T16:05:23.670+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.9Mi, Sys=13.4Mi, NumGC=4527","level":"stat"}
+{"@timestamp":"2025-01-17T16:06:23.671+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.9Mi, Sys=13.4Mi, NumGC=4528","level":"stat"}
+{"@timestamp":"2025-01-17T16:07:23.672+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.9Mi, Sys=13.4Mi, NumGC=4528","level":"stat"}
+{"@timestamp":"2025-01-17T16:08:23.673+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.9Mi, Sys=13.4Mi, NumGC=4529","level":"stat"}
+{"@timestamp":"2025-01-17T16:09:23.674+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=38.9Mi, Sys=13.4Mi, NumGC=4529","level":"stat"}
+{"@timestamp":"2025-01-17T16:10:23.675+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.9Mi, Sys=13.4Mi, NumGC=4530","level":"stat"}
+{"@timestamp":"2025-01-17T16:11:23.676+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=38.9Mi, Sys=13.4Mi, NumGC=4530","level":"stat"}
+{"@timestamp":"2025-01-17T16:12:23.677+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.9Mi, Sys=13.4Mi, NumGC=4531","level":"stat"}
+{"@timestamp":"2025-01-17T16:13:23.677+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.9Mi, Sys=13.4Mi, NumGC=4531","level":"stat"}
+{"@timestamp":"2025-01-17T16:14:23.679+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.9Mi, Sys=13.4Mi, NumGC=4532","level":"stat"}
+{"@timestamp":"2025-01-17T16:15:23.679+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.9Mi, Sys=13.4Mi, NumGC=4532","level":"stat"}
+{"@timestamp":"2025-01-17T16:16:23.681+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.9Mi, Sys=13.4Mi, NumGC=4533","level":"stat"}
+{"@timestamp":"2025-01-17T16:17:23.682+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.9Mi, Sys=13.4Mi, NumGC=4533","level":"stat"}
+{"@timestamp":"2025-01-17T16:18:23.682+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=38.9Mi, Sys=13.4Mi, NumGC=4534","level":"stat"}
+{"@timestamp":"2025-01-17T16:19:23.647+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=38.9Mi, Sys=13.4Mi, NumGC=4534","level":"stat"}
+{"@timestamp":"2025-01-17T16:20:23.645+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.0Mi, Sys=13.4Mi, NumGC=4535","level":"stat"}
+{"@timestamp":"2025-01-17T16:21:23.646+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.0Mi, Sys=13.4Mi, NumGC=4535","level":"stat"}
+{"@timestamp":"2025-01-17T16:22:23.648+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.0Mi, Sys=13.4Mi, NumGC=4536","level":"stat"}
+{"@timestamp":"2025-01-17T16:23:23.647+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.0Mi, Sys=13.4Mi, NumGC=4536","level":"stat"}
+{"@timestamp":"2025-01-17T16:24:23.647+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.0Mi, Sys=13.4Mi, NumGC=4537","level":"stat"}
+{"@timestamp":"2025-01-17T16:25:23.647+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=39.0Mi, Sys=13.4Mi, NumGC=4537","level":"stat"}
+{"@timestamp":"2025-01-17T16:26:23.647+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.0Mi, Sys=13.4Mi, NumGC=4538","level":"stat"}
+{"@timestamp":"2025-01-17T16:27:23.649+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.0Mi, Sys=13.4Mi, NumGC=4538","level":"stat"}
+{"@timestamp":"2025-01-17T16:28:23.649+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.0Mi, Sys=13.4Mi, NumGC=4539","level":"stat"}
+{"@timestamp":"2025-01-17T16:29:23.651+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.0Mi, Sys=13.4Mi, NumGC=4539","level":"stat"}
+{"@timestamp":"2025-01-17T16:30:23.651+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.0Mi, Sys=13.4Mi, NumGC=4540","level":"stat"}
+{"@timestamp":"2025-01-17T16:31:23.652+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.0Mi, Sys=13.4Mi, NumGC=4540","level":"stat"}
+{"@timestamp":"2025-01-17T16:32:23.653+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.0Mi, Sys=13.4Mi, NumGC=4541","level":"stat"}
+{"@timestamp":"2025-01-17T16:33:23.653+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.0Mi, Sys=13.4Mi, NumGC=4541","level":"stat"}
+{"@timestamp":"2025-01-17T16:34:23.631+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.0Mi, Sys=13.4Mi, NumGC=4542","level":"stat"}
+{"@timestamp":"2025-01-17T16:35:23.628+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=39.0Mi, Sys=13.4Mi, NumGC=4542","level":"stat"}
+{"@timestamp":"2025-01-17T16:36:23.629+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.0Mi, Sys=13.4Mi, NumGC=4543","level":"stat"}
+{"@timestamp":"2025-01-17T16:37:23.629+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.0Mi, Sys=13.4Mi, NumGC=4543","level":"stat"}
+{"@timestamp":"2025-01-17T16:38:23.629+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.0Mi, Sys=13.4Mi, NumGC=4544","level":"stat"}
+{"@timestamp":"2025-01-17T16:39:23.629+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.0Mi, Sys=13.4Mi, NumGC=4544","level":"stat"}
+{"@timestamp":"2025-01-17T16:40:23.629+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.0Mi, Sys=13.4Mi, NumGC=4545","level":"stat"}
+{"@timestamp":"2025-01-17T16:41:23.629+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.0Mi, Sys=13.4Mi, NumGC=4545","level":"stat"}
+{"@timestamp":"2025-01-17T16:42:23.630+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.0Mi, Sys=13.4Mi, NumGC=4546","level":"stat"}
+{"@timestamp":"2025-01-17T16:43:23.630+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.0Mi, Sys=13.4Mi, NumGC=4546","level":"stat"}
+{"@timestamp":"2025-01-17T16:44:23.630+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.0Mi, Sys=13.4Mi, NumGC=4547","level":"stat"}
+{"@timestamp":"2025-01-17T16:45:23.630+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.1Mi, Sys=13.4Mi, NumGC=4547","level":"stat"}
+{"@timestamp":"2025-01-17T16:46:23.630+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.1Mi, Sys=13.4Mi, NumGC=4548","level":"stat"}
+{"@timestamp":"2025-01-17T16:47:23.630+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=39.1Mi, Sys=13.4Mi, NumGC=4548","level":"stat"}
+{"@timestamp":"2025-01-17T16:48:23.630+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.1Mi, Sys=13.4Mi, NumGC=4549","level":"stat"}
+{"@timestamp":"2025-01-17T16:49:23.633+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.1Mi, Sys=13.4Mi, NumGC=4549","level":"stat"}
+{"@timestamp":"2025-01-17T16:50:23.633+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.1Mi, Sys=13.4Mi, NumGC=4550","level":"stat"}
+{"@timestamp":"2025-01-17T16:51:23.634+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.1Mi, Sys=13.4Mi, NumGC=4550","level":"stat"}
+{"@timestamp":"2025-01-17T16:52:23.635+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.1Mi, Sys=13.4Mi, NumGC=4551","level":"stat"}
+{"@timestamp":"2025-01-17T16:53:23.635+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=39.1Mi, Sys=13.4Mi, NumGC=4551","level":"stat"}
+{"@timestamp":"2025-01-17T16:54:23.635+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.1Mi, Sys=13.4Mi, NumGC=4552","level":"stat"}
+{"@timestamp":"2025-01-17T16:55:23.634+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.1Mi, Sys=13.4Mi, NumGC=4552","level":"stat"}
+{"@timestamp":"2025-01-17T16:56:23.634+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.1Mi, Sys=13.4Mi, NumGC=4553","level":"stat"}
+{"@timestamp":"2025-01-17T16:57:23.634+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=39.1Mi, Sys=13.4Mi, NumGC=4553","level":"stat"}
+{"@timestamp":"2025-01-17T16:58:23.635+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.1Mi, Sys=13.4Mi, NumGC=4554","level":"stat"}
+{"@timestamp":"2025-01-17T16:59:23.635+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.1Mi, Sys=13.4Mi, NumGC=4554","level":"stat"}
+{"@timestamp":"2025-01-17T17:00:23.635+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.1Mi, Sys=13.4Mi, NumGC=4555","level":"stat"}
+{"@timestamp":"2025-01-17T17:01:23.635+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.1Mi, Sys=13.4Mi, NumGC=4555","level":"stat"}
+{"@timestamp":"2025-01-17T17:02:23.635+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.1Mi, Sys=13.4Mi, NumGC=4556","level":"stat"}
+{"@timestamp":"2025-01-17T17:03:23.636+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.1Mi, Sys=13.4Mi, NumGC=4556","level":"stat"}
+{"@timestamp":"2025-01-17T17:04:23.607+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.1Mi, Sys=13.4Mi, NumGC=4557","level":"stat"}
+{"@timestamp":"2025-01-17T17:05:23.598+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.1Mi, Sys=13.4Mi, NumGC=4557","level":"stat"}
+{"@timestamp":"2025-01-17T17:06:23.598+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.1Mi, Sys=13.4Mi, NumGC=4558","level":"stat"}
+{"@timestamp":"2025-01-17T17:07:23.598+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.1Mi, Sys=13.4Mi, NumGC=4558","level":"stat"}
+{"@timestamp":"2025-01-17T17:08:23.598+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.1Mi, Sys=13.4Mi, NumGC=4559","level":"stat"}
+{"@timestamp":"2025-01-17T17:09:23.597+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.2Mi, Sys=13.4Mi, NumGC=4559","level":"stat"}
+{"@timestamp":"2025-01-17T17:10:23.597+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.2Mi, Sys=13.4Mi, NumGC=4560","level":"stat"}
+{"@timestamp":"2025-01-17T17:11:23.597+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.2Mi, Sys=13.4Mi, NumGC=4560","level":"stat"}
+{"@timestamp":"2025-01-17T17:12:23.596+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.2Mi, Sys=13.4Mi, NumGC=4561","level":"stat"}
+{"@timestamp":"2025-01-17T17:13:23.596+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.2Mi, Sys=13.4Mi, NumGC=4561","level":"stat"}
+{"@timestamp":"2025-01-17T17:14:23.597+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.2Mi, Sys=13.4Mi, NumGC=4562","level":"stat"}
+{"@timestamp":"2025-01-17T17:15:23.596+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.2Mi, Sys=13.4Mi, NumGC=4562","level":"stat"}
+{"@timestamp":"2025-01-17T17:16:23.595+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.2Mi, Sys=13.4Mi, NumGC=4563","level":"stat"}
+{"@timestamp":"2025-01-17T17:17:23.596+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.2Mi, Sys=13.4Mi, NumGC=4563","level":"stat"}
+{"@timestamp":"2025-01-17T17:18:23.595+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.2Mi, Sys=13.4Mi, NumGC=4564","level":"stat"}
+{"@timestamp":"2025-01-17T17:19:23.566+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.2Mi, Sys=13.4Mi, NumGC=4564","level":"stat"}
+{"@timestamp":"2025-01-17T17:20:23.556+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.2Mi, Sys=13.4Mi, NumGC=4565","level":"stat"}
+{"@timestamp":"2025-01-17T17:21:23.555+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.2Mi, Sys=13.4Mi, NumGC=4565","level":"stat"}
+{"@timestamp":"2025-01-17T17:22:23.555+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.2Mi, Sys=13.4Mi, NumGC=4566","level":"stat"}
+{"@timestamp":"2025-01-17T17:23:23.554+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=39.2Mi, Sys=13.4Mi, NumGC=4566","level":"stat"}
+{"@timestamp":"2025-01-17T17:24:23.553+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.2Mi, Sys=13.4Mi, NumGC=4567","level":"stat"}
+{"@timestamp":"2025-01-17T17:25:23.553+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.2Mi, Sys=13.4Mi, NumGC=4567","level":"stat"}
+{"@timestamp":"2025-01-17T17:26:23.552+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.2Mi, Sys=13.4Mi, NumGC=4568","level":"stat"}
+{"@timestamp":"2025-01-17T17:27:23.551+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.2Mi, Sys=13.4Mi, NumGC=4568","level":"stat"}
+{"@timestamp":"2025-01-17T17:28:23.550+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.2Mi, Sys=13.4Mi, NumGC=4569","level":"stat"}
+{"@timestamp":"2025-01-17T17:29:23.551+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=39.2Mi, Sys=13.4Mi, NumGC=4569","level":"stat"}
+{"@timestamp":"2025-01-17T17:30:23.550+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.2Mi, Sys=13.4Mi, NumGC=4570","level":"stat"}
+{"@timestamp":"2025-01-17T17:31:23.548+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.2Mi, Sys=13.4Mi, NumGC=4570","level":"stat"}
+{"@timestamp":"2025-01-17T17:32:23.548+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.2Mi, Sys=13.4Mi, NumGC=4571","level":"stat"}
+{"@timestamp":"2025-01-17T17:33:23.548+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.2Mi, Sys=13.4Mi, NumGC=4571","level":"stat"}
+{"@timestamp":"2025-01-17T17:34:23.540+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.2Mi, Sys=13.4Mi, NumGC=4572","level":"stat"}
+{"@timestamp":"2025-01-17T17:35:23.535+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.3Mi, Sys=13.4Mi, NumGC=4572","level":"stat"}
+{"@timestamp":"2025-01-17T17:36:23.535+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.3Mi, Sys=13.4Mi, NumGC=4573","level":"stat"}
+{"@timestamp":"2025-01-17T17:37:23.534+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.3Mi, Sys=13.4Mi, NumGC=4573","level":"stat"}
+{"@timestamp":"2025-01-17T17:38:23.533+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.3Mi, Sys=13.4Mi, NumGC=4574","level":"stat"}
+{"@timestamp":"2025-01-17T17:39:23.533+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=39.3Mi, Sys=13.4Mi, NumGC=4574","level":"stat"}
+{"@timestamp":"2025-01-17T17:40:23.531+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.3Mi, Sys=13.4Mi, NumGC=4575","level":"stat"}
+{"@timestamp":"2025-01-17T17:41:23.531+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.3Mi, Sys=13.4Mi, NumGC=4575","level":"stat"}
+{"@timestamp":"2025-01-17T17:42:23.530+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.3Mi, Sys=13.4Mi, NumGC=4576","level":"stat"}
+{"@timestamp":"2025-01-17T17:43:23.529+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.3Mi, Sys=13.4Mi, NumGC=4576","level":"stat"}
+{"@timestamp":"2025-01-17T17:44:23.529+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.3Mi, Sys=13.4Mi, NumGC=4577","level":"stat"}
+{"@timestamp":"2025-01-17T17:45:23.528+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.3Mi, Sys=13.4Mi, NumGC=4577","level":"stat"}
+{"@timestamp":"2025-01-17T17:46:23.527+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.3Mi, Sys=13.4Mi, NumGC=4578","level":"stat"}
+{"@timestamp":"2025-01-17T17:47:23.526+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.3Mi, Sys=13.4Mi, NumGC=4578","level":"stat"}
+{"@timestamp":"2025-01-17T17:48:23.525+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.3Mi, Sys=13.4Mi, NumGC=4579","level":"stat"}
+{"@timestamp":"2025-01-17T17:49:23.525+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.3Mi, Sys=13.4Mi, NumGC=4579","level":"stat"}
+{"@timestamp":"2025-01-17T17:50:23.545+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.3Mi, Sys=13.4Mi, NumGC=4580","level":"stat"}
+{"@timestamp":"2025-01-17T17:51:23.552+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.3Mi, Sys=13.4Mi, NumGC=4580","level":"stat"}
+{"@timestamp":"2025-01-17T17:52:23.551+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.3Mi, Sys=13.4Mi, NumGC=4581","level":"stat"}
+{"@timestamp":"2025-01-17T17:53:23.551+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.3Mi, Sys=13.4Mi, NumGC=4581","level":"stat"}
+{"@timestamp":"2025-01-17T17:54:23.550+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.3Mi, Sys=13.4Mi, NumGC=4582","level":"stat"}
+{"@timestamp":"2025-01-17T17:55:23.549+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.3Mi, Sys=13.4Mi, NumGC=4582","level":"stat"}
+{"@timestamp":"2025-01-17T17:56:23.548+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.3Mi, Sys=13.4Mi, NumGC=4583","level":"stat"}
+{"@timestamp":"2025-01-17T17:57:23.548+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.3Mi, Sys=13.4Mi, NumGC=4583","level":"stat"}
+{"@timestamp":"2025-01-17T17:58:23.548+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.3Mi, Sys=13.4Mi, NumGC=4584","level":"stat"}
+{"@timestamp":"2025-01-17T17:59:23.547+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.3Mi, Sys=13.4Mi, NumGC=4584","level":"stat"}
+{"@timestamp":"2025-01-17T18:00:23.546+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.3Mi, Sys=13.4Mi, NumGC=4585","level":"stat"}
+{"@timestamp":"2025-01-17T18:01:23.546+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.4Mi, Sys=13.4Mi, NumGC=4585","level":"stat"}
+{"@timestamp":"2025-01-17T18:02:23.545+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.4Mi, Sys=13.4Mi, NumGC=4586","level":"stat"}
+{"@timestamp":"2025-01-17T18:03:23.545+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.4Mi, Sys=13.4Mi, NumGC=4586","level":"stat"}
+{"@timestamp":"2025-01-17T18:04:23.545+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.4Mi, Sys=13.4Mi, NumGC=4587","level":"stat"}
+{"@timestamp":"2025-01-17T18:05:23.534+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=39.4Mi, Sys=13.4Mi, NumGC=4587","level":"stat"}
+{"@timestamp":"2025-01-17T18:06:23.529+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.4Mi, Sys=13.4Mi, NumGC=4588","level":"stat"}
+{"@timestamp":"2025-01-17T18:07:23.529+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.4Mi, Sys=13.4Mi, NumGC=4588","level":"stat"}
+{"@timestamp":"2025-01-17T18:08:23.528+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.4Mi, Sys=13.4Mi, NumGC=4589","level":"stat"}
+{"@timestamp":"2025-01-17T18:09:23.527+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.4Mi, Sys=13.4Mi, NumGC=4589","level":"stat"}
+{"@timestamp":"2025-01-17T18:10:23.526+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.4Mi, Sys=13.4Mi, NumGC=4590","level":"stat"}
+{"@timestamp":"2025-01-17T18:11:23.526+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.4Mi, Sys=13.4Mi, NumGC=4590","level":"stat"}
+{"@timestamp":"2025-01-17T18:12:23.525+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.4Mi, Sys=13.4Mi, NumGC=4591","level":"stat"}
+{"@timestamp":"2025-01-17T18:13:23.525+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.4Mi, Sys=13.4Mi, NumGC=4591","level":"stat"}
+{"@timestamp":"2025-01-17T18:14:23.524+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.4Mi, Sys=13.4Mi, NumGC=4592","level":"stat"}
+{"@timestamp":"2025-01-17T18:15:23.524+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=39.4Mi, Sys=13.4Mi, NumGC=4592","level":"stat"}
+{"@timestamp":"2025-01-17T18:16:23.523+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.4Mi, Sys=13.4Mi, NumGC=4593","level":"stat"}
+{"@timestamp":"2025-01-17T18:17:23.522+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.4Mi, Sys=13.4Mi, NumGC=4593","level":"stat"}
+{"@timestamp":"2025-01-17T18:18:23.521+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.4Mi, Sys=13.4Mi, NumGC=4594","level":"stat"}
+{"@timestamp":"2025-01-17T18:19:23.521+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.4Mi, Sys=13.4Mi, NumGC=4594","level":"stat"}
+{"@timestamp":"2025-01-17T18:20:23.521+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.4Mi, Sys=13.4Mi, NumGC=4595","level":"stat"}
+{"@timestamp":"2025-01-17T18:21:23.539+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.4Mi, Sys=13.4Mi, NumGC=4595","level":"stat"}
+{"@timestamp":"2025-01-17T18:22:23.542+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.4Mi, Sys=13.4Mi, NumGC=4596","level":"stat"}
+{"@timestamp":"2025-01-17T18:23:23.540+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.4Mi, Sys=13.4Mi, NumGC=4596","level":"stat"}
+{"@timestamp":"2025-01-17T18:24:23.540+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.4Mi, Sys=13.4Mi, NumGC=4597","level":"stat"}
+{"@timestamp":"2025-01-17T18:25:23.540+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=39.5Mi, Sys=13.4Mi, NumGC=4597","level":"stat"}
+{"@timestamp":"2025-01-17T18:26:23.539+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.5Mi, Sys=13.4Mi, NumGC=4598","level":"stat"}
+{"@timestamp":"2025-01-17T18:27:23.539+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.5Mi, Sys=13.4Mi, NumGC=4598","level":"stat"}
+{"@timestamp":"2025-01-17T18:28:23.539+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.5Mi, Sys=13.4Mi, NumGC=4599","level":"stat"}
+{"@timestamp":"2025-01-17T18:29:23.538+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=39.5Mi, Sys=13.4Mi, NumGC=4599","level":"stat"}
+{"@timestamp":"2025-01-17T18:30:23.537+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.5Mi, Sys=13.4Mi, NumGC=4600","level":"stat"}
+{"@timestamp":"2025-01-17T18:31:23.537+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.5Mi, Sys=13.4Mi, NumGC=4600","level":"stat"}
+{"@timestamp":"2025-01-17T18:32:23.537+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.5Mi, Sys=13.4Mi, NumGC=4601","level":"stat"}
+{"@timestamp":"2025-01-17T18:33:23.537+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.5Mi, Sys=13.4Mi, NumGC=4601","level":"stat"}
+{"@timestamp":"2025-01-17T18:34:23.535+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.5Mi, Sys=13.4Mi, NumGC=4602","level":"stat"}
+{"@timestamp":"2025-01-17T18:35:23.536+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.5Mi, Sys=13.4Mi, NumGC=4602","level":"stat"}
+{"@timestamp":"2025-01-17T18:36:23.550+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.5Mi, Sys=13.4Mi, NumGC=4603","level":"stat"}
+{"@timestamp":"2025-01-17T18:37:23.552+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.5Mi, Sys=13.4Mi, NumGC=4603","level":"stat"}
+{"@timestamp":"2025-01-17T18:38:23.552+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.5Mi, Sys=13.4Mi, NumGC=4604","level":"stat"}
+{"@timestamp":"2025-01-17T18:39:23.553+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.5Mi, Sys=13.4Mi, NumGC=4604","level":"stat"}
+{"@timestamp":"2025-01-17T18:40:23.551+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.5Mi, Sys=13.4Mi, NumGC=4605","level":"stat"}
+{"@timestamp":"2025-01-17T18:41:23.551+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.5Mi, Sys=13.4Mi, NumGC=4605","level":"stat"}
+{"@timestamp":"2025-01-17T18:42:23.550+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.5Mi, Sys=13.4Mi, NumGC=4606","level":"stat"}
+{"@timestamp":"2025-01-17T18:43:23.574+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=39.5Mi, Sys=13.4Mi, NumGC=4606","level":"stat"}
+{"@timestamp":"2025-01-17T18:44:23.575+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.5Mi, Sys=13.4Mi, NumGC=4607","level":"stat"}
+{"@timestamp":"2025-01-17T18:45:23.575+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.5Mi, Sys=13.4Mi, NumGC=4607","level":"stat"}
+{"@timestamp":"2025-01-17T18:46:23.576+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.5Mi, Sys=13.4Mi, NumGC=4608","level":"stat"}
+{"@timestamp":"2025-01-17T18:47:23.574+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.5Mi, Sys=13.4Mi, NumGC=4608","level":"stat"}
+{"@timestamp":"2025-01-17T18:48:48.449+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.5Mi, Sys=13.4Mi, NumGC=4609","level":"stat"}
+{"@timestamp":"2025-01-17T18:57:39.156+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=39.5Mi, Sys=13.4Mi, NumGC=4609","level":"stat"}
+{"@timestamp":"2025-01-17T18:58:39.100+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.6Mi, Sys=13.4Mi, NumGC=4610","level":"stat"}
+{"@timestamp":"2025-01-17T18:59:39.100+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.6Mi, Sys=13.4Mi, NumGC=4610","level":"stat"}
+{"@timestamp":"2025-01-17T19:00:39.099+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.6Mi, Sys=13.4Mi, NumGC=4611","level":"stat"}
+{"@timestamp":"2025-01-17T19:01:39.099+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.6Mi, Sys=13.4Mi, NumGC=4611","level":"stat"}
+{"@timestamp":"2025-01-17T19:02:39.098+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.6Mi, Sys=13.4Mi, NumGC=4612","level":"stat"}
+{"@timestamp":"2025-01-17T19:03:39.098+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=39.6Mi, Sys=13.4Mi, NumGC=4612","level":"stat"}
+{"@timestamp":"2025-01-17T19:04:39.098+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.6Mi, Sys=13.4Mi, NumGC=4613","level":"stat"}
+{"@timestamp":"2025-01-17T19:05:39.097+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.6Mi, Sys=13.4Mi, NumGC=4613","level":"stat"}
+{"@timestamp":"2025-01-17T19:06:39.096+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.6Mi, Sys=13.4Mi, NumGC=4614","level":"stat"}
+{"@timestamp":"2025-01-17T19:07:39.019+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=39.6Mi, Sys=13.4Mi, NumGC=4614","level":"stat"}
+{"@timestamp":"2025-01-17T19:23:39.043+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.6Mi, Sys=13.4Mi, NumGC=4615","level":"stat"}
+{"@timestamp":"2025-01-17T19:24:39.041+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.6Mi, Sys=13.4Mi, NumGC=4615","level":"stat"}
+{"@timestamp":"2025-01-17T19:25:39.041+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.6Mi, Sys=13.4Mi, NumGC=4616","level":"stat"}
+{"@timestamp":"2025-01-17T19:26:39.040+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=39.6Mi, Sys=13.4Mi, NumGC=4616","level":"stat"}
+{"@timestamp":"2025-01-17T19:27:39.040+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.6Mi, Sys=13.4Mi, NumGC=4617","level":"stat"}
+{"@timestamp":"2025-01-17T19:29:03.882+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=39.6Mi, Sys=13.4Mi, NumGC=4617","level":"stat"}
+{"@timestamp":"2025-01-17T19:45:13.988+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.6Mi, Sys=13.4Mi, NumGC=4618","level":"stat"}
+{"@timestamp":"2025-01-17T20:01:35.128+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=39.6Mi, Sys=13.4Mi, NumGC=4618","level":"stat"}
+{"@timestamp":"2025-01-17T20:02:35.121+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.6Mi, Sys=13.4Mi, NumGC=4619","level":"stat"}
+{"@timestamp":"2025-01-17T20:03:35.120+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=39.6Mi, Sys=13.4Mi, NumGC=4619","level":"stat"}
+{"@timestamp":"2025-01-17T20:04:35.121+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.6Mi, Sys=13.4Mi, NumGC=4620","level":"stat"}
+{"@timestamp":"2025-01-17T20:05:35.119+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.6Mi, Sys=13.4Mi, NumGC=4620","level":"stat"}
+{"@timestamp":"2025-01-17T20:06:35.120+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.6Mi, Sys=13.4Mi, NumGC=4621","level":"stat"}
+{"@timestamp":"2025-01-17T20:07:35.121+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=39.6Mi, Sys=13.4Mi, NumGC=4621","level":"stat"}
+{"@timestamp":"2025-01-17T20:08:35.120+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.7Mi, Sys=13.4Mi, NumGC=4622","level":"stat"}
+{"@timestamp":"2025-01-17T20:09:35.120+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=39.7Mi, Sys=13.4Mi, NumGC=4622","level":"stat"}
+{"@timestamp":"2025-01-17T20:10:35.120+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.7Mi, Sys=13.4Mi, NumGC=4623","level":"stat"}
+{"@timestamp":"2025-01-17T20:11:35.119+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=39.7Mi, Sys=13.4Mi, NumGC=4623","level":"stat"}
+{"@timestamp":"2025-01-17T20:12:35.121+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.7Mi, Sys=13.4Mi, NumGC=4624","level":"stat"}
+{"@timestamp":"2025-01-17T20:13:35.121+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=39.7Mi, Sys=13.4Mi, NumGC=4624","level":"stat"}
+{"@timestamp":"2025-01-17T20:14:35.120+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.7Mi, Sys=13.4Mi, NumGC=4625","level":"stat"}
+{"@timestamp":"2025-01-17T20:15:35.119+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=39.7Mi, Sys=13.4Mi, NumGC=4625","level":"stat"}
+{"@timestamp":"2025-01-17T20:16:35.119+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.7Mi, Sys=13.4Mi, NumGC=4626","level":"stat"}
+{"@timestamp":"2025-01-17T20:17:35.127+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=39.7Mi, Sys=13.4Mi, NumGC=4626","level":"stat"}
+{"@timestamp":"2025-01-17T20:18:35.127+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.7Mi, Sys=13.4Mi, NumGC=4627","level":"stat"}
+{"@timestamp":"2025-01-17T20:19:35.128+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=39.7Mi, Sys=13.4Mi, NumGC=4627","level":"stat"}
+{"@timestamp":"2025-01-17T20:20:35.128+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.7Mi, Sys=13.4Mi, NumGC=4628","level":"stat"}
+{"@timestamp":"2025-01-17T20:21:35.127+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.7Mi, Sys=13.4Mi, NumGC=4628","level":"stat"}
+{"@timestamp":"2025-01-17T20:22:35.128+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.7Mi, Sys=13.4Mi, NumGC=4629","level":"stat"}
+{"@timestamp":"2025-01-17T20:23:35.127+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.7Mi, Sys=13.4Mi, NumGC=4629","level":"stat"}
+{"@timestamp":"2025-01-17T20:24:35.127+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.7Mi, Sys=13.4Mi, NumGC=4630","level":"stat"}
+{"@timestamp":"2025-01-17T20:25:35.127+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=39.7Mi, Sys=13.4Mi, NumGC=4630","level":"stat"}
+{"@timestamp":"2025-01-17T20:26:35.127+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.7Mi, Sys=13.4Mi, NumGC=4631","level":"stat"}
+{"@timestamp":"2025-01-17T20:27:35.128+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=39.7Mi, Sys=13.4Mi, NumGC=4631","level":"stat"}
+{"@timestamp":"2025-01-17T20:28:35.128+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.7Mi, Sys=13.4Mi, NumGC=4632","level":"stat"}
+{"@timestamp":"2025-01-17T20:29:35.128+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.7Mi, Sys=13.4Mi, NumGC=4632","level":"stat"}
+{"@timestamp":"2025-01-17T20:30:35.127+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.7Mi, Sys=13.4Mi, NumGC=4633","level":"stat"}
+{"@timestamp":"2025-01-17T20:31:35.127+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=39.7Mi, Sys=13.4Mi, NumGC=4633","level":"stat"}
+{"@timestamp":"2025-01-17T20:32:35.127+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.7Mi, Sys=13.4Mi, NumGC=4634","level":"stat"}
+{"@timestamp":"2025-01-17T20:33:35.128+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=39.8Mi, Sys=13.4Mi, NumGC=4634","level":"stat"}
+{"@timestamp":"2025-01-17T20:34:35.127+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.8Mi, Sys=13.4Mi, NumGC=4635","level":"stat"}
+{"@timestamp":"2025-01-17T20:35:35.127+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=39.8Mi, Sys=13.4Mi, NumGC=4635","level":"stat"}
+{"@timestamp":"2025-01-17T20:36:35.126+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.8Mi, Sys=13.4Mi, NumGC=4636","level":"stat"}
+{"@timestamp":"2025-01-17T20:37:35.127+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.8Mi, Sys=13.4Mi, NumGC=4636","level":"stat"}
+{"@timestamp":"2025-01-17T20:38:35.127+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.8Mi, Sys=13.4Mi, NumGC=4637","level":"stat"}
+{"@timestamp":"2025-01-17T20:39:35.127+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.8Mi, Sys=13.4Mi, NumGC=4637","level":"stat"}
+{"@timestamp":"2025-01-17T20:40:35.126+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.8Mi, Sys=13.4Mi, NumGC=4638","level":"stat"}
+{"@timestamp":"2025-01-17T20:41:35.127+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.8Mi, Sys=13.4Mi, NumGC=4638","level":"stat"}
+{"@timestamp":"2025-01-17T20:42:35.126+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.8Mi, Sys=13.4Mi, NumGC=4639","level":"stat"}
+{"@timestamp":"2025-01-17T20:43:35.127+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=39.8Mi, Sys=13.4Mi, NumGC=4639","level":"stat"}
+{"@timestamp":"2025-01-17T20:44:35.127+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.8Mi, Sys=13.4Mi, NumGC=4640","level":"stat"}
+{"@timestamp":"2025-01-17T20:45:35.126+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=39.8Mi, Sys=13.4Mi, NumGC=4640","level":"stat"}
+{"@timestamp":"2025-01-17T20:46:35.126+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.8Mi, Sys=13.4Mi, NumGC=4641","level":"stat"}
+{"@timestamp":"2025-01-17T20:47:35.085+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.8Mi, Sys=13.4Mi, NumGC=4641","level":"stat"}
+{"@timestamp":"2025-01-17T20:48:35.077+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.8Mi, Sys=13.4Mi, NumGC=4642","level":"stat"}
+{"@timestamp":"2025-01-17T20:49:35.077+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.8Mi, Sys=13.4Mi, NumGC=4642","level":"stat"}
+{"@timestamp":"2025-01-17T20:50:35.076+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.8Mi, Sys=13.4Mi, NumGC=4643","level":"stat"}
+{"@timestamp":"2025-01-17T20:51:35.075+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.8Mi, Sys=13.4Mi, NumGC=4643","level":"stat"}
+{"@timestamp":"2025-01-17T20:52:35.074+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.8Mi, Sys=13.4Mi, NumGC=4644","level":"stat"}
+{"@timestamp":"2025-01-17T20:53:35.074+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.8Mi, Sys=13.4Mi, NumGC=4644","level":"stat"}
+{"@timestamp":"2025-01-17T20:54:35.074+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.8Mi, Sys=13.4Mi, NumGC=4645","level":"stat"}
+{"@timestamp":"2025-01-17T20:55:35.074+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.8Mi, Sys=13.4Mi, NumGC=4645","level":"stat"}
+{"@timestamp":"2025-01-17T20:56:35.072+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.8Mi, Sys=13.4Mi, NumGC=4646","level":"stat"}
+{"@timestamp":"2025-01-17T20:57:35.073+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.8Mi, Sys=13.4Mi, NumGC=4646","level":"stat"}
+{"@timestamp":"2025-01-17T20:58:35.071+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.9Mi, Sys=13.4Mi, NumGC=4647","level":"stat"}
+{"@timestamp":"2025-01-17T20:59:35.072+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.9Mi, Sys=13.4Mi, NumGC=4647","level":"stat"}
+{"@timestamp":"2025-01-17T21:00:35.072+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.9Mi, Sys=13.4Mi, NumGC=4648","level":"stat"}
+{"@timestamp":"2025-01-17T21:01:35.071+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=39.9Mi, Sys=13.4Mi, NumGC=4648","level":"stat"}
+{"@timestamp":"2025-01-17T21:02:59.985+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.9Mi, Sys=13.4Mi, NumGC=4649","level":"stat"}
+{"@timestamp":"2025-01-17T21:04:00.019+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=39.9Mi, Sys=13.4Mi, NumGC=4649","level":"stat"}
+{"@timestamp":"2025-01-17T21:05:00.022+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.9Mi, Sys=13.4Mi, NumGC=4650","level":"stat"}
+{"@timestamp":"2025-01-17T21:06:00.021+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=39.9Mi, Sys=13.4Mi, NumGC=4650","level":"stat"}
+{"@timestamp":"2025-01-17T21:07:00.022+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.9Mi, Sys=13.4Mi, NumGC=4651","level":"stat"}
+{"@timestamp":"2025-01-17T21:23:25.049+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=39.9Mi, Sys=13.4Mi, NumGC=4651","level":"stat"}
+{"@timestamp":"2025-01-17T21:39:25.979+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.9Mi, Sys=13.4Mi, NumGC=4652","level":"stat"}
+{"@timestamp":"2025-01-17T21:40:25.978+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=39.9Mi, Sys=13.4Mi, NumGC=4652","level":"stat"}
+{"@timestamp":"2025-01-17T21:41:25.977+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.9Mi, Sys=13.4Mi, NumGC=4653","level":"stat"}
+{"@timestamp":"2025-01-17T21:42:25.976+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.9Mi, Sys=13.4Mi, NumGC=4653","level":"stat"}
+{"@timestamp":"2025-01-17T21:43:25.977+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.9Mi, Sys=13.4Mi, NumGC=4654","level":"stat"}
+{"@timestamp":"2025-01-17T21:44:25.977+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.9Mi, Sys=13.4Mi, NumGC=4654","level":"stat"}
+{"@timestamp":"2025-01-17T21:45:25.977+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.9Mi, Sys=13.4Mi, NumGC=4655","level":"stat"}
+{"@timestamp":"2025-01-17T21:46:25.977+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=39.9Mi, Sys=13.4Mi, NumGC=4655","level":"stat"}
+{"@timestamp":"2025-01-17T21:47:25.978+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.9Mi, Sys=13.4Mi, NumGC=4656","level":"stat"}
+{"@timestamp":"2025-01-17T21:48:25.978+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=39.9Mi, Sys=13.4Mi, NumGC=4656","level":"stat"}
+{"@timestamp":"2025-01-17T21:49:25.977+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.9Mi, Sys=13.4Mi, NumGC=4657","level":"stat"}
+{"@timestamp":"2025-01-17T21:50:25.978+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=39.9Mi, Sys=13.4Mi, NumGC=4657","level":"stat"}
+{"@timestamp":"2025-01-17T21:51:25.977+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.9Mi, Sys=13.4Mi, NumGC=4658","level":"stat"}
+{"@timestamp":"2025-01-17T21:52:25.977+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=39.9Mi, Sys=13.4Mi, NumGC=4658","level":"stat"}
+{"@timestamp":"2025-01-17T21:53:25.977+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=39.9Mi, Sys=13.4Mi, NumGC=4659","level":"stat"}
+{"@timestamp":"2025-01-17T21:54:25.951+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.0Mi, Sys=13.4Mi, NumGC=4659","level":"stat"}
+{"@timestamp":"2025-01-17T21:55:25.933+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.0Mi, Sys=13.4Mi, NumGC=4660","level":"stat"}
+{"@timestamp":"2025-01-17T21:56:25.931+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.0Mi, Sys=13.4Mi, NumGC=4660","level":"stat"}
+{"@timestamp":"2025-01-17T21:57:25.931+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.0Mi, Sys=13.4Mi, NumGC=4661","level":"stat"}
+{"@timestamp":"2025-01-17T21:58:25.932+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.0Mi, Sys=13.4Mi, NumGC=4661","level":"stat"}
+{"@timestamp":"2025-01-17T21:59:25.930+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.0Mi, Sys=13.4Mi, NumGC=4662","level":"stat"}
+{"@timestamp":"2025-01-17T22:00:25.930+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.0Mi, Sys=13.4Mi, NumGC=4662","level":"stat"}
+{"@timestamp":"2025-01-17T22:01:25.929+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.0Mi, Sys=13.4Mi, NumGC=4663","level":"stat"}
+{"@timestamp":"2025-01-17T22:02:25.930+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.0Mi, Sys=13.4Mi, NumGC=4663","level":"stat"}
+{"@timestamp":"2025-01-17T22:03:25.928+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.0Mi, Sys=13.4Mi, NumGC=4664","level":"stat"}
+{"@timestamp":"2025-01-17T22:04:25.928+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.0Mi, Sys=13.4Mi, NumGC=4664","level":"stat"}
+{"@timestamp":"2025-01-17T22:05:25.929+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.0Mi, Sys=13.4Mi, NumGC=4665","level":"stat"}
+{"@timestamp":"2025-01-17T22:06:25.928+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.0Mi, Sys=13.4Mi, NumGC=4665","level":"stat"}
+{"@timestamp":"2025-01-17T22:07:25.928+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.0Mi, Sys=13.4Mi, NumGC=4666","level":"stat"}
+{"@timestamp":"2025-01-17T22:08:25.927+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.0Mi, Sys=13.4Mi, NumGC=4666","level":"stat"}
+{"@timestamp":"2025-01-17T22:09:25.927+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.0Mi, Sys=13.4Mi, NumGC=4667","level":"stat"}
+{"@timestamp":"2025-01-17T22:10:25.932+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.0Mi, Sys=13.4Mi, NumGC=4667","level":"stat"}
+{"@timestamp":"2025-01-17T22:11:25.938+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.0Mi, Sys=13.4Mi, NumGC=4668","level":"stat"}
+{"@timestamp":"2025-01-17T22:12:25.939+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.0Mi, Sys=13.4Mi, NumGC=4668","level":"stat"}
+{"@timestamp":"2025-01-17T22:13:25.939+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.0Mi, Sys=13.4Mi, NumGC=4669","level":"stat"}
+{"@timestamp":"2025-01-17T22:14:25.938+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.0Mi, Sys=13.4Mi, NumGC=4669","level":"stat"}
+{"@timestamp":"2025-01-17T22:15:25.937+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.0Mi, Sys=13.4Mi, NumGC=4670","level":"stat"}
+{"@timestamp":"2025-01-17T22:16:25.938+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.0Mi, Sys=13.4Mi, NumGC=4670","level":"stat"}
+{"@timestamp":"2025-01-17T22:17:25.937+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.0Mi, Sys=13.4Mi, NumGC=4671","level":"stat"}
+{"@timestamp":"2025-01-17T22:18:25.937+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.1Mi, Sys=13.4Mi, NumGC=4671","level":"stat"}
+{"@timestamp":"2025-01-17T22:19:25.937+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.1Mi, Sys=13.4Mi, NumGC=4672","level":"stat"}
+{"@timestamp":"2025-01-17T22:20:25.936+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.1Mi, Sys=13.4Mi, NumGC=4672","level":"stat"}
+{"@timestamp":"2025-01-17T22:21:25.937+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.1Mi, Sys=13.4Mi, NumGC=4673","level":"stat"}
+{"@timestamp":"2025-01-17T22:22:25.936+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.1Mi, Sys=13.4Mi, NumGC=4673","level":"stat"}
+{"@timestamp":"2025-01-17T22:23:25.936+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.1Mi, Sys=13.4Mi, NumGC=4674","level":"stat"}
+{"@timestamp":"2025-01-17T22:24:25.935+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.1Mi, Sys=13.4Mi, NumGC=4674","level":"stat"}
+{"@timestamp":"2025-01-17T22:25:25.928+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.1Mi, Sys=13.4Mi, NumGC=4675","level":"stat"}
+{"@timestamp":"2025-01-17T22:26:25.908+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.1Mi, Sys=13.4Mi, NumGC=4675","level":"stat"}
+{"@timestamp":"2025-01-17T22:27:25.908+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.1Mi, Sys=13.4Mi, NumGC=4676","level":"stat"}
+{"@timestamp":"2025-01-17T22:28:25.906+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.1Mi, Sys=13.4Mi, NumGC=4676","level":"stat"}
+{"@timestamp":"2025-01-17T22:29:25.905+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.1Mi, Sys=13.4Mi, NumGC=4677","level":"stat"}
+{"@timestamp":"2025-01-17T22:30:25.905+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.1Mi, Sys=13.4Mi, NumGC=4677","level":"stat"}
+{"@timestamp":"2025-01-17T22:31:25.904+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.1Mi, Sys=13.4Mi, NumGC=4678","level":"stat"}
+{"@timestamp":"2025-01-17T22:32:25.903+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.1Mi, Sys=13.4Mi, NumGC=4678","level":"stat"}
+{"@timestamp":"2025-01-17T22:33:25.904+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.1Mi, Sys=13.4Mi, NumGC=4679","level":"stat"}
+{"@timestamp":"2025-01-17T22:34:25.904+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.1Mi, Sys=13.4Mi, NumGC=4679","level":"stat"}
+{"@timestamp":"2025-01-17T22:35:25.904+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.1Mi, Sys=13.4Mi, NumGC=4680","level":"stat"}
+{"@timestamp":"2025-01-17T22:36:25.903+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.1Mi, Sys=13.4Mi, NumGC=4680","level":"stat"}
+{"@timestamp":"2025-01-17T22:37:25.902+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.1Mi, Sys=13.4Mi, NumGC=4681","level":"stat"}
+{"@timestamp":"2025-01-17T22:38:25.900+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.1Mi, Sys=13.4Mi, NumGC=4681","level":"stat"}
+{"@timestamp":"2025-01-17T22:39:25.901+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.1Mi, Sys=13.4Mi, NumGC=4682","level":"stat"}
+{"@timestamp":"2025-01-17T22:40:25.899+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.1Mi, Sys=13.4Mi, NumGC=4682","level":"stat"}
+{"@timestamp":"2025-01-17T22:41:50.831+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.1Mi, Sys=13.4Mi, NumGC=4683","level":"stat"}
+{"@timestamp":"2025-01-17T22:42:50.834+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.2Mi, Sys=13.4Mi, NumGC=4683","level":"stat"}
+{"@timestamp":"2025-01-17T22:43:50.834+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.2Mi, Sys=13.4Mi, NumGC=4684","level":"stat"}
+{"@timestamp":"2025-01-17T22:44:50.833+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.2Mi, Sys=13.4Mi, NumGC=4684","level":"stat"}
+{"@timestamp":"2025-01-17T22:45:50.833+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.2Mi, Sys=13.4Mi, NumGC=4685","level":"stat"}
+{"@timestamp":"2025-01-17T22:46:50.833+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.2Mi, Sys=13.4Mi, NumGC=4685","level":"stat"}
+{"@timestamp":"2025-01-17T22:47:50.833+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.2Mi, Sys=13.4Mi, NumGC=4686","level":"stat"}
+{"@timestamp":"2025-01-17T22:48:50.833+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.2Mi, Sys=13.4Mi, NumGC=4686","level":"stat"}
+{"@timestamp":"2025-01-17T22:49:50.833+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.2Mi, Sys=13.4Mi, NumGC=4687","level":"stat"}
+{"@timestamp":"2025-01-17T22:50:50.833+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.2Mi, Sys=13.4Mi, NumGC=4687","level":"stat"}
+{"@timestamp":"2025-01-17T22:51:50.832+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.2Mi, Sys=13.4Mi, NumGC=4688","level":"stat"}
+{"@timestamp":"2025-01-17T22:52:50.833+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.2Mi, Sys=13.4Mi, NumGC=4688","level":"stat"}
+{"@timestamp":"2025-01-17T22:53:50.832+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.2Mi, Sys=13.4Mi, NumGC=4689","level":"stat"}
+{"@timestamp":"2025-01-17T22:54:50.832+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.2Mi, Sys=13.4Mi, NumGC=4689","level":"stat"}
+{"@timestamp":"2025-01-17T23:26:26.062+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.2Mi, Sys=13.4Mi, NumGC=4690","level":"stat"}
+{"@timestamp":"2025-01-17T23:27:26.038+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.2Mi, Sys=13.4Mi, NumGC=4690","level":"stat"}
+{"@timestamp":"2025-01-17T23:28:26.039+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.2Mi, Sys=13.4Mi, NumGC=4691","level":"stat"}
+{"@timestamp":"2025-01-17T23:29:26.038+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.2Mi, Sys=13.4Mi, NumGC=4691","level":"stat"}
+{"@timestamp":"2025-01-17T23:30:26.039+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.2Mi, Sys=13.4Mi, NumGC=4692","level":"stat"}
+{"@timestamp":"2025-01-17T23:31:26.039+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.2Mi, Sys=13.4Mi, NumGC=4692","level":"stat"}
+{"@timestamp":"2025-01-17T23:48:16.033+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.2Mi, Sys=13.4Mi, NumGC=4693","level":"stat"}
+{"@timestamp":"2025-01-17T23:49:16.026+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.2Mi, Sys=13.4Mi, NumGC=4693","level":"stat"}
+{"@timestamp":"2025-01-17T23:50:16.027+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.2Mi, Sys=13.4Mi, NumGC=4694","level":"stat"}
+{"@timestamp":"2025-01-17T23:51:16.027+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.2Mi, Sys=13.4Mi, NumGC=4694","level":"stat"}
+{"@timestamp":"2025-01-17T23:52:16.029+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.2Mi, Sys=13.4Mi, NumGC=4695","level":"stat"}
+{"@timestamp":"2025-01-17T23:53:16.029+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.2Mi, Sys=13.4Mi, NumGC=4695","level":"stat"}
+{"@timestamp":"2025-01-17T23:54:16.029+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.2Mi, Sys=13.4Mi, NumGC=4696","level":"stat"}
+{"@timestamp":"2025-01-17T23:55:16.029+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.7Mi, TotalAlloc=40.3Mi, Sys=13.4Mi, NumGC=4696","level":"stat"}
+{"@timestamp":"2025-01-17T23:56:16.030+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.3Mi, Sys=13.4Mi, NumGC=4697","level":"stat"}
+{"@timestamp":"2025-01-17T23:57:16.030+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.3Mi, Sys=13.4Mi, NumGC=4697","level":"stat"}
+{"@timestamp":"2025-01-17T23:58:16.031+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.3Mi, Sys=13.4Mi, NumGC=4698","level":"stat"}
+{"@timestamp":"2025-01-17T23:59:16.031+08:00","caller":"stat/usage.go:61","content":"CPU: 0m, MEMORY: Alloc=0.6Mi, TotalAlloc=40.3Mi, Sys=13.4Mi, NumGC=4698","level":"stat"}

+ 42 - 0
app/mq/rabbitmq/rabbitmq.go

@@ -0,0 +1,42 @@
+package main
+
+import (
+	"context"
+	"flag"
+	"fmt"
+	"github.com/zeromicro/go-zero/core/service"
+	"microGame/app/mq/cmd/rabbitmq/internal/mqs"
+	"microGame/app/mq/cmd/rabbitmq/internal/svc"
+
+	"github.com/zeromicro/go-zero/core/conf"
+	"github.com/zeromicro/go-zero/rest"
+	"microGame/app/mq/cmd/rabbitmq/internal/config"
+)
+
+var configFile = flag.String("f", "etc/rabbitmq-api.yaml", "the config file")
+
+func main() {
+	flag.Parse()
+
+	var c config.Config
+	conf.MustLoad(*configFile, &c)
+
+	server := rest.MustNewServer(c.RestConf)
+	defer server.Stop()
+
+	//ctx := svc.NewServiceContext(c)
+	//handler.RegisterHandlers(server, ctx)
+	svcCtx := svc.NewServiceContext(c)
+	mqs.InitMq(svcCtx)
+	//handler.RegisterHandlers(server, svcCtx)
+	ctx := context.Background()
+	serviceGroup := service.NewServiceGroup()
+	defer serviceGroup.Stop()
+
+	for _, mq := range mqs.Consumers(c, ctx, svcCtx) {
+		serviceGroup.Add(mq)
+	}
+
+	fmt.Printf("Starting rabbitmq server at %s:%d...\n", c.Host, c.Port)
+	serviceGroup.Start()
+}

BIN
app/mq/rabbitmq/tmp/main


+ 58 - 0
app/rtc/api/.air.toml

@@ -0,0 +1,58 @@
+root = "."
+testdata_dir = "testdata"
+tmp_dir = "tmp"
+
+[build]
+  args_bin = []
+  bin = "./tmp/main"
+  cmd = "go build -o ./tmp/main ."
+  delay = 1000
+  exclude_dir = ["logs", "tmp", "vendor", "testdata"]
+  exclude_file = []
+  exclude_regex = ["_test.go"]
+  exclude_unchanged = true
+  follow_symlink = false
+  full_bin = ""
+  include_dir = [
+    "desc",
+    "etc",
+    "internal",
+    "/Users/max/www/go/www/microGame/model",
+    "/Users/max/www/go/www/microGame/pkg",
+  ]
+  include_ext = ["go", "yaml", "toml", "html"]
+  include_file = []
+  kill_delay = "0s"
+  log = "build-errors.log"
+  poll = false
+  poll_interval = 0
+  post_cmd = []
+  pre_cmd = []
+  rerun = false
+  rerun_delay = 500
+  send_interrupt = false
+  stop_on_error = false
+
+[color]
+  app = ""
+  build = "yellow"
+  main = "magenta"
+  runner = "green"
+  watcher = "cyan"
+
+[log]
+  main_only = false
+  silent = false
+  time = false
+
+[misc]
+  clean_on_exit = false
+
+[proxy]
+  app_port = 0
+  enabled = false
+  proxy_port = 0
+
+[screen]
+  clear_on_rebuild = false
+  keep_scroll = true

+ 1 - 0
app/rtc/api/air.pid

@@ -0,0 +1 @@
+75541

+ 85 - 0
app/rtc/api/desc/room/room.api

@@ -0,0 +1,85 @@
+syntax = "v1"
+
+info (
+	title:  "room实例"
+	desc:   "room实例"
+	author: "davy"
+	email:  "macxiaohai@gmail.com"
+)
+
+type Room {
+	Rid              int32 `json:"rid"`
+	RoomNumber      string `json:"roomNumber"` // 给玩家展示的房间号
+	State           uint8  `json:"state"` //房间状态 0默认可用 1不可用
+	RoomName        string `json:"roomName"` //房间名字
+	CreatedAt       uint32 `json:"createdAt"` //创建时间
+	OriginalOwnerID uint32 `json:"originalOwnerID"` //原始创建人的信息
+	Owner           uint32 `json:"owner"` //房管
+	Kind            uint32 `json:"kinds"` //游戏类型 即玩法
+	DraginChips     uint32 `json:"draginChips"` // 带入筹码
+	Cap             uint8  `json:"cap"`
+	MaxCap          uint8  `json:"maxCap"`
+}
+
+type (
+	RoomListReq  {}
+	RoomListResp {
+		Room []*Room `json:"room"`
+	}
+)
+
+type (
+	StandUpReq {
+		Uid int32 `json:"uid"`
+	}
+	StandUpResp  {}
+)
+
+type (
+	SitDownReq {
+		Uid int32 `json:"uid"`
+		Pos uint8  `json:"pos"`
+	}
+	SitDownResp  {}
+)
+
+type (
+	LeaveRoomReq {
+		RoomNumber string `json:"roomNumber"`
+		Uid        uint32 `json:"uid"`
+	}
+	LeaveRoomResp  {}
+)
+
+type (
+	JoinRoomReq {
+		Uid        int32 `json:"uid"`
+		RoomNumber string `json:"roomNumber"`
+		RoomPwd    string `json:"roomPwd"`
+	}
+)
+
+type (
+	RoomInfoReq  {}
+	RoomInfoResp {
+		RoomNumber int64   `json:"roomNumber"`
+		Volume     uint8    `json:"volume"`
+		GameType   uint32   `json:"gameType"` //游戏类型 即玩法
+		PayValue   uint8    `json:"payValue"` //倍数
+		BaseMoney  uint32   `json:"baseMoney"` //最低资本 才能进房间
+		RoomPwd    string   `json:"roomPwd"` //房间锁--密码
+		RoomID     uint32   `json:"roomID"`
+		SB         uint32   `json:"SB"` // 小盲注
+		BB         uint32   `json:"BB"` // 大盲注
+		Cards      []byte   `json:"cards"` //公共牌
+		Pot        []uint32 `json:"pot"` // 当前奖池筹码数
+		Timeout    uint8    `json:"timeout"` // 倒计时超时时间(秒)
+		Button     uint8    `json:"button"` // 当前庄家座位号,从1开始
+		Chips      []uint32 `json:"chips"` // 玩家本局下注的总筹码数,与occupants一一对应
+		Bet        uint32   `json:"bet"` // 当前下注额
+		Max        uint8    `json:"max"` // 房间最大玩家人数
+		MaxChips   uint32   `json:"maxChips"`
+		MinChips   uint32   `json:"minChips"`
+	}
+)
+

+ 94 - 0
app/rtc/api/desc/user/user.api

@@ -0,0 +1,94 @@
+syntax = "v1"
+
+info (
+	title:  "用户实例"
+	desc:   "用户实例"
+	author: "davy"
+	email:  "macxiaohai@gmail.com"
+)
+
+type (
+	LoginReq {
+		Username string `json:"username"`
+		Password string `json:"password"`
+	}
+	LoginResp {
+		AccessToken  string `json:"accessToken"`
+		RefreshAfter int64 `json:"refreshAfter"`
+		UnionId      string `json:"unionId"`
+		Id           int64 `json:"uid"` // 用户id
+		Username     string `json:"username"` // 客户端玩家展示的账号
+		Nickname     string `json:"nickname"` // 微信昵称
+		Gender       uint8  `json:"gender"` // 微信性别 0-未知,1-男,2-女
+		Profile      string `json:"profile"` // 微信头像
+		Chips        uint64 `json:"chips"` // 筹码
+	}
+)
+
+type (
+	UserInfoReq  {}
+	UserInfoResp {
+		Uid      int64 `json:"id"` // 用户id
+		Username string `json:"username"` // 客户端玩家展示的账号
+		Nickname string `json:"nickname"` // 微信昵称
+		Sex   	 uint8  `json:"sex"` // 微信性别 0-未知,1-男,2-女
+		Profile  string `json:"profile"` // 微信头像
+		Chips    int64 `json:"chips"` // 筹码
+		Pos    uint8  `json:"pos"`    // 玩家座位号从1开始 0代表观察者
+	}
+)
+
+type (
+	RegisterReq {
+		Username string `json:"username"`
+		Password string `json:"password"`
+	}
+	RegisterResp {
+		UserInfo LoginResp `json:"userInfo"`
+	}
+)
+
+// 玩家提交下注数据
+// 有四种下注方式,下注数分别对应为:
+// 弃牌: <0 (fold)
+// 跟注:等于单注额 (call)
+// 看注:= 0 表示看注 (check)
+// 加注:大于单注额 (raise)
+// 全押:等于玩家手中所有筹码 (allin)
+type (
+	BetReq {
+		Value int32 `json:"value"`
+	}
+	BetResp {
+		Value int32  `json:"value"`
+		Kind  string `json:"kind"`
+		Uid   int32 `json:"uid"`
+	}
+)
+
+// 摊牌和比牌
+type Showdown {
+	Showdown []*ShowdownItem `json:"showdown"`
+}
+
+type ShowdownItem {
+	Uid      int64 `json:"uid"`
+	ChipsWin uint32 `json:"chipsWin"`
+	Chips    uint32 `json:"chips"`
+}
+
+type (
+	ChatReq {
+		Uid  int32
+		Text string
+	}
+	ChatResp  {}
+)
+
+type (
+	LogoutReq {
+		Token string `json:"token"`
+	}
+	LogoutResp  {}
+)
+

+ 104 - 0
app/rtc/api/desc/usercenter.api

@@ -0,0 +1,104 @@
+syntax = "v1"
+
+info (
+	title:   "用户中心服务"
+	desc:    "用户中心服务"
+	author:  "Mikael"
+	email:   "13247629622@163.com"
+	version: "v1"
+)
+
+import (
+	"user/user.api"
+	"room/room.api"
+)
+
+
+type JoinRoomResp {
+	UserInfos []*UserInfoResp `json:"userInfo"`
+	RoomInfo  *RoomInfoResp   `json:"roomInfo"`
+}
+
+//============================> usercenter v1 <============================
+//no need login
+@server (
+	prefix:     api/user
+	group:      user
+	middleware: UserAgentMiddleware
+)
+service usercenter {
+	@doc "register"
+	@handler register
+	post /register (RegisterReq) returns (RegisterResp)
+
+	@doc "login"
+	@handler login
+	post /login (LoginReq) returns (LoginResp)
+}
+
+//need login
+@server (
+	prefix: api/user
+	group:  user
+	jwt:    JwtAuth
+)
+service usercenter {
+	@doc "get user info"
+	@handler detail
+	post /detail (UserInfoReq) returns (UserInfoResp)
+
+	@doc "get user info"
+	@handler logout
+	post /logout (LogoutReq) returns (LogoutResp)
+}
+
+@server (
+	prefix: api/room
+	group:  room
+	jwt:    JwtAuth
+)
+service usercenter {
+	@doc "create room"
+	@handler createRoom
+	post /create (RoomInfoReq) returns (RoomInfoResp)
+
+	@doc "get room list"
+	@handler roomList
+	post /list (RoomInfoReq) returns (RoomInfoResp)
+
+	@doc "join room"
+	@handler joinRoom
+	post /join (JoinRoomReq) returns (JoinRoomResp)
+
+	@doc "leave room"
+	@handler leaveRoom
+	post /leave (LeaveRoomReq) returns (LeaveRoomResp)
+
+	@doc "bet room "
+	@handler bet
+	post /bet (BetReq) returns (BetResp)
+
+	@doc "sitDown room"
+	@handler sitDown
+	post /sitdown (SitDownReq) returns (SitDownResp)
+
+	@doc "standUp"
+	@handler standUp
+	post /standup (StandUpReq) returns (StandUpResp)
+
+	@doc "chat room"
+	@handler chat
+	post /chat (ChatReq) returns (ChatResp)
+}
+
+@server (
+	prefix: api
+	group:  user
+	jwt:    JwtAuth
+)
+service usercenter {
+	@doc "ws"
+	@handler ws
+	get /ws
+}
+

+ 65 - 0
app/rtc/api/etc/usercenter.yaml

@@ -0,0 +1,65 @@
+Name: usercenter-api
+Host: 0.0.0.0
+Port: 8888
+Mode: dev
+
+#Etcd:
+#  Hosts:
+#    - etcd:2379
+#  Key: usercenter.rpc
+
+#jwtAuth
+JwtAuth:
+  AccessSecret: ae0536f9-6450-4606-8e13-5a19ed505da0
+  AccessExpire: 31536000
+
+#监控
+#Prometheus:
+#  Host: 0.0.0.0
+#  Port: 4001
+#  Path: /metrics
+
+#监控 Prometheus
+DevServer:
+  Enabled: true
+  Host: 0.0.0.0
+  Port: 4001
+  MetricsPath: /metrics
+  EnableMetrics: true
+#链路追踪
+Telemetry:
+  Name: usercenter-api
+  Endpoint: http://127.0.0.1:14268/api/traces
+  Sampler: 1.0
+  Batcher: jaeger
+
+KqPusherConf:
+  Brokers:
+    - 127.0.0.1:9092
+  Topic: poker-bet
+
+#rabbitmq
+RabbitConf: &RabbitConf
+  Username: admin
+  Password: admin123
+  Host: 127.0.0.1
+  Port: 5672
+  VHost: /
+
+RabbitSenderConf:
+  <<: *RabbitConf
+  ContentType: application/json
+
+Log:
+  ServiceName: usercenter-api
+  Level: info   # 日志级别,可选值:debug, info, warn, error
+  KeepDays: 7
+  Mode: file
+
+#rpc service
+UserCenterRpcConf:
+  Endpoints:
+    - 127.0.0.1:10003
+  NonBlock: true
+  App: usercenter
+  Token: 6450-4606-8e13-5a19ed505da0

+ 7464 - 0
app/rtc/api/internal/algorithm/7462.txt

@@ -0,0 +1,7464 @@
+TOTAL    FIVE CARDS     HAND VALUE                     POKER HAND
+=====================================================================
+   4     T J Q K A      Royal Flush                    ROYAL FLUSH
+   4     9 T J Q K      King High Straight Flush       STRAIGHT FLUSH
+   4     8 9 T J Q      Queen High Straight Flush
+   4     7 8 9 T J      Jack High Straight Flush
+   4     6 7 8 9 T      Ten High Straight Flush
+   4     5 6 7 8 9      Nine High Straight Flush
+   4     4 5 6 7 8      Eight High Straight Flush
+   4     3 4 5 6 7      Seven High Straight Flush
+   4     2 3 4 5 6      Six High Straight Flush
+   4     A 2 3 4 5      Five High Straight Flush
+   4     A A A A K      Four Aces                      FOUR OF A KIND
+   4     A A A A Q
+   4     A A A A J
+   4     A A A A T
+   4     A A A A 9
+   4     A A A A 8
+   4     A A A A 7
+   4     A A A A 6
+   4     A A A A 5
+   4     A A A A 4
+   4     A A A A 3
+   4     A A A A 2
+   4     K K K K A      Four Kings
+   4     K K K K Q
+   4     K K K K J
+   4     K K K K T
+   4     K K K K 9
+   4     K K K K 8
+   4     K K K K 7
+   4     K K K K 6
+   4     K K K K 5
+   4     K K K K 4
+   4     K K K K 3
+   4     K K K K 2
+   4     Q Q Q Q A      Four Queens
+   4     Q Q Q Q K
+   4     Q Q Q Q J
+   4     Q Q Q Q T
+   4     Q Q Q Q 9
+   4     Q Q Q Q 8
+   4     Q Q Q Q 7
+   4     Q Q Q Q 6
+   4     Q Q Q Q 5
+   4     Q Q Q Q 4
+   4     Q Q Q Q 3
+   4     Q Q Q Q 2
+   4     J J J J A      Four Jacks
+   4     J J J J K
+   4     J J J J Q
+   4     J J J J T
+   4     J J J J 9
+   4     J J J J 8
+   4     J J J J 7
+   4     J J J J 6
+   4     J J J J 5
+   4     J J J J 4
+   4     J J J J 3
+   4     J J J J 2
+   4     T T T T A      Four Tens
+   4     T T T T K
+   4     T T T T Q
+   4     T T T T J
+   4     T T T T 9
+   4     T T T T 8
+   4     T T T T 7
+   4     T T T T 6
+   4     T T T T 5
+   4     T T T T 4
+   4     T T T T 3
+   4     T T T T 2
+   4     9 9 9 9 A      Four Nines
+   4     9 9 9 9 K
+   4     9 9 9 9 Q
+   4     9 9 9 9 J
+   4     9 9 9 9 T
+   4     9 9 9 9 8
+   4     9 9 9 9 7
+   4     9 9 9 9 6
+   4     9 9 9 9 5
+   4     9 9 9 9 4
+   4     9 9 9 9 3
+   4     9 9 9 9 2
+   4     8 8 8 8 A      Four Eights
+   4     8 8 8 8 K
+   4     8 8 8 8 Q
+   4     8 8 8 8 J
+   4     8 8 8 8 T
+   4     8 8 8 8 9
+   4     8 8 8 8 7
+   4     8 8 8 8 6
+   4     8 8 8 8 5
+   4     8 8 8 8 4
+   4     8 8 8 8 3
+   4     8 8 8 8 2
+   4     7 7 7 7 A      Four Sevens
+   4     7 7 7 7 K
+   4     7 7 7 7 Q
+   4     7 7 7 7 J
+   4     7 7 7 7 T
+   4     7 7 7 7 9
+   4     7 7 7 7 8
+   4     7 7 7 7 6
+   4     7 7 7 7 5
+   4     7 7 7 7 4
+   4     7 7 7 7 3
+   4     7 7 7 7 2
+   4     6 6 6 6 A      Four Sixes
+   4     6 6 6 6 K
+   4     6 6 6 6 Q
+   4     6 6 6 6 J
+   4     6 6 6 6 T
+   4     6 6 6 6 9
+   4     6 6 6 6 8
+   4     6 6 6 6 7
+   4     6 6 6 6 5
+   4     6 6 6 6 4
+   4     6 6 6 6 3
+   4     6 6 6 6 2
+   4     5 5 5 5 A      Four Fives
+   4     5 5 5 5 K
+   4     5 5 5 5 Q
+   4     5 5 5 5 J
+   4     5 5 5 5 T
+   4     5 5 5 5 9
+   4     5 5 5 5 8
+   4     5 5 5 5 7
+   4     5 5 5 5 6
+   4     5 5 5 5 4
+   4     5 5 5 5 3
+   4     5 5 5 5 2
+   4     4 4 4 4 A      Four Fours
+   4     4 4 4 4 K
+   4     4 4 4 4 Q
+   4     4 4 4 4 J
+   4     4 4 4 4 T
+   4     4 4 4 4 9
+   4     4 4 4 4 8
+   4     4 4 4 4 7
+   4     4 4 4 4 6
+   4     4 4 4 4 5
+   4     4 4 4 4 3
+   4     4 4 4 4 2
+   4     3 3 3 3 A      Four Treys
+   4     3 3 3 3 K
+   4     3 3 3 3 Q
+   4     3 3 3 3 J
+   4     3 3 3 3 T
+   4     3 3 3 3 9
+   4     3 3 3 3 8
+   4     3 3 3 3 7
+   4     3 3 3 3 6
+   4     3 3 3 3 5
+   4     3 3 3 3 4
+   4     3 3 3 3 2
+   4     2 2 2 2 A      Four Deuces
+   4     2 2 2 2 K
+   4     2 2 2 2 Q
+   4     2 2 2 2 J
+   4     2 2 2 2 T
+   4     2 2 2 2 9
+   4     2 2 2 2 8
+   4     2 2 2 2 7
+   4     2 2 2 2 6
+   4     2 2 2 2 5
+   4     2 2 2 2 4
+   4     2 2 2 2 3
+  24     A A A K K      Aces Full                      FULL HOUSE
+  24     A A A Q Q
+  24     A A A J J
+  24     A A A T T
+  24     A A A 9 9
+  24     A A A 8 8
+  24     A A A 7 7
+  24     A A A 6 6
+  24     A A A 5 5
+  24     A A A 4 4
+  24     A A A 3 3
+  24     A A A 2 2
+  24     K K K A A      Kings Full
+  24     K K K Q Q
+  24     K K K J J
+  24     K K K T T
+  24     K K K 9 9
+  24     K K K 8 8
+  24     K K K 7 7
+  24     K K K 6 6
+  24     K K K 5 5
+  24     K K K 4 4
+  24     K K K 3 3
+  24     K K K 2 2
+  24     Q Q Q A A      Queens Full
+  24     Q Q Q K K
+  24     Q Q Q J J
+  24     Q Q Q T T
+  24     Q Q Q 9 9
+  24     Q Q Q 8 8
+  24     Q Q Q 7 7
+  24     Q Q Q 6 6
+  24     Q Q Q 5 5
+  24     Q Q Q 4 4
+  24     Q Q Q 3 3
+  24     Q Q Q 2 2
+  24     J J J A A      Jacks Full
+  24     J J J K K
+  24     J J J Q Q
+  24     J J J T T
+  24     J J J 9 9
+  24     J J J 8 8
+  24     J J J 7 7
+  24     J J J 6 6
+  24     J J J 5 5
+  24     J J J 4 4
+  24     J J J 3 3
+  24     J J J 2 2
+  24     T T T A A      Tens Full
+  24     T T T K K
+  24     T T T Q Q
+  24     T T T J J
+  24     T T T 9 9
+  24     T T T 8 8
+  24     T T T 7 7
+  24     T T T 6 6
+  24     T T T 5 5
+  24     T T T 4 4
+  24     T T T 3 3
+  24     T T T 2 2
+  24     9 9 9 A A      Nines Full
+  24     9 9 9 K K
+  24     9 9 9 Q Q
+  24     9 9 9 J J
+  24     9 9 9 T T
+  24     9 9 9 8 8
+  24     9 9 9 7 7
+  24     9 9 9 6 6
+  24     9 9 9 5 5
+  24     9 9 9 4 4
+  24     9 9 9 3 3
+  24     9 9 9 2 2
+  24     8 8 8 A A      Eights Full
+  24     8 8 8 K K
+  24     8 8 8 Q Q
+  24     8 8 8 J J
+  24     8 8 8 T T
+  24     8 8 8 9 9
+  24     8 8 8 7 7
+  24     8 8 8 6 6
+  24     8 8 8 5 5
+  24     8 8 8 4 4
+  24     8 8 8 3 3
+  24     8 8 8 2 2
+  24     7 7 7 A A      Sevens Full
+  24     7 7 7 K K
+  24     7 7 7 Q Q
+  24     7 7 7 J J
+  24     7 7 7 T T
+  24     7 7 7 9 9
+  24     7 7 7 8 8
+  24     7 7 7 6 6
+  24     7 7 7 5 5
+  24     7 7 7 4 4
+  24     7 7 7 3 3
+  24     7 7 7 2 2
+  24     6 6 6 A A      Sixes Full
+  24     6 6 6 K K
+  24     6 6 6 Q Q
+  24     6 6 6 J J
+  24     6 6 6 T T
+  24     6 6 6 9 9
+  24     6 6 6 8 8
+  24     6 6 6 7 7
+  24     6 6 6 5 5
+  24     6 6 6 4 4
+  24     6 6 6 3 3
+  24     6 6 6 2 2
+  24     5 5 5 A A      Fives Full
+  24     5 5 5 K K
+  24     5 5 5 Q Q
+  24     5 5 5 J J
+  24     5 5 5 T T
+  24     5 5 5 9 9
+  24     5 5 5 8 8
+  24     5 5 5 7 7
+  24     5 5 5 6 6
+  24     5 5 5 4 4
+  24     5 5 5 3 3
+  24     5 5 5 2 2
+  24     4 4 4 A A      Fours Full
+  24     4 4 4 K K
+  24     4 4 4 Q Q
+  24     4 4 4 J J
+  24     4 4 4 T T
+  24     4 4 4 9 9
+  24     4 4 4 8 8
+  24     4 4 4 7 7
+  24     4 4 4 6 6
+  24     4 4 4 5 5
+  24     4 4 4 3 3
+  24     4 4 4 2 2
+  24     3 3 3 A A      Threes Full
+  24     3 3 3 K K
+  24     3 3 3 Q Q
+  24     3 3 3 J J
+  24     3 3 3 T T
+  24     3 3 3 9 9
+  24     3 3 3 8 8
+  24     3 3 3 7 7
+  24     3 3 3 6 6
+  24     3 3 3 5 5
+  24     3 3 3 4 4
+  24     3 3 3 2 2
+  24     2 2 2 A A      Deuces Full
+  24     2 2 2 K K
+  24     2 2 2 Q Q
+  24     2 2 2 J J
+  24     2 2 2 T T
+  24     2 2 2 9 9
+  24     2 2 2 8 8
+  24     2 2 2 7 7
+  24     2 2 2 6 6
+  24     2 2 2 5 5
+  24     2 2 2 4 4
+  24     2 2 2 3 3
+   4     9 J Q K A      Ace High Flush                 FLUSH
+   4     8 J Q K A
+   4     7 J Q K A
+   4     6 J Q K A
+   4     5 J Q K A
+   4     4 J Q K A
+   4     3 J Q K A
+   4     2 J Q K A
+   4     9 T Q K A
+   4     8 T Q K A
+   4     7 T Q K A
+   4     6 T Q K A
+   4     5 T Q K A
+   4     4 T Q K A
+   4     3 T Q K A
+   4     2 T Q K A
+   4     8 9 Q K A
+   4     7 9 Q K A
+   4     6 9 Q K A
+   4     5 9 Q K A
+   4     4 9 Q K A
+   4     3 9 Q K A
+   4     2 9 Q K A
+   4     7 8 Q K A
+   4     6 8 Q K A
+   4     5 8 Q K A
+   4     4 8 Q K A
+   4     3 8 Q K A
+   4     2 8 Q K A
+   4     6 7 Q K A
+   4     5 7 Q K A
+   4     4 7 Q K A
+   4     3 7 Q K A
+   4     2 7 Q K A
+   4     5 6 Q K A
+   4     4 6 Q K A
+   4     3 6 Q K A
+   4     2 6 Q K A
+   4     4 5 Q K A
+   4     3 5 Q K A
+   4     2 5 Q K A
+   4     3 4 Q K A
+   4     2 4 Q K A
+   4     2 3 Q K A
+   4     9 T J K A
+   4     8 T J K A
+   4     7 T J K A
+   4     6 T J K A
+   4     5 T J K A
+   4     4 T J K A
+   4     3 T J K A
+   4     2 T J K A
+   4     8 9 J K A
+   4     7 9 J K A
+   4     6 9 J K A
+   4     5 9 J K A
+   4     4 9 J K A
+   4     3 9 J K A
+   4     2 9 J K A
+   4     7 8 J K A
+   4     6 8 J K A
+   4     5 8 J K A
+   4     4 8 J K A
+   4     3 8 J K A
+   4     2 8 J K A
+   4     6 7 J K A
+   4     5 7 J K A
+   4     4 7 J K A
+   4     3 7 J K A
+   4     2 7 J K A
+   4     5 6 J K A
+   4     4 6 J K A
+   4     3 6 J K A
+   4     2 6 J K A
+   4     4 5 J K A
+   4     3 5 J K A
+   4     2 5 J K A
+   4     3 4 J K A
+   4     2 4 J K A
+   4     2 3 J K A
+   4     8 9 T K A
+   4     7 9 T K A
+   4     6 9 T K A
+   4     5 9 T K A
+   4     4 9 T K A
+   4     3 9 T K A
+   4     2 9 T K A
+   4     7 8 T K A
+   4     6 8 T K A
+   4     5 8 T K A
+   4     4 8 T K A
+   4     3 8 T K A
+   4     2 8 T K A
+   4     6 7 T K A
+   4     5 7 T K A
+   4     4 7 T K A
+   4     3 7 T K A
+   4     2 7 T K A
+   4     5 6 T K A
+   4     4 6 T K A
+   4     3 6 T K A
+   4     2 6 T K A
+   4     4 5 T K A
+   4     3 5 T K A
+   4     2 5 T K A
+   4     3 4 T K A
+   4     2 4 T K A
+   4     2 3 T K A
+   4     7 8 9 K A
+   4     6 8 9 K A
+   4     5 8 9 K A
+   4     4 8 9 K A
+   4     3 8 9 K A
+   4     2 8 9 K A
+   4     6 7 9 K A
+   4     5 7 9 K A
+   4     4 7 9 K A
+   4     3 7 9 K A
+   4     2 7 9 K A
+   4     5 6 9 K A
+   4     4 6 9 K A
+   4     3 6 9 K A
+   4     2 6 9 K A
+   4     4 5 9 K A
+   4     3 5 9 K A
+   4     2 5 9 K A
+   4     3 4 9 K A
+   4     2 4 9 K A
+   4     2 3 9 K A
+   4     6 7 8 K A
+   4     5 7 8 K A
+   4     4 7 8 K A
+   4     3 7 8 K A
+   4     2 7 8 K A
+   4     5 6 8 K A
+   4     4 6 8 K A
+   4     3 6 8 K A
+   4     2 6 8 K A
+   4     4 5 8 K A
+   4     3 5 8 K A
+   4     2 5 8 K A
+   4     3 4 8 K A
+   4     2 4 8 K A
+   4     2 3 8 K A
+   4     5 6 7 K A
+   4     4 6 7 K A
+   4     3 6 7 K A
+   4     2 6 7 K A
+   4     4 5 7 K A
+   4     3 5 7 K A
+   4     2 5 7 K A
+   4     3 4 7 K A
+   4     2 4 7 K A
+   4     2 3 7 K A
+   4     4 5 6 K A
+   4     3 5 6 K A
+   4     2 5 6 K A
+   4     3 4 6 K A
+   4     2 4 6 K A
+   4     2 3 6 K A
+   4     3 4 5 K A
+   4     2 4 5 K A
+   4     2 3 5 K A
+   4     2 3 4 K A
+   4     9 T J Q A
+   4     8 T J Q A
+   4     7 T J Q A
+   4     6 T J Q A
+   4     5 T J Q A
+   4     4 T J Q A
+   4     3 T J Q A
+   4     2 T J Q A
+   4     8 9 J Q A
+   4     7 9 J Q A
+   4     6 9 J Q A
+   4     5 9 J Q A
+   4     4 9 J Q A
+   4     3 9 J Q A
+   4     2 9 J Q A
+   4     7 8 J Q A
+   4     6 8 J Q A
+   4     5 8 J Q A
+   4     4 8 J Q A
+   4     3 8 J Q A
+   4     2 8 J Q A
+   4     6 7 J Q A
+   4     5 7 J Q A
+   4     4 7 J Q A
+   4     3 7 J Q A
+   4     2 7 J Q A
+   4     5 6 J Q A
+   4     4 6 J Q A
+   4     3 6 J Q A
+   4     2 6 J Q A
+   4     4 5 J Q A
+   4     3 5 J Q A
+   4     2 5 J Q A
+   4     3 4 J Q A
+   4     2 4 J Q A
+   4     2 3 J Q A
+   4     8 9 T Q A
+   4     7 9 T Q A
+   4     6 9 T Q A
+   4     5 9 T Q A
+   4     4 9 T Q A
+   4     3 9 T Q A
+   4     2 9 T Q A
+   4     7 8 T Q A
+   4     6 8 T Q A
+   4     5 8 T Q A
+   4     4 8 T Q A
+   4     3 8 T Q A
+   4     2 8 T Q A
+   4     6 7 T Q A
+   4     5 7 T Q A
+   4     4 7 T Q A
+   4     3 7 T Q A
+   4     2 7 T Q A
+   4     5 6 T Q A
+   4     4 6 T Q A
+   4     3 6 T Q A
+   4     2 6 T Q A
+   4     4 5 T Q A
+   4     3 5 T Q A
+   4     2 5 T Q A
+   4     3 4 T Q A
+   4     2 4 T Q A
+   4     2 3 T Q A
+   4     7 8 9 Q A
+   4     6 8 9 Q A
+   4     5 8 9 Q A
+   4     4 8 9 Q A
+   4     3 8 9 Q A
+   4     2 8 9 Q A
+   4     6 7 9 Q A
+   4     5 7 9 Q A
+   4     4 7 9 Q A
+   4     3 7 9 Q A
+   4     2 7 9 Q A
+   4     5 6 9 Q A
+   4     4 6 9 Q A
+   4     3 6 9 Q A
+   4     2 6 9 Q A
+   4     4 5 9 Q A
+   4     3 5 9 Q A
+   4     2 5 9 Q A
+   4     3 4 9 Q A
+   4     2 4 9 Q A
+   4     2 3 9 Q A
+   4     6 7 8 Q A
+   4     5 7 8 Q A
+   4     4 7 8 Q A
+   4     3 7 8 Q A
+   4     2 7 8 Q A
+   4     5 6 8 Q A
+   4     4 6 8 Q A
+   4     3 6 8 Q A
+   4     2 6 8 Q A
+   4     4 5 8 Q A
+   4     3 5 8 Q A
+   4     2 5 8 Q A
+   4     3 4 8 Q A
+   4     2 4 8 Q A
+   4     2 3 8 Q A
+   4     5 6 7 Q A
+   4     4 6 7 Q A
+   4     3 6 7 Q A
+   4     2 6 7 Q A
+   4     4 5 7 Q A
+   4     3 5 7 Q A
+   4     2 5 7 Q A
+   4     3 4 7 Q A
+   4     2 4 7 Q A
+   4     2 3 7 Q A
+   4     4 5 6 Q A
+   4     3 5 6 Q A
+   4     2 5 6 Q A
+   4     3 4 6 Q A
+   4     2 4 6 Q A
+   4     2 3 6 Q A
+   4     3 4 5 Q A
+   4     2 4 5 Q A
+   4     2 3 5 Q A
+   4     2 3 4 Q A
+   4     8 9 T J A
+   4     7 9 T J A
+   4     6 9 T J A
+   4     5 9 T J A
+   4     4 9 T J A
+   4     3 9 T J A
+   4     2 9 T J A
+   4     7 8 T J A
+   4     6 8 T J A
+   4     5 8 T J A
+   4     4 8 T J A
+   4     3 8 T J A
+   4     2 8 T J A
+   4     6 7 T J A
+   4     5 7 T J A
+   4     4 7 T J A
+   4     3 7 T J A
+   4     2 7 T J A
+   4     5 6 T J A
+   4     4 6 T J A
+   4     3 6 T J A
+   4     2 6 T J A
+   4     4 5 T J A
+   4     3 5 T J A
+   4     2 5 T J A
+   4     3 4 T J A
+   4     2 4 T J A
+   4     2 3 T J A
+   4     7 8 9 J A
+   4     6 8 9 J A
+   4     5 8 9 J A
+   4     4 8 9 J A
+   4     3 8 9 J A
+   4     2 8 9 J A
+   4     6 7 9 J A
+   4     5 7 9 J A
+   4     4 7 9 J A
+   4     3 7 9 J A
+   4     2 7 9 J A
+   4     5 6 9 J A
+   4     4 6 9 J A
+   4     3 6 9 J A
+   4     2 6 9 J A
+   4     4 5 9 J A
+   4     3 5 9 J A
+   4     2 5 9 J A
+   4     3 4 9 J A
+   4     2 4 9 J A
+   4     2 3 9 J A
+   4     6 7 8 J A
+   4     5 7 8 J A
+   4     4 7 8 J A
+   4     3 7 8 J A
+   4     2 7 8 J A
+   4     5 6 8 J A
+   4     4 6 8 J A
+   4     3 6 8 J A
+   4     2 6 8 J A
+   4     4 5 8 J A
+   4     3 5 8 J A
+   4     2 5 8 J A
+   4     3 4 8 J A
+   4     2 4 8 J A
+   4     2 3 8 J A
+   4     5 6 7 J A
+   4     4 6 7 J A
+   4     3 6 7 J A
+   4     2 6 7 J A
+   4     4 5 7 J A
+   4     3 5 7 J A
+   4     2 5 7 J A
+   4     3 4 7 J A
+   4     2 4 7 J A
+   4     2 3 7 J A
+   4     4 5 6 J A
+   4     3 5 6 J A
+   4     2 5 6 J A
+   4     3 4 6 J A
+   4     2 4 6 J A
+   4     2 3 6 J A
+   4     3 4 5 J A
+   4     2 4 5 J A
+   4     2 3 5 J A
+   4     2 3 4 J A
+   4     7 8 9 T A
+   4     6 8 9 T A
+   4     5 8 9 T A
+   4     4 8 9 T A
+   4     3 8 9 T A
+   4     2 8 9 T A
+   4     6 7 9 T A
+   4     5 7 9 T A
+   4     4 7 9 T A
+   4     3 7 9 T A
+   4     2 7 9 T A
+   4     5 6 9 T A
+   4     4 6 9 T A
+   4     3 6 9 T A
+   4     2 6 9 T A
+   4     4 5 9 T A
+   4     3 5 9 T A
+   4     2 5 9 T A
+   4     3 4 9 T A
+   4     2 4 9 T A
+   4     2 3 9 T A
+   4     6 7 8 T A
+   4     5 7 8 T A
+   4     4 7 8 T A
+   4     3 7 8 T A
+   4     2 7 8 T A
+   4     5 6 8 T A
+   4     4 6 8 T A
+   4     3 6 8 T A
+   4     2 6 8 T A
+   4     4 5 8 T A
+   4     3 5 8 T A
+   4     2 5 8 T A
+   4     3 4 8 T A
+   4     2 4 8 T A
+   4     2 3 8 T A
+   4     5 6 7 T A
+   4     4 6 7 T A
+   4     3 6 7 T A
+   4     2 6 7 T A
+   4     4 5 7 T A
+   4     3 5 7 T A
+   4     2 5 7 T A
+   4     3 4 7 T A
+   4     2 4 7 T A
+   4     2 3 7 T A
+   4     4 5 6 T A
+   4     3 5 6 T A
+   4     2 5 6 T A
+   4     3 4 6 T A
+   4     2 4 6 T A
+   4     2 3 6 T A
+   4     3 4 5 T A
+   4     2 4 5 T A
+   4     2 3 5 T A
+   4     2 3 4 T A
+   4     6 7 8 9 A
+   4     5 7 8 9 A
+   4     4 7 8 9 A
+   4     3 7 8 9 A
+   4     2 7 8 9 A
+   4     5 6 8 9 A
+   4     4 6 8 9 A
+   4     3 6 8 9 A
+   4     2 6 8 9 A
+   4     4 5 8 9 A
+   4     3 5 8 9 A
+   4     2 5 8 9 A
+   4     3 4 8 9 A
+   4     2 4 8 9 A
+   4     2 3 8 9 A
+   4     5 6 7 9 A
+   4     4 6 7 9 A
+   4     3 6 7 9 A
+   4     2 6 7 9 A
+   4     4 5 7 9 A
+   4     3 5 7 9 A
+   4     2 5 7 9 A
+   4     3 4 7 9 A
+   4     2 4 7 9 A
+   4     2 3 7 9 A
+   4     4 5 6 9 A
+   4     3 5 6 9 A
+   4     2 5 6 9 A
+   4     3 4 6 9 A
+   4     2 4 6 9 A
+   4     2 3 6 9 A
+   4     3 4 5 9 A
+   4     2 4 5 9 A
+   4     2 3 5 9 A
+   4     2 3 4 9 A
+   4     5 6 7 8 A
+   4     4 6 7 8 A
+   4     3 6 7 8 A
+   4     2 6 7 8 A
+   4     4 5 7 8 A
+   4     3 5 7 8 A
+   4     2 5 7 8 A
+   4     3 4 7 8 A
+   4     2 4 7 8 A
+   4     2 3 7 8 A
+   4     4 5 6 8 A
+   4     3 5 6 8 A
+   4     2 5 6 8 A
+   4     3 4 6 8 A
+   4     2 4 6 8 A
+   4     2 3 6 8 A
+   4     3 4 5 8 A
+   4     2 4 5 8 A
+   4     2 3 5 8 A
+   4     2 3 4 8 A
+   4     4 5 6 7 A
+   4     3 5 6 7 A
+   4     2 5 6 7 A
+   4     3 4 6 7 A
+   4     2 4 6 7 A
+   4     2 3 6 7 A
+   4     3 4 5 7 A
+   4     2 4 5 7 A
+   4     2 3 5 7 A
+   4     2 3 4 7 A
+   4     3 4 5 6 A
+   4     2 4 5 6 A
+   4     2 3 5 6 A
+   4     2 3 4 6 A
+   4     8 T J Q K      King High Flush
+   4     7 T J Q K
+   4     6 T J Q K
+   4     5 T J Q K
+   4     4 T J Q K
+   4     3 T J Q K
+   4     2 T J Q K
+   4     8 9 J Q K
+   4     7 9 J Q K
+   4     6 9 J Q K
+   4     5 9 J Q K
+   4     4 9 J Q K
+   4     3 9 J Q K
+   4     2 9 J Q K
+   4     7 8 J Q K
+   4     6 8 J Q K
+   4     5 8 J Q K
+   4     4 8 J Q K
+   4     3 8 J Q K
+   4     2 8 J Q K
+   4     6 7 J Q K
+   4     5 7 J Q K
+   4     4 7 J Q K
+   4     3 7 J Q K
+   4     2 7 J Q K
+   4     5 6 J Q K
+   4     4 6 J Q K
+   4     3 6 J Q K
+   4     2 6 J Q K
+   4     4 5 J Q K
+   4     3 5 J Q K
+   4     2 5 J Q K
+   4     3 4 J Q K
+   4     2 4 J Q K
+   4     2 3 J Q K
+   4     8 9 T Q K
+   4     7 9 T Q K
+   4     6 9 T Q K
+   4     5 9 T Q K
+   4     4 9 T Q K
+   4     3 9 T Q K
+   4     2 9 T Q K
+   4     7 8 T Q K
+   4     6 8 T Q K
+   4     5 8 T Q K
+   4     4 8 T Q K
+   4     3 8 T Q K
+   4     2 8 T Q K
+   4     6 7 T Q K
+   4     5 7 T Q K
+   4     4 7 T Q K
+   4     3 7 T Q K
+   4     2 7 T Q K
+   4     5 6 T Q K
+   4     4 6 T Q K
+   4     3 6 T Q K
+   4     2 6 T Q K
+   4     4 5 T Q K
+   4     3 5 T Q K
+   4     2 5 T Q K
+   4     3 4 T Q K
+   4     2 4 T Q K
+   4     2 3 T Q K
+   4     7 8 9 Q K
+   4     6 8 9 Q K
+   4     5 8 9 Q K
+   4     4 8 9 Q K
+   4     3 8 9 Q K
+   4     2 8 9 Q K
+   4     6 7 9 Q K
+   4     5 7 9 Q K
+   4     4 7 9 Q K
+   4     3 7 9 Q K
+   4     2 7 9 Q K
+   4     5 6 9 Q K
+   4     4 6 9 Q K
+   4     3 6 9 Q K
+   4     2 6 9 Q K
+   4     4 5 9 Q K
+   4     3 5 9 Q K
+   4     2 5 9 Q K
+   4     3 4 9 Q K
+   4     2 4 9 Q K
+   4     2 3 9 Q K
+   4     6 7 8 Q K
+   4     5 7 8 Q K
+   4     4 7 8 Q K
+   4     3 7 8 Q K
+   4     2 7 8 Q K
+   4     5 6 8 Q K
+   4     4 6 8 Q K
+   4     3 6 8 Q K
+   4     2 6 8 Q K
+   4     4 5 8 Q K
+   4     3 5 8 Q K
+   4     2 5 8 Q K
+   4     3 4 8 Q K
+   4     2 4 8 Q K
+   4     2 3 8 Q K
+   4     5 6 7 Q K
+   4     4 6 7 Q K
+   4     3 6 7 Q K
+   4     2 6 7 Q K
+   4     4 5 7 Q K
+   4     3 5 7 Q K
+   4     2 5 7 Q K
+   4     3 4 7 Q K
+   4     2 4 7 Q K
+   4     2 3 7 Q K
+   4     4 5 6 Q K
+   4     3 5 6 Q K
+   4     2 5 6 Q K
+   4     3 4 6 Q K
+   4     2 4 6 Q K
+   4     2 3 6 Q K
+   4     3 4 5 Q K
+   4     2 4 5 Q K
+   4     2 3 5 Q K
+   4     2 3 4 Q K
+   4     8 9 T J K
+   4     7 9 T J K
+   4     6 9 T J K
+   4     5 9 T J K
+   4     4 9 T J K
+   4     3 9 T J K
+   4     2 9 T J K
+   4     7 8 T J K
+   4     6 8 T J K
+   4     5 8 T J K
+   4     4 8 T J K
+   4     3 8 T J K
+   4     2 8 T J K
+   4     6 7 T J K
+   4     5 7 T J K
+   4     4 7 T J K
+   4     3 7 T J K
+   4     2 7 T J K
+   4     5 6 T J K
+   4     4 6 T J K
+   4     3 6 T J K
+   4     2 6 T J K
+   4     4 5 T J K
+   4     3 5 T J K
+   4     2 5 T J K
+   4     3 4 T J K
+   4     2 4 T J K
+   4     2 3 T J K
+   4     7 8 9 J K
+   4     6 8 9 J K
+   4     5 8 9 J K
+   4     4 8 9 J K
+   4     3 8 9 J K
+   4     2 8 9 J K
+   4     6 7 9 J K
+   4     5 7 9 J K
+   4     4 7 9 J K
+   4     3 7 9 J K
+   4     2 7 9 J K
+   4     5 6 9 J K
+   4     4 6 9 J K
+   4     3 6 9 J K
+   4     2 6 9 J K
+   4     4 5 9 J K
+   4     3 5 9 J K
+   4     2 5 9 J K
+   4     3 4 9 J K
+   4     2 4 9 J K
+   4     2 3 9 J K
+   4     6 7 8 J K
+   4     5 7 8 J K
+   4     4 7 8 J K
+   4     3 7 8 J K
+   4     2 7 8 J K
+   4     5 6 8 J K
+   4     4 6 8 J K
+   4     3 6 8 J K
+   4     2 6 8 J K
+   4     4 5 8 J K
+   4     3 5 8 J K
+   4     2 5 8 J K
+   4     3 4 8 J K
+   4     2 4 8 J K
+   4     2 3 8 J K
+   4     5 6 7 J K
+   4     4 6 7 J K
+   4     3 6 7 J K
+   4     2 6 7 J K
+   4     4 5 7 J K
+   4     3 5 7 J K
+   4     2 5 7 J K
+   4     3 4 7 J K
+   4     2 4 7 J K
+   4     2 3 7 J K
+   4     4 5 6 J K
+   4     3 5 6 J K
+   4     2 5 6 J K
+   4     3 4 6 J K
+   4     2 4 6 J K
+   4     2 3 6 J K
+   4     3 4 5 J K
+   4     2 4 5 J K
+   4     2 3 5 J K
+   4     2 3 4 J K
+   4     7 8 9 T K
+   4     6 8 9 T K
+   4     5 8 9 T K
+   4     4 8 9 T K
+   4     3 8 9 T K
+   4     2 8 9 T K
+   4     6 7 9 T K
+   4     5 7 9 T K
+   4     4 7 9 T K
+   4     3 7 9 T K
+   4     2 7 9 T K
+   4     5 6 9 T K
+   4     4 6 9 T K
+   4     3 6 9 T K
+   4     2 6 9 T K
+   4     4 5 9 T K
+   4     3 5 9 T K
+   4     2 5 9 T K
+   4     3 4 9 T K
+   4     2 4 9 T K
+   4     2 3 9 T K
+   4     6 7 8 T K
+   4     5 7 8 T K
+   4     4 7 8 T K
+   4     3 7 8 T K
+   4     2 7 8 T K
+   4     5 6 8 T K
+   4     4 6 8 T K
+   4     3 6 8 T K
+   4     2 6 8 T K
+   4     4 5 8 T K
+   4     3 5 8 T K
+   4     2 5 8 T K
+   4     3 4 8 T K
+   4     2 4 8 T K
+   4     2 3 8 T K
+   4     5 6 7 T K
+   4     4 6 7 T K
+   4     3 6 7 T K
+   4     2 6 7 T K
+   4     4 5 7 T K
+   4     3 5 7 T K
+   4     2 5 7 T K
+   4     3 4 7 T K
+   4     2 4 7 T K
+   4     2 3 7 T K
+   4     4 5 6 T K
+   4     3 5 6 T K
+   4     2 5 6 T K
+   4     3 4 6 T K
+   4     2 4 6 T K
+   4     2 3 6 T K
+   4     3 4 5 T K
+   4     2 4 5 T K
+   4     2 3 5 T K
+   4     2 3 4 T K
+   4     6 7 8 9 K
+   4     5 7 8 9 K
+   4     4 7 8 9 K
+   4     3 7 8 9 K
+   4     2 7 8 9 K
+   4     5 6 8 9 K
+   4     4 6 8 9 K
+   4     3 6 8 9 K
+   4     2 6 8 9 K
+   4     4 5 8 9 K
+   4     3 5 8 9 K
+   4     2 5 8 9 K
+   4     3 4 8 9 K
+   4     2 4 8 9 K
+   4     2 3 8 9 K
+   4     5 6 7 9 K
+   4     4 6 7 9 K
+   4     3 6 7 9 K
+   4     2 6 7 9 K
+   4     4 5 7 9 K
+   4     3 5 7 9 K
+   4     2 5 7 9 K
+   4     3 4 7 9 K
+   4     2 4 7 9 K
+   4     2 3 7 9 K
+   4     4 5 6 9 K
+   4     3 5 6 9 K
+   4     2 5 6 9 K
+   4     3 4 6 9 K
+   4     2 4 6 9 K
+   4     2 3 6 9 K
+   4     3 4 5 9 K
+   4     2 4 5 9 K
+   4     2 3 5 9 K
+   4     2 3 4 9 K
+   4     5 6 7 8 K
+   4     4 6 7 8 K
+   4     3 6 7 8 K
+   4     2 6 7 8 K
+   4     4 5 7 8 K
+   4     3 5 7 8 K
+   4     2 5 7 8 K
+   4     3 4 7 8 K
+   4     2 4 7 8 K
+   4     2 3 7 8 K
+   4     4 5 6 8 K
+   4     3 5 6 8 K
+   4     2 5 6 8 K
+   4     3 4 6 8 K
+   4     2 4 6 8 K
+   4     2 3 6 8 K
+   4     3 4 5 8 K
+   4     2 4 5 8 K
+   4     2 3 5 8 K
+   4     2 3 4 8 K
+   4     4 5 6 7 K
+   4     3 5 6 7 K
+   4     2 5 6 7 K
+   4     3 4 6 7 K
+   4     2 4 6 7 K
+   4     2 3 6 7 K
+   4     3 4 5 7 K
+   4     2 4 5 7 K
+   4     2 3 5 7 K
+   4     2 3 4 7 K
+   4     3 4 5 6 K
+   4     2 4 5 6 K
+   4     2 3 5 6 K
+   4     2 3 4 6 K
+   4     2 3 4 5 K
+   4     7 9 T J Q      Queen High Flush
+   4     6 9 T J Q
+   4     5 9 T J Q
+   4     4 9 T J Q
+   4     3 9 T J Q
+   4     2 9 T J Q
+   4     7 8 T J Q
+   4     6 8 T J Q
+   4     5 8 T J Q
+   4     4 8 T J Q
+   4     3 8 T J Q
+   4     2 8 T J Q
+   4     6 7 T J Q
+   4     5 7 T J Q
+   4     4 7 T J Q
+   4     3 7 T J Q
+   4     2 7 T J Q
+   4     5 6 T J Q
+   4     4 6 T J Q
+   4     3 6 T J Q
+   4     2 6 T J Q
+   4     4 5 T J Q
+   4     3 5 T J Q
+   4     2 5 T J Q
+   4     3 4 T J Q
+   4     2 4 T J Q
+   4     2 3 T J Q
+   4     7 8 9 J Q
+   4     6 8 9 J Q
+   4     5 8 9 J Q
+   4     4 8 9 J Q
+   4     3 8 9 J Q
+   4     2 8 9 J Q
+   4     6 7 9 J Q
+   4     5 7 9 J Q
+   4     4 7 9 J Q
+   4     3 7 9 J Q
+   4     2 7 9 J Q
+   4     5 6 9 J Q
+   4     4 6 9 J Q
+   4     3 6 9 J Q
+   4     2 6 9 J Q
+   4     4 5 9 J Q
+   4     3 5 9 J Q
+   4     2 5 9 J Q
+   4     3 4 9 J Q
+   4     2 4 9 J Q
+   4     2 3 9 J Q
+   4     6 7 8 J Q
+   4     5 7 8 J Q
+   4     4 7 8 J Q
+   4     3 7 8 J Q
+   4     2 7 8 J Q
+   4     5 6 8 J Q
+   4     4 6 8 J Q
+   4     3 6 8 J Q
+   4     2 6 8 J Q
+   4     4 5 8 J Q
+   4     3 5 8 J Q
+   4     2 5 8 J Q
+   4     3 4 8 J Q
+   4     2 4 8 J Q
+   4     2 3 8 J Q
+   4     5 6 7 J Q
+   4     4 6 7 J Q
+   4     3 6 7 J Q
+   4     2 6 7 J Q
+   4     4 5 7 J Q
+   4     3 5 7 J Q
+   4     2 5 7 J Q
+   4     3 4 7 J Q
+   4     2 4 7 J Q
+   4     2 3 7 J Q
+   4     4 5 6 J Q
+   4     3 5 6 J Q
+   4     2 5 6 J Q
+   4     3 4 6 J Q
+   4     2 4 6 J Q
+   4     2 3 6 J Q
+   4     3 4 5 J Q
+   4     2 4 5 J Q
+   4     2 3 5 J Q
+   4     2 3 4 J Q
+   4     7 8 9 T Q
+   4     6 8 9 T Q
+   4     5 8 9 T Q
+   4     4 8 9 T Q
+   4     3 8 9 T Q
+   4     2 8 9 T Q
+   4     6 7 9 T Q
+   4     5 7 9 T Q
+   4     4 7 9 T Q
+   4     3 7 9 T Q
+   4     2 7 9 T Q
+   4     5 6 9 T Q
+   4     4 6 9 T Q
+   4     3 6 9 T Q
+   4     2 6 9 T Q
+   4     4 5 9 T Q
+   4     3 5 9 T Q
+   4     2 5 9 T Q
+   4     3 4 9 T Q
+   4     2 4 9 T Q
+   4     2 3 9 T Q
+   4     6 7 8 T Q
+   4     5 7 8 T Q
+   4     4 7 8 T Q
+   4     3 7 8 T Q
+   4     2 7 8 T Q
+   4     5 6 8 T Q
+   4     4 6 8 T Q
+   4     3 6 8 T Q
+   4     2 6 8 T Q
+   4     4 5 8 T Q
+   4     3 5 8 T Q
+   4     2 5 8 T Q
+   4     3 4 8 T Q
+   4     2 4 8 T Q
+   4     2 3 8 T Q
+   4     5 6 7 T Q
+   4     4 6 7 T Q
+   4     3 6 7 T Q
+   4     2 6 7 T Q
+   4     4 5 7 T Q
+   4     3 5 7 T Q
+   4     2 5 7 T Q
+   4     3 4 7 T Q
+   4     2 4 7 T Q
+   4     2 3 7 T Q
+   4     4 5 6 T Q
+   4     3 5 6 T Q
+   4     2 5 6 T Q
+   4     3 4 6 T Q
+   4     2 4 6 T Q
+   4     2 3 6 T Q
+   4     3 4 5 T Q
+   4     2 4 5 T Q
+   4     2 3 5 T Q
+   4     2 3 4 T Q
+   4     6 7 8 9 Q
+   4     5 7 8 9 Q
+   4     4 7 8 9 Q
+   4     3 7 8 9 Q
+   4     2 7 8 9 Q
+   4     5 6 8 9 Q
+   4     4 6 8 9 Q
+   4     3 6 8 9 Q
+   4     2 6 8 9 Q
+   4     4 5 8 9 Q
+   4     3 5 8 9 Q
+   4     2 5 8 9 Q
+   4     3 4 8 9 Q
+   4     2 4 8 9 Q
+   4     2 3 8 9 Q
+   4     5 6 7 9 Q
+   4     4 6 7 9 Q
+   4     3 6 7 9 Q
+   4     2 6 7 9 Q
+   4     4 5 7 9 Q
+   4     3 5 7 9 Q
+   4     2 5 7 9 Q
+   4     3 4 7 9 Q
+   4     2 4 7 9 Q
+   4     2 3 7 9 Q
+   4     4 5 6 9 Q
+   4     3 5 6 9 Q
+   4     2 5 6 9 Q
+   4     3 4 6 9 Q
+   4     2 4 6 9 Q
+   4     2 3 6 9 Q
+   4     3 4 5 9 Q
+   4     2 4 5 9 Q
+   4     2 3 5 9 Q
+   4     2 3 4 9 Q
+   4     5 6 7 8 Q
+   4     4 6 7 8 Q
+   4     3 6 7 8 Q
+   4     2 6 7 8 Q
+   4     4 5 7 8 Q
+   4     3 5 7 8 Q
+   4     2 5 7 8 Q
+   4     3 4 7 8 Q
+   4     2 4 7 8 Q
+   4     2 3 7 8 Q
+   4     4 5 6 8 Q
+   4     3 5 6 8 Q
+   4     2 5 6 8 Q
+   4     3 4 6 8 Q
+   4     2 4 6 8 Q
+   4     2 3 6 8 Q
+   4     3 4 5 8 Q
+   4     2 4 5 8 Q
+   4     2 3 5 8 Q
+   4     2 3 4 8 Q
+   4     4 5 6 7 Q
+   4     3 5 6 7 Q
+   4     2 5 6 7 Q
+   4     3 4 6 7 Q
+   4     2 4 6 7 Q
+   4     2 3 6 7 Q
+   4     3 4 5 7 Q
+   4     2 4 5 7 Q
+   4     2 3 5 7 Q
+   4     2 3 4 7 Q
+   4     3 4 5 6 Q
+   4     2 4 5 6 Q
+   4     2 3 5 6 Q
+   4     2 3 4 6 Q
+   4     2 3 4 5 Q
+   4     6 8 9 T J       Jack High Flush
+   4     5 8 9 T J
+   4     4 8 9 T J
+   4     3 8 9 T J
+   4     2 8 9 T J
+   4     6 7 9 T J
+   4     5 7 9 T J
+   4     4 7 9 T J
+   4     3 7 9 T J
+   4     2 7 9 T J
+   4     5 6 9 T J
+   4     4 6 9 T J
+   4     3 6 9 T J
+   4     2 6 9 T J
+   4     4 5 9 T J
+   4     3 5 9 T J
+   4     2 5 9 T J
+   4     3 4 9 T J
+   4     2 4 9 T J
+   4     2 3 9 T J
+   4     6 7 8 T J
+   4     5 7 8 T J
+   4     4 7 8 T J
+   4     3 7 8 T J
+   4     2 7 8 T J
+   4     5 6 8 T J
+   4     4 6 8 T J
+   4     3 6 8 T J
+   4     2 6 8 T J
+   4     4 5 8 T J
+   4     3 5 8 T J
+   4     2 5 8 T J
+   4     3 4 8 T J
+   4     2 4 8 T J
+   4     2 3 8 T J
+   4     5 6 7 T J
+   4     4 6 7 T J
+   4     3 6 7 T J
+   4     2 6 7 T J
+   4     4 5 7 T J
+   4     3 5 7 T J
+   4     2 5 7 T J
+   4     3 4 7 T J
+   4     2 4 7 T J
+   4     2 3 7 T J
+   4     4 5 6 T J
+   4     3 5 6 T J
+   4     2 5 6 T J
+   4     3 4 6 T J
+   4     2 4 6 T J
+   4     2 3 6 T J
+   4     3 4 5 T J
+   4     2 4 5 T J
+   4     2 3 5 T J
+   4     2 3 4 T J
+   4     6 7 8 9 J
+   4     5 7 8 9 J
+   4     4 7 8 9 J
+   4     3 7 8 9 J
+   4     2 7 8 9 J
+   4     5 6 8 9 J
+   4     4 6 8 9 J
+   4     3 6 8 9 J
+   4     2 6 8 9 J
+   4     4 5 8 9 J
+   4     3 5 8 9 J
+   4     2 5 8 9 J
+   4     3 4 8 9 J
+   4     2 4 8 9 J
+   4     2 3 8 9 J
+   4     5 6 7 9 J
+   4     4 6 7 9 J
+   4     3 6 7 9 J
+   4     2 6 7 9 J
+   4     4 5 7 9 J
+   4     3 5 7 9 J
+   4     2 5 7 9 J
+   4     3 4 7 9 J
+   4     2 4 7 9 J
+   4     2 3 7 9 J
+   4     4 5 6 9 J
+   4     3 5 6 9 J
+   4     2 5 6 9 J
+   4     3 4 6 9 J
+   4     2 4 6 9 J
+   4     2 3 6 9 J
+   4     3 4 5 9 J
+   4     2 4 5 9 J
+   4     2 3 5 9 J
+   4     2 3 4 9 J
+   4     5 6 7 8 J
+   4     4 6 7 8 J
+   4     3 6 7 8 J
+   4     2 6 7 8 J
+   4     4 5 7 8 J
+   4     3 5 7 8 J
+   4     2 5 7 8 J
+   4     3 4 7 8 J
+   4     2 4 7 8 J
+   4     2 3 7 8 J
+   4     4 5 6 8 J
+   4     3 5 6 8 J
+   4     2 5 6 8 J
+   4     3 4 6 8 J
+   4     2 4 6 8 J
+   4     2 3 6 8 J
+   4     3 4 5 8 J
+   4     2 4 5 8 J
+   4     2 3 5 8 J
+   4     2 3 4 8 J
+   4     4 5 6 7 J
+   4     3 5 6 7 J
+   4     2 5 6 7 J
+   4     3 4 6 7 J
+   4     2 4 6 7 J
+   4     2 3 6 7 J
+   4     3 4 5 7 J
+   4     2 4 5 7 J
+   4     2 3 5 7 J
+   4     2 3 4 7 J
+   4     3 4 5 6 J
+   4     2 4 5 6 J
+   4     2 3 5 6 J
+   4     2 3 4 6 J
+   4     2 3 4 5 J
+   4     5 7 8 9 T      Ten High Flush
+   4     4 7 8 9 T
+   4     3 7 8 9 T
+   4     2 7 8 9 T
+   4     5 6 8 9 T
+   4     4 6 8 9 T
+   4     3 6 8 9 T
+   4     2 6 8 9 T
+   4     4 5 8 9 T
+   4     3 5 8 9 T
+   4     2 5 8 9 T
+   4     3 4 8 9 T
+   4     2 4 8 9 T
+   4     2 3 8 9 T
+   4     5 6 7 9 T
+   4     4 6 7 9 T
+   4     3 6 7 9 T
+   4     2 6 7 9 T
+   4     4 5 7 9 T
+   4     3 5 7 9 T
+   4     2 5 7 9 T
+   4     3 4 7 9 T
+   4     2 4 7 9 T
+   4     2 3 7 9 T
+   4     4 5 6 9 T
+   4     3 5 6 9 T
+   4     2 5 6 9 T
+   4     3 4 6 9 T
+   4     2 4 6 9 T
+   4     2 3 6 9 T
+   4     3 4 5 9 T
+   4     2 4 5 9 T
+   4     2 3 5 9 T
+   4     2 3 4 9 T
+   4     5 6 7 8 T
+   4     4 6 7 8 T
+   4     3 6 7 8 T
+   4     2 6 7 8 T
+   4     4 5 7 8 T
+   4     3 5 7 8 T
+   4     2 5 7 8 T
+   4     3 4 7 8 T
+   4     2 4 7 8 T
+   4     2 3 7 8 T
+   4     4 5 6 8 T
+   4     3 5 6 8 T
+   4     2 5 6 8 T
+   4     3 4 6 8 T
+   4     2 4 6 8 T
+   4     2 3 6 8 T
+   4     3 4 5 8 T
+   4     2 4 5 8 T
+   4     2 3 5 8 T
+   4     2 3 4 8 T
+   4     4 5 6 7 T
+   4     3 5 6 7 T
+   4     2 5 6 7 T
+   4     3 4 6 7 T
+   4     2 4 6 7 T
+   4     2 3 6 7 T
+   4     3 4 5 7 T
+   4     2 4 5 7 T
+   4     2 3 5 7 T
+   4     2 3 4 7 T
+   4     3 4 5 6 T
+   4     2 4 5 6 T
+   4     2 3 5 6 T
+   4     2 3 4 6 T
+   4     2 3 4 5 T
+   4     4 6 7 8 9      Nine High Flush
+   4     3 6 7 8 9
+   4     2 6 7 8 9
+   4     4 5 7 8 9
+   4     3 5 7 8 9
+   4     2 5 7 8 9
+   4     3 4 7 8 9
+   4     2 4 7 8 9
+   4     2 3 7 8 9
+   4     4 5 6 8 9
+   4     3 5 6 8 9
+   4     2 5 6 8 9
+   4     3 4 6 8 9
+   4     2 4 6 8 9
+   4     2 3 6 8 9
+   4     3 4 5 8 9
+   4     2 4 5 8 9
+   4     2 3 5 8 9
+   4     2 3 4 8 9
+   4     4 5 6 7 9
+   4     3 5 6 7 9
+   4     2 5 6 7 9
+   4     3 4 6 7 9
+   4     2 4 6 7 9
+   4     2 3 6 7 9
+   4     3 4 5 7 9
+   4     2 4 5 7 9
+   4     2 3 5 7 9
+   4     2 3 4 7 9
+   4     3 4 5 6 9
+   4     2 4 5 6 9
+   4     2 3 5 6 9
+   4     2 3 4 6 9
+   4     2 3 4 5 9
+   4     3 5 6 7 8      Eight High Flush
+   4     2 5 6 7 8
+   4     3 4 6 7 8
+   4     2 4 6 7 8
+   4     2 3 6 7 8
+   4     3 4 5 7 8
+   4     2 4 5 7 8
+   4     2 3 5 7 8
+   4     2 3 4 7 8
+   4     3 4 5 6 8
+   4     2 4 5 6 8
+   4     2 3 5 6 8
+   4     2 3 4 6 8
+   4     2 3 4 5 8
+   4     2 4 5 6 7      Seven High Flush
+   4     2 3 5 6 7
+   4     2 3 4 6 7
+   4     2 3 4 5 7
+1024     T J Q K A      Ace High Straight              STRAIGHT
+1024     9 T J Q K      King High Straight
+1024     8 9 T J Q      Queen High Straight
+1024     7 8 9 T J      Jack High Straight
+1024     6 7 8 9 T      Ten High Straight
+1024     5 6 7 8 9      Nine High Straight
+1024     4 5 6 7 8      Eight High Straight
+1024     3 4 5 6 7      Seven High Straight
+1024     2 3 4 5 6      Six High Straight
+1024     A 2 3 4 5      Five High Straight
+  64     Q K A A A      Three Aces                     THREE OF A KIND
+  64     J K A A A
+  64     T K A A A
+  64     9 K A A A
+  64     8 K A A A
+  64     7 K A A A
+  64     6 K A A A
+  64     5 K A A A
+  64     4 K A A A
+  64     3 K A A A
+  64     2 K A A A
+  64     J Q A A A
+  64     T Q A A A
+  64     9 Q A A A
+  64     8 Q A A A
+  64     7 Q A A A
+  64     6 Q A A A
+  64     5 Q A A A
+  64     4 Q A A A
+  64     3 Q A A A
+  64     2 Q A A A
+  64     T J A A A
+  64     9 J A A A
+  64     8 J A A A
+  64     7 J A A A
+  64     6 J A A A
+  64     5 J A A A
+  64     4 J A A A
+  64     3 J A A A
+  64     2 J A A A
+  64     9 T A A A
+  64     8 T A A A
+  64     7 T A A A
+  64     6 T A A A
+  64     5 T A A A
+  64     4 T A A A
+  64     3 T A A A
+  64     2 T A A A
+  64     8 9 A A A
+  64     7 9 A A A
+  64     6 9 A A A
+  64     5 9 A A A
+  64     4 9 A A A
+  64     3 9 A A A
+  64     2 9 A A A
+  64     7 8 A A A
+  64     6 8 A A A
+  64     5 8 A A A
+  64     4 8 A A A
+  64     3 8 A A A
+  64     2 8 A A A
+  64     6 7 A A A
+  64     5 7 A A A
+  64     4 7 A A A
+  64     3 7 A A A
+  64     2 7 A A A
+  64     5 6 A A A
+  64     4 6 A A A
+  64     3 6 A A A
+  64     2 6 A A A
+  64     4 5 A A A
+  64     3 5 A A A
+  64     2 5 A A A
+  64     3 4 A A A
+  64     2 4 A A A
+  64     2 3 A A A
+  64     Q K K K A      Three Kings
+  64     J K K K A
+  64     T K K K A
+  64     9 K K K A
+  64     8 K K K A
+  64     7 K K K A
+  64     6 K K K A
+  64     5 K K K A
+  64     4 K K K A
+  64     3 K K K A
+  64     2 K K K A
+  64     J Q K K K
+  64     T Q K K K
+  64     9 Q K K K
+  64     8 Q K K K
+  64     7 Q K K K
+  64     6 Q K K K
+  64     5 Q K K K
+  64     4 Q K K K
+  64     3 Q K K K
+  64     2 Q K K K
+  64     T J K K K
+  64     9 J K K K
+  64     8 J K K K
+  64     7 J K K K
+  64     6 J K K K
+  64     5 J K K K
+  64     4 J K K K
+  64     3 J K K K
+  64     2 J K K K
+  64     9 T K K K
+  64     8 T K K K
+  64     7 T K K K
+  64     6 T K K K
+  64     5 T K K K
+  64     4 T K K K
+  64     3 T K K K
+  64     2 T K K K
+  64     8 9 K K K
+  64     7 9 K K K
+  64     6 9 K K K
+  64     5 9 K K K
+  64     4 9 K K K
+  64     3 9 K K K
+  64     2 9 K K K
+  64     7 8 K K K
+  64     6 8 K K K
+  64     5 8 K K K
+  64     4 8 K K K
+  64     3 8 K K K
+  64     2 8 K K K
+  64     6 7 K K K
+  64     5 7 K K K
+  64     4 7 K K K
+  64     3 7 K K K
+  64     2 7 K K K
+  64     5 6 K K K
+  64     4 6 K K K
+  64     3 6 K K K
+  64     2 6 K K K
+  64     4 5 K K K
+  64     3 5 K K K
+  64     2 5 K K K
+  64     3 4 K K K
+  64     2 4 K K K
+  64     2 3 K K K
+  64     Q Q Q K A      Three Queens
+  64     J Q Q Q A
+  64     T Q Q Q A
+  64     9 Q Q Q A
+  64     8 Q Q Q A
+  64     7 Q Q Q A
+  64     6 Q Q Q A
+  64     5 Q Q Q A
+  64     4 Q Q Q A
+  64     3 Q Q Q A
+  64     2 Q Q Q A
+  64     J Q Q Q K
+  64     T Q Q Q K
+  64     9 Q Q Q K
+  64     8 Q Q Q K
+  64     7 Q Q Q K
+  64     6 Q Q Q K
+  64     5 Q Q Q K
+  64     4 Q Q Q K
+  64     3 Q Q Q K
+  64     2 Q Q Q K
+  64     T J Q Q Q
+  64     9 J Q Q Q
+  64     8 J Q Q Q
+  64     7 J Q Q Q
+  64     6 J Q Q Q
+  64     5 J Q Q Q
+  64     4 J Q Q Q
+  64     3 J Q Q Q
+  64     2 J Q Q Q
+  64     9 T Q Q Q
+  64     8 T Q Q Q
+  64     7 T Q Q Q
+  64     6 T Q Q Q
+  64     5 T Q Q Q
+  64     4 T Q Q Q
+  64     3 T Q Q Q
+  64     2 T Q Q Q
+  64     8 9 Q Q Q
+  64     7 9 Q Q Q
+  64     6 9 Q Q Q
+  64     5 9 Q Q Q
+  64     4 9 Q Q Q
+  64     3 9 Q Q Q
+  64     2 9 Q Q Q
+  64     7 8 Q Q Q
+  64     6 8 Q Q Q
+  64     5 8 Q Q Q
+  64     4 8 Q Q Q
+  64     3 8 Q Q Q
+  64     2 8 Q Q Q
+  64     6 7 Q Q Q
+  64     5 7 Q Q Q
+  64     4 7 Q Q Q
+  64     3 7 Q Q Q
+  64     2 7 Q Q Q
+  64     5 6 Q Q Q
+  64     4 6 Q Q Q
+  64     3 6 Q Q Q
+  64     2 6 Q Q Q
+  64     4 5 Q Q Q
+  64     3 5 Q Q Q
+  64     2 5 Q Q Q
+  64     3 4 Q Q Q
+  64     2 4 Q Q Q
+  64     2 3 Q Q Q
+  64     J J J K A      Three Jacks
+  64     J J J Q A
+  64     T J J J A
+  64     9 J J J A
+  64     8 J J J A
+  64     7 J J J A
+  64     6 J J J A
+  64     5 J J J A
+  64     4 J J J A
+  64     3 J J J A
+  64     2 J J J A
+  64     J J J Q K
+  64     T J J J K
+  64     9 J J J K
+  64     8 J J J K
+  64     7 J J J K
+  64     6 J J J K
+  64     5 J J J K
+  64     4 J J J K
+  64     3 J J J K
+  64     2 J J J K
+  64     T J J J Q
+  64     9 J J J Q
+  64     8 J J J Q
+  64     7 J J J Q
+  64     6 J J J Q
+  64     5 J J J Q
+  64     4 J J J Q
+  64     3 J J J Q
+  64     2 J J J Q
+  64     9 T J J J
+  64     8 T J J J
+  64     7 T J J J
+  64     6 T J J J
+  64     5 T J J J
+  64     4 T J J J
+  64     3 T J J J
+  64     2 T J J J
+  64     8 9 J J J
+  64     7 9 J J J
+  64     6 9 J J J
+  64     5 9 J J J
+  64     4 9 J J J
+  64     3 9 J J J
+  64     2 9 J J J
+  64     7 8 J J J
+  64     6 8 J J J
+  64     5 8 J J J
+  64     4 8 J J J
+  64     3 8 J J J
+  64     2 8 J J J
+  64     6 7 J J J
+  64     5 7 J J J
+  64     4 7 J J J
+  64     3 7 J J J
+  64     2 7 J J J
+  64     5 6 J J J
+  64     4 6 J J J
+  64     3 6 J J J
+  64     2 6 J J J
+  64     4 5 J J J
+  64     3 5 J J J
+  64     2 5 J J J
+  64     3 4 J J J
+  64     2 4 J J J
+  64     2 3 J J J
+  64     T T T K A      Three Tens
+  64     T T T Q A
+  64     T T T J A
+  64     9 T T T A
+  64     8 T T T A
+  64     7 T T T A
+  64     6 T T T A
+  64     5 T T T A
+  64     4 T T T A
+  64     3 T T T A
+  64     2 T T T A
+  64     T T T Q K
+  64     T T T J K
+  64     9 T T T K
+  64     8 T T T K
+  64     7 T T T K
+  64     6 T T T K
+  64     5 T T T K
+  64     4 T T T K
+  64     3 T T T K
+  64     2 T T T K
+  64     T T T J Q
+  64     9 T T T Q
+  64     8 T T T Q
+  64     7 T T T Q
+  64     6 T T T Q
+  64     5 T T T Q
+  64     4 T T T Q
+  64     3 T T T Q
+  64     2 T T T Q
+  64     9 T T T J
+  64     8 T T T J
+  64     7 T T T J
+  64     6 T T T J
+  64     5 T T T J
+  64     4 T T T J
+  64     3 T T T J
+  64     2 T T T J
+  64     8 9 T T T
+  64     7 9 T T T
+  64     6 9 T T T
+  64     5 9 T T T
+  64     4 9 T T T
+  64     3 9 T T T
+  64     2 9 T T T
+  64     7 8 T T T
+  64     6 8 T T T
+  64     5 8 T T T
+  64     4 8 T T T
+  64     3 8 T T T
+  64     2 8 T T T
+  64     6 7 T T T
+  64     5 7 T T T
+  64     4 7 T T T
+  64     3 7 T T T
+  64     2 7 T T T
+  64     5 6 T T T
+  64     4 6 T T T
+  64     3 6 T T T
+  64     2 6 T T T
+  64     4 5 T T T
+  64     3 5 T T T
+  64     2 5 T T T
+  64     3 4 T T T
+  64     2 4 T T T
+  64     2 3 T T T
+  64     9 9 9 K A      Three Nines
+  64     9 9 9 Q A
+  64     9 9 9 J A
+  64     9 9 9 T A
+  64     8 9 9 9 A
+  64     7 9 9 9 A
+  64     6 9 9 9 A
+  64     5 9 9 9 A
+  64     4 9 9 9 A
+  64     3 9 9 9 A
+  64     2 9 9 9 A
+  64     9 9 9 Q K
+  64     9 9 9 J K
+  64     9 9 9 T K
+  64     8 9 9 9 K
+  64     7 9 9 9 K
+  64     6 9 9 9 K
+  64     5 9 9 9 K
+  64     4 9 9 9 K
+  64     3 9 9 9 K
+  64     2 9 9 9 K
+  64     9 9 9 J Q
+  64     9 9 9 T Q
+  64     8 9 9 9 Q
+  64     7 9 9 9 Q
+  64     6 9 9 9 Q
+  64     5 9 9 9 Q
+  64     4 9 9 9 Q
+  64     3 9 9 9 Q
+  64     2 9 9 9 Q
+  64     9 9 9 T J
+  64     8 9 9 9 J
+  64     7 9 9 9 J
+  64     6 9 9 9 J
+  64     5 9 9 9 J
+  64     4 9 9 9 J
+  64     3 9 9 9 J
+  64     2 9 9 9 J
+  64     8 9 9 9 T
+  64     7 9 9 9 T
+  64     6 9 9 9 T
+  64     5 9 9 9 T
+  64     4 9 9 9 T
+  64     3 9 9 9 T
+  64     2 9 9 9 T
+  64     7 8 9 9 9
+  64     6 8 9 9 9
+  64     5 8 9 9 9
+  64     4 8 9 9 9
+  64     3 8 9 9 9
+  64     2 8 9 9 9
+  64     6 7 9 9 9
+  64     5 7 9 9 9
+  64     4 7 9 9 9
+  64     3 7 9 9 9
+  64     2 7 9 9 9
+  64     5 6 9 9 9
+  64     4 6 9 9 9
+  64     3 6 9 9 9
+  64     2 6 9 9 9
+  64     4 5 9 9 9
+  64     3 5 9 9 9
+  64     2 5 9 9 9
+  64     3 4 9 9 9
+  64     2 4 9 9 9
+  64     2 3 9 9 9
+  64     8 8 8 K A      Three Eights
+  64     8 8 8 Q A
+  64     8 8 8 J A
+  64     8 8 8 T A
+  64     8 8 8 9 A
+  64     7 8 8 8 A
+  64     6 8 8 8 A
+  64     5 8 8 8 A
+  64     4 8 8 8 A
+  64     3 8 8 8 A
+  64     2 8 8 8 A
+  64     8 8 8 Q K
+  64     8 8 8 J K
+  64     8 8 8 T K
+  64     8 8 8 9 K
+  64     7 8 8 8 K
+  64     6 8 8 8 K
+  64     5 8 8 8 K
+  64     4 8 8 8 K
+  64     3 8 8 8 K
+  64     2 8 8 8 K
+  64     8 8 8 J Q
+  64     8 8 8 T Q
+  64     8 8 8 9 Q
+  64     7 8 8 8 Q
+  64     6 8 8 8 Q
+  64     5 8 8 8 Q
+  64     4 8 8 8 Q
+  64     3 8 8 8 Q
+  64     2 8 8 8 Q
+  64     8 8 8 T J
+  64     8 8 8 9 J
+  64     7 8 8 8 J
+  64     6 8 8 8 J
+  64     5 8 8 8 J
+  64     4 8 8 8 J
+  64     3 8 8 8 J
+  64     2 8 8 8 J
+  64     8 8 8 9 T
+  64     7 8 8 8 T
+  64     6 8 8 8 T
+  64     5 8 8 8 T
+  64     4 8 8 8 T
+  64     3 8 8 8 T
+  64     2 8 8 8 T
+  64     7 8 8 8 9
+  64     6 8 8 8 9
+  64     5 8 8 8 9
+  64     4 8 8 8 9
+  64     3 8 8 8 9
+  64     2 8 8 8 9
+  64     6 7 8 8 8
+  64     5 7 8 8 8
+  64     4 7 8 8 8
+  64     3 7 8 8 8
+  64     2 7 8 8 8
+  64     5 6 8 8 8
+  64     4 6 8 8 8
+  64     3 6 8 8 8
+  64     2 6 8 8 8
+  64     4 5 8 8 8
+  64     3 5 8 8 8
+  64     2 5 8 8 8
+  64     3 4 8 8 8
+  64     2 4 8 8 8
+  64     2 3 8 8 8
+  64     7 7 7 K A      Three Sevens
+  64     7 7 7 Q A
+  64     7 7 7 J A
+  64     7 7 7 T A
+  64     7 7 7 9 A
+  64     7 7 7 8 A
+  64     6 7 7 7 A
+  64     5 7 7 7 A
+  64     4 7 7 7 A
+  64     3 7 7 7 A
+  64     2 7 7 7 A
+  64     7 7 7 Q K
+  64     7 7 7 J K
+  64     7 7 7 T K
+  64     7 7 7 9 K
+  64     7 7 7 8 K
+  64     6 7 7 7 K
+  64     5 7 7 7 K
+  64     4 7 7 7 K
+  64     3 7 7 7 K
+  64     2 7 7 7 K
+  64     7 7 7 J Q
+  64     7 7 7 T Q
+  64     7 7 7 9 Q
+  64     7 7 7 8 Q
+  64     6 7 7 7 Q
+  64     5 7 7 7 Q
+  64     4 7 7 7 Q
+  64     3 7 7 7 Q
+  64     2 7 7 7 Q
+  64     7 7 7 T J
+  64     7 7 7 9 J
+  64     7 7 7 8 J
+  64     6 7 7 7 J
+  64     5 7 7 7 J
+  64     4 7 7 7 J
+  64     3 7 7 7 J
+  64     2 7 7 7 J
+  64     7 7 7 9 T
+  64     7 7 7 8 T
+  64     6 7 7 7 T
+  64     5 7 7 7 T
+  64     4 7 7 7 T
+  64     3 7 7 7 T
+  64     2 7 7 7 T
+  64     7 7 7 8 9
+  64     6 7 7 7 9
+  64     5 7 7 7 9
+  64     4 7 7 7 9
+  64     3 7 7 7 9
+  64     2 7 7 7 9
+  64     6 7 7 7 8
+  64     5 7 7 7 8
+  64     4 7 7 7 8
+  64     3 7 7 7 8
+  64     2 7 7 7 8
+  64     5 6 7 7 7
+  64     4 6 7 7 7
+  64     3 6 7 7 7
+  64     2 6 7 7 7
+  64     4 5 7 7 7
+  64     3 5 7 7 7
+  64     2 5 7 7 7
+  64     3 4 7 7 7
+  64     2 4 7 7 7
+  64     2 3 7 7 7
+  64     6 6 6 K A      Three Sixes
+  64     6 6 6 Q A
+  64     6 6 6 J A
+  64     6 6 6 T A
+  64     6 6 6 9 A
+  64     6 6 6 8 A
+  64     6 6 6 7 A
+  64     5 6 6 6 A
+  64     4 6 6 6 A
+  64     3 6 6 6 A
+  64     2 6 6 6 A
+  64     6 6 6 Q K
+  64     6 6 6 J K
+  64     6 6 6 T K
+  64     6 6 6 9 K
+  64     6 6 6 8 K
+  64     6 6 6 7 K
+  64     5 6 6 6 K
+  64     4 6 6 6 K
+  64     3 6 6 6 K
+  64     2 6 6 6 K
+  64     6 6 6 J Q
+  64     6 6 6 T Q
+  64     6 6 6 9 Q
+  64     6 6 6 8 Q
+  64     6 6 6 7 Q
+  64     5 6 6 6 Q
+  64     4 6 6 6 Q
+  64     3 6 6 6 Q
+  64     2 6 6 6 Q
+  64     6 6 6 T J
+  64     6 6 6 9 J
+  64     6 6 6 8 J
+  64     6 6 6 7 J
+  64     5 6 6 6 J
+  64     4 6 6 6 J
+  64     3 6 6 6 J
+  64     2 6 6 6 J
+  64     6 6 6 9 T
+  64     6 6 6 8 T
+  64     6 6 6 7 T
+  64     5 6 6 6 T
+  64     4 6 6 6 T
+  64     3 6 6 6 T
+  64     2 6 6 6 T
+  64     6 6 6 8 9
+  64     6 6 6 7 9
+  64     5 6 6 6 9
+  64     4 6 6 6 9
+  64     3 6 6 6 9
+  64     2 6 6 6 9
+  64     6 6 6 7 8
+  64     5 6 6 6 8
+  64     4 6 6 6 8
+  64     3 6 6 6 8
+  64     2 6 6 6 8
+  64     5 6 6 6 7
+  64     4 6 6 6 7
+  64     3 6 6 6 7
+  64     2 6 6 6 7
+  64     4 5 6 6 6
+  64     3 5 6 6 6
+  64     2 5 6 6 6
+  64     3 4 6 6 6
+  64     2 4 6 6 6
+  64     2 3 6 6 6
+  64     5 5 5 K A      Three Fives
+  64     5 5 5 Q A
+  64     5 5 5 J A
+  64     5 5 5 T A
+  64     5 5 5 9 A
+  64     5 5 5 8 A
+  64     5 5 5 7 A
+  64     5 5 5 6 A
+  64     4 5 5 5 A
+  64     3 5 5 5 A
+  64     2 5 5 5 A
+  64     5 5 5 Q K
+  64     5 5 5 J K
+  64     5 5 5 T K
+  64     5 5 5 9 K
+  64     5 5 5 8 K
+  64     5 5 5 7 K
+  64     5 5 5 6 K
+  64     4 5 5 5 K
+  64     3 5 5 5 K
+  64     2 5 5 5 K
+  64     5 5 5 J Q
+  64     5 5 5 T Q
+  64     5 5 5 9 Q
+  64     5 5 5 8 Q
+  64     5 5 5 7 Q
+  64     5 5 5 6 Q
+  64     4 5 5 5 Q
+  64     3 5 5 5 Q
+  64     2 5 5 5 Q
+  64     5 5 5 T J
+  64     5 5 5 9 J
+  64     5 5 5 8 J
+  64     5 5 5 7 J
+  64     5 5 5 6 J
+  64     4 5 5 5 J
+  64     3 5 5 5 J
+  64     2 5 5 5 J
+  64     5 5 5 9 T
+  64     5 5 5 8 T
+  64     5 5 5 7 T
+  64     5 5 5 6 T
+  64     4 5 5 5 T
+  64     3 5 5 5 T
+  64     2 5 5 5 T
+  64     5 5 5 8 9
+  64     5 5 5 7 9
+  64     5 5 5 6 9
+  64     4 5 5 5 9
+  64     3 5 5 5 9
+  64     2 5 5 5 9
+  64     5 5 5 7 8
+  64     5 5 5 6 8
+  64     4 5 5 5 8
+  64     3 5 5 5 8
+  64     2 5 5 5 8
+  64     5 5 5 6 7
+  64     4 5 5 5 7
+  64     3 5 5 5 7
+  64     2 5 5 5 7
+  64     4 5 5 5 6
+  64     3 5 5 5 6
+  64     2 5 5 5 6
+  64     3 4 5 5 5
+  64     2 4 5 5 5
+  64     2 3 5 5 5
+  64     4 4 4 K A      Three Fours
+  64     4 4 4 Q A
+  64     4 4 4 J A
+  64     4 4 4 T A
+  64     4 4 4 9 A
+  64     4 4 4 8 A
+  64     4 4 4 7 A
+  64     4 4 4 6 A
+  64     4 4 4 5 A
+  64     3 4 4 4 A
+  64     2 4 4 4 A
+  64     4 4 4 Q K
+  64     4 4 4 J K
+  64     4 4 4 T K
+  64     4 4 4 9 K
+  64     4 4 4 8 K
+  64     4 4 4 7 K
+  64     4 4 4 6 K
+  64     4 4 4 5 K
+  64     3 4 4 4 K
+  64     2 4 4 4 K
+  64     4 4 4 J Q
+  64     4 4 4 T Q
+  64     4 4 4 9 Q
+  64     4 4 4 8 Q
+  64     4 4 4 7 Q
+  64     4 4 4 6 Q
+  64     4 4 4 5 Q
+  64     3 4 4 4 Q
+  64     2 4 4 4 Q
+  64     4 4 4 T J
+  64     4 4 4 9 J
+  64     4 4 4 8 J
+  64     4 4 4 7 J
+  64     4 4 4 6 J
+  64     4 4 4 5 J
+  64     3 4 4 4 J
+  64     2 4 4 4 J
+  64     4 4 4 9 T
+  64     4 4 4 8 T
+  64     4 4 4 7 T
+  64     4 4 4 6 T
+  64     4 4 4 5 T
+  64     3 4 4 4 T
+  64     2 4 4 4 T
+  64     4 4 4 8 9
+  64     4 4 4 7 9
+  64     4 4 4 6 9
+  64     4 4 4 5 9
+  64     3 4 4 4 9
+  64     2 4 4 4 9
+  64     4 4 4 7 8
+  64     4 4 4 6 8
+  64     4 4 4 5 8
+  64     3 4 4 4 8
+  64     2 4 4 4 8
+  64     4 4 4 6 7
+  64     4 4 4 5 7
+  64     3 4 4 4 7
+  64     2 4 4 4 7
+  64     4 4 4 5 6
+  64     3 4 4 4 6
+  64     2 4 4 4 6
+  64     3 4 4 4 5
+  64     2 4 4 4 5
+  64     2 3 4 4 4
+  64     3 3 3 K A      Three Treys
+  64     3 3 3 Q A
+  64     3 3 3 J A
+  64     3 3 3 T A
+  64     3 3 3 9 A
+  64     3 3 3 8 A
+  64     3 3 3 7 A
+  64     3 3 3 6 A
+  64     3 3 3 5 A
+  64     3 3 3 4 A
+  64     2 3 3 3 A
+  64     3 3 3 Q K
+  64     3 3 3 J K
+  64     3 3 3 T K
+  64     3 3 3 9 K
+  64     3 3 3 8 K
+  64     3 3 3 7 K
+  64     3 3 3 6 K
+  64     3 3 3 5 K
+  64     3 3 3 4 K
+  64     2 3 3 3 K
+  64     3 3 3 J Q
+  64     3 3 3 T Q
+  64     3 3 3 9 Q
+  64     3 3 3 8 Q
+  64     3 3 3 7 Q
+  64     3 3 3 6 Q
+  64     3 3 3 5 Q
+  64     3 3 3 4 Q
+  64     2 3 3 3 Q
+  64     3 3 3 T J
+  64     3 3 3 9 J
+  64     3 3 3 8 J
+  64     3 3 3 7 J
+  64     3 3 3 6 J
+  64     3 3 3 5 J
+  64     3 3 3 4 J
+  64     2 3 3 3 J
+  64     3 3 3 9 T
+  64     3 3 3 8 T
+  64     3 3 3 7 T
+  64     3 3 3 6 T
+  64     3 3 3 5 T
+  64     3 3 3 4 T
+  64     2 3 3 3 T
+  64     3 3 3 8 9
+  64     3 3 3 7 9
+  64     3 3 3 6 9
+  64     3 3 3 5 9
+  64     3 3 3 4 9
+  64     2 3 3 3 9
+  64     3 3 3 7 8
+  64     3 3 3 6 8
+  64     3 3 3 5 8
+  64     3 3 3 4 8
+  64     2 3 3 3 8
+  64     3 3 3 6 7
+  64     3 3 3 5 7
+  64     3 3 3 4 7
+  64     2 3 3 3 7
+  64     3 3 3 5 6
+  64     3 3 3 4 6
+  64     2 3 3 3 6
+  64     3 3 3 4 5
+  64     2 3 3 3 5
+  64     2 3 3 3 4
+  64     2 2 2 K A      Three Deuces
+  64     2 2 2 Q A
+  64     2 2 2 J A
+  64     2 2 2 T A
+  64     2 2 2 9 A
+  64     2 2 2 8 A
+  64     2 2 2 7 A
+  64     2 2 2 6 A
+  64     2 2 2 5 A
+  64     2 2 2 4 A
+  64     2 2 2 3 A
+  64     2 2 2 Q K
+  64     2 2 2 J K
+  64     2 2 2 T K
+  64     2 2 2 9 K
+  64     2 2 2 8 K
+  64     2 2 2 7 K
+  64     2 2 2 6 K
+  64     2 2 2 5 K
+  64     2 2 2 4 K
+  64     2 2 2 3 K
+  64     2 2 2 J Q
+  64     2 2 2 T Q
+  64     2 2 2 9 Q
+  64     2 2 2 8 Q
+  64     2 2 2 7 Q
+  64     2 2 2 6 Q
+  64     2 2 2 5 Q
+  64     2 2 2 4 Q
+  64     2 2 2 3 Q
+  64     2 2 2 T J
+  64     2 2 2 9 J
+  64     2 2 2 8 J
+  64     2 2 2 7 J
+  64     2 2 2 6 J
+  64     2 2 2 5 J
+  64     2 2 2 4 J
+  64     2 2 2 3 J
+  64     2 2 2 9 T
+  64     2 2 2 8 T
+  64     2 2 2 7 T
+  64     2 2 2 6 T
+  64     2 2 2 5 T
+  64     2 2 2 4 T
+  64     2 2 2 3 T
+  64     2 2 2 8 9
+  64     2 2 2 7 9
+  64     2 2 2 6 9
+  64     2 2 2 5 9
+  64     2 2 2 4 9
+  64     2 2 2 3 9
+  64     2 2 2 7 8
+  64     2 2 2 6 8
+  64     2 2 2 5 8
+  64     2 2 2 4 8
+  64     2 2 2 3 8
+  64     2 2 2 6 7
+  64     2 2 2 5 7
+  64     2 2 2 4 7
+  64     2 2 2 3 7
+  64     2 2 2 5 6
+  64     2 2 2 4 6
+  64     2 2 2 3 6
+  64     2 2 2 4 5
+  64     2 2 2 3 5
+  64     2 2 2 3 4
+ 144     Q K K A A      Aces over Kings                TWO PAIR
+ 144     J K K A A
+ 144     T K K A A
+ 144     9 K K A A
+ 144     8 K K A A
+ 144     7 K K A A
+ 144     6 K K A A
+ 144     5 K K A A
+ 144     4 K K A A
+ 144     3 K K A A
+ 144     2 K K A A
+ 144     Q Q K A A      Aces over Queens
+ 144     J Q Q A A
+ 144     T Q Q A A
+ 144     9 Q Q A A
+ 144     8 Q Q A A
+ 144     7 Q Q A A
+ 144     6 Q Q A A
+ 144     5 Q Q A A
+ 144     4 Q Q A A
+ 144     3 Q Q A A
+ 144     2 Q Q A A
+ 144     J J K A A      Aces over Jacks
+ 144     J J Q A A
+ 144     T J J A A
+ 144     9 J J A A
+ 144     8 J J A A
+ 144     7 J J A A
+ 144     6 J J A A
+ 144     5 J J A A
+ 144     4 J J A A
+ 144     3 J J A A
+ 144     2 J J A A
+ 144     T T K A A      Aces over Tens
+ 144     T T Q A A
+ 144     T T J A A
+ 144     9 T T A A
+ 144     8 T T A A
+ 144     7 T T A A
+ 144     6 T T A A
+ 144     5 T T A A
+ 144     4 T T A A
+ 144     3 T T A A
+ 144     2 T T A A
+ 144     9 9 K A A      Aces over Nines
+ 144     9 9 Q A A
+ 144     9 9 J A A
+ 144     9 9 T A A
+ 144     8 9 9 A A
+ 144     7 9 9 A A
+ 144     6 9 9 A A
+ 144     5 9 9 A A
+ 144     4 9 9 A A
+ 144     3 9 9 A A
+ 144     2 9 9 A A
+ 144     8 8 K A A      Aces over Eights
+ 144     8 8 Q A A
+ 144     8 8 J A A
+ 144     8 8 T A A
+ 144     8 8 9 A A
+ 144     7 8 8 A A
+ 144     6 8 8 A A
+ 144     5 8 8 A A
+ 144     4 8 8 A A
+ 144     3 8 8 A A
+ 144     2 8 8 A A
+ 144     7 7 K A A      Aces over Sevens
+ 144     7 7 Q A A
+ 144     7 7 J A A
+ 144     7 7 T A A
+ 144     7 7 9 A A
+ 144     7 7 8 A A
+ 144     6 7 7 A A
+ 144     5 7 7 A A
+ 144     4 7 7 A A
+ 144     3 7 7 A A
+ 144     2 7 7 A A
+ 144     6 6 K A A      Aces over Sixes
+ 144     6 6 Q A A
+ 144     6 6 J A A
+ 144     6 6 T A A
+ 144     6 6 9 A A
+ 144     6 6 8 A A
+ 144     6 6 7 A A
+ 144     5 6 6 A A
+ 144     4 6 6 A A
+ 144     3 6 6 A A
+ 144     2 6 6 A A
+ 144     5 5 K A A      Aces over Fives
+ 144     5 5 Q A A
+ 144     5 5 J A A
+ 144     5 5 T A A
+ 144     5 5 9 A A
+ 144     5 5 8 A A
+ 144     5 5 7 A A
+ 144     5 5 6 A A
+ 144     4 5 5 A A
+ 144     3 5 5 A A
+ 144     2 5 5 A A
+ 144     4 4 K A A      Aces over Fours
+ 144     4 4 Q A A
+ 144     4 4 J A A
+ 144     4 4 T A A
+ 144     4 4 9 A A
+ 144     4 4 8 A A
+ 144     4 4 7 A A
+ 144     4 4 6 A A
+ 144     4 4 5 A A
+ 144     3 4 4 A A
+ 144     2 4 4 A A
+ 144     3 3 K A A      Aces over Treys
+ 144     3 3 Q A A
+ 144     3 3 J A A
+ 144     3 3 T A A
+ 144     3 3 9 A A
+ 144     3 3 8 A A
+ 144     3 3 7 A A
+ 144     3 3 6 A A
+ 144     3 3 5 A A
+ 144     3 3 4 A A
+ 144     2 3 3 A A
+ 144     2 2 K A A      Aces over Deuces
+ 144     2 2 Q A A
+ 144     2 2 J A A
+ 144     2 2 T A A
+ 144     2 2 9 A A
+ 144     2 2 8 A A
+ 144     2 2 7 A A
+ 144     2 2 6 A A
+ 144     2 2 5 A A
+ 144     2 2 4 A A
+ 144     2 2 3 A A
+ 144     Q Q K K A      Kings over Queens
+ 144     J Q Q K K
+ 144     T Q Q K K
+ 144     9 Q Q K K
+ 144     8 Q Q K K
+ 144     7 Q Q K K
+ 144     6 Q Q K K
+ 144     5 Q Q K K
+ 144     4 Q Q K K
+ 144     3 Q Q K K
+ 144     2 Q Q K K
+ 144     J J K K A      Kings over Jacks
+ 144     J J Q K K
+ 144     T J J K K
+ 144     9 J J K K
+ 144     8 J J K K
+ 144     7 J J K K
+ 144     6 J J K K
+ 144     5 J J K K
+ 144     4 J J K K
+ 144     3 J J K K
+ 144     2 J J K K
+ 144     T T K K A      Kings over Tens
+ 144     T T Q K K
+ 144     T T J K K
+ 144     9 T T K K
+ 144     8 T T K K
+ 144     7 T T K K
+ 144     6 T T K K
+ 144     5 T T K K
+ 144     4 T T K K
+ 144     3 T T K K
+ 144     2 T T K K
+ 144     9 9 K K A      Kings over Nines
+ 144     9 9 Q K K
+ 144     9 9 J K K
+ 144     9 9 T K K
+ 144     8 9 9 K K
+ 144     7 9 9 K K
+ 144     6 9 9 K K
+ 144     5 9 9 K K
+ 144     4 9 9 K K
+ 144     3 9 9 K K
+ 144     2 9 9 K K
+ 144     8 8 K K A      Kings over Eights
+ 144     8 8 Q K K
+ 144     8 8 J K K
+ 144     8 8 T K K
+ 144     8 8 9 K K
+ 144     7 8 8 K K
+ 144     6 8 8 K K
+ 144     5 8 8 K K
+ 144     4 8 8 K K
+ 144     3 8 8 K K
+ 144     2 8 8 K K
+ 144     7 7 K K A      Kings over Sevens
+ 144     7 7 Q K K
+ 144     7 7 J K K
+ 144     7 7 T K K
+ 144     7 7 9 K K
+ 144     7 7 8 K K
+ 144     6 7 7 K K
+ 144     5 7 7 K K
+ 144     4 7 7 K K
+ 144     3 7 7 K K
+ 144     2 7 7 K K
+ 144     6 6 K K A      Kings over Sixes
+ 144     6 6 Q K K
+ 144     6 6 J K K
+ 144     6 6 T K K
+ 144     6 6 9 K K
+ 144     6 6 8 K K
+ 144     6 6 7 K K
+ 144     5 6 6 K K
+ 144     4 6 6 K K
+ 144     3 6 6 K K
+ 144     2 6 6 K K
+ 144     5 5 K K A      Kings over Fives
+ 144     5 5 Q K K
+ 144     5 5 J K K
+ 144     5 5 T K K
+ 144     5 5 9 K K
+ 144     5 5 8 K K
+ 144     5 5 7 K K
+ 144     5 5 6 K K
+ 144     4 5 5 K K
+ 144     3 5 5 K K
+ 144     2 5 5 K K
+ 144     4 4 K K A      Kings over Fours
+ 144     4 4 Q K K
+ 144     4 4 J K K
+ 144     4 4 T K K
+ 144     4 4 9 K K
+ 144     4 4 8 K K
+ 144     4 4 7 K K
+ 144     4 4 6 K K
+ 144     4 4 5 K K
+ 144     3 4 4 K K
+ 144     2 4 4 K K
+ 144     3 3 K K A      Kings over Treys
+ 144     3 3 Q K K
+ 144     3 3 J K K
+ 144     3 3 T K K
+ 144     3 3 9 K K
+ 144     3 3 8 K K
+ 144     3 3 7 K K
+ 144     3 3 6 K K
+ 144     3 3 5 K K
+ 144     3 3 4 K K
+ 144     2 3 3 K K
+ 144     2 2 K K A      Kings over Deuces
+ 144     2 2 Q K K
+ 144     2 2 J K K
+ 144     2 2 T K K
+ 144     2 2 9 K K
+ 144     2 2 8 K K
+ 144     2 2 7 K K
+ 144     2 2 6 K K
+ 144     2 2 5 K K
+ 144     2 2 4 K K
+ 144     2 2 3 K K
+ 144     J J Q Q A      Queens over Jacks
+ 144     J J Q Q K
+ 144     T J J Q Q
+ 144     9 J J Q Q
+ 144     8 J J Q Q
+ 144     7 J J Q Q
+ 144     6 J J Q Q
+ 144     5 J J Q Q
+ 144     4 J J Q Q
+ 144     3 J J Q Q
+ 144     2 J J Q Q
+ 144     T T Q Q A      Queens over Tens
+ 144     T T Q Q K
+ 144     T T J Q Q
+ 144     9 T T Q Q
+ 144     8 T T Q Q
+ 144     7 T T Q Q
+ 144     6 T T Q Q
+ 144     5 T T Q Q
+ 144     4 T T Q Q
+ 144     3 T T Q Q
+ 144     2 T T Q Q
+ 144     9 9 Q Q A      Queens over Nines
+ 144     9 9 Q Q K
+ 144     9 9 J Q Q
+ 144     9 9 T Q Q
+ 144     8 9 9 Q Q
+ 144     7 9 9 Q Q
+ 144     6 9 9 Q Q
+ 144     5 9 9 Q Q
+ 144     4 9 9 Q Q
+ 144     3 9 9 Q Q
+ 144     2 9 9 Q Q
+ 144     8 8 Q Q A      Queens over Eights
+ 144     8 8 Q Q K
+ 144     8 8 J Q Q
+ 144     8 8 T Q Q
+ 144     8 8 9 Q Q
+ 144     7 8 8 Q Q
+ 144     6 8 8 Q Q
+ 144     5 8 8 Q Q
+ 144     4 8 8 Q Q
+ 144     3 8 8 Q Q
+ 144     2 8 8 Q Q
+ 144     7 7 Q Q A      Queens over Sevens
+ 144     7 7 Q Q K
+ 144     7 7 J Q Q
+ 144     7 7 T Q Q
+ 144     7 7 9 Q Q
+ 144     7 7 8 Q Q
+ 144     6 7 7 Q Q
+ 144     5 7 7 Q Q
+ 144     4 7 7 Q Q
+ 144     3 7 7 Q Q
+ 144     2 7 7 Q Q
+ 144     6 6 Q Q A      Queens over Sixes
+ 144     6 6 Q Q K
+ 144     6 6 J Q Q
+ 144     6 6 T Q Q
+ 144     6 6 9 Q Q
+ 144     6 6 8 Q Q
+ 144     6 6 7 Q Q
+ 144     5 6 6 Q Q
+ 144     4 6 6 Q Q
+ 144     3 6 6 Q Q
+ 144     2 6 6 Q Q
+ 144     5 5 Q Q A      Queens over Fives
+ 144     5 5 Q Q K
+ 144     5 5 J Q Q
+ 144     5 5 T Q Q
+ 144     5 5 9 Q Q
+ 144     5 5 8 Q Q
+ 144     5 5 7 Q Q
+ 144     5 5 6 Q Q
+ 144     4 5 5 Q Q
+ 144     3 5 5 Q Q
+ 144     2 5 5 Q Q
+ 144     4 4 Q Q A      Queens over Fours
+ 144     4 4 Q Q K
+ 144     4 4 J Q Q
+ 144     4 4 T Q Q
+ 144     4 4 9 Q Q
+ 144     4 4 8 Q Q
+ 144     4 4 7 Q Q
+ 144     4 4 6 Q Q
+ 144     4 4 5 Q Q
+ 144     3 4 4 Q Q
+ 144     2 4 4 Q Q
+ 144     3 3 Q Q A      Queens over Treys
+ 144     3 3 Q Q K
+ 144     3 3 J Q Q
+ 144     3 3 T Q Q
+ 144     3 3 9 Q Q
+ 144     3 3 8 Q Q
+ 144     3 3 7 Q Q
+ 144     3 3 6 Q Q
+ 144     3 3 5 Q Q
+ 144     3 3 4 Q Q
+ 144     2 3 3 Q Q
+ 144     2 2 Q Q A      Queens over Deuces
+ 144     2 2 Q Q K
+ 144     2 2 J Q Q
+ 144     2 2 T Q Q
+ 144     2 2 9 Q Q
+ 144     2 2 8 Q Q
+ 144     2 2 7 Q Q
+ 144     2 2 6 Q Q
+ 144     2 2 5 Q Q
+ 144     2 2 4 Q Q
+ 144     2 2 3 Q Q
+ 144     T T J J A      Jacks over Tens
+ 144     T T J J K
+ 144     T T J J Q
+ 144     9 T T J J
+ 144     8 T T J J
+ 144     7 T T J J
+ 144     6 T T J J
+ 144     5 T T J J
+ 144     4 T T J J
+ 144     3 T T J J
+ 144     2 T T J J
+ 144     9 9 J J A      Jacks over Nines
+ 144     9 9 J J K
+ 144     9 9 J J Q
+ 144     9 9 T J J
+ 144     8 9 9 J J
+ 144     7 9 9 J J
+ 144     6 9 9 J J
+ 144     5 9 9 J J
+ 144     4 9 9 J J
+ 144     3 9 9 J J
+ 144     2 9 9 J J
+ 144     8 8 J J A      Jacks over Eights
+ 144     8 8 J J K
+ 144     8 8 J J Q
+ 144     8 8 T J J
+ 144     8 8 9 J J
+ 144     7 8 8 J J
+ 144     6 8 8 J J
+ 144     5 8 8 J J
+ 144     4 8 8 J J
+ 144     3 8 8 J J
+ 144     2 8 8 J J
+ 144     7 7 J J A      Jacks over Sevens
+ 144     7 7 J J K
+ 144     7 7 J J Q
+ 144     7 7 T J J
+ 144     7 7 9 J J
+ 144     7 7 8 J J
+ 144     6 7 7 J J
+ 144     5 7 7 J J
+ 144     4 7 7 J J
+ 144     3 7 7 J J
+ 144     2 7 7 J J
+ 144     6 6 J J A      Jacks over Sixes
+ 144     6 6 J J K
+ 144     6 6 J J Q
+ 144     6 6 T J J
+ 144     6 6 9 J J
+ 144     6 6 8 J J
+ 144     6 6 7 J J
+ 144     5 6 6 J J
+ 144     4 6 6 J J
+ 144     3 6 6 J J
+ 144     2 6 6 J J
+ 144     5 5 J J A      Jacks over Fives
+ 144     5 5 J J K
+ 144     5 5 J J Q
+ 144     5 5 T J J
+ 144     5 5 9 J J
+ 144     5 5 8 J J
+ 144     5 5 7 J J
+ 144     5 5 6 J J
+ 144     4 5 5 J J
+ 144     3 5 5 J J
+ 144     2 5 5 J J
+ 144     4 4 J J A      Jacks over Fours
+ 144     4 4 J J K
+ 144     4 4 J J Q
+ 144     4 4 T J J
+ 144     4 4 9 J J
+ 144     4 4 8 J J
+ 144     4 4 7 J J
+ 144     4 4 6 J J
+ 144     4 4 5 J J
+ 144     3 4 4 J J
+ 144     2 4 4 J J
+ 144     3 3 J J A      Jacks over Treys
+ 144     3 3 J J K
+ 144     3 3 J J Q
+ 144     3 3 T J J
+ 144     3 3 9 J J
+ 144     3 3 8 J J
+ 144     3 3 7 J J
+ 144     3 3 6 J J
+ 144     3 3 5 J J
+ 144     3 3 4 J J
+ 144     2 3 3 J J
+ 144     2 2 J J A      Jacks over Deuces
+ 144     2 2 J J K
+ 144     2 2 J J Q
+ 144     2 2 T J J
+ 144     2 2 9 J J
+ 144     2 2 8 J J
+ 144     2 2 7 J J
+ 144     2 2 6 J J
+ 144     2 2 5 J J
+ 144     2 2 4 J J
+ 144     2 2 3 J J
+ 144     9 9 T T A      Tens over Nines
+ 144     9 9 T T K
+ 144     9 9 T T Q
+ 144     9 9 T T J
+ 144     8 9 9 T T
+ 144     7 9 9 T T
+ 144     6 9 9 T T
+ 144     5 9 9 T T
+ 144     4 9 9 T T
+ 144     3 9 9 T T
+ 144     2 9 9 T T
+ 144     8 8 T T A      Tens over Eights
+ 144     8 8 T T K
+ 144     8 8 T T Q
+ 144     8 8 T T J
+ 144     8 8 9 T T
+ 144     7 8 8 T T
+ 144     6 8 8 T T
+ 144     5 8 8 T T
+ 144     4 8 8 T T
+ 144     3 8 8 T T
+ 144     2 8 8 T T
+ 144     7 7 T T A      Tens over Sevens
+ 144     7 7 T T K
+ 144     7 7 T T Q
+ 144     7 7 T T J
+ 144     7 7 9 T T
+ 144     7 7 8 T T
+ 144     6 7 7 T T
+ 144     5 7 7 T T
+ 144     4 7 7 T T
+ 144     3 7 7 T T
+ 144     2 7 7 T T
+ 144     6 6 T T A      Tens over Sixes
+ 144     6 6 T T K
+ 144     6 6 T T Q
+ 144     6 6 T T J
+ 144     6 6 9 T T
+ 144     6 6 8 T T
+ 144     6 6 7 T T
+ 144     5 6 6 T T
+ 144     4 6 6 T T
+ 144     3 6 6 T T
+ 144     2 6 6 T T
+ 144     5 5 T T A      Tens over Fives
+ 144     5 5 T T K
+ 144     5 5 T T Q
+ 144     5 5 T T J
+ 144     5 5 9 T T
+ 144     5 5 8 T T
+ 144     5 5 7 T T
+ 144     5 5 6 T T
+ 144     4 5 5 T T
+ 144     3 5 5 T T
+ 144     2 5 5 T T
+ 144     4 4 T T A      Tens over Fours
+ 144     4 4 T T K
+ 144     4 4 T T Q
+ 144     4 4 T T J
+ 144     4 4 9 T T
+ 144     4 4 8 T T
+ 144     4 4 7 T T
+ 144     4 4 6 T T
+ 144     4 4 5 T T
+ 144     3 4 4 T T
+ 144     2 4 4 T T
+ 144     3 3 T T A      Tens over Treys
+ 144     3 3 T T K
+ 144     3 3 T T Q
+ 144     3 3 T T J
+ 144     3 3 9 T T
+ 144     3 3 8 T T
+ 144     3 3 7 T T
+ 144     3 3 6 T T
+ 144     3 3 5 T T
+ 144     3 3 4 T T
+ 144     2 3 3 T T
+ 144     2 2 T T A      Tens over Deuces
+ 144     2 2 T T K
+ 144     2 2 T T Q
+ 144     2 2 T T J
+ 144     2 2 9 T T
+ 144     2 2 8 T T
+ 144     2 2 7 T T
+ 144     2 2 6 T T
+ 144     2 2 5 T T
+ 144     2 2 4 T T
+ 144     2 2 3 T T
+ 144     8 8 9 9 A      Nines over Eights
+ 144     8 8 9 9 K
+ 144     8 8 9 9 Q
+ 144     8 8 9 9 J
+ 144     8 8 9 9 T
+ 144     7 8 8 9 9
+ 144     6 8 8 9 9
+ 144     5 8 8 9 9
+ 144     4 8 8 9 9
+ 144     3 8 8 9 9
+ 144     2 8 8 9 9
+ 144     7 7 9 9 A      Nines over Sevens
+ 144     7 7 9 9 K
+ 144     7 7 9 9 Q
+ 144     7 7 9 9 J
+ 144     7 7 9 9 T
+ 144     7 7 8 9 9
+ 144     6 7 7 9 9
+ 144     5 7 7 9 9
+ 144     4 7 7 9 9
+ 144     3 7 7 9 9
+ 144     2 7 7 9 9
+ 144     6 6 9 9 A      Nines over Sixes
+ 144     6 6 9 9 K
+ 144     6 6 9 9 Q
+ 144     6 6 9 9 J
+ 144     6 6 9 9 T
+ 144     6 6 8 9 9
+ 144     6 6 7 9 9
+ 144     5 6 6 9 9
+ 144     4 6 6 9 9
+ 144     3 6 6 9 9
+ 144     2 6 6 9 9
+ 144     5 5 9 9 A      Nines over Fives
+ 144     5 5 9 9 K
+ 144     5 5 9 9 Q
+ 144     5 5 9 9 J
+ 144     5 5 9 9 T
+ 144     5 5 8 9 9
+ 144     5 5 7 9 9
+ 144     5 5 6 9 9
+ 144     4 5 5 9 9
+ 144     3 5 5 9 9
+ 144     2 5 5 9 9
+ 144     4 4 9 9 A      Nines over Fours
+ 144     4 4 9 9 K
+ 144     4 4 9 9 Q
+ 144     4 4 9 9 J
+ 144     4 4 9 9 T
+ 144     4 4 8 9 9
+ 144     4 4 7 9 9
+ 144     4 4 6 9 9
+ 144     4 4 5 9 9
+ 144     3 4 4 9 9
+ 144     2 4 4 9 9
+ 144     3 3 9 9 A      Nines over Treys
+ 144     3 3 9 9 K
+ 144     3 3 9 9 Q
+ 144     3 3 9 9 J
+ 144     3 3 9 9 T
+ 144     3 3 8 9 9
+ 144     3 3 7 9 9
+ 144     3 3 6 9 9
+ 144     3 3 5 9 9
+ 144     3 3 4 9 9
+ 144     2 3 3 9 9
+ 144     2 2 9 9 A      Nines over Deuces
+ 144     2 2 9 9 K
+ 144     2 2 9 9 Q
+ 144     2 2 9 9 J
+ 144     2 2 9 9 T
+ 144     2 2 8 9 9
+ 144     2 2 7 9 9
+ 144     2 2 6 9 9
+ 144     2 2 5 9 9
+ 144     2 2 4 9 9
+ 144     2 2 3 9 9
+ 144     7 7 8 8 A      Eights over Sevens
+ 144     7 7 8 8 K
+ 144     7 7 8 8 Q
+ 144     7 7 8 8 J
+ 144     7 7 8 8 T
+ 144     7 7 8 8 9
+ 144     6 7 7 8 8
+ 144     5 7 7 8 8
+ 144     4 7 7 8 8
+ 144     3 7 7 8 8
+ 144     2 7 7 8 8
+ 144     6 6 8 8 A      Eights over Sixes
+ 144     6 6 8 8 K
+ 144     6 6 8 8 Q
+ 144     6 6 8 8 J
+ 144     6 6 8 8 T
+ 144     6 6 8 8 9
+ 144     6 6 7 8 8
+ 144     5 6 6 8 8
+ 144     4 6 6 8 8
+ 144     3 6 6 8 8
+ 144     2 6 6 8 8
+ 144     5 5 8 8 A      Eights over Fives
+ 144     5 5 8 8 K
+ 144     5 5 8 8 Q
+ 144     5 5 8 8 J
+ 144     5 5 8 8 T
+ 144     5 5 8 8 9
+ 144     5 5 7 8 8
+ 144     5 5 6 8 8
+ 144     4 5 5 8 8
+ 144     3 5 5 8 8
+ 144     2 5 5 8 8
+ 144     4 4 8 8 A      Eights over Fours
+ 144     4 4 8 8 K
+ 144     4 4 8 8 Q
+ 144     4 4 8 8 J
+ 144     4 4 8 8 T
+ 144     4 4 8 8 9
+ 144     4 4 7 8 8
+ 144     4 4 6 8 8
+ 144     4 4 5 8 8
+ 144     3 4 4 8 8
+ 144     2 4 4 8 8
+ 144     3 3 8 8 A      Eights over Treys
+ 144     3 3 8 8 K
+ 144     3 3 8 8 Q
+ 144     3 3 8 8 J
+ 144     3 3 8 8 T
+ 144     3 3 8 8 9
+ 144     3 3 7 8 8
+ 144     3 3 6 8 8
+ 144     3 3 5 8 8
+ 144     3 3 4 8 8
+ 144     2 3 3 8 8
+ 144     2 2 8 8 A      Eights over Deuces
+ 144     2 2 8 8 K
+ 144     2 2 8 8 Q
+ 144     2 2 8 8 J
+ 144     2 2 8 8 T
+ 144     2 2 8 8 9
+ 144     2 2 7 8 8
+ 144     2 2 6 8 8
+ 144     2 2 5 8 8
+ 144     2 2 4 8 8
+ 144     2 2 3 8 8
+ 144     6 6 7 7 A      Sevens over Sixes
+ 144     6 6 7 7 K
+ 144     6 6 7 7 Q
+ 144     6 6 7 7 J
+ 144     6 6 7 7 T
+ 144     6 6 7 7 9
+ 144     6 6 7 7 8
+ 144     5 6 6 7 7
+ 144     4 6 6 7 7
+ 144     3 6 6 7 7
+ 144     2 6 6 7 7
+ 144     5 5 7 7 A      Sevens over Fives
+ 144     5 5 7 7 K
+ 144     5 5 7 7 Q
+ 144     5 5 7 7 J
+ 144     5 5 7 7 T
+ 144     5 5 7 7 9
+ 144     5 5 7 7 8
+ 144     5 5 6 7 7
+ 144     4 5 5 7 7
+ 144     3 5 5 7 7
+ 144     2 5 5 7 7
+ 144     4 4 7 7 A      Sevens over Fours
+ 144     4 4 7 7 K
+ 144     4 4 7 7 Q
+ 144     4 4 7 7 J
+ 144     4 4 7 7 T
+ 144     4 4 7 7 9
+ 144     4 4 7 7 8
+ 144     4 4 6 7 7
+ 144     4 4 5 7 7
+ 144     3 4 4 7 7
+ 144     2 4 4 7 7
+ 144     3 3 7 7 A      Sevens over Treys
+ 144     3 3 7 7 K
+ 144     3 3 7 7 Q
+ 144     3 3 7 7 J
+ 144     3 3 7 7 T
+ 144     3 3 7 7 9
+ 144     3 3 7 7 8
+ 144     3 3 6 7 7
+ 144     3 3 5 7 7
+ 144     3 3 4 7 7
+ 144     2 3 3 7 7
+ 144     2 2 7 7 A      Sevens over Deuces
+ 144     2 2 7 7 K
+ 144     2 2 7 7 Q
+ 144     2 2 7 7 J
+ 144     2 2 7 7 T
+ 144     2 2 7 7 9
+ 144     2 2 7 7 8
+ 144     2 2 6 7 7
+ 144     2 2 5 7 7
+ 144     2 2 4 7 7
+ 144     2 2 3 7 7
+ 144     5 5 6 6 A      Sixes over Fives
+ 144     5 5 6 6 K
+ 144     5 5 6 6 Q
+ 144     5 5 6 6 J
+ 144     5 5 6 6 T
+ 144     5 5 6 6 9
+ 144     5 5 6 6 8
+ 144     5 5 6 6 7
+ 144     4 5 5 6 6
+ 144     3 5 5 6 6
+ 144     2 5 5 6 6
+ 144     4 4 6 6 A      Sixes over Fours
+ 144     4 4 6 6 K
+ 144     4 4 6 6 Q
+ 144     4 4 6 6 J
+ 144     4 4 6 6 T
+ 144     4 4 6 6 9
+ 144     4 4 6 6 8
+ 144     4 4 6 6 7
+ 144     4 4 5 6 6
+ 144     3 4 4 6 6
+ 144     2 4 4 6 6
+ 144     3 3 6 6 A      Sixes over Treys
+ 144     3 3 6 6 K
+ 144     3 3 6 6 Q
+ 144     3 3 6 6 J
+ 144     3 3 6 6 T
+ 144     3 3 6 6 9
+ 144     3 3 6 6 8
+ 144     3 3 6 6 7
+ 144     3 3 5 6 6
+ 144     3 3 4 6 6
+ 144     2 3 3 6 6
+ 144     2 2 6 6 A      Sixes over Deuces
+ 144     2 2 6 6 K
+ 144     2 2 6 6 Q
+ 144     2 2 6 6 J
+ 144     2 2 6 6 T
+ 144     2 2 6 6 9
+ 144     2 2 6 6 8
+ 144     2 2 6 6 7
+ 144     2 2 5 6 6
+ 144     2 2 4 6 6
+ 144     2 2 3 6 6
+ 144     4 4 5 5 A      Fives over Fours
+ 144     4 4 5 5 K
+ 144     4 4 5 5 Q
+ 144     4 4 5 5 J
+ 144     4 4 5 5 T
+ 144     4 4 5 5 9
+ 144     4 4 5 5 8
+ 144     4 4 5 5 7
+ 144     4 4 5 5 6
+ 144     3 4 4 5 5
+ 144     2 4 4 5 5
+ 144     3 3 5 5 A      Fives over Treys
+ 144     3 3 5 5 K
+ 144     3 3 5 5 Q
+ 144     3 3 5 5 J
+ 144     3 3 5 5 T
+ 144     3 3 5 5 9
+ 144     3 3 5 5 8
+ 144     3 3 5 5 7
+ 144     3 3 5 5 6
+ 144     3 3 4 5 5
+ 144     2 3 3 5 5
+ 144     2 2 5 5 A      Fives over Deuces
+ 144     2 2 5 5 K
+ 144     2 2 5 5 Q
+ 144     2 2 5 5 J
+ 144     2 2 5 5 T
+ 144     2 2 5 5 9
+ 144     2 2 5 5 8
+ 144     2 2 5 5 7
+ 144     2 2 5 5 6
+ 144     2 2 4 5 5
+ 144     2 2 3 5 5
+ 144     3 3 4 4 A      Fours over Treys
+ 144     3 3 4 4 K
+ 144     3 3 4 4 Q
+ 144     3 3 4 4 J
+ 144     3 3 4 4 T
+ 144     3 3 4 4 9
+ 144     3 3 4 4 8
+ 144     3 3 4 4 7
+ 144     3 3 4 4 6
+ 144     3 3 4 4 5
+ 144     3 3 4 4 2
+ 144     2 2 4 4 A      Fours over Deuces
+ 144     2 2 4 4 K
+ 144     2 2 4 4 Q
+ 144     2 2 4 4 J
+ 144     2 2 4 4 T
+ 144     2 2 4 4 9
+ 144     2 2 4 4 8
+ 144     2 2 4 4 7
+ 144     2 2 4 4 6
+ 144     2 2 4 4 5
+ 144     2 2 4 4 3
+ 144     2 2 3 3 A      Treys over Deuces
+ 144     2 2 3 3 K
+ 144     2 2 3 3 Q
+ 144     2 2 3 3 J
+ 144     2 2 3 3 T
+ 144     2 2 3 3 9
+ 144     2 2 3 3 8
+ 144     2 2 3 3 7
+ 144     2 2 3 3 6
+ 144     2 2 3 3 5
+ 144     2 2 3 3 4
+ 384     J Q K A A      Pair of Aces                   ONE PAIR
+ 384     T Q K A A
+ 384     9 Q K A A
+ 384     8 Q K A A
+ 384     7 Q K A A
+ 384     6 Q K A A
+ 384     5 Q K A A
+ 384     4 Q K A A
+ 384     3 Q K A A
+ 384     2 Q K A A
+ 384     T J K A A
+ 384     9 J K A A
+ 384     8 J K A A
+ 384     7 J K A A
+ 384     6 J K A A
+ 384     5 J K A A
+ 384     4 J K A A
+ 384     3 J K A A
+ 384     2 J K A A
+ 384     9 T K A A
+ 384     8 T K A A
+ 384     7 T K A A
+ 384     6 T K A A
+ 384     5 T K A A
+ 384     4 T K A A
+ 384     3 T K A A
+ 384     2 T K A A
+ 384     8 9 K A A
+ 384     7 9 K A A
+ 384     6 9 K A A
+ 384     5 9 K A A
+ 384     4 9 K A A
+ 384     3 9 K A A
+ 384     2 9 K A A
+ 384     7 8 K A A
+ 384     6 8 K A A
+ 384     5 8 K A A
+ 384     4 8 K A A
+ 384     3 8 K A A
+ 384     2 8 K A A
+ 384     6 7 K A A
+ 384     5 7 K A A
+ 384     4 7 K A A
+ 384     3 7 K A A
+ 384     2 7 K A A
+ 384     5 6 K A A
+ 384     4 6 K A A
+ 384     3 6 K A A
+ 384     2 6 K A A
+ 384     4 5 K A A
+ 384     3 5 K A A
+ 384     2 5 K A A
+ 384     3 4 K A A
+ 384     2 4 K A A
+ 384     2 3 K A A
+ 384     T J Q A A
+ 384     9 J Q A A
+ 384     8 J Q A A
+ 384     7 J Q A A
+ 384     6 J Q A A
+ 384     5 J Q A A
+ 384     4 J Q A A
+ 384     3 J Q A A
+ 384     2 J Q A A
+ 384     9 T Q A A
+ 384     8 T Q A A
+ 384     7 T Q A A
+ 384     6 T Q A A
+ 384     5 T Q A A
+ 384     4 T Q A A
+ 384     3 T Q A A
+ 384     2 T Q A A
+ 384     8 9 Q A A
+ 384     7 9 Q A A
+ 384     6 9 Q A A
+ 384     5 9 Q A A
+ 384     4 9 Q A A
+ 384     3 9 Q A A
+ 384     2 9 Q A A
+ 384     7 8 Q A A
+ 384     6 8 Q A A
+ 384     5 8 Q A A
+ 384     4 8 Q A A
+ 384     3 8 Q A A
+ 384     2 8 Q A A
+ 384     6 7 Q A A
+ 384     5 7 Q A A
+ 384     4 7 Q A A
+ 384     3 7 Q A A
+ 384     2 7 Q A A
+ 384     5 6 Q A A
+ 384     4 6 Q A A
+ 384     3 6 Q A A
+ 384     2 6 Q A A
+ 384     4 5 Q A A
+ 384     3 5 Q A A
+ 384     2 5 Q A A
+ 384     3 4 Q A A
+ 384     2 4 Q A A
+ 384     2 3 Q A A
+ 384     9 T J A A
+ 384     8 T J A A
+ 384     7 T J A A
+ 384     6 T J A A
+ 384     5 T J A A
+ 384     4 T J A A
+ 384     3 T J A A
+ 384     2 T J A A
+ 384     8 9 J A A
+ 384     7 9 J A A
+ 384     6 9 J A A
+ 384     5 9 J A A
+ 384     4 9 J A A
+ 384     3 9 J A A
+ 384     2 9 J A A
+ 384     7 8 J A A
+ 384     6 8 J A A
+ 384     5 8 J A A
+ 384     4 8 J A A
+ 384     3 8 J A A
+ 384     2 8 J A A
+ 384     6 7 J A A
+ 384     5 7 J A A
+ 384     4 7 J A A
+ 384     3 7 J A A
+ 384     2 7 J A A
+ 384     5 6 J A A
+ 384     4 6 J A A
+ 384     3 6 J A A
+ 384     2 6 J A A
+ 384     4 5 J A A
+ 384     3 5 J A A
+ 384     2 5 J A A
+ 384     3 4 J A A
+ 384     2 4 J A A
+ 384     2 3 J A A
+ 384     8 9 T A A
+ 384     7 9 T A A
+ 384     6 9 T A A
+ 384     5 9 T A A
+ 384     4 9 T A A
+ 384     3 9 T A A
+ 384     2 9 T A A
+ 384     7 8 T A A
+ 384     6 8 T A A
+ 384     5 8 T A A
+ 384     4 8 T A A
+ 384     3 8 T A A
+ 384     2 8 T A A
+ 384     6 7 T A A
+ 384     5 7 T A A
+ 384     4 7 T A A
+ 384     3 7 T A A
+ 384     2 7 T A A
+ 384     5 6 T A A
+ 384     4 6 T A A
+ 384     3 6 T A A
+ 384     2 6 T A A
+ 384     4 5 T A A
+ 384     3 5 T A A
+ 384     2 5 T A A
+ 384     3 4 T A A
+ 384     2 4 T A A
+ 384     2 3 T A A
+ 384     7 8 9 A A
+ 384     6 8 9 A A
+ 384     5 8 9 A A
+ 384     4 8 9 A A
+ 384     3 8 9 A A
+ 384     2 8 9 A A
+ 384     6 7 9 A A
+ 384     5 7 9 A A
+ 384     4 7 9 A A
+ 384     3 7 9 A A
+ 384     2 7 9 A A
+ 384     5 6 9 A A
+ 384     4 6 9 A A
+ 384     3 6 9 A A
+ 384     2 6 9 A A
+ 384     4 5 9 A A
+ 384     3 5 9 A A
+ 384     2 5 9 A A
+ 384     3 4 9 A A
+ 384     2 4 9 A A
+ 384     2 3 9 A A
+ 384     6 7 8 A A
+ 384     5 7 8 A A
+ 384     4 7 8 A A
+ 384     3 7 8 A A
+ 384     2 7 8 A A
+ 384     5 6 8 A A
+ 384     4 6 8 A A
+ 384     3 6 8 A A
+ 384     2 6 8 A A
+ 384     4 5 8 A A
+ 384     3 5 8 A A
+ 384     2 5 8 A A
+ 384     3 4 8 A A
+ 384     2 4 8 A A
+ 384     2 3 8 A A
+ 384     5 6 7 A A
+ 384     4 6 7 A A
+ 384     3 6 7 A A
+ 384     2 6 7 A A
+ 384     4 5 7 A A
+ 384     3 5 7 A A
+ 384     2 5 7 A A
+ 384     3 4 7 A A
+ 384     2 4 7 A A
+ 384     2 3 7 A A
+ 384     4 5 6 A A
+ 384     3 5 6 A A
+ 384     2 5 6 A A
+ 384     3 4 6 A A
+ 384     2 4 6 A A
+ 384     2 3 6 A A
+ 384     3 4 5 A A
+ 384     2 4 5 A A
+ 384     2 3 5 A A
+ 384     2 3 4 A A
+ 384     J Q K K A      Pair of Kings
+ 384     T Q K K A
+ 384     9 Q K K A
+ 384     8 Q K K A
+ 384     7 Q K K A
+ 384     6 Q K K A
+ 384     5 Q K K A
+ 384     4 Q K K A
+ 384     3 Q K K A
+ 384     2 Q K K A
+ 384     T J K K A
+ 384     9 J K K A
+ 384     8 J K K A
+ 384     7 J K K A
+ 384     6 J K K A
+ 384     5 J K K A
+ 384     4 J K K A
+ 384     3 J K K A
+ 384     2 J K K A
+ 384     9 T K K A
+ 384     8 T K K A
+ 384     7 T K K A
+ 384     6 T K K A
+ 384     5 T K K A
+ 384     4 T K K A
+ 384     3 T K K A
+ 384     2 T K K A
+ 384     8 9 K K A
+ 384     7 9 K K A
+ 384     6 9 K K A
+ 384     5 9 K K A
+ 384     4 9 K K A
+ 384     3 9 K K A
+ 384     2 9 K K A
+ 384     7 8 K K A
+ 384     6 8 K K A
+ 384     5 8 K K A
+ 384     4 8 K K A
+ 384     3 8 K K A
+ 384     2 8 K K A
+ 384     6 7 K K A
+ 384     5 7 K K A
+ 384     4 7 K K A
+ 384     3 7 K K A
+ 384     2 7 K K A
+ 384     5 6 K K A
+ 384     4 6 K K A
+ 384     3 6 K K A
+ 384     2 6 K K A
+ 384     4 5 K K A
+ 384     3 5 K K A
+ 384     2 5 K K A
+ 384     3 4 K K A
+ 384     2 4 K K A
+ 384     2 3 K K A
+ 384     T J Q K K
+ 384     9 J Q K K
+ 384     8 J Q K K
+ 384     7 J Q K K
+ 384     6 J Q K K
+ 384     5 J Q K K
+ 384     4 J Q K K
+ 384     3 J Q K K
+ 384     2 J Q K K
+ 384     9 T Q K K
+ 384     8 T Q K K
+ 384     7 T Q K K
+ 384     6 T Q K K
+ 384     5 T Q K K
+ 384     4 T Q K K
+ 384     3 T Q K K
+ 384     2 T Q K K
+ 384     8 9 Q K K
+ 384     7 9 Q K K
+ 384     6 9 Q K K
+ 384     5 9 Q K K
+ 384     4 9 Q K K
+ 384     3 9 Q K K
+ 384     2 9 Q K K
+ 384     7 8 Q K K
+ 384     6 8 Q K K
+ 384     5 8 Q K K
+ 384     4 8 Q K K
+ 384     3 8 Q K K
+ 384     2 8 Q K K
+ 384     6 7 Q K K
+ 384     5 7 Q K K
+ 384     4 7 Q K K
+ 384     3 7 Q K K
+ 384     2 7 Q K K
+ 384     5 6 Q K K
+ 384     4 6 Q K K
+ 384     3 6 Q K K
+ 384     2 6 Q K K
+ 384     4 5 Q K K
+ 384     3 5 Q K K
+ 384     2 5 Q K K
+ 384     3 4 Q K K
+ 384     2 4 Q K K
+ 384     2 3 Q K K
+ 384     9 T J K K
+ 384     8 T J K K
+ 384     7 T J K K
+ 384     6 T J K K
+ 384     5 T J K K
+ 384     4 T J K K
+ 384     3 T J K K
+ 384     2 T J K K
+ 384     8 9 J K K
+ 384     7 9 J K K
+ 384     6 9 J K K
+ 384     5 9 J K K
+ 384     4 9 J K K
+ 384     3 9 J K K
+ 384     2 9 J K K
+ 384     7 8 J K K
+ 384     6 8 J K K
+ 384     5 8 J K K
+ 384     4 8 J K K
+ 384     3 8 J K K
+ 384     2 8 J K K
+ 384     6 7 J K K
+ 384     5 7 J K K
+ 384     4 7 J K K
+ 384     3 7 J K K
+ 384     2 7 J K K
+ 384     5 6 J K K
+ 384     4 6 J K K
+ 384     3 6 J K K
+ 384     2 6 J K K
+ 384     4 5 J K K
+ 384     3 5 J K K
+ 384     2 5 J K K
+ 384     3 4 J K K
+ 384     2 4 J K K
+ 384     2 3 J K K
+ 384     8 9 T K K
+ 384     7 9 T K K
+ 384     6 9 T K K
+ 384     5 9 T K K
+ 384     4 9 T K K
+ 384     3 9 T K K
+ 384     2 9 T K K
+ 384     7 8 T K K
+ 384     6 8 T K K
+ 384     5 8 T K K
+ 384     4 8 T K K
+ 384     3 8 T K K
+ 384     2 8 T K K
+ 384     6 7 T K K
+ 384     5 7 T K K
+ 384     4 7 T K K
+ 384     3 7 T K K
+ 384     2 7 T K K
+ 384     5 6 T K K
+ 384     4 6 T K K
+ 384     3 6 T K K
+ 384     2 6 T K K
+ 384     4 5 T K K
+ 384     3 5 T K K
+ 384     2 5 T K K
+ 384     3 4 T K K
+ 384     2 4 T K K
+ 384     2 3 T K K
+ 384     7 8 9 K K
+ 384     6 8 9 K K
+ 384     5 8 9 K K
+ 384     4 8 9 K K
+ 384     3 8 9 K K
+ 384     2 8 9 K K
+ 384     6 7 9 K K
+ 384     5 7 9 K K
+ 384     4 7 9 K K
+ 384     3 7 9 K K
+ 384     2 7 9 K K
+ 384     5 6 9 K K
+ 384     4 6 9 K K
+ 384     3 6 9 K K
+ 384     2 6 9 K K
+ 384     4 5 9 K K
+ 384     3 5 9 K K
+ 384     2 5 9 K K
+ 384     3 4 9 K K
+ 384     2 4 9 K K
+ 384     2 3 9 K K
+ 384     6 7 8 K K
+ 384     5 7 8 K K
+ 384     4 7 8 K K
+ 384     3 7 8 K K
+ 384     2 7 8 K K
+ 384     5 6 8 K K
+ 384     4 6 8 K K
+ 384     3 6 8 K K
+ 384     2 6 8 K K
+ 384     4 5 8 K K
+ 384     3 5 8 K K
+ 384     2 5 8 K K
+ 384     3 4 8 K K
+ 384     2 4 8 K K
+ 384     2 3 8 K K
+ 384     5 6 7 K K
+ 384     4 6 7 K K
+ 384     3 6 7 K K
+ 384     2 6 7 K K
+ 384     4 5 7 K K
+ 384     3 5 7 K K
+ 384     2 5 7 K K
+ 384     3 4 7 K K
+ 384     2 4 7 K K
+ 384     2 3 7 K K
+ 384     4 5 6 K K
+ 384     3 5 6 K K
+ 384     2 5 6 K K
+ 384     3 4 6 K K
+ 384     2 4 6 K K
+ 384     2 3 6 K K
+ 384     3 4 5 K K
+ 384     2 4 5 K K
+ 384     2 3 5 K K
+ 384     2 3 4 K K
+ 384     J Q Q K A      Pair of Queens
+ 384     T Q Q K A
+ 384     9 Q Q K A
+ 384     8 Q Q K A
+ 384     7 Q Q K A
+ 384     6 Q Q K A
+ 384     5 Q Q K A
+ 384     4 Q Q K A
+ 384     3 Q Q K A
+ 384     2 Q Q K A
+ 384     T J Q Q A
+ 384     9 J Q Q A
+ 384     8 J Q Q A
+ 384     7 J Q Q A
+ 384     6 J Q Q A
+ 384     5 J Q Q A
+ 384     4 J Q Q A
+ 384     3 J Q Q A
+ 384     2 J Q Q A
+ 384     9 T Q Q A
+ 384     8 T Q Q A
+ 384     7 T Q Q A
+ 384     6 T Q Q A
+ 384     5 T Q Q A
+ 384     4 T Q Q A
+ 384     3 T Q Q A
+ 384     2 T Q Q A
+ 384     8 9 Q Q A
+ 384     7 9 Q Q A
+ 384     6 9 Q Q A
+ 384     5 9 Q Q A
+ 384     4 9 Q Q A
+ 384     3 9 Q Q A
+ 384     2 9 Q Q A
+ 384     7 8 Q Q A
+ 384     6 8 Q Q A
+ 384     5 8 Q Q A
+ 384     4 8 Q Q A
+ 384     3 8 Q Q A
+ 384     2 8 Q Q A
+ 384     6 7 Q Q A
+ 384     5 7 Q Q A
+ 384     4 7 Q Q A
+ 384     3 7 Q Q A
+ 384     2 7 Q Q A
+ 384     5 6 Q Q A
+ 384     4 6 Q Q A
+ 384     3 6 Q Q A
+ 384     2 6 Q Q A
+ 384     4 5 Q Q A
+ 384     3 5 Q Q A
+ 384     2 5 Q Q A
+ 384     3 4 Q Q A
+ 384     2 4 Q Q A
+ 384     2 3 Q Q A
+ 384     T J Q Q K
+ 384     9 J Q Q K
+ 384     8 J Q Q K
+ 384     7 J Q Q K
+ 384     6 J Q Q K
+ 384     5 J Q Q K
+ 384     4 J Q Q K
+ 384     3 J Q Q K
+ 384     2 J Q Q K
+ 384     9 T Q Q K
+ 384     8 T Q Q K
+ 384     7 T Q Q K
+ 384     6 T Q Q K
+ 384     5 T Q Q K
+ 384     4 T Q Q K
+ 384     3 T Q Q K
+ 384     2 T Q Q K
+ 384     8 9 Q Q K
+ 384     7 9 Q Q K
+ 384     6 9 Q Q K
+ 384     5 9 Q Q K
+ 384     4 9 Q Q K
+ 384     3 9 Q Q K
+ 384     2 9 Q Q K
+ 384     7 8 Q Q K
+ 384     6 8 Q Q K
+ 384     5 8 Q Q K
+ 384     4 8 Q Q K
+ 384     3 8 Q Q K
+ 384     2 8 Q Q K
+ 384     6 7 Q Q K
+ 384     5 7 Q Q K
+ 384     4 7 Q Q K
+ 384     3 7 Q Q K
+ 384     2 7 Q Q K
+ 384     5 6 Q Q K
+ 384     4 6 Q Q K
+ 384     3 6 Q Q K
+ 384     2 6 Q Q K
+ 384     4 5 Q Q K
+ 384     3 5 Q Q K
+ 384     2 5 Q Q K
+ 384     3 4 Q Q K
+ 384     2 4 Q Q K
+ 384     2 3 Q Q K
+ 384     9 T J Q Q
+ 384     8 T J Q Q
+ 384     7 T J Q Q
+ 384     6 T J Q Q
+ 384     5 T J Q Q
+ 384     4 T J Q Q
+ 384     3 T J Q Q
+ 384     2 T J Q Q
+ 384     8 9 J Q Q
+ 384     7 9 J Q Q
+ 384     6 9 J Q Q
+ 384     5 9 J Q Q
+ 384     4 9 J Q Q
+ 384     3 9 J Q Q
+ 384     2 9 J Q Q
+ 384     7 8 J Q Q
+ 384     6 8 J Q Q
+ 384     5 8 J Q Q
+ 384     4 8 J Q Q
+ 384     3 8 J Q Q
+ 384     2 8 J Q Q
+ 384     6 7 J Q Q
+ 384     5 7 J Q Q
+ 384     4 7 J Q Q
+ 384     3 7 J Q Q
+ 384     2 7 J Q Q
+ 384     5 6 J Q Q
+ 384     4 6 J Q Q
+ 384     3 6 J Q Q
+ 384     2 6 J Q Q
+ 384     4 5 J Q Q
+ 384     3 5 J Q Q
+ 384     2 5 J Q Q
+ 384     3 4 J Q Q
+ 384     2 4 J Q Q
+ 384     2 3 J Q Q
+ 384     8 9 T Q Q
+ 384     7 9 T Q Q
+ 384     6 9 T Q Q
+ 384     5 9 T Q Q
+ 384     4 9 T Q Q
+ 384     3 9 T Q Q
+ 384     2 9 T Q Q
+ 384     7 8 T Q Q
+ 384     6 8 T Q Q
+ 384     5 8 T Q Q
+ 384     4 8 T Q Q
+ 384     3 8 T Q Q
+ 384     2 8 T Q Q
+ 384     6 7 T Q Q
+ 384     5 7 T Q Q
+ 384     4 7 T Q Q
+ 384     3 7 T Q Q
+ 384     2 7 T Q Q
+ 384     5 6 T Q Q
+ 384     4 6 T Q Q
+ 384     3 6 T Q Q
+ 384     2 6 T Q Q
+ 384     4 5 T Q Q
+ 384     3 5 T Q Q
+ 384     2 5 T Q Q
+ 384     3 4 T Q Q
+ 384     2 4 T Q Q
+ 384     2 3 T Q Q
+ 384     7 8 9 Q Q
+ 384     6 8 9 Q Q
+ 384     5 8 9 Q Q
+ 384     4 8 9 Q Q
+ 384     3 8 9 Q Q
+ 384     2 8 9 Q Q
+ 384     6 7 9 Q Q
+ 384     5 7 9 Q Q
+ 384     4 7 9 Q Q
+ 384     3 7 9 Q Q
+ 384     2 7 9 Q Q
+ 384     5 6 9 Q Q
+ 384     4 6 9 Q Q
+ 384     3 6 9 Q Q
+ 384     2 6 9 Q Q
+ 384     4 5 9 Q Q
+ 384     3 5 9 Q Q
+ 384     2 5 9 Q Q
+ 384     3 4 9 Q Q
+ 384     2 4 9 Q Q
+ 384     2 3 9 Q Q
+ 384     6 7 8 Q Q
+ 384     5 7 8 Q Q
+ 384     4 7 8 Q Q
+ 384     3 7 8 Q Q
+ 384     2 7 8 Q Q
+ 384     5 6 8 Q Q
+ 384     4 6 8 Q Q
+ 384     3 6 8 Q Q
+ 384     2 6 8 Q Q
+ 384     4 5 8 Q Q
+ 384     3 5 8 Q Q
+ 384     2 5 8 Q Q
+ 384     3 4 8 Q Q
+ 384     2 4 8 Q Q
+ 384     2 3 8 Q Q
+ 384     5 6 7 Q Q
+ 384     4 6 7 Q Q
+ 384     3 6 7 Q Q
+ 384     2 6 7 Q Q
+ 384     4 5 7 Q Q
+ 384     3 5 7 Q Q
+ 384     2 5 7 Q Q
+ 384     3 4 7 Q Q
+ 384     2 4 7 Q Q
+ 384     2 3 7 Q Q
+ 384     4 5 6 Q Q
+ 384     3 5 6 Q Q
+ 384     2 5 6 Q Q
+ 384     3 4 6 Q Q
+ 384     2 4 6 Q Q
+ 384     2 3 6 Q Q
+ 384     3 4 5 Q Q
+ 384     2 4 5 Q Q
+ 384     2 3 5 Q Q
+ 384     2 3 4 Q Q
+ 384     J J Q K A      Pair of Jacks
+ 384     T J J K A
+ 384     9 J J K A
+ 384     8 J J K A
+ 384     7 J J K A
+ 384     6 J J K A
+ 384     5 J J K A
+ 384     4 J J K A
+ 384     3 J J K A
+ 384     2 J J K A
+ 384     T J J Q A
+ 384     9 J J Q A
+ 384     8 J J Q A
+ 384     7 J J Q A
+ 384     6 J J Q A
+ 384     5 J J Q A
+ 384     4 J J Q A
+ 384     3 J J Q A
+ 384     2 J J Q A
+ 384     9 T J J A
+ 384     8 T J J A
+ 384     7 T J J A
+ 384     6 T J J A
+ 384     5 T J J A
+ 384     4 T J J A
+ 384     3 T J J A
+ 384     2 T J J A
+ 384     8 9 J J A
+ 384     7 9 J J A
+ 384     6 9 J J A
+ 384     5 9 J J A
+ 384     4 9 J J A
+ 384     3 9 J J A
+ 384     2 9 J J A
+ 384     7 8 J J A
+ 384     6 8 J J A
+ 384     5 8 J J A
+ 384     4 8 J J A
+ 384     3 8 J J A
+ 384     2 8 J J A
+ 384     6 7 J J A
+ 384     5 7 J J A
+ 384     4 7 J J A
+ 384     3 7 J J A
+ 384     2 7 J J A
+ 384     5 6 J J A
+ 384     4 6 J J A
+ 384     3 6 J J A
+ 384     2 6 J J A
+ 384     4 5 J J A
+ 384     3 5 J J A
+ 384     2 5 J J A
+ 384     3 4 J J A
+ 384     2 4 J J A
+ 384     2 3 J J A
+ 384     T J J Q K
+ 384     9 J J Q K
+ 384     8 J J Q K
+ 384     7 J J Q K
+ 384     6 J J Q K
+ 384     5 J J Q K
+ 384     4 J J Q K
+ 384     3 J J Q K
+ 384     2 J J Q K
+ 384     9 T J J K
+ 384     8 T J J K
+ 384     7 T J J K
+ 384     6 T J J K
+ 384     5 T J J K
+ 384     4 T J J K
+ 384     3 T J J K
+ 384     2 T J J K
+ 384     8 9 J J K
+ 384     7 9 J J K
+ 384     6 9 J J K
+ 384     5 9 J J K
+ 384     4 9 J J K
+ 384     3 9 J J K
+ 384     2 9 J J K
+ 384     7 8 J J K
+ 384     6 8 J J K
+ 384     5 8 J J K
+ 384     4 8 J J K
+ 384     3 8 J J K
+ 384     2 8 J J K
+ 384     6 7 J J K
+ 384     5 7 J J K
+ 384     4 7 J J K
+ 384     3 7 J J K
+ 384     2 7 J J K
+ 384     5 6 J J K
+ 384     4 6 J J K
+ 384     3 6 J J K
+ 384     2 6 J J K
+ 384     4 5 J J K
+ 384     3 5 J J K
+ 384     2 5 J J K
+ 384     3 4 J J K
+ 384     2 4 J J K
+ 384     2 3 J J K
+ 384     9 T J J Q
+ 384     8 T J J Q
+ 384     7 T J J Q
+ 384     6 T J J Q
+ 384     5 T J J Q
+ 384     4 T J J Q
+ 384     3 T J J Q
+ 384     2 T J J Q
+ 384     8 9 J J Q
+ 384     7 9 J J Q
+ 384     6 9 J J Q
+ 384     5 9 J J Q
+ 384     4 9 J J Q
+ 384     3 9 J J Q
+ 384     2 9 J J Q
+ 384     7 8 J J Q
+ 384     6 8 J J Q
+ 384     5 8 J J Q
+ 384     4 8 J J Q
+ 384     3 8 J J Q
+ 384     2 8 J J Q
+ 384     6 7 J J Q
+ 384     5 7 J J Q
+ 384     4 7 J J Q
+ 384     3 7 J J Q
+ 384     2 7 J J Q
+ 384     5 6 J J Q
+ 384     4 6 J J Q
+ 384     3 6 J J Q
+ 384     2 6 J J Q
+ 384     4 5 J J Q
+ 384     3 5 J J Q
+ 384     2 5 J J Q
+ 384     3 4 J J Q
+ 384     2 4 J J Q
+ 384     2 3 J J Q
+ 384     8 9 T J J
+ 384     7 9 T J J
+ 384     6 9 T J J
+ 384     5 9 T J J
+ 384     4 9 T J J
+ 384     3 9 T J J
+ 384     2 9 T J J
+ 384     7 8 T J J
+ 384     6 8 T J J
+ 384     5 8 T J J
+ 384     4 8 T J J
+ 384     3 8 T J J
+ 384     2 8 T J J
+ 384     6 7 T J J
+ 384     5 7 T J J
+ 384     4 7 T J J
+ 384     3 7 T J J
+ 384     2 7 T J J
+ 384     5 6 T J J
+ 384     4 6 T J J
+ 384     3 6 T J J
+ 384     2 6 T J J
+ 384     4 5 T J J
+ 384     3 5 T J J
+ 384     2 5 T J J
+ 384     3 4 T J J
+ 384     2 4 T J J
+ 384     2 3 T J J
+ 384     7 8 9 J J
+ 384     6 8 9 J J
+ 384     5 8 9 J J
+ 384     4 8 9 J J
+ 384     3 8 9 J J
+ 384     2 8 9 J J
+ 384     6 7 9 J J
+ 384     5 7 9 J J
+ 384     4 7 9 J J
+ 384     3 7 9 J J
+ 384     2 7 9 J J
+ 384     5 6 9 J J
+ 384     4 6 9 J J
+ 384     3 6 9 J J
+ 384     2 6 9 J J
+ 384     4 5 9 J J
+ 384     3 5 9 J J
+ 384     2 5 9 J J
+ 384     3 4 9 J J
+ 384     2 4 9 J J
+ 384     2 3 9 J J
+ 384     6 7 8 J J
+ 384     5 7 8 J J
+ 384     4 7 8 J J
+ 384     3 7 8 J J
+ 384     2 7 8 J J
+ 384     5 6 8 J J
+ 384     4 6 8 J J
+ 384     3 6 8 J J
+ 384     2 6 8 J J
+ 384     4 5 8 J J
+ 384     3 5 8 J J
+ 384     2 5 8 J J
+ 384     3 4 8 J J
+ 384     2 4 8 J J
+ 384     2 3 8 J J
+ 384     5 6 7 J J
+ 384     4 6 7 J J
+ 384     3 6 7 J J
+ 384     2 6 7 J J
+ 384     4 5 7 J J
+ 384     3 5 7 J J
+ 384     2 5 7 J J
+ 384     3 4 7 J J
+ 384     2 4 7 J J
+ 384     2 3 7 J J
+ 384     4 5 6 J J
+ 384     3 5 6 J J
+ 384     2 5 6 J J
+ 384     3 4 6 J J
+ 384     2 4 6 J J
+ 384     2 3 6 J J
+ 384     3 4 5 J J
+ 384     2 4 5 J J
+ 384     2 3 5 J J
+ 384     2 3 4 J J
+ 384     T T Q K A      Pair of Tens
+ 384     T T J K A
+ 384     9 T T K A
+ 384     8 T T K A
+ 384     7 T T K A
+ 384     6 T T K A
+ 384     5 T T K A
+ 384     4 T T K A
+ 384     3 T T K A
+ 384     2 T T K A
+ 384     T T J Q A
+ 384     9 T T Q A
+ 384     8 T T Q A
+ 384     7 T T Q A
+ 384     6 T T Q A
+ 384     5 T T Q A
+ 384     4 T T Q A
+ 384     3 T T Q A
+ 384     2 T T Q A
+ 384     9 T T J A
+ 384     8 T T J A
+ 384     7 T T J A
+ 384     6 T T J A
+ 384     5 T T J A
+ 384     4 T T J A
+ 384     3 T T J A
+ 384     2 T T J A
+ 384     8 9 T T A
+ 384     7 9 T T A
+ 384     6 9 T T A
+ 384     5 9 T T A
+ 384     4 9 T T A
+ 384     3 9 T T A
+ 384     2 9 T T A
+ 384     7 8 T T A
+ 384     6 8 T T A
+ 384     5 8 T T A
+ 384     4 8 T T A
+ 384     3 8 T T A
+ 384     2 8 T T A
+ 384     6 7 T T A
+ 384     5 7 T T A
+ 384     4 7 T T A
+ 384     3 7 T T A
+ 384     2 7 T T A
+ 384     5 6 T T A
+ 384     4 6 T T A
+ 384     3 6 T T A
+ 384     2 6 T T A
+ 384     4 5 T T A
+ 384     3 5 T T A
+ 384     2 5 T T A
+ 384     3 4 T T A
+ 384     2 4 T T A
+ 384     2 3 T T A
+ 384     T T J Q K
+ 384     9 T T Q K
+ 384     8 T T Q K
+ 384     7 T T Q K
+ 384     6 T T Q K
+ 384     5 T T Q K
+ 384     4 T T Q K
+ 384     3 T T Q K
+ 384     2 T T Q K
+ 384     9 T T J K
+ 384     8 T T J K
+ 384     7 T T J K
+ 384     6 T T J K
+ 384     5 T T J K
+ 384     4 T T J K
+ 384     3 T T J K
+ 384     2 T T J K
+ 384     8 9 T T K
+ 384     7 9 T T K
+ 384     6 9 T T K
+ 384     5 9 T T K
+ 384     4 9 T T K
+ 384     3 9 T T K
+ 384     2 9 T T K
+ 384     7 8 T T K
+ 384     6 8 T T K
+ 384     5 8 T T K
+ 384     4 8 T T K
+ 384     3 8 T T K
+ 384     2 8 T T K
+ 384     6 7 T T K
+ 384     5 7 T T K
+ 384     4 7 T T K
+ 384     3 7 T T K
+ 384     2 7 T T K
+ 384     5 6 T T K
+ 384     4 6 T T K
+ 384     3 6 T T K
+ 384     2 6 T T K
+ 384     4 5 T T K
+ 384     3 5 T T K
+ 384     2 5 T T K
+ 384     3 4 T T K
+ 384     2 4 T T K
+ 384     2 3 T T K
+ 384     9 T T J Q
+ 384     8 T T J Q
+ 384     7 T T J Q
+ 384     6 T T J Q
+ 384     5 T T J Q
+ 384     4 T T J Q
+ 384     3 T T J Q
+ 384     2 T T J Q
+ 384     8 9 T T Q
+ 384     7 9 T T Q
+ 384     6 9 T T Q
+ 384     5 9 T T Q
+ 384     4 9 T T Q
+ 384     3 9 T T Q
+ 384     2 9 T T Q
+ 384     7 8 T T Q
+ 384     6 8 T T Q
+ 384     5 8 T T Q
+ 384     4 8 T T Q
+ 384     3 8 T T Q
+ 384     2 8 T T Q
+ 384     6 7 T T Q
+ 384     5 7 T T Q
+ 384     4 7 T T Q
+ 384     3 7 T T Q
+ 384     2 7 T T Q
+ 384     5 6 T T Q
+ 384     4 6 T T Q
+ 384     3 6 T T Q
+ 384     2 6 T T Q
+ 384     4 5 T T Q
+ 384     3 5 T T Q
+ 384     2 5 T T Q
+ 384     3 4 T T Q
+ 384     2 4 T T Q
+ 384     2 3 T T Q
+ 384     8 9 T T J
+ 384     7 9 T T J
+ 384     6 9 T T J
+ 384     5 9 T T J
+ 384     4 9 T T J
+ 384     3 9 T T J
+ 384     2 9 T T J
+ 384     7 8 T T J
+ 384     6 8 T T J
+ 384     5 8 T T J
+ 384     4 8 T T J
+ 384     3 8 T T J
+ 384     2 8 T T J
+ 384     6 7 T T J
+ 384     5 7 T T J
+ 384     4 7 T T J
+ 384     3 7 T T J
+ 384     2 7 T T J
+ 384     5 6 T T J
+ 384     4 6 T T J
+ 384     3 6 T T J
+ 384     2 6 T T J
+ 384     4 5 T T J
+ 384     3 5 T T J
+ 384     2 5 T T J
+ 384     3 4 T T J
+ 384     2 4 T T J
+ 384     2 3 T T J
+ 384     7 8 9 T T
+ 384     6 8 9 T T
+ 384     5 8 9 T T
+ 384     4 8 9 T T
+ 384     3 8 9 T T
+ 384     2 8 9 T T
+ 384     6 7 9 T T
+ 384     5 7 9 T T
+ 384     4 7 9 T T
+ 384     3 7 9 T T
+ 384     2 7 9 T T
+ 384     5 6 9 T T
+ 384     4 6 9 T T
+ 384     3 6 9 T T
+ 384     2 6 9 T T
+ 384     4 5 9 T T
+ 384     3 5 9 T T
+ 384     2 5 9 T T
+ 384     3 4 9 T T
+ 384     2 4 9 T T
+ 384     2 3 9 T T
+ 384     6 7 8 T T
+ 384     5 7 8 T T
+ 384     4 7 8 T T
+ 384     3 7 8 T T
+ 384     2 7 8 T T
+ 384     5 6 8 T T
+ 384     4 6 8 T T
+ 384     3 6 8 T T
+ 384     2 6 8 T T
+ 384     4 5 8 T T
+ 384     3 5 8 T T
+ 384     2 5 8 T T
+ 384     3 4 8 T T
+ 384     2 4 8 T T
+ 384     2 3 8 T T
+ 384     5 6 7 T T
+ 384     4 6 7 T T
+ 384     3 6 7 T T
+ 384     2 6 7 T T
+ 384     4 5 7 T T
+ 384     3 5 7 T T
+ 384     2 5 7 T T
+ 384     3 4 7 T T
+ 384     2 4 7 T T
+ 384     2 3 7 T T
+ 384     4 5 6 T T
+ 384     3 5 6 T T
+ 384     2 5 6 T T
+ 384     3 4 6 T T
+ 384     2 4 6 T T
+ 384     2 3 6 T T
+ 384     3 4 5 T T
+ 384     2 4 5 T T
+ 384     2 3 5 T T
+ 384     2 3 4 T T
+ 384     9 9 Q K A      Pair of Nines
+ 384     9 9 J K A
+ 384     9 9 T K A
+ 384     8 9 9 K A
+ 384     7 9 9 K A
+ 384     6 9 9 K A
+ 384     5 9 9 K A
+ 384     4 9 9 K A
+ 384     3 9 9 K A
+ 384     2 9 9 K A
+ 384     9 9 J Q A
+ 384     9 9 T Q A
+ 384     8 9 9 Q A
+ 384     7 9 9 Q A
+ 384     6 9 9 Q A
+ 384     5 9 9 Q A
+ 384     4 9 9 Q A
+ 384     3 9 9 Q A
+ 384     2 9 9 Q A
+ 384     9 9 T J A
+ 384     8 9 9 J A
+ 384     7 9 9 J A
+ 384     6 9 9 J A
+ 384     5 9 9 J A
+ 384     4 9 9 J A
+ 384     3 9 9 J A
+ 384     2 9 9 J A
+ 384     8 9 9 T A
+ 384     7 9 9 T A
+ 384     6 9 9 T A
+ 384     5 9 9 T A
+ 384     4 9 9 T A
+ 384     3 9 9 T A
+ 384     2 9 9 T A
+ 384     7 8 9 9 A
+ 384     6 8 9 9 A
+ 384     5 8 9 9 A
+ 384     4 8 9 9 A
+ 384     3 8 9 9 A
+ 384     2 8 9 9 A
+ 384     6 7 9 9 A
+ 384     5 7 9 9 A
+ 384     4 7 9 9 A
+ 384     3 7 9 9 A
+ 384     2 7 9 9 A
+ 384     5 6 9 9 A
+ 384     4 6 9 9 A
+ 384     3 6 9 9 A
+ 384     2 6 9 9 A
+ 384     4 5 9 9 A
+ 384     3 5 9 9 A
+ 384     2 5 9 9 A
+ 384     3 4 9 9 A
+ 384     2 4 9 9 A
+ 384     2 3 9 9 A
+ 384     9 9 J Q K
+ 384     9 9 T Q K
+ 384     8 9 9 Q K
+ 384     7 9 9 Q K
+ 384     6 9 9 Q K
+ 384     5 9 9 Q K
+ 384     4 9 9 Q K
+ 384     3 9 9 Q K
+ 384     2 9 9 Q K
+ 384     9 9 T J K
+ 384     8 9 9 J K
+ 384     7 9 9 J K
+ 384     6 9 9 J K
+ 384     5 9 9 J K
+ 384     4 9 9 J K
+ 384     3 9 9 J K
+ 384     2 9 9 J K
+ 384     8 9 9 T K
+ 384     7 9 9 T K
+ 384     6 9 9 T K
+ 384     5 9 9 T K
+ 384     4 9 9 T K
+ 384     3 9 9 T K
+ 384     2 9 9 T K
+ 384     7 8 9 9 K
+ 384     6 8 9 9 K
+ 384     5 8 9 9 K
+ 384     4 8 9 9 K
+ 384     3 8 9 9 K
+ 384     2 8 9 9 K
+ 384     6 7 9 9 K
+ 384     5 7 9 9 K
+ 384     4 7 9 9 K
+ 384     3 7 9 9 K
+ 384     2 7 9 9 K
+ 384     5 6 9 9 K
+ 384     4 6 9 9 K
+ 384     3 6 9 9 K
+ 384     2 6 9 9 K
+ 384     4 5 9 9 K
+ 384     3 5 9 9 K
+ 384     2 5 9 9 K
+ 384     3 4 9 9 K
+ 384     2 4 9 9 K
+ 384     2 3 9 9 K
+ 384     9 9 T J Q
+ 384     8 9 9 J Q
+ 384     7 9 9 J Q
+ 384     6 9 9 J Q
+ 384     5 9 9 J Q
+ 384     4 9 9 J Q
+ 384     3 9 9 J Q
+ 384     2 9 9 J Q
+ 384     8 9 9 T Q
+ 384     7 9 9 T Q
+ 384     6 9 9 T Q
+ 384     5 9 9 T Q
+ 384     4 9 9 T Q
+ 384     3 9 9 T Q
+ 384     2 9 9 T Q
+ 384     7 8 9 9 Q
+ 384     6 8 9 9 Q
+ 384     5 8 9 9 Q
+ 384     4 8 9 9 Q
+ 384     3 8 9 9 Q
+ 384     2 8 9 9 Q
+ 384     6 7 9 9 Q
+ 384     5 7 9 9 Q
+ 384     4 7 9 9 Q
+ 384     3 7 9 9 Q
+ 384     2 7 9 9 Q
+ 384     5 6 9 9 Q
+ 384     4 6 9 9 Q
+ 384     3 6 9 9 Q
+ 384     2 6 9 9 Q
+ 384     4 5 9 9 Q
+ 384     3 5 9 9 Q
+ 384     2 5 9 9 Q
+ 384     3 4 9 9 Q
+ 384     2 4 9 9 Q
+ 384     2 3 9 9 Q
+ 384     8 9 9 T J
+ 384     7 9 9 T J
+ 384     6 9 9 T J
+ 384     5 9 9 T J
+ 384     4 9 9 T J
+ 384     3 9 9 T J
+ 384     2 9 9 T J
+ 384     7 8 9 9 J
+ 384     6 8 9 9 J
+ 384     5 8 9 9 J
+ 384     4 8 9 9 J
+ 384     3 8 9 9 J
+ 384     2 8 9 9 J
+ 384     6 7 9 9 J
+ 384     5 7 9 9 J
+ 384     4 7 9 9 J
+ 384     3 7 9 9 J
+ 384     2 7 9 9 J
+ 384     5 6 9 9 J
+ 384     4 6 9 9 J
+ 384     3 6 9 9 J
+ 384     2 6 9 9 J
+ 384     4 5 9 9 J
+ 384     3 5 9 9 J
+ 384     2 5 9 9 J
+ 384     3 4 9 9 J
+ 384     2 4 9 9 J
+ 384     2 3 9 9 J
+ 384     7 8 9 9 T
+ 384     6 8 9 9 T
+ 384     5 8 9 9 T
+ 384     4 8 9 9 T
+ 384     3 8 9 9 T
+ 384     2 8 9 9 T
+ 384     6 7 9 9 T
+ 384     5 7 9 9 T
+ 384     4 7 9 9 T
+ 384     3 7 9 9 T
+ 384     2 7 9 9 T
+ 384     5 6 9 9 T
+ 384     4 6 9 9 T
+ 384     3 6 9 9 T
+ 384     2 6 9 9 T
+ 384     4 5 9 9 T
+ 384     3 5 9 9 T
+ 384     2 5 9 9 T
+ 384     3 4 9 9 T
+ 384     2 4 9 9 T
+ 384     2 3 9 9 T
+ 384     6 7 8 9 9
+ 384     5 7 8 9 9
+ 384     4 7 8 9 9
+ 384     3 7 8 9 9
+ 384     2 7 8 9 9
+ 384     5 6 8 9 9
+ 384     4 6 8 9 9
+ 384     3 6 8 9 9
+ 384     2 6 8 9 9
+ 384     4 5 8 9 9
+ 384     3 5 8 9 9
+ 384     2 5 8 9 9
+ 384     3 4 8 9 9
+ 384     2 4 8 9 9
+ 384     2 3 8 9 9
+ 384     5 6 7 9 9
+ 384     4 6 7 9 9
+ 384     3 6 7 9 9
+ 384     2 6 7 9 9
+ 384     4 5 7 9 9
+ 384     3 5 7 9 9
+ 384     2 5 7 9 9
+ 384     3 4 7 9 9
+ 384     2 4 7 9 9
+ 384     2 3 7 9 9
+ 384     4 5 6 9 9
+ 384     3 5 6 9 9
+ 384     2 5 6 9 9
+ 384     3 4 6 9 9
+ 384     2 4 6 9 9
+ 384     2 3 6 9 9
+ 384     3 4 5 9 9
+ 384     2 4 5 9 9
+ 384     2 3 5 9 9
+ 384     2 3 4 9 9
+ 384     8 8 Q K A      Pair of Eights
+ 384     8 8 J K A
+ 384     8 8 T K A
+ 384     8 8 9 K A
+ 384     7 8 8 K A
+ 384     6 8 8 K A
+ 384     5 8 8 K A
+ 384     4 8 8 K A
+ 384     3 8 8 K A
+ 384     2 8 8 K A
+ 384     8 8 J Q A
+ 384     8 8 T Q A
+ 384     8 8 9 Q A
+ 384     7 8 8 Q A
+ 384     6 8 8 Q A
+ 384     5 8 8 Q A
+ 384     4 8 8 Q A
+ 384     3 8 8 Q A
+ 384     2 8 8 Q A
+ 384     8 8 T J A
+ 384     8 8 9 J A
+ 384     7 8 8 J A
+ 384     6 8 8 J A
+ 384     5 8 8 J A
+ 384     4 8 8 J A
+ 384     3 8 8 J A
+ 384     2 8 8 J A
+ 384     8 8 9 T A
+ 384     7 8 8 T A
+ 384     6 8 8 T A
+ 384     5 8 8 T A
+ 384     4 8 8 T A
+ 384     3 8 8 T A
+ 384     2 8 8 T A
+ 384     7 8 8 9 A
+ 384     6 8 8 9 A
+ 384     5 8 8 9 A
+ 384     4 8 8 9 A
+ 384     3 8 8 9 A
+ 384     2 8 8 9 A
+ 384     6 7 8 8 A
+ 384     5 7 8 8 A
+ 384     4 7 8 8 A
+ 384     3 7 8 8 A
+ 384     2 7 8 8 A
+ 384     5 6 8 8 A
+ 384     4 6 8 8 A
+ 384     3 6 8 8 A
+ 384     2 6 8 8 A
+ 384     4 5 8 8 A
+ 384     3 5 8 8 A
+ 384     2 5 8 8 A
+ 384     3 4 8 8 A
+ 384     2 4 8 8 A
+ 384     2 3 8 8 A
+ 384     8 8 J Q K
+ 384     8 8 T Q K
+ 384     8 8 9 Q K
+ 384     7 8 8 Q K
+ 384     6 8 8 Q K
+ 384     5 8 8 Q K
+ 384     4 8 8 Q K
+ 384     3 8 8 Q K
+ 384     2 8 8 Q K
+ 384     8 8 T J K
+ 384     8 8 9 J K
+ 384     7 8 8 J K
+ 384     6 8 8 J K
+ 384     5 8 8 J K
+ 384     4 8 8 J K
+ 384     3 8 8 J K
+ 384     2 8 8 J K
+ 384     8 8 9 T K
+ 384     7 8 8 T K
+ 384     6 8 8 T K
+ 384     5 8 8 T K
+ 384     4 8 8 T K
+ 384     3 8 8 T K
+ 384     2 8 8 T K
+ 384     7 8 8 9 K
+ 384     6 8 8 9 K
+ 384     5 8 8 9 K
+ 384     4 8 8 9 K
+ 384     3 8 8 9 K
+ 384     2 8 8 9 K
+ 384     6 7 8 8 K
+ 384     5 7 8 8 K
+ 384     4 7 8 8 K
+ 384     3 7 8 8 K
+ 384     2 7 8 8 K
+ 384     5 6 8 8 K
+ 384     4 6 8 8 K
+ 384     3 6 8 8 K
+ 384     2 6 8 8 K
+ 384     4 5 8 8 K
+ 384     3 5 8 8 K
+ 384     2 5 8 8 K
+ 384     3 4 8 8 K
+ 384     2 4 8 8 K
+ 384     2 3 8 8 K
+ 384     8 8 T J Q
+ 384     8 8 9 J Q
+ 384     7 8 8 J Q
+ 384     6 8 8 J Q
+ 384     5 8 8 J Q
+ 384     4 8 8 J Q
+ 384     3 8 8 J Q
+ 384     2 8 8 J Q
+ 384     8 8 9 T Q
+ 384     7 8 8 T Q
+ 384     6 8 8 T Q
+ 384     5 8 8 T Q
+ 384     4 8 8 T Q
+ 384     3 8 8 T Q
+ 384     2 8 8 T Q
+ 384     7 8 8 9 Q
+ 384     6 8 8 9 Q
+ 384     5 8 8 9 Q
+ 384     4 8 8 9 Q
+ 384     3 8 8 9 Q
+ 384     2 8 8 9 Q
+ 384     6 7 8 8 Q
+ 384     5 7 8 8 Q
+ 384     4 7 8 8 Q
+ 384     3 7 8 8 Q
+ 384     2 7 8 8 Q
+ 384     5 6 8 8 Q
+ 384     4 6 8 8 Q
+ 384     3 6 8 8 Q
+ 384     2 6 8 8 Q
+ 384     4 5 8 8 Q
+ 384     3 5 8 8 Q
+ 384     2 5 8 8 Q
+ 384     3 4 8 8 Q
+ 384     2 4 8 8 Q
+ 384     2 3 8 8 Q
+ 384     8 8 9 T J
+ 384     7 8 8 T J
+ 384     6 8 8 T J
+ 384     5 8 8 T J
+ 384     4 8 8 T J
+ 384     3 8 8 T J
+ 384     2 8 8 T J
+ 384     7 8 8 9 J
+ 384     6 8 8 9 J
+ 384     5 8 8 9 J
+ 384     4 8 8 9 J
+ 384     3 8 8 9 J
+ 384     2 8 8 9 J
+ 384     6 7 8 8 J
+ 384     5 7 8 8 J
+ 384     4 7 8 8 J
+ 384     3 7 8 8 J
+ 384     2 7 8 8 J
+ 384     5 6 8 8 J
+ 384     4 6 8 8 J
+ 384     3 6 8 8 J
+ 384     2 6 8 8 J
+ 384     4 5 8 8 J
+ 384     3 5 8 8 J
+ 384     2 5 8 8 J
+ 384     3 4 8 8 J
+ 384     2 4 8 8 J
+ 384     2 3 8 8 J
+ 384     7 8 8 9 T
+ 384     6 8 8 9 T
+ 384     5 8 8 9 T
+ 384     4 8 8 9 T
+ 384     3 8 8 9 T
+ 384     2 8 8 9 T
+ 384     6 7 8 8 T
+ 384     5 7 8 8 T
+ 384     4 7 8 8 T
+ 384     3 7 8 8 T
+ 384     2 7 8 8 T
+ 384     5 6 8 8 T
+ 384     4 6 8 8 T
+ 384     3 6 8 8 T
+ 384     2 6 8 8 T
+ 384     4 5 8 8 T
+ 384     3 5 8 8 T
+ 384     2 5 8 8 T
+ 384     3 4 8 8 T
+ 384     2 4 8 8 T
+ 384     2 3 8 8 T
+ 384     6 7 8 8 9
+ 384     5 7 8 8 9
+ 384     4 7 8 8 9
+ 384     3 7 8 8 9
+ 384     2 7 8 8 9
+ 384     5 6 8 8 9
+ 384     4 6 8 8 9
+ 384     3 6 8 8 9
+ 384     2 6 8 8 9
+ 384     4 5 8 8 9
+ 384     3 5 8 8 9
+ 384     2 5 8 8 9
+ 384     3 4 8 8 9
+ 384     2 4 8 8 9
+ 384     2 3 8 8 9
+ 384     5 6 7 8 8
+ 384     4 6 7 8 8
+ 384     3 6 7 8 8
+ 384     2 6 7 8 8
+ 384     4 5 7 8 8
+ 384     3 5 7 8 8
+ 384     2 5 7 8 8
+ 384     3 4 7 8 8
+ 384     2 4 7 8 8
+ 384     2 3 7 8 8
+ 384     4 5 6 8 8
+ 384     3 5 6 8 8
+ 384     2 5 6 8 8
+ 384     3 4 6 8 8
+ 384     2 4 6 8 8
+ 384     2 3 6 8 8
+ 384     3 4 5 8 8
+ 384     2 4 5 8 8
+ 384     2 3 5 8 8
+ 384     2 3 4 8 8
+ 384     7 7 Q K A      Pair of Sevens
+ 384     7 7 J K A
+ 384     7 7 T K A
+ 384     7 7 9 K A
+ 384     7 7 8 K A
+ 384     6 7 7 K A
+ 384     5 7 7 K A
+ 384     4 7 7 K A
+ 384     3 7 7 K A
+ 384     2 7 7 K A
+ 384     7 7 J Q A
+ 384     7 7 T Q A
+ 384     7 7 9 Q A
+ 384     7 7 8 Q A
+ 384     6 7 7 Q A
+ 384     5 7 7 Q A
+ 384     4 7 7 Q A
+ 384     3 7 7 Q A
+ 384     2 7 7 Q A
+ 384     7 7 T J A
+ 384     7 7 9 J A
+ 384     7 7 8 J A
+ 384     6 7 7 J A
+ 384     5 7 7 J A
+ 384     4 7 7 J A
+ 384     3 7 7 J A
+ 384     2 7 7 J A
+ 384     7 7 9 T A
+ 384     7 7 8 T A
+ 384     6 7 7 T A
+ 384     5 7 7 T A
+ 384     4 7 7 T A
+ 384     3 7 7 T A
+ 384     2 7 7 T A
+ 384     7 7 8 9 A
+ 384     6 7 7 9 A
+ 384     5 7 7 9 A
+ 384     4 7 7 9 A
+ 384     3 7 7 9 A
+ 384     2 7 7 9 A
+ 384     6 7 7 8 A
+ 384     5 7 7 8 A
+ 384     4 7 7 8 A
+ 384     3 7 7 8 A
+ 384     2 7 7 8 A
+ 384     5 6 7 7 A
+ 384     4 6 7 7 A
+ 384     3 6 7 7 A
+ 384     2 6 7 7 A
+ 384     4 5 7 7 A
+ 384     3 5 7 7 A
+ 384     2 5 7 7 A
+ 384     3 4 7 7 A
+ 384     2 4 7 7 A
+ 384     2 3 7 7 A
+ 384     7 7 J Q K
+ 384     7 7 T Q K
+ 384     7 7 9 Q K
+ 384     7 7 8 Q K
+ 384     6 7 7 Q K
+ 384     5 7 7 Q K
+ 384     4 7 7 Q K
+ 384     3 7 7 Q K
+ 384     2 7 7 Q K
+ 384     7 7 T J K
+ 384     7 7 9 J K
+ 384     7 7 8 J K
+ 384     6 7 7 J K
+ 384     5 7 7 J K
+ 384     4 7 7 J K
+ 384     3 7 7 J K
+ 384     2 7 7 J K
+ 384     7 7 9 T K
+ 384     7 7 8 T K
+ 384     6 7 7 T K
+ 384     5 7 7 T K
+ 384     4 7 7 T K
+ 384     3 7 7 T K
+ 384     2 7 7 T K
+ 384     7 7 8 9 K
+ 384     6 7 7 9 K
+ 384     5 7 7 9 K
+ 384     4 7 7 9 K
+ 384     3 7 7 9 K
+ 384     2 7 7 9 K
+ 384     6 7 7 8 K
+ 384     5 7 7 8 K
+ 384     4 7 7 8 K
+ 384     3 7 7 8 K
+ 384     2 7 7 8 K
+ 384     5 6 7 7 K
+ 384     4 6 7 7 K
+ 384     3 6 7 7 K
+ 384     2 6 7 7 K
+ 384     4 5 7 7 K
+ 384     3 5 7 7 K
+ 384     2 5 7 7 K
+ 384     3 4 7 7 K
+ 384     2 4 7 7 K
+ 384     2 3 7 7 K
+ 384     7 7 T J Q
+ 384     7 7 9 J Q
+ 384     7 7 8 J Q
+ 384     6 7 7 J Q
+ 384     5 7 7 J Q
+ 384     4 7 7 J Q
+ 384     3 7 7 J Q
+ 384     2 7 7 J Q
+ 384     7 7 9 T Q
+ 384     7 7 8 T Q
+ 384     6 7 7 T Q
+ 384     5 7 7 T Q
+ 384     4 7 7 T Q
+ 384     3 7 7 T Q
+ 384     2 7 7 T Q
+ 384     7 7 8 9 Q
+ 384     6 7 7 9 Q
+ 384     5 7 7 9 Q
+ 384     4 7 7 9 Q
+ 384     3 7 7 9 Q
+ 384     2 7 7 9 Q
+ 384     6 7 7 8 Q
+ 384     5 7 7 8 Q
+ 384     4 7 7 8 Q
+ 384     3 7 7 8 Q
+ 384     2 7 7 8 Q
+ 384     5 6 7 7 Q
+ 384     4 6 7 7 Q
+ 384     3 6 7 7 Q
+ 384     2 6 7 7 Q
+ 384     4 5 7 7 Q
+ 384     3 5 7 7 Q
+ 384     2 5 7 7 Q
+ 384     3 4 7 7 Q
+ 384     2 4 7 7 Q
+ 384     2 3 7 7 Q
+ 384     7 7 9 T J
+ 384     7 7 8 T J
+ 384     6 7 7 T J
+ 384     5 7 7 T J
+ 384     4 7 7 T J
+ 384     3 7 7 T J
+ 384     2 7 7 T J
+ 384     7 7 8 9 J
+ 384     6 7 7 9 J
+ 384     5 7 7 9 J
+ 384     4 7 7 9 J
+ 384     3 7 7 9 J
+ 384     2 7 7 9 J
+ 384     6 7 7 8 J
+ 384     5 7 7 8 J
+ 384     4 7 7 8 J
+ 384     3 7 7 8 J
+ 384     2 7 7 8 J
+ 384     5 6 7 7 J
+ 384     4 6 7 7 J
+ 384     3 6 7 7 J
+ 384     2 6 7 7 J
+ 384     4 5 7 7 J
+ 384     3 5 7 7 J
+ 384     2 5 7 7 J
+ 384     3 4 7 7 J
+ 384     2 4 7 7 J
+ 384     2 3 7 7 J
+ 384     7 7 8 9 T
+ 384     6 7 7 9 T
+ 384     5 7 7 9 T
+ 384     4 7 7 9 T
+ 384     3 7 7 9 T
+ 384     2 7 7 9 T
+ 384     6 7 7 8 T
+ 384     5 7 7 8 T
+ 384     4 7 7 8 T
+ 384     3 7 7 8 T
+ 384     2 7 7 8 T
+ 384     5 6 7 7 T
+ 384     4 6 7 7 T
+ 384     3 6 7 7 T
+ 384     2 6 7 7 T
+ 384     4 5 7 7 T
+ 384     3 5 7 7 T
+ 384     2 5 7 7 T
+ 384     3 4 7 7 T
+ 384     2 4 7 7 T
+ 384     2 3 7 7 T
+ 384     6 7 7 8 9
+ 384     5 7 7 8 9
+ 384     4 7 7 8 9
+ 384     3 7 7 8 9
+ 384     2 7 7 8 9
+ 384     5 6 7 7 9
+ 384     4 6 7 7 9
+ 384     3 6 7 7 9
+ 384     2 6 7 7 9
+ 384     4 5 7 7 9
+ 384     3 5 7 7 9
+ 384     2 5 7 7 9
+ 384     3 4 7 7 9
+ 384     2 4 7 7 9
+ 384     2 3 7 7 9
+ 384     5 6 7 7 8
+ 384     4 6 7 7 8
+ 384     3 6 7 7 8
+ 384     2 6 7 7 8
+ 384     4 5 7 7 8
+ 384     3 5 7 7 8
+ 384     2 5 7 7 8
+ 384     3 4 7 7 8
+ 384     2 4 7 7 8
+ 384     2 3 7 7 8
+ 384     4 5 6 7 7
+ 384     3 5 6 7 7
+ 384     2 5 6 7 7
+ 384     3 4 6 7 7
+ 384     2 4 6 7 7
+ 384     2 3 6 7 7
+ 384     3 4 5 7 7
+ 384     2 4 5 7 7
+ 384     2 3 5 7 7
+ 384     2 3 4 7 7
+ 384     6 6 Q K A      Pair of Sixes
+ 384     6 6 J K A
+ 384     6 6 T K A
+ 384     6 6 9 K A
+ 384     6 6 8 K A
+ 384     6 6 7 K A
+ 384     5 6 6 K A
+ 384     4 6 6 K A
+ 384     3 6 6 K A
+ 384     2 6 6 K A
+ 384     6 6 J Q A
+ 384     6 6 T Q A
+ 384     6 6 9 Q A
+ 384     6 6 8 Q A
+ 384     6 6 7 Q A
+ 384     5 6 6 Q A
+ 384     4 6 6 Q A
+ 384     3 6 6 Q A
+ 384     2 6 6 Q A
+ 384     6 6 T J A
+ 384     6 6 9 J A
+ 384     6 6 8 J A
+ 384     6 6 7 J A
+ 384     5 6 6 J A
+ 384     4 6 6 J A
+ 384     3 6 6 J A
+ 384     2 6 6 J A
+ 384     6 6 9 T A
+ 384     6 6 8 T A
+ 384     6 6 7 T A
+ 384     5 6 6 T A
+ 384     4 6 6 T A
+ 384     3 6 6 T A
+ 384     2 6 6 T A
+ 384     6 6 8 9 A
+ 384     6 6 7 9 A
+ 384     5 6 6 9 A
+ 384     4 6 6 9 A
+ 384     3 6 6 9 A
+ 384     2 6 6 9 A
+ 384     6 6 7 8 A
+ 384     5 6 6 8 A
+ 384     4 6 6 8 A
+ 384     3 6 6 8 A
+ 384     2 6 6 8 A
+ 384     5 6 6 7 A
+ 384     4 6 6 7 A
+ 384     3 6 6 7 A
+ 384     2 6 6 7 A
+ 384     4 5 6 6 A
+ 384     3 5 6 6 A
+ 384     2 5 6 6 A
+ 384     3 4 6 6 A
+ 384     2 4 6 6 A
+ 384     2 3 6 6 A
+ 384     6 6 J Q K
+ 384     6 6 T Q K
+ 384     6 6 9 Q K
+ 384     6 6 8 Q K
+ 384     6 6 7 Q K
+ 384     5 6 6 Q K
+ 384     4 6 6 Q K
+ 384     3 6 6 Q K
+ 384     2 6 6 Q K
+ 384     6 6 T J K
+ 384     6 6 9 J K
+ 384     6 6 8 J K
+ 384     6 6 7 J K
+ 384     5 6 6 J K
+ 384     4 6 6 J K
+ 384     3 6 6 J K
+ 384     2 6 6 J K
+ 384     6 6 9 T K
+ 384     6 6 8 T K
+ 384     6 6 7 T K
+ 384     5 6 6 T K
+ 384     4 6 6 T K
+ 384     3 6 6 T K
+ 384     2 6 6 T K
+ 384     6 6 8 9 K
+ 384     6 6 7 9 K
+ 384     5 6 6 9 K
+ 384     4 6 6 9 K
+ 384     3 6 6 9 K
+ 384     2 6 6 9 K
+ 384     6 6 7 8 K
+ 384     5 6 6 8 K
+ 384     4 6 6 8 K
+ 384     3 6 6 8 K
+ 384     2 6 6 8 K
+ 384     5 6 6 7 K
+ 384     4 6 6 7 K
+ 384     3 6 6 7 K
+ 384     2 6 6 7 K
+ 384     4 5 6 6 K
+ 384     3 5 6 6 K
+ 384     2 5 6 6 K
+ 384     3 4 6 6 K
+ 384     2 4 6 6 K
+ 384     2 3 6 6 K
+ 384     6 6 T J Q
+ 384     6 6 9 J Q
+ 384     6 6 8 J Q
+ 384     6 6 7 J Q
+ 384     5 6 6 J Q
+ 384     4 6 6 J Q
+ 384     3 6 6 J Q
+ 384     2 6 6 J Q
+ 384     6 6 9 T Q
+ 384     6 6 8 T Q
+ 384     6 6 7 T Q
+ 384     5 6 6 T Q
+ 384     4 6 6 T Q
+ 384     3 6 6 T Q
+ 384     2 6 6 T Q
+ 384     6 6 8 9 Q
+ 384     6 6 7 9 Q
+ 384     5 6 6 9 Q
+ 384     4 6 6 9 Q
+ 384     3 6 6 9 Q
+ 384     2 6 6 9 Q
+ 384     6 6 7 8 Q
+ 384     5 6 6 8 Q
+ 384     4 6 6 8 Q
+ 384     3 6 6 8 Q
+ 384     2 6 6 8 Q
+ 384     5 6 6 7 Q
+ 384     4 6 6 7 Q
+ 384     3 6 6 7 Q
+ 384     2 6 6 7 Q
+ 384     4 5 6 6 Q
+ 384     3 5 6 6 Q
+ 384     2 5 6 6 Q
+ 384     3 4 6 6 Q
+ 384     2 4 6 6 Q
+ 384     2 3 6 6 Q
+ 384     6 6 9 T J
+ 384     6 6 8 T J
+ 384     6 6 7 T J
+ 384     5 6 6 T J
+ 384     4 6 6 T J
+ 384     3 6 6 T J
+ 384     2 6 6 T J
+ 384     6 6 8 9 J
+ 384     6 6 7 9 J
+ 384     5 6 6 9 J
+ 384     4 6 6 9 J
+ 384     3 6 6 9 J
+ 384     2 6 6 9 J
+ 384     6 6 7 8 J
+ 384     5 6 6 8 J
+ 384     4 6 6 8 J
+ 384     3 6 6 8 J
+ 384     2 6 6 8 J
+ 384     5 6 6 7 J
+ 384     4 6 6 7 J
+ 384     3 6 6 7 J
+ 384     2 6 6 7 J
+ 384     4 5 6 6 J
+ 384     3 5 6 6 J
+ 384     2 5 6 6 J
+ 384     3 4 6 6 J
+ 384     2 4 6 6 J
+ 384     2 3 6 6 J
+ 384     6 6 8 9 T
+ 384     6 6 7 9 T
+ 384     5 6 6 9 T
+ 384     4 6 6 9 T
+ 384     3 6 6 9 T
+ 384     2 6 6 9 T
+ 384     6 6 7 8 T
+ 384     5 6 6 8 T
+ 384     4 6 6 8 T
+ 384     3 6 6 8 T
+ 384     2 6 6 8 T
+ 384     5 6 6 7 T
+ 384     4 6 6 7 T
+ 384     3 6 6 7 T
+ 384     2 6 6 7 T
+ 384     4 5 6 6 T
+ 384     3 5 6 6 T
+ 384     2 5 6 6 T
+ 384     3 4 6 6 T
+ 384     2 4 6 6 T
+ 384     2 3 6 6 T
+ 384     6 6 7 8 9
+ 384     5 6 6 8 9
+ 384     4 6 6 8 9
+ 384     3 6 6 8 9
+ 384     2 6 6 8 9
+ 384     5 6 6 7 9
+ 384     4 6 6 7 9
+ 384     3 6 6 7 9
+ 384     2 6 6 7 9
+ 384     4 5 6 6 9
+ 384     3 5 6 6 9
+ 384     2 5 6 6 9
+ 384     3 4 6 6 9
+ 384     2 4 6 6 9
+ 384     2 3 6 6 9
+ 384     5 6 6 7 8
+ 384     4 6 6 7 8
+ 384     3 6 6 7 8
+ 384     2 6 6 7 8
+ 384     4 5 6 6 8
+ 384     3 5 6 6 8
+ 384     2 5 6 6 8
+ 384     3 4 6 6 8
+ 384     2 4 6 6 8
+ 384     2 3 6 6 8
+ 384     4 5 6 6 7
+ 384     3 5 6 6 7
+ 384     2 5 6 6 7
+ 384     3 4 6 6 7
+ 384     2 4 6 6 7
+ 384     2 3 6 6 7
+ 384     3 4 5 6 6
+ 384     2 4 5 6 6
+ 384     2 3 5 6 6
+ 384     2 3 4 6 6
+ 384     5 5 Q K A      Pair of Fives
+ 384     5 5 J K A
+ 384     5 5 T K A
+ 384     5 5 9 K A
+ 384     5 5 8 K A
+ 384     5 5 7 K A
+ 384     5 5 6 K A
+ 384     4 5 5 K A
+ 384     3 5 5 K A
+ 384     2 5 5 K A
+ 384     5 5 J Q A
+ 384     5 5 T Q A
+ 384     5 5 9 Q A
+ 384     5 5 8 Q A
+ 384     5 5 7 Q A
+ 384     5 5 6 Q A
+ 384     4 5 5 Q A
+ 384     3 5 5 Q A
+ 384     2 5 5 Q A
+ 384     5 5 T J A
+ 384     5 5 9 J A
+ 384     5 5 8 J A
+ 384     5 5 7 J A
+ 384     5 5 6 J A
+ 384     4 5 5 J A
+ 384     3 5 5 J A
+ 384     2 5 5 J A
+ 384     5 5 9 T A
+ 384     5 5 8 T A
+ 384     5 5 7 T A
+ 384     5 5 6 T A
+ 384     4 5 5 T A
+ 384     3 5 5 T A
+ 384     2 5 5 T A
+ 384     5 5 8 9 A
+ 384     5 5 7 9 A
+ 384     5 5 6 9 A
+ 384     4 5 5 9 A
+ 384     3 5 5 9 A
+ 384     2 5 5 9 A
+ 384     5 5 7 8 A
+ 384     5 5 6 8 A
+ 384     4 5 5 8 A
+ 384     3 5 5 8 A
+ 384     2 5 5 8 A
+ 384     5 5 6 7 A
+ 384     4 5 5 7 A
+ 384     3 5 5 7 A
+ 384     2 5 5 7 A
+ 384     4 5 5 6 A
+ 384     3 5 5 6 A
+ 384     2 5 5 6 A
+ 384     3 4 5 5 A
+ 384     2 4 5 5 A
+ 384     2 3 5 5 A
+ 384     5 5 J Q K
+ 384     5 5 T Q K
+ 384     5 5 9 Q K
+ 384     5 5 8 Q K
+ 384     5 5 7 Q K
+ 384     5 5 6 Q K
+ 384     4 5 5 Q K
+ 384     3 5 5 Q K
+ 384     2 5 5 Q K
+ 384     5 5 T J K
+ 384     5 5 9 J K
+ 384     5 5 8 J K
+ 384     5 5 7 J K
+ 384     5 5 6 J K
+ 384     4 5 5 J K
+ 384     3 5 5 J K
+ 384     2 5 5 J K
+ 384     5 5 9 T K
+ 384     5 5 8 T K
+ 384     5 5 7 T K
+ 384     5 5 6 T K
+ 384     4 5 5 T K
+ 384     3 5 5 T K
+ 384     2 5 5 T K
+ 384     5 5 8 9 K
+ 384     5 5 7 9 K
+ 384     5 5 6 9 K
+ 384     4 5 5 9 K
+ 384     3 5 5 9 K
+ 384     2 5 5 9 K
+ 384     5 5 7 8 K
+ 384     5 5 6 8 K
+ 384     4 5 5 8 K
+ 384     3 5 5 8 K
+ 384     2 5 5 8 K
+ 384     5 5 6 7 K
+ 384     4 5 5 7 K
+ 384     3 5 5 7 K
+ 384     2 5 5 7 K
+ 384     4 5 5 6 K
+ 384     3 5 5 6 K
+ 384     2 5 5 6 K
+ 384     3 4 5 5 K
+ 384     2 4 5 5 K
+ 384     2 3 5 5 K
+ 384     5 5 T J Q
+ 384     5 5 9 J Q
+ 384     5 5 8 J Q
+ 384     5 5 7 J Q
+ 384     5 5 6 J Q
+ 384     4 5 5 J Q
+ 384     3 5 5 J Q
+ 384     2 5 5 J Q
+ 384     5 5 9 T Q
+ 384     5 5 8 T Q
+ 384     5 5 7 T Q
+ 384     5 5 6 T Q
+ 384     4 5 5 T Q
+ 384     3 5 5 T Q
+ 384     2 5 5 T Q
+ 384     5 5 8 9 Q
+ 384     5 5 7 9 Q
+ 384     5 5 6 9 Q
+ 384     4 5 5 9 Q
+ 384     3 5 5 9 Q
+ 384     2 5 5 9 Q
+ 384     5 5 7 8 Q
+ 384     5 5 6 8 Q
+ 384     4 5 5 8 Q
+ 384     3 5 5 8 Q
+ 384     2 5 5 8 Q
+ 384     5 5 6 7 Q
+ 384     4 5 5 7 Q
+ 384     3 5 5 7 Q
+ 384     2 5 5 7 Q
+ 384     4 5 5 6 Q
+ 384     3 5 5 6 Q
+ 384     2 5 5 6 Q
+ 384     3 4 5 5 Q
+ 384     2 4 5 5 Q
+ 384     2 3 5 5 Q
+ 384     5 5 9 T J
+ 384     5 5 8 T J
+ 384     5 5 7 T J
+ 384     5 5 6 T J
+ 384     4 5 5 T J
+ 384     3 5 5 T J
+ 384     2 5 5 T J
+ 384     5 5 8 9 J
+ 384     5 5 7 9 J
+ 384     5 5 6 9 J
+ 384     4 5 5 9 J
+ 384     3 5 5 9 J
+ 384     2 5 5 9 J
+ 384     5 5 7 8 J
+ 384     5 5 6 8 J
+ 384     4 5 5 8 J
+ 384     3 5 5 8 J
+ 384     2 5 5 8 J
+ 384     5 5 6 7 J
+ 384     4 5 5 7 J
+ 384     3 5 5 7 J
+ 384     2 5 5 7 J
+ 384     4 5 5 6 J
+ 384     3 5 5 6 J
+ 384     2 5 5 6 J
+ 384     3 4 5 5 J
+ 384     2 4 5 5 J
+ 384     2 3 5 5 J
+ 384     5 5 8 9 T
+ 384     5 5 7 9 T
+ 384     5 5 6 9 T
+ 384     4 5 5 9 T
+ 384     3 5 5 9 T
+ 384     2 5 5 9 T
+ 384     5 5 7 8 T
+ 384     5 5 6 8 T
+ 384     4 5 5 8 T
+ 384     3 5 5 8 T
+ 384     2 5 5 8 T
+ 384     5 5 6 7 T
+ 384     4 5 5 7 T
+ 384     3 5 5 7 T
+ 384     2 5 5 7 T
+ 384     4 5 5 6 T
+ 384     3 5 5 6 T
+ 384     2 5 5 6 T
+ 384     3 4 5 5 T
+ 384     2 4 5 5 T
+ 384     2 3 5 5 T
+ 384     5 5 7 8 9
+ 384     5 5 6 8 9
+ 384     4 5 5 8 9
+ 384     3 5 5 8 9
+ 384     2 5 5 8 9
+ 384     5 5 6 7 9
+ 384     4 5 5 7 9
+ 384     3 5 5 7 9
+ 384     2 5 5 7 9
+ 384     4 5 5 6 9
+ 384     3 5 5 6 9
+ 384     2 5 5 6 9
+ 384     3 4 5 5 9
+ 384     2 4 5 5 9
+ 384     2 3 5 5 9
+ 384     5 5 6 7 8
+ 384     4 5 5 7 8
+ 384     3 5 5 7 8
+ 384     2 5 5 7 8
+ 384     4 5 5 6 8
+ 384     3 5 5 6 8
+ 384     2 5 5 6 8
+ 384     3 4 5 5 8
+ 384     2 4 5 5 8
+ 384     2 3 5 5 8
+ 384     4 5 5 6 7
+ 384     3 5 5 6 7
+ 384     2 5 5 6 7
+ 384     3 4 5 5 7
+ 384     2 4 5 5 7
+ 384     2 3 5 5 7
+ 384     3 4 5 5 6
+ 384     2 4 5 5 6
+ 384     2 3 5 5 6
+ 384     2 3 4 5 5
+ 384     4 4 Q K A      Pair of Fours
+ 384     4 4 J K A
+ 384     4 4 T K A
+ 384     4 4 9 K A
+ 384     4 4 8 K A
+ 384     4 4 7 K A
+ 384     4 4 6 K A
+ 384     4 4 5 K A
+ 384     3 4 4 K A
+ 384     2 4 4 K A
+ 384     4 4 J Q A
+ 384     4 4 T Q A
+ 384     4 4 9 Q A
+ 384     4 4 8 Q A
+ 384     4 4 7 Q A
+ 384     4 4 6 Q A
+ 384     4 4 5 Q A
+ 384     3 4 4 Q A
+ 384     2 4 4 Q A
+ 384     4 4 T J A
+ 384     4 4 9 J A
+ 384     4 4 8 J A
+ 384     4 4 7 J A
+ 384     4 4 6 J A
+ 384     4 4 5 J A
+ 384     3 4 4 J A
+ 384     2 4 4 J A
+ 384     4 4 9 T A
+ 384     4 4 8 T A
+ 384     4 4 7 T A
+ 384     4 4 6 T A
+ 384     4 4 5 T A
+ 384     3 4 4 T A
+ 384     2 4 4 T A
+ 384     4 4 8 9 A
+ 384     4 4 7 9 A
+ 384     4 4 6 9 A
+ 384     4 4 5 9 A
+ 384     3 4 4 9 A
+ 384     2 4 4 9 A
+ 384     4 4 7 8 A
+ 384     4 4 6 8 A
+ 384     4 4 5 8 A
+ 384     3 4 4 8 A
+ 384     2 4 4 8 A
+ 384     4 4 6 7 A
+ 384     4 4 5 7 A
+ 384     3 4 4 7 A
+ 384     2 4 4 7 A
+ 384     4 4 5 6 A
+ 384     3 4 4 6 A
+ 384     2 4 4 6 A
+ 384     3 4 4 5 A
+ 384     2 4 4 5 A
+ 384     2 3 4 4 A
+ 384     4 4 J Q K
+ 384     4 4 T Q K
+ 384     4 4 9 Q K
+ 384     4 4 8 Q K
+ 384     4 4 7 Q K
+ 384     4 4 6 Q K
+ 384     4 4 5 Q K
+ 384     3 4 4 Q K
+ 384     2 4 4 Q K
+ 384     4 4 T J K
+ 384     4 4 9 J K
+ 384     4 4 8 J K
+ 384     4 4 7 J K
+ 384     4 4 6 J K
+ 384     4 4 5 J K
+ 384     3 4 4 J K
+ 384     2 4 4 J K
+ 384     4 4 9 T K
+ 384     4 4 8 T K
+ 384     4 4 7 T K
+ 384     4 4 6 T K
+ 384     4 4 5 T K
+ 384     3 4 4 T K
+ 384     2 4 4 T K
+ 384     4 4 8 9 K
+ 384     4 4 7 9 K
+ 384     4 4 6 9 K
+ 384     4 4 5 9 K
+ 384     3 4 4 9 K
+ 384     2 4 4 9 K
+ 384     4 4 7 8 K
+ 384     4 4 6 8 K
+ 384     4 4 5 8 K
+ 384     3 4 4 8 K
+ 384     2 4 4 8 K
+ 384     4 4 6 7 K
+ 384     4 4 5 7 K
+ 384     3 4 4 7 K
+ 384     2 4 4 7 K
+ 384     4 4 5 6 K
+ 384     3 4 4 6 K
+ 384     2 4 4 6 K
+ 384     3 4 4 5 K
+ 384     2 4 4 5 K
+ 384     2 3 4 4 K
+ 384     4 4 T J Q
+ 384     4 4 9 J Q
+ 384     4 4 8 J Q
+ 384     4 4 7 J Q
+ 384     4 4 6 J Q
+ 384     4 4 5 J Q
+ 384     3 4 4 J Q
+ 384     2 4 4 J Q
+ 384     4 4 9 T Q
+ 384     4 4 8 T Q
+ 384     4 4 7 T Q
+ 384     4 4 6 T Q
+ 384     4 4 5 T Q
+ 384     3 4 4 T Q
+ 384     2 4 4 T Q
+ 384     4 4 8 9 Q
+ 384     4 4 7 9 Q
+ 384     4 4 6 9 Q
+ 384     4 4 5 9 Q
+ 384     3 4 4 9 Q
+ 384     2 4 4 9 Q
+ 384     4 4 7 8 Q
+ 384     4 4 6 8 Q
+ 384     4 4 5 8 Q
+ 384     3 4 4 8 Q
+ 384     2 4 4 8 Q
+ 384     4 4 6 7 Q
+ 384     4 4 5 7 Q
+ 384     3 4 4 7 Q
+ 384     2 4 4 7 Q
+ 384     4 4 5 6 Q
+ 384     3 4 4 6 Q
+ 384     2 4 4 6 Q
+ 384     3 4 4 5 Q
+ 384     2 4 4 5 Q
+ 384     2 3 4 4 Q
+ 384     4 4 9 T J
+ 384     4 4 8 T J
+ 384     4 4 7 T J
+ 384     4 4 6 T J
+ 384     4 4 5 T J
+ 384     3 4 4 T J
+ 384     2 4 4 T J
+ 384     4 4 8 9 J
+ 384     4 4 7 9 J
+ 384     4 4 6 9 J
+ 384     4 4 5 9 J
+ 384     3 4 4 9 J
+ 384     2 4 4 9 J
+ 384     4 4 7 8 J
+ 384     4 4 6 8 J
+ 384     4 4 5 8 J
+ 384     3 4 4 8 J
+ 384     2 4 4 8 J
+ 384     4 4 6 7 J
+ 384     4 4 5 7 J
+ 384     3 4 4 7 J
+ 384     2 4 4 7 J
+ 384     4 4 5 6 J
+ 384     3 4 4 6 J
+ 384     2 4 4 6 J
+ 384     3 4 4 5 J
+ 384     2 4 4 5 J
+ 384     2 3 4 4 J
+ 384     4 4 8 9 T
+ 384     4 4 7 9 T
+ 384     4 4 6 9 T
+ 384     4 4 5 9 T
+ 384     3 4 4 9 T
+ 384     2 4 4 9 T
+ 384     4 4 7 8 T
+ 384     4 4 6 8 T
+ 384     4 4 5 8 T
+ 384     3 4 4 8 T
+ 384     2 4 4 8 T
+ 384     4 4 6 7 T
+ 384     4 4 5 7 T
+ 384     3 4 4 7 T
+ 384     2 4 4 7 T
+ 384     4 4 5 6 T
+ 384     3 4 4 6 T
+ 384     2 4 4 6 T
+ 384     3 4 4 5 T
+ 384     2 4 4 5 T
+ 384     2 3 4 4 T
+ 384     4 4 7 8 9
+ 384     4 4 6 8 9
+ 384     4 4 5 8 9
+ 384     3 4 4 8 9
+ 384     2 4 4 8 9
+ 384     4 4 6 7 9
+ 384     4 4 5 7 9
+ 384     3 4 4 7 9
+ 384     2 4 4 7 9
+ 384     4 4 5 6 9
+ 384     3 4 4 6 9
+ 384     2 4 4 6 9
+ 384     3 4 4 5 9
+ 384     2 4 4 5 9
+ 384     2 3 4 4 9
+ 384     4 4 6 7 8
+ 384     4 4 5 7 8
+ 384     3 4 4 7 8
+ 384     2 4 4 7 8
+ 384     4 4 5 6 8
+ 384     3 4 4 6 8
+ 384     2 4 4 6 8
+ 384     3 4 4 5 8
+ 384     2 4 4 5 8
+ 384     2 3 4 4 8
+ 384     4 4 5 6 7
+ 384     3 4 4 6 7
+ 384     2 4 4 6 7
+ 384     3 4 4 5 7
+ 384     2 4 4 5 7
+ 384     2 3 4 4 7
+ 384     3 4 4 5 6
+ 384     2 4 4 5 6
+ 384     2 3 4 4 6
+ 384     2 3 4 4 5
+ 384     3 3 Q K A      Pair of Treys
+ 384     3 3 J K A
+ 384     3 3 T K A
+ 384     3 3 9 K A
+ 384     3 3 8 K A
+ 384     3 3 7 K A
+ 384     3 3 6 K A
+ 384     3 3 5 K A
+ 384     3 3 4 K A
+ 384     2 3 3 K A
+ 384     3 3 J Q A
+ 384     3 3 T Q A
+ 384     3 3 9 Q A
+ 384     3 3 8 Q A
+ 384     3 3 7 Q A
+ 384     3 3 6 Q A
+ 384     3 3 5 Q A
+ 384     3 3 4 Q A
+ 384     2 3 3 Q A
+ 384     3 3 T J A
+ 384     3 3 9 J A
+ 384     3 3 8 J A
+ 384     3 3 7 J A
+ 384     3 3 6 J A
+ 384     3 3 5 J A
+ 384     3 3 4 J A
+ 384     2 3 3 J A
+ 384     3 3 9 T A
+ 384     3 3 8 T A
+ 384     3 3 7 T A
+ 384     3 3 6 T A
+ 384     3 3 5 T A
+ 384     3 3 4 T A
+ 384     2 3 3 T A
+ 384     3 3 8 9 A
+ 384     3 3 7 9 A
+ 384     3 3 6 9 A
+ 384     3 3 5 9 A
+ 384     3 3 4 9 A
+ 384     2 3 3 9 A
+ 384     3 3 7 8 A
+ 384     3 3 6 8 A
+ 384     3 3 5 8 A
+ 384     3 3 4 8 A
+ 384     2 3 3 8 A
+ 384     3 3 6 7 A
+ 384     3 3 5 7 A
+ 384     3 3 4 7 A
+ 384     2 3 3 7 A
+ 384     3 3 5 6 A
+ 384     3 3 4 6 A
+ 384     2 3 3 6 A
+ 384     3 3 4 5 A
+ 384     2 3 3 5 A
+ 384     2 3 3 4 A
+ 384     3 3 J Q K
+ 384     3 3 T Q K
+ 384     3 3 9 Q K
+ 384     3 3 8 Q K
+ 384     3 3 7 Q K
+ 384     3 3 6 Q K
+ 384     3 3 5 Q K
+ 384     3 3 4 Q K
+ 384     2 3 3 Q K
+ 384     3 3 T J K
+ 384     3 3 9 J K
+ 384     3 3 8 J K
+ 384     3 3 7 J K
+ 384     3 3 6 J K
+ 384     3 3 5 J K
+ 384     3 3 4 J K
+ 384     2 3 3 J K
+ 384     3 3 9 T K
+ 384     3 3 8 T K
+ 384     3 3 7 T K
+ 384     3 3 6 T K
+ 384     3 3 5 T K
+ 384     3 3 4 T K
+ 384     2 3 3 T K
+ 384     3 3 8 9 K
+ 384     3 3 7 9 K
+ 384     3 3 6 9 K
+ 384     3 3 5 9 K
+ 384     3 3 4 9 K
+ 384     2 3 3 9 K
+ 384     3 3 7 8 K
+ 384     3 3 6 8 K
+ 384     3 3 5 8 K
+ 384     3 3 4 8 K
+ 384     2 3 3 8 K
+ 384     3 3 6 7 K
+ 384     3 3 5 7 K
+ 384     3 3 4 7 K
+ 384     2 3 3 7 K
+ 384     3 3 5 6 K
+ 384     3 3 4 6 K
+ 384     2 3 3 6 K
+ 384     3 3 4 5 K
+ 384     2 3 3 5 K
+ 384     2 3 3 4 K
+ 384     3 3 T J Q
+ 384     3 3 9 J Q
+ 384     3 3 8 J Q
+ 384     3 3 7 J Q
+ 384     3 3 6 J Q
+ 384     3 3 5 J Q
+ 384     3 3 4 J Q
+ 384     2 3 3 J Q
+ 384     3 3 9 T Q
+ 384     3 3 8 T Q
+ 384     3 3 7 T Q
+ 384     3 3 6 T Q
+ 384     3 3 5 T Q
+ 384     3 3 4 T Q
+ 384     2 3 3 T Q
+ 384     3 3 8 9 Q
+ 384     3 3 7 9 Q
+ 384     3 3 6 9 Q
+ 384     3 3 5 9 Q
+ 384     3 3 4 9 Q
+ 384     2 3 3 9 Q
+ 384     3 3 7 8 Q
+ 384     3 3 6 8 Q
+ 384     3 3 5 8 Q
+ 384     3 3 4 8 Q
+ 384     2 3 3 8 Q
+ 384     3 3 6 7 Q
+ 384     3 3 5 7 Q
+ 384     3 3 4 7 Q
+ 384     2 3 3 7 Q
+ 384     3 3 5 6 Q
+ 384     3 3 4 6 Q
+ 384     2 3 3 6 Q
+ 384     3 3 4 5 Q
+ 384     2 3 3 5 Q
+ 384     2 3 3 4 Q
+ 384     3 3 9 T J
+ 384     3 3 8 T J
+ 384     3 3 7 T J
+ 384     3 3 6 T J
+ 384     3 3 5 T J
+ 384     3 3 4 T J
+ 384     2 3 3 T J
+ 384     3 3 8 9 J
+ 384     3 3 7 9 J
+ 384     3 3 6 9 J
+ 384     3 3 5 9 J
+ 384     3 3 4 9 J
+ 384     2 3 3 9 J
+ 384     3 3 7 8 J
+ 384     3 3 6 8 J
+ 384     3 3 5 8 J
+ 384     3 3 4 8 J
+ 384     2 3 3 8 J
+ 384     3 3 6 7 J
+ 384     3 3 5 7 J
+ 384     3 3 4 7 J
+ 384     2 3 3 7 J
+ 384     3 3 5 6 J
+ 384     3 3 4 6 J
+ 384     2 3 3 6 J
+ 384     3 3 4 5 J
+ 384     2 3 3 5 J
+ 384     2 3 3 4 J
+ 384     3 3 8 9 T
+ 384     3 3 7 9 T
+ 384     3 3 6 9 T
+ 384     3 3 5 9 T
+ 384     3 3 4 9 T
+ 384     2 3 3 9 T
+ 384     3 3 7 8 T
+ 384     3 3 6 8 T
+ 384     3 3 5 8 T
+ 384     3 3 4 8 T
+ 384     2 3 3 8 T
+ 384     3 3 6 7 T
+ 384     3 3 5 7 T
+ 384     3 3 4 7 T
+ 384     2 3 3 7 T
+ 384     3 3 5 6 T
+ 384     3 3 4 6 T
+ 384     2 3 3 6 T
+ 384     3 3 4 5 T
+ 384     2 3 3 5 T
+ 384     2 3 3 4 T
+ 384     3 3 7 8 9
+ 384     3 3 6 8 9
+ 384     3 3 5 8 9
+ 384     3 3 4 8 9
+ 384     2 3 3 8 9
+ 384     3 3 6 7 9
+ 384     3 3 5 7 9
+ 384     3 3 4 7 9
+ 384     2 3 3 7 9
+ 384     3 3 5 6 9
+ 384     3 3 4 6 9
+ 384     2 3 3 6 9
+ 384     3 3 4 5 9
+ 384     2 3 3 5 9
+ 384     2 3 3 4 9
+ 384     3 3 6 7 8
+ 384     3 3 5 7 8
+ 384     3 3 4 7 8
+ 384     2 3 3 7 8
+ 384     3 3 5 6 8
+ 384     3 3 4 6 8
+ 384     2 3 3 6 8
+ 384     3 3 4 5 8
+ 384     2 3 3 5 8
+ 384     2 3 3 4 8
+ 384     3 3 5 6 7
+ 384     3 3 4 6 7
+ 384     2 3 3 6 7
+ 384     3 3 4 5 7
+ 384     2 3 3 5 7
+ 384     2 3 3 4 7
+ 384     3 3 4 5 6
+ 384     2 3 3 5 6
+ 384     2 3 3 4 6
+ 384     2 3 3 4 5
+ 384     2 2 Q K A      Pair of Deuces
+ 384     2 2 J K A
+ 384     2 2 T K A
+ 384     2 2 9 K A
+ 384     2 2 8 K A
+ 384     2 2 7 K A
+ 384     2 2 6 K A
+ 384     2 2 5 K A
+ 384     2 2 4 K A
+ 384     2 2 3 K A
+ 384     2 2 J Q A
+ 384     2 2 T Q A
+ 384     2 2 9 Q A
+ 384     2 2 8 Q A
+ 384     2 2 7 Q A
+ 384     2 2 6 Q A
+ 384     2 2 5 Q A
+ 384     2 2 4 Q A
+ 384     2 2 3 Q A
+ 384     2 2 T J A
+ 384     2 2 9 J A
+ 384     2 2 8 J A
+ 384     2 2 7 J A
+ 384     2 2 6 J A
+ 384     2 2 5 J A
+ 384     2 2 4 J A
+ 384     2 2 3 J A
+ 384     2 2 9 T A
+ 384     2 2 8 T A
+ 384     2 2 7 T A
+ 384     2 2 6 T A
+ 384     2 2 5 T A
+ 384     2 2 4 T A
+ 384     2 2 3 T A
+ 384     2 2 8 9 A
+ 384     2 2 7 9 A
+ 384     2 2 6 9 A
+ 384     2 2 5 9 A
+ 384     2 2 4 9 A
+ 384     2 2 3 9 A
+ 384     2 2 7 8 A
+ 384     2 2 6 8 A
+ 384     2 2 5 8 A
+ 384     2 2 4 8 A
+ 384     2 2 3 8 A
+ 384     2 2 6 7 A
+ 384     2 2 5 7 A
+ 384     2 2 4 7 A
+ 384     2 2 3 7 A
+ 384     2 2 5 6 A
+ 384     2 2 4 6 A
+ 384     2 2 3 6 A
+ 384     2 2 4 5 A
+ 384     2 2 3 5 A
+ 384     2 2 3 4 A
+ 384     2 2 J Q K
+ 384     2 2 T Q K
+ 384     2 2 9 Q K
+ 384     2 2 8 Q K
+ 384     2 2 7 Q K
+ 384     2 2 6 Q K
+ 384     2 2 5 Q K
+ 384     2 2 4 Q K
+ 384     2 2 3 Q K
+ 384     2 2 T J K
+ 384     2 2 9 J K
+ 384     2 2 8 J K
+ 384     2 2 7 J K
+ 384     2 2 6 J K
+ 384     2 2 5 J K
+ 384     2 2 4 J K
+ 384     2 2 3 J K
+ 384     2 2 9 T K
+ 384     2 2 8 T K
+ 384     2 2 7 T K
+ 384     2 2 6 T K
+ 384     2 2 5 T K
+ 384     2 2 4 T K
+ 384     2 2 3 T K
+ 384     2 2 8 9 K
+ 384     2 2 7 9 K
+ 384     2 2 6 9 K
+ 384     2 2 5 9 K
+ 384     2 2 4 9 K
+ 384     2 2 3 9 K
+ 384     2 2 7 8 K
+ 384     2 2 6 8 K
+ 384     2 2 5 8 K
+ 384     2 2 4 8 K
+ 384     2 2 3 8 K
+ 384     2 2 6 7 K
+ 384     2 2 5 7 K
+ 384     2 2 4 7 K
+ 384     2 2 3 7 K
+ 384     2 2 5 6 K
+ 384     2 2 4 6 K
+ 384     2 2 3 6 K
+ 384     2 2 4 5 K
+ 384     2 2 3 5 K
+ 384     2 2 3 4 K
+ 384     2 2 T J Q
+ 384     2 2 9 J Q
+ 384     2 2 8 J Q
+ 384     2 2 7 J Q
+ 384     2 2 6 J Q
+ 384     2 2 5 J Q
+ 384     2 2 4 J Q
+ 384     2 2 3 J Q
+ 384     2 2 9 T Q
+ 384     2 2 8 T Q
+ 384     2 2 7 T Q
+ 384     2 2 6 T Q
+ 384     2 2 5 T Q
+ 384     2 2 4 T Q
+ 384     2 2 3 T Q
+ 384     2 2 8 9 Q
+ 384     2 2 7 9 Q
+ 384     2 2 6 9 Q
+ 384     2 2 5 9 Q
+ 384     2 2 4 9 Q
+ 384     2 2 3 9 Q
+ 384     2 2 7 8 Q
+ 384     2 2 6 8 Q
+ 384     2 2 5 8 Q
+ 384     2 2 4 8 Q
+ 384     2 2 3 8 Q
+ 384     2 2 6 7 Q
+ 384     2 2 5 7 Q
+ 384     2 2 4 7 Q
+ 384     2 2 3 7 Q
+ 384     2 2 5 6 Q
+ 384     2 2 4 6 Q
+ 384     2 2 3 6 Q
+ 384     2 2 4 5 Q
+ 384     2 2 3 5 Q
+ 384     2 2 3 4 Q
+ 384     2 2 9 T J
+ 384     2 2 8 T J
+ 384     2 2 7 T J
+ 384     2 2 6 T J
+ 384     2 2 5 T J
+ 384     2 2 4 T J
+ 384     2 2 3 T J
+ 384     2 2 8 9 J
+ 384     2 2 7 9 J
+ 384     2 2 6 9 J
+ 384     2 2 5 9 J
+ 384     2 2 4 9 J
+ 384     2 2 3 9 J
+ 384     2 2 7 8 J
+ 384     2 2 6 8 J
+ 384     2 2 5 8 J
+ 384     2 2 4 8 J
+ 384     2 2 3 8 J
+ 384     2 2 6 7 J
+ 384     2 2 5 7 J
+ 384     2 2 4 7 J
+ 384     2 2 3 7 J
+ 384     2 2 5 6 J
+ 384     2 2 4 6 J
+ 384     2 2 3 6 J
+ 384     2 2 4 5 J
+ 384     2 2 3 5 J
+ 384     2 2 3 4 J
+ 384     2 2 8 9 T
+ 384     2 2 7 9 T
+ 384     2 2 6 9 T
+ 384     2 2 5 9 T
+ 384     2 2 4 9 T
+ 384     2 2 3 9 T
+ 384     2 2 7 8 T
+ 384     2 2 6 8 T
+ 384     2 2 5 8 T
+ 384     2 2 4 8 T
+ 384     2 2 3 8 T
+ 384     2 2 6 7 T
+ 384     2 2 5 7 T
+ 384     2 2 4 7 T
+ 384     2 2 3 7 T
+ 384     2 2 5 6 T
+ 384     2 2 4 6 T
+ 384     2 2 3 6 T
+ 384     2 2 4 5 T
+ 384     2 2 3 5 T
+ 384     2 2 3 4 T
+ 384     2 2 7 8 9
+ 384     2 2 6 8 9
+ 384     2 2 5 8 9
+ 384     2 2 4 8 9
+ 384     2 2 3 8 9
+ 384     2 2 6 7 9
+ 384     2 2 5 7 9
+ 384     2 2 4 7 9
+ 384     2 2 3 7 9
+ 384     2 2 5 6 9
+ 384     2 2 4 6 9
+ 384     2 2 3 6 9
+ 384     2 2 4 5 9
+ 384     2 2 3 5 9
+ 384     2 2 3 4 9
+ 384     2 2 6 7 8
+ 384     2 2 5 7 8
+ 384     2 2 4 7 8
+ 384     2 2 3 7 8
+ 384     2 2 5 6 8
+ 384     2 2 4 6 8
+ 384     2 2 3 6 8
+ 384     2 2 4 5 8
+ 384     2 2 3 5 8
+ 384     2 2 3 4 8
+ 384     2 2 5 6 7
+ 384     2 2 4 6 7
+ 384     2 2 3 6 7
+ 384     2 2 4 5 7
+ 384     2 2 3 5 7
+ 384     2 2 3 4 7
+ 384     2 2 4 5 6
+ 384     2 2 3 5 6
+ 384     2 2 3 4 6
+ 384     2 2 3 4 5
+1024     9 J Q K A      Ace High                       HIGH CARD
+1024     8 J Q K A
+1024     7 J Q K A
+1024     6 J Q K A
+1024     5 J Q K A
+1024     4 J Q K A
+1024     3 J Q K A
+1024     2 J Q K A
+1024     9 T Q K A
+1024     8 T Q K A
+1024     7 T Q K A
+1024     6 T Q K A
+1024     5 T Q K A
+1024     4 T Q K A
+1024     3 T Q K A
+1024     2 T Q K A
+1024     8 9 Q K A
+1024     7 9 Q K A
+1024     6 9 Q K A
+1024     5 9 Q K A
+1024     4 9 Q K A
+1024     3 9 Q K A
+1024     2 9 Q K A
+1024     7 8 Q K A
+1024     6 8 Q K A
+1024     5 8 Q K A
+1024     4 8 Q K A
+1024     3 8 Q K A
+1024     2 8 Q K A
+1024     6 7 Q K A
+1024     5 7 Q K A
+1024     4 7 Q K A
+1024     3 7 Q K A
+1024     2 7 Q K A
+1024     5 6 Q K A
+1024     4 6 Q K A
+1024     3 6 Q K A
+1024     2 6 Q K A
+1024     4 5 Q K A
+1024     3 5 Q K A
+1024     2 5 Q K A
+1024     3 4 Q K A
+1024     2 4 Q K A
+1024     2 3 Q K A
+1024     9 T J K A
+1024     8 T J K A
+1024     7 T J K A
+1024     6 T J K A
+1024     5 T J K A
+1024     4 T J K A
+1024     3 T J K A
+1024     2 T J K A
+1024     8 9 J K A
+1024     7 9 J K A
+1024     6 9 J K A
+1024     5 9 J K A
+1024     4 9 J K A
+1024     3 9 J K A
+1024     2 9 J K A
+1024     7 8 J K A
+1024     6 8 J K A
+1024     5 8 J K A
+1024     4 8 J K A
+1024     3 8 J K A
+1024     2 8 J K A
+1024     6 7 J K A
+1024     5 7 J K A
+1024     4 7 J K A
+1024     3 7 J K A
+1024     2 7 J K A
+1024     5 6 J K A
+1024     4 6 J K A
+1024     3 6 J K A
+1024     2 6 J K A
+1024     4 5 J K A
+1024     3 5 J K A
+1024     2 5 J K A
+1024     3 4 J K A
+1024     2 4 J K A
+1024     2 3 J K A
+1024     8 9 T K A
+1024     7 9 T K A
+1024     6 9 T K A
+1024     5 9 T K A
+1024     4 9 T K A
+1024     3 9 T K A
+1024     2 9 T K A
+1024     7 8 T K A
+1024     6 8 T K A
+1024     5 8 T K A
+1024     4 8 T K A
+1024     3 8 T K A
+1024     2 8 T K A
+1024     6 7 T K A
+1024     5 7 T K A
+1024     4 7 T K A
+1024     3 7 T K A
+1024     2 7 T K A
+1024     5 6 T K A
+1024     4 6 T K A
+1024     3 6 T K A
+1024     2 6 T K A
+1024     4 5 T K A
+1024     3 5 T K A
+1024     2 5 T K A
+1024     3 4 T K A
+1024     2 4 T K A
+1024     2 3 T K A
+1024     7 8 9 K A
+1024     6 8 9 K A
+1024     5 8 9 K A
+1024     4 8 9 K A
+1024     3 8 9 K A
+1024     2 8 9 K A
+1024     6 7 9 K A
+1024     5 7 9 K A
+1024     4 7 9 K A
+1024     3 7 9 K A
+1024     2 7 9 K A
+1024     5 6 9 K A
+1024     4 6 9 K A
+1024     3 6 9 K A
+1024     2 6 9 K A
+1024     4 5 9 K A
+1024     3 5 9 K A
+1024     2 5 9 K A
+1024     3 4 9 K A
+1024     2 4 9 K A
+1024     2 3 9 K A
+1024     6 7 8 K A
+1024     5 7 8 K A
+1024     4 7 8 K A
+1024     3 7 8 K A
+1024     2 7 8 K A
+1024     5 6 8 K A
+1024     4 6 8 K A
+1024     3 6 8 K A
+1024     2 6 8 K A
+1024     4 5 8 K A
+1024     3 5 8 K A
+1024     2 5 8 K A
+1024     3 4 8 K A
+1024     2 4 8 K A
+1024     2 3 8 K A
+1024     5 6 7 K A
+1024     4 6 7 K A
+1024     3 6 7 K A
+1024     2 6 7 K A
+1024     4 5 7 K A
+1024     3 5 7 K A
+1024     2 5 7 K A
+1024     3 4 7 K A
+1024     2 4 7 K A
+1024     2 3 7 K A
+1024     4 5 6 K A
+1024     3 5 6 K A
+1024     2 5 6 K A
+1024     3 4 6 K A
+1024     2 4 6 K A
+1024     2 3 6 K A
+1024     3 4 5 K A
+1024     2 4 5 K A
+1024     2 3 5 K A
+1024     2 3 4 K A
+1024     9 T J Q A
+1024     8 T J Q A
+1024     7 T J Q A
+1024     6 T J Q A
+1024     5 T J Q A
+1024     4 T J Q A
+1024     3 T J Q A
+1024     2 T J Q A
+1024     8 9 J Q A
+1024     7 9 J Q A
+1024     6 9 J Q A
+1024     5 9 J Q A
+1024     4 9 J Q A
+1024     3 9 J Q A
+1024     2 9 J Q A
+1024     7 8 J Q A
+1024     6 8 J Q A
+1024     5 8 J Q A
+1024     4 8 J Q A
+1024     3 8 J Q A
+1024     2 8 J Q A
+1024     6 7 J Q A
+1024     5 7 J Q A
+1024     4 7 J Q A
+1024     3 7 J Q A
+1024     2 7 J Q A
+1024     5 6 J Q A
+1024     4 6 J Q A
+1024     3 6 J Q A
+1024     2 6 J Q A
+1024     4 5 J Q A
+1024     3 5 J Q A
+1024     2 5 J Q A
+1024     3 4 J Q A
+1024     2 4 J Q A
+1024     2 3 J Q A
+1024     8 9 T Q A
+1024     7 9 T Q A
+1024     6 9 T Q A
+1024     5 9 T Q A
+1024     4 9 T Q A
+1024     3 9 T Q A
+1024     2 9 T Q A
+1024     7 8 T Q A
+1024     6 8 T Q A
+1024     5 8 T Q A
+1024     4 8 T Q A
+1024     3 8 T Q A
+1024     2 8 T Q A
+1024     6 7 T Q A
+1024     5 7 T Q A
+1024     4 7 T Q A
+1024     3 7 T Q A
+1024     2 7 T Q A
+1024     5 6 T Q A
+1024     4 6 T Q A
+1024     3 6 T Q A
+1024     2 6 T Q A
+1024     4 5 T Q A
+1024     3 5 T Q A
+1024     2 5 T Q A
+1024     3 4 T Q A
+1024     2 4 T Q A
+1024     2 3 T Q A
+1024     7 8 9 Q A
+1024     6 8 9 Q A
+1024     5 8 9 Q A
+1024     4 8 9 Q A
+1024     3 8 9 Q A
+1024     2 8 9 Q A
+1024     6 7 9 Q A
+1024     5 7 9 Q A
+1024     4 7 9 Q A
+1024     3 7 9 Q A
+1024     2 7 9 Q A
+1024     5 6 9 Q A
+1024     4 6 9 Q A
+1024     3 6 9 Q A
+1024     2 6 9 Q A
+1024     4 5 9 Q A
+1024     3 5 9 Q A
+1024     2 5 9 Q A
+1024     3 4 9 Q A
+1024     2 4 9 Q A
+1024     2 3 9 Q A
+1024     6 7 8 Q A
+1024     5 7 8 Q A
+1024     4 7 8 Q A
+1024     3 7 8 Q A
+1024     2 7 8 Q A
+1024     5 6 8 Q A
+1024     4 6 8 Q A
+1024     3 6 8 Q A
+1024     2 6 8 Q A
+1024     4 5 8 Q A
+1024     3 5 8 Q A
+1024     2 5 8 Q A
+1024     3 4 8 Q A
+1024     2 4 8 Q A
+1024     2 3 8 Q A
+1024     5 6 7 Q A
+1024     4 6 7 Q A
+1024     3 6 7 Q A
+1024     2 6 7 Q A
+1024     4 5 7 Q A
+1024     3 5 7 Q A
+1024     2 5 7 Q A
+1024     3 4 7 Q A
+1024     2 4 7 Q A
+1024     2 3 7 Q A
+1024     4 5 6 Q A
+1024     3 5 6 Q A
+1024     2 5 6 Q A
+1024     3 4 6 Q A
+1024     2 4 6 Q A
+1024     2 3 6 Q A
+1024     3 4 5 Q A
+1024     2 4 5 Q A
+1024     2 3 5 Q A
+1024     2 3 4 Q A
+1024     8 9 T J A
+1024     7 9 T J A
+1024     6 9 T J A
+1024     5 9 T J A
+1024     4 9 T J A
+1024     3 9 T J A
+1024     2 9 T J A
+1024     7 8 T J A
+1024     6 8 T J A
+1024     5 8 T J A
+1024     4 8 T J A
+1024     3 8 T J A
+1024     2 8 T J A
+1024     6 7 T J A
+1024     5 7 T J A
+1024     4 7 T J A
+1024     3 7 T J A
+1024     2 7 T J A
+1024     5 6 T J A
+1024     4 6 T J A
+1024     3 6 T J A
+1024     2 6 T J A
+1024     4 5 T J A
+1024     3 5 T J A
+1024     2 5 T J A
+1024     3 4 T J A
+1024     2 4 T J A
+1024     2 3 T J A
+1024     7 8 9 J A
+1024     6 8 9 J A
+1024     5 8 9 J A
+1024     4 8 9 J A
+1024     3 8 9 J A
+1024     2 8 9 J A
+1024     6 7 9 J A
+1024     5 7 9 J A
+1024     4 7 9 J A
+1024     3 7 9 J A
+1024     2 7 9 J A
+1024     5 6 9 J A
+1024     4 6 9 J A
+1024     3 6 9 J A
+1024     2 6 9 J A
+1024     4 5 9 J A
+1024     3 5 9 J A
+1024     2 5 9 J A
+1024     3 4 9 J A
+1024     2 4 9 J A
+1024     2 3 9 J A
+1024     6 7 8 J A
+1024     5 7 8 J A
+1024     4 7 8 J A
+1024     3 7 8 J A
+1024     2 7 8 J A
+1024     5 6 8 J A
+1024     4 6 8 J A
+1024     3 6 8 J A
+1024     2 6 8 J A
+1024     4 5 8 J A
+1024     3 5 8 J A
+1024     2 5 8 J A
+1024     3 4 8 J A
+1024     2 4 8 J A
+1024     2 3 8 J A
+1024     5 6 7 J A
+1024     4 6 7 J A
+1024     3 6 7 J A
+1024     2 6 7 J A
+1024     4 5 7 J A
+1024     3 5 7 J A
+1024     2 5 7 J A
+1024     3 4 7 J A
+1024     2 4 7 J A
+1024     2 3 7 J A
+1024     4 5 6 J A
+1024     3 5 6 J A
+1024     2 5 6 J A
+1024     3 4 6 J A
+1024     2 4 6 J A
+1024     2 3 6 J A
+1024     3 4 5 J A
+1024     2 4 5 J A
+1024     2 3 5 J A
+1024     2 3 4 J A
+1024     7 8 9 T A
+1024     6 8 9 T A
+1024     5 8 9 T A
+1024     4 8 9 T A
+1024     3 8 9 T A
+1024     2 8 9 T A
+1024     6 7 9 T A
+1024     5 7 9 T A
+1024     4 7 9 T A
+1024     3 7 9 T A
+1024     2 7 9 T A
+1024     5 6 9 T A
+1024     4 6 9 T A
+1024     3 6 9 T A
+1024     2 6 9 T A
+1024     4 5 9 T A
+1024     3 5 9 T A
+1024     2 5 9 T A
+1024     3 4 9 T A
+1024     2 4 9 T A
+1024     2 3 9 T A
+1024     6 7 8 T A
+1024     5 7 8 T A
+1024     4 7 8 T A
+1024     3 7 8 T A
+1024     2 7 8 T A
+1024     5 6 8 T A
+1024     4 6 8 T A
+1024     3 6 8 T A
+1024     2 6 8 T A
+1024     4 5 8 T A
+1024     3 5 8 T A
+1024     2 5 8 T A
+1024     3 4 8 T A
+1024     2 4 8 T A
+1024     2 3 8 T A
+1024     5 6 7 T A
+1024     4 6 7 T A
+1024     3 6 7 T A
+1024     2 6 7 T A
+1024     4 5 7 T A
+1024     3 5 7 T A
+1024     2 5 7 T A
+1024     3 4 7 T A
+1024     2 4 7 T A
+1024     2 3 7 T A
+1024     4 5 6 T A
+1024     3 5 6 T A
+1024     2 5 6 T A
+1024     3 4 6 T A
+1024     2 4 6 T A
+1024     2 3 6 T A
+1024     3 4 5 T A
+1024     2 4 5 T A
+1024     2 3 5 T A
+1024     2 3 4 T A
+1024     6 7 8 9 A
+1024     5 7 8 9 A
+1024     4 7 8 9 A
+1024     3 7 8 9 A
+1024     2 7 8 9 A
+1024     5 6 8 9 A
+1024     4 6 8 9 A
+1024     3 6 8 9 A
+1024     2 6 8 9 A
+1024     4 5 8 9 A
+1024     3 5 8 9 A
+1024     2 5 8 9 A
+1024     3 4 8 9 A
+1024     2 4 8 9 A
+1024     2 3 8 9 A
+1024     5 6 7 9 A
+1024     4 6 7 9 A
+1024     3 6 7 9 A
+1024     2 6 7 9 A
+1024     4 5 7 9 A
+1024     3 5 7 9 A
+1024     2 5 7 9 A
+1024     3 4 7 9 A
+1024     2 4 7 9 A
+1024     2 3 7 9 A
+1024     4 5 6 9 A
+1024     3 5 6 9 A
+1024     2 5 6 9 A
+1024     3 4 6 9 A
+1024     2 4 6 9 A
+1024     2 3 6 9 A
+1024     3 4 5 9 A
+1024     2 4 5 9 A
+1024     2 3 5 9 A
+1024     2 3 4 9 A
+1024     5 6 7 8 A
+1024     4 6 7 8 A
+1024     3 6 7 8 A
+1024     2 6 7 8 A
+1024     4 5 7 8 A
+1024     3 5 7 8 A
+1024     2 5 7 8 A
+1024     3 4 7 8 A
+1024     2 4 7 8 A
+1024     2 3 7 8 A
+1024     4 5 6 8 A
+1024     3 5 6 8 A
+1024     2 5 6 8 A
+1024     3 4 6 8 A
+1024     2 4 6 8 A
+1024     2 3 6 8 A
+1024     3 4 5 8 A
+1024     2 4 5 8 A
+1024     2 3 5 8 A
+1024     2 3 4 8 A
+1024     4 5 6 7 A
+1024     3 5 6 7 A
+1024     2 5 6 7 A
+1024     3 4 6 7 A
+1024     2 4 6 7 A
+1024     2 3 6 7 A
+1024     3 4 5 7 A
+1024     2 4 5 7 A
+1024     2 3 5 7 A
+1024     2 3 4 7 A
+1024     3 4 5 6 A
+1024     2 4 5 6 A
+1024     2 3 5 6 A
+1024     2 3 4 6 A
+1024     8 T J Q K      King High
+1024     7 T J Q K
+1024     6 T J Q K
+1024     5 T J Q K
+1024     4 T J Q K
+1024     3 T J Q K
+1024     2 T J Q K
+1024     8 9 J Q K
+1024     7 9 J Q K
+1024     6 9 J Q K
+1024     5 9 J Q K
+1024     4 9 J Q K
+1024     3 9 J Q K
+1024     2 9 J Q K
+1024     7 8 J Q K
+1024     6 8 J Q K
+1024     5 8 J Q K
+1024     4 8 J Q K
+1024     3 8 J Q K
+1024     2 8 J Q K
+1024     6 7 J Q K
+1024     5 7 J Q K
+1024     4 7 J Q K
+1024     3 7 J Q K
+1024     2 7 J Q K
+1024     5 6 J Q K
+1024     4 6 J Q K
+1024     3 6 J Q K
+1024     2 6 J Q K
+1024     4 5 J Q K
+1024     3 5 J Q K
+1024     2 5 J Q K
+1024     3 4 J Q K
+1024     2 4 J Q K
+1024     2 3 J Q K
+1024     8 9 T Q K
+1024     7 9 T Q K
+1024     6 9 T Q K
+1024     5 9 T Q K
+1024     4 9 T Q K
+1024     3 9 T Q K
+1024     2 9 T Q K
+1024     7 8 T Q K
+1024     6 8 T Q K
+1024     5 8 T Q K
+1024     4 8 T Q K
+1024     3 8 T Q K
+1024     2 8 T Q K
+1024     6 7 T Q K
+1024     5 7 T Q K
+1024     4 7 T Q K
+1024     3 7 T Q K
+1024     2 7 T Q K
+1024     5 6 T Q K
+1024     4 6 T Q K
+1024     3 6 T Q K
+1024     2 6 T Q K
+1024     4 5 T Q K
+1024     3 5 T Q K
+1024     2 5 T Q K
+1024     3 4 T Q K
+1024     2 4 T Q K
+1024     2 3 T Q K
+1024     7 8 9 Q K
+1024     6 8 9 Q K
+1024     5 8 9 Q K
+1024     4 8 9 Q K
+1024     3 8 9 Q K
+1024     2 8 9 Q K
+1024     6 7 9 Q K
+1024     5 7 9 Q K
+1024     4 7 9 Q K
+1024     3 7 9 Q K
+1024     2 7 9 Q K
+1024     5 6 9 Q K
+1024     4 6 9 Q K
+1024     3 6 9 Q K
+1024     2 6 9 Q K
+1024     4 5 9 Q K
+1024     3 5 9 Q K
+1024     2 5 9 Q K
+1024     3 4 9 Q K
+1024     2 4 9 Q K
+1024     2 3 9 Q K
+1024     6 7 8 Q K
+1024     5 7 8 Q K
+1024     4 7 8 Q K
+1024     3 7 8 Q K
+1024     2 7 8 Q K
+1024     5 6 8 Q K
+1024     4 6 8 Q K
+1024     3 6 8 Q K
+1024     2 6 8 Q K
+1024     4 5 8 Q K
+1024     3 5 8 Q K
+1024     2 5 8 Q K
+1024     3 4 8 Q K
+1024     2 4 8 Q K
+1024     2 3 8 Q K
+1024     5 6 7 Q K
+1024     4 6 7 Q K
+1024     3 6 7 Q K
+1024     2 6 7 Q K
+1024     4 5 7 Q K
+1024     3 5 7 Q K
+1024     2 5 7 Q K
+1024     3 4 7 Q K
+1024     2 4 7 Q K
+1024     2 3 7 Q K
+1024     4 5 6 Q K
+1024     3 5 6 Q K
+1024     2 5 6 Q K
+1024     3 4 6 Q K
+1024     2 4 6 Q K
+1024     2 3 6 Q K
+1024     3 4 5 Q K
+1024     2 4 5 Q K
+1024     2 3 5 Q K
+1024     2 3 4 Q K
+1024     8 9 T J K
+1024     7 9 T J K
+1024     6 9 T J K
+1024     5 9 T J K
+1024     4 9 T J K
+1024     3 9 T J K
+1024     2 9 T J K
+1024     7 8 T J K
+1024     6 8 T J K
+1024     5 8 T J K
+1024     4 8 T J K
+1024     3 8 T J K
+1024     2 8 T J K
+1024     6 7 T J K
+1024     5 7 T J K
+1024     4 7 T J K
+1024     3 7 T J K
+1024     2 7 T J K
+1024     5 6 T J K
+1024     4 6 T J K
+1024     3 6 T J K
+1024     2 6 T J K
+1024     4 5 T J K
+1024     3 5 T J K
+1024     2 5 T J K
+1024     3 4 T J K
+1024     2 4 T J K
+1024     2 3 T J K
+1024     7 8 9 J K
+1024     6 8 9 J K
+1024     5 8 9 J K
+1024     4 8 9 J K
+1024     3 8 9 J K
+1024     2 8 9 J K
+1024     6 7 9 J K
+1024     5 7 9 J K
+1024     4 7 9 J K
+1024     3 7 9 J K
+1024     2 7 9 J K
+1024     5 6 9 J K
+1024     4 6 9 J K
+1024     3 6 9 J K
+1024     2 6 9 J K
+1024     4 5 9 J K
+1024     3 5 9 J K
+1024     2 5 9 J K
+1024     3 4 9 J K
+1024     2 4 9 J K
+1024     2 3 9 J K
+1024     6 7 8 J K
+1024     5 7 8 J K
+1024     4 7 8 J K
+1024     3 7 8 J K
+1024     2 7 8 J K
+1024     5 6 8 J K
+1024     4 6 8 J K
+1024     3 6 8 J K
+1024     2 6 8 J K
+1024     4 5 8 J K
+1024     3 5 8 J K
+1024     2 5 8 J K
+1024     3 4 8 J K
+1024     2 4 8 J K
+1024     2 3 8 J K
+1024     5 6 7 J K
+1024     4 6 7 J K
+1024     3 6 7 J K
+1024     2 6 7 J K
+1024     4 5 7 J K
+1024     3 5 7 J K
+1024     2 5 7 J K
+1024     3 4 7 J K
+1024     2 4 7 J K
+1024     2 3 7 J K
+1024     4 5 6 J K
+1024     3 5 6 J K
+1024     2 5 6 J K
+1024     3 4 6 J K
+1024     2 4 6 J K
+1024     2 3 6 J K
+1024     3 4 5 J K
+1024     2 4 5 J K
+1024     2 3 5 J K
+1024     2 3 4 J K
+1024     7 8 9 T K
+1024     6 8 9 T K
+1024     5 8 9 T K
+1024     4 8 9 T K
+1024     3 8 9 T K
+1024     2 8 9 T K
+1024     6 7 9 T K
+1024     5 7 9 T K
+1024     4 7 9 T K
+1024     3 7 9 T K
+1024     2 7 9 T K
+1024     5 6 9 T K
+1024     4 6 9 T K
+1024     3 6 9 T K
+1024     2 6 9 T K
+1024     4 5 9 T K
+1024     3 5 9 T K
+1024     2 5 9 T K
+1024     3 4 9 T K
+1024     2 4 9 T K
+1024     2 3 9 T K
+1024     6 7 8 T K
+1024     5 7 8 T K
+1024     4 7 8 T K
+1024     3 7 8 T K
+1024     2 7 8 T K
+1024     5 6 8 T K
+1024     4 6 8 T K
+1024     3 6 8 T K
+1024     2 6 8 T K
+1024     4 5 8 T K
+1024     3 5 8 T K
+1024     2 5 8 T K
+1024     3 4 8 T K
+1024     2 4 8 T K
+1024     2 3 8 T K
+1024     5 6 7 T K
+1024     4 6 7 T K
+1024     3 6 7 T K
+1024     2 6 7 T K
+1024     4 5 7 T K
+1024     3 5 7 T K
+1024     2 5 7 T K
+1024     3 4 7 T K
+1024     2 4 7 T K
+1024     2 3 7 T K
+1024     4 5 6 T K
+1024     3 5 6 T K
+1024     2 5 6 T K
+1024     3 4 6 T K
+1024     2 4 6 T K
+1024     2 3 6 T K
+1024     3 4 5 T K
+1024     2 4 5 T K
+1024     2 3 5 T K
+1024     2 3 4 T K
+1024     6 7 8 9 K
+1024     5 7 8 9 K
+1024     4 7 8 9 K
+1024     3 7 8 9 K
+1024     2 7 8 9 K
+1024     5 6 8 9 K
+1024     4 6 8 9 K
+1024     3 6 8 9 K
+1024     2 6 8 9 K
+1024     4 5 8 9 K
+1024     3 5 8 9 K
+1024     2 5 8 9 K
+1024     3 4 8 9 K
+1024     2 4 8 9 K
+1024     2 3 8 9 K
+1024     5 6 7 9 K
+1024     4 6 7 9 K
+1024     3 6 7 9 K
+1024     2 6 7 9 K
+1024     4 5 7 9 K
+1024     3 5 7 9 K
+1024     2 5 7 9 K
+1024     3 4 7 9 K
+1024     2 4 7 9 K
+1024     2 3 7 9 K
+1024     4 5 6 9 K
+1024     3 5 6 9 K
+1024     2 5 6 9 K
+1024     3 4 6 9 K
+1024     2 4 6 9 K
+1024     2 3 6 9 K
+1024     3 4 5 9 K
+1024     2 4 5 9 K
+1024     2 3 5 9 K
+1024     2 3 4 9 K
+1024     5 6 7 8 K
+1024     4 6 7 8 K
+1024     3 6 7 8 K
+1024     2 6 7 8 K
+1024     4 5 7 8 K
+1024     3 5 7 8 K
+1024     2 5 7 8 K
+1024     3 4 7 8 K
+1024     2 4 7 8 K
+1024     2 3 7 8 K
+1024     4 5 6 8 K
+1024     3 5 6 8 K
+1024     2 5 6 8 K
+1024     3 4 6 8 K
+1024     2 4 6 8 K
+1024     2 3 6 8 K
+1024     3 4 5 8 K
+1024     2 4 5 8 K
+1024     2 3 5 8 K
+1024     2 3 4 8 K
+1024     4 5 6 7 K
+1024     3 5 6 7 K
+1024     2 5 6 7 K
+1024     3 4 6 7 K
+1024     2 4 6 7 K
+1024     2 3 6 7 K
+1024     3 4 5 7 K
+1024     2 4 5 7 K
+1024     2 3 5 7 K
+1024     2 3 4 7 K
+1024     3 4 5 6 K
+1024     2 4 5 6 K
+1024     2 3 5 6 K
+1024     2 3 4 6 K
+1024     2 3 4 5 K
+1024     7 9 T J Q      Queen High
+1024     6 9 T J Q
+1024     5 9 T J Q
+1024     4 9 T J Q
+1024     3 9 T J Q
+1024     2 9 T J Q
+1024     7 8 T J Q
+1024     6 8 T J Q
+1024     5 8 T J Q
+1024     4 8 T J Q
+1024     3 8 T J Q
+1024     2 8 T J Q
+1024     6 7 T J Q
+1024     5 7 T J Q
+1024     4 7 T J Q
+1024     3 7 T J Q
+1024     2 7 T J Q
+1024     5 6 T J Q
+1024     4 6 T J Q
+1024     3 6 T J Q
+1024     2 6 T J Q
+1024     4 5 T J Q
+1024     3 5 T J Q
+1024     2 5 T J Q
+1024     3 4 T J Q
+1024     2 4 T J Q
+1024     2 3 T J Q
+1024     7 8 9 J Q
+1024     6 8 9 J Q
+1024     5 8 9 J Q
+1024     4 8 9 J Q
+1024     3 8 9 J Q
+1024     2 8 9 J Q
+1024     6 7 9 J Q
+1024     5 7 9 J Q
+1024     4 7 9 J Q
+1024     3 7 9 J Q
+1024     2 7 9 J Q
+1024     5 6 9 J Q
+1024     4 6 9 J Q
+1024     3 6 9 J Q
+1024     2 6 9 J Q
+1024     4 5 9 J Q
+1024     3 5 9 J Q
+1024     2 5 9 J Q
+1024     3 4 9 J Q
+1024     2 4 9 J Q
+1024     2 3 9 J Q
+1024     6 7 8 J Q
+1024     5 7 8 J Q
+1024     4 7 8 J Q
+1024     3 7 8 J Q
+1024     2 7 8 J Q
+1024     5 6 8 J Q
+1024     4 6 8 J Q
+1024     3 6 8 J Q
+1024     2 6 8 J Q
+1024     4 5 8 J Q
+1024     3 5 8 J Q
+1024     2 5 8 J Q
+1024     3 4 8 J Q
+1024     2 4 8 J Q
+1024     2 3 8 J Q
+1024     5 6 7 J Q
+1024     4 6 7 J Q
+1024     3 6 7 J Q
+1024     2 6 7 J Q
+1024     4 5 7 J Q
+1024     3 5 7 J Q
+1024     2 5 7 J Q
+1024     3 4 7 J Q
+1024     2 4 7 J Q
+1024     2 3 7 J Q
+1024     4 5 6 J Q
+1024     3 5 6 J Q
+1024     2 5 6 J Q
+1024     3 4 6 J Q
+1024     2 4 6 J Q
+1024     2 3 6 J Q
+1024     3 4 5 J Q
+1024     2 4 5 J Q
+1024     2 3 5 J Q
+1024     2 3 4 J Q
+1024     7 8 9 T Q
+1024     6 8 9 T Q
+1024     5 8 9 T Q
+1024     4 8 9 T Q
+1024     3 8 9 T Q
+1024     2 8 9 T Q
+1024     6 7 9 T Q
+1024     5 7 9 T Q
+1024     4 7 9 T Q
+1024     3 7 9 T Q
+1024     2 7 9 T Q
+1024     5 6 9 T Q
+1024     4 6 9 T Q
+1024     3 6 9 T Q
+1024     2 6 9 T Q
+1024     4 5 9 T Q
+1024     3 5 9 T Q
+1024     2 5 9 T Q
+1024     3 4 9 T Q
+1024     2 4 9 T Q
+1024     2 3 9 T Q
+1024     6 7 8 T Q
+1024     5 7 8 T Q
+1024     4 7 8 T Q
+1024     3 7 8 T Q
+1024     2 7 8 T Q
+1024     5 6 8 T Q
+1024     4 6 8 T Q
+1024     3 6 8 T Q
+1024     2 6 8 T Q
+1024     4 5 8 T Q
+1024     3 5 8 T Q
+1024     2 5 8 T Q
+1024     3 4 8 T Q
+1024     2 4 8 T Q
+1024     2 3 8 T Q
+1024     5 6 7 T Q
+1024     4 6 7 T Q
+1024     3 6 7 T Q
+1024     2 6 7 T Q
+1024     4 5 7 T Q
+1024     3 5 7 T Q
+1024     2 5 7 T Q
+1024     3 4 7 T Q
+1024     2 4 7 T Q
+1024     2 3 7 T Q
+1024     4 5 6 T Q
+1024     3 5 6 T Q
+1024     2 5 6 T Q
+1024     3 4 6 T Q
+1024     2 4 6 T Q
+1024     2 3 6 T Q
+1024     3 4 5 T Q
+1024     2 4 5 T Q
+1024     2 3 5 T Q
+1024     2 3 4 T Q
+1024     6 7 8 9 Q
+1024     5 7 8 9 Q
+1024     4 7 8 9 Q
+1024     3 7 8 9 Q
+1024     2 7 8 9 Q
+1024     5 6 8 9 Q
+1024     4 6 8 9 Q
+1024     3 6 8 9 Q
+1024     2 6 8 9 Q
+1024     4 5 8 9 Q
+1024     3 5 8 9 Q
+1024     2 5 8 9 Q
+1024     3 4 8 9 Q
+1024     2 4 8 9 Q
+1024     2 3 8 9 Q
+1024     5 6 7 9 Q
+1024     4 6 7 9 Q
+1024     3 6 7 9 Q
+1024     2 6 7 9 Q
+1024     4 5 7 9 Q
+1024     3 5 7 9 Q
+1024     2 5 7 9 Q
+1024     3 4 7 9 Q
+1024     2 4 7 9 Q
+1024     2 3 7 9 Q
+1024     4 5 6 9 Q
+1024     3 5 6 9 Q
+1024     2 5 6 9 Q
+1024     3 4 6 9 Q
+1024     2 4 6 9 Q
+1024     2 3 6 9 Q
+1024     3 4 5 9 Q
+1024     2 4 5 9 Q
+1024     2 3 5 9 Q
+1024     2 3 4 9 Q
+1024     5 6 7 8 Q
+1024     4 6 7 8 Q
+1024     3 6 7 8 Q
+1024     2 6 7 8 Q
+1024     4 5 7 8 Q
+1024     3 5 7 8 Q
+1024     2 5 7 8 Q
+1024     3 4 7 8 Q
+1024     2 4 7 8 Q
+1024     2 3 7 8 Q
+1024     4 5 6 8 Q
+1024     3 5 6 8 Q
+1024     2 5 6 8 Q
+1024     3 4 6 8 Q
+1024     2 4 6 8 Q
+1024     2 3 6 8 Q
+1024     3 4 5 8 Q
+1024     2 4 5 8 Q
+1024     2 3 5 8 Q
+1024     2 3 4 8 Q
+1024     4 5 6 7 Q
+1024     3 5 6 7 Q
+1024     2 5 6 7 Q
+1024     3 4 6 7 Q
+1024     2 4 6 7 Q
+1024     2 3 6 7 Q
+1024     3 4 5 7 Q
+1024     2 4 5 7 Q
+1024     2 3 5 7 Q
+1024     2 3 4 7 Q
+1024     3 4 5 6 Q
+1024     2 4 5 6 Q
+1024     2 3 5 6 Q
+1024     2 3 4 6 Q
+1024     2 3 4 5 Q
+1024     6 8 9 T J      Jack High
+1024     5 8 9 T J
+1024     4 8 9 T J
+1024     3 8 9 T J
+1024     2 8 9 T J
+1024     6 7 9 T J
+1024     5 7 9 T J
+1024     4 7 9 T J
+1024     3 7 9 T J
+1024     2 7 9 T J
+1024     5 6 9 T J
+1024     4 6 9 T J
+1024     3 6 9 T J
+1024     2 6 9 T J
+1024     4 5 9 T J
+1024     3 5 9 T J
+1024     2 5 9 T J
+1024     3 4 9 T J
+1024     2 4 9 T J
+1024     2 3 9 T J
+1024     6 7 8 T J
+1024     5 7 8 T J
+1024     4 7 8 T J
+1024     3 7 8 T J
+1024     2 7 8 T J
+1024     5 6 8 T J
+1024     4 6 8 T J
+1024     3 6 8 T J
+1024     2 6 8 T J
+1024     4 5 8 T J
+1024     3 5 8 T J
+1024     2 5 8 T J
+1024     3 4 8 T J
+1024     2 4 8 T J
+1024     2 3 8 T J
+1024     5 6 7 T J
+1024     4 6 7 T J
+1024     3 6 7 T J
+1024     2 6 7 T J
+1024     4 5 7 T J
+1024     3 5 7 T J
+1024     2 5 7 T J
+1024     3 4 7 T J
+1024     2 4 7 T J
+1024     2 3 7 T J
+1024     4 5 6 T J
+1024     3 5 6 T J
+1024     2 5 6 T J
+1024     3 4 6 T J
+1024     2 4 6 T J
+1024     2 3 6 T J
+1024     3 4 5 T J
+1024     2 4 5 T J
+1024     2 3 5 T J
+1024     2 3 4 T J
+1024     6 7 8 9 J
+1024     5 7 8 9 J
+1024     4 7 8 9 J
+1024     3 7 8 9 J
+1024     2 7 8 9 J
+1024     5 6 8 9 J
+1024     4 6 8 9 J
+1024     3 6 8 9 J
+1024     2 6 8 9 J
+1024     4 5 8 9 J
+1024     3 5 8 9 J
+1024     2 5 8 9 J
+1024     3 4 8 9 J
+1024     2 4 8 9 J
+1024     2 3 8 9 J
+1024     5 6 7 9 J
+1024     4 6 7 9 J
+1024     3 6 7 9 J
+1024     2 6 7 9 J
+1024     4 5 7 9 J
+1024     3 5 7 9 J
+1024     2 5 7 9 J
+1024     3 4 7 9 J
+1024     2 4 7 9 J
+1024     2 3 7 9 J
+1024     4 5 6 9 J
+1024     3 5 6 9 J
+1024     2 5 6 9 J
+1024     3 4 6 9 J
+1024     2 4 6 9 J
+1024     2 3 6 9 J
+1024     3 4 5 9 J
+1024     2 4 5 9 J
+1024     2 3 5 9 J
+1024     2 3 4 9 J
+1024     5 6 7 8 J
+1024     4 6 7 8 J
+1024     3 6 7 8 J
+1024     2 6 7 8 J
+1024     4 5 7 8 J
+1024     3 5 7 8 J
+1024     2 5 7 8 J
+1024     3 4 7 8 J
+1024     2 4 7 8 J
+1024     2 3 7 8 J
+1024     4 5 6 8 J
+1024     3 5 6 8 J
+1024     2 5 6 8 J
+1024     3 4 6 8 J
+1024     2 4 6 8 J
+1024     2 3 6 8 J
+1024     3 4 5 8 J
+1024     2 4 5 8 J
+1024     2 3 5 8 J
+1024     2 3 4 8 J
+1024     4 5 6 7 J
+1024     3 5 6 7 J
+1024     2 5 6 7 J
+1024     3 4 6 7 J
+1024     2 4 6 7 J
+1024     2 3 6 7 J
+1024     3 4 5 7 J
+1024     2 4 5 7 J
+1024     2 3 5 7 J
+1024     2 3 4 7 J
+1024     3 4 5 6 J
+1024     2 4 5 6 J
+1024     2 3 5 6 J
+1024     2 3 4 6 J
+1024     2 3 4 5 J
+1024     5 7 8 9 T      Ten High
+1024     4 7 8 9 T
+1024     3 7 8 9 T
+1024     2 7 8 9 T
+1024     5 6 8 9 T
+1024     4 6 8 9 T
+1024     3 6 8 9 T
+1024     2 6 8 9 T
+1024     4 5 8 9 T
+1024     3 5 8 9 T
+1024     2 5 8 9 T
+1024     3 4 8 9 T
+1024     2 4 8 9 T
+1024     2 3 8 9 T
+1024     5 6 7 9 T
+1024     4 6 7 9 T
+1024     3 6 7 9 T
+1024     2 6 7 9 T
+1024     4 5 7 9 T
+1024     3 5 7 9 T
+1024     2 5 7 9 T
+1024     3 4 7 9 T
+1024     2 4 7 9 T
+1024     2 3 7 9 T
+1024     4 5 6 9 T
+1024     3 5 6 9 T
+1024     2 5 6 9 T
+1024     3 4 6 9 T
+1024     2 4 6 9 T
+1024     2 3 6 9 T
+1024     3 4 5 9 T
+1024     2 4 5 9 T
+1024     2 3 5 9 T
+1024     2 3 4 9 T
+1024     5 6 7 8 T
+1024     4 6 7 8 T
+1024     3 6 7 8 T
+1024     2 6 7 8 T
+1024     4 5 7 8 T
+1024     3 5 7 8 T
+1024     2 5 7 8 T
+1024     3 4 7 8 T
+1024     2 4 7 8 T
+1024     2 3 7 8 T
+1024     4 5 6 8 T
+1024     3 5 6 8 T
+1024     2 5 6 8 T
+1024     3 4 6 8 T
+1024     2 4 6 8 T
+1024     2 3 6 8 T
+1024     3 4 5 8 T
+1024     2 4 5 8 T
+1024     2 3 5 8 T
+1024     2 3 4 8 T
+1024     4 5 6 7 T
+1024     3 5 6 7 T
+1024     2 5 6 7 T
+1024     3 4 6 7 T
+1024     2 4 6 7 T
+1024     2 3 6 7 T
+1024     3 4 5 7 T
+1024     2 4 5 7 T
+1024     2 3 5 7 T
+1024     2 3 4 7 T
+1024     3 4 5 6 T
+1024     2 4 5 6 T
+1024     2 3 5 6 T
+1024     2 3 4 6 T
+1024     2 3 4 5 T
+1024     4 6 7 8 9      Nine High
+1024     3 6 7 8 9
+1024     2 6 7 8 9
+1024     4 5 7 8 9
+1024     3 5 7 8 9
+1024     2 5 7 8 9
+1024     3 4 7 8 9
+1024     2 4 7 8 9
+1024     2 3 7 8 9
+1024     4 5 6 8 9
+1024     3 5 6 8 9
+1024     2 5 6 8 9
+1024     3 4 6 8 9
+1024     2 4 6 8 9
+1024     2 3 6 8 9
+1024     3 4 5 8 9
+1024     2 4 5 8 9
+1024     2 3 5 8 9
+1024     2 3 4 8 9
+1024     4 5 6 7 9
+1024     3 5 6 7 9
+1024     2 5 6 7 9
+1024     3 4 6 7 9
+1024     2 4 6 7 9
+1024     2 3 6 7 9
+1024     3 4 5 7 9
+1024     2 4 5 7 9
+1024     2 3 5 7 9
+1024     2 3 4 7 9
+1024     3 4 5 6 9
+1024     2 4 5 6 9
+1024     2 3 5 6 9
+1024     2 3 4 6 9
+1024     2 3 4 5 9
+1024     3 5 6 7 8      Eight High
+1024     2 5 6 7 8
+1024     3 4 6 7 8
+1024     2 4 6 7 8
+1024     2 3 6 7 8
+1024     3 4 5 7 8
+1024     2 4 5 7 8
+1024     2 3 5 7 8
+1024     2 3 4 7 8
+1024     3 4 5 6 8
+1024     2 4 5 6 8
+1024     2 3 5 6 8
+1024     2 3 4 6 8
+1024     2 3 4 5 8
+1024     2 4 5 6 7      Seven High
+1024     2 3 5 6 7
+1024     2 3 4 6 7
+1024     2 3 4 5 7

File diff suppressed because it is too large
+ 0 - 0
app/rtc/api/internal/algorithm/Pocker Rule.html


+ 222 - 0
app/rtc/api/internal/algorithm/cards.go

@@ -0,0 +1,222 @@
+package algorithm
+
+type Cards []byte
+
+// todo 两对和四张起脚牌的判定
+
+var StraightMask = []uint16{15872, 7936, 3968, 1984, 992, 496, 248, 124, 62, 31}
+
+// 顺子(Straight,亦称“蛇”)
+// 此牌由五张顺序扑克牌组成。
+// 平手牌:如果不止一人抓到此牌,则五张牌中点数最大的赢得此局,
+// 如果所有牌点数都相同,平分彩池。
+func (c *Cards) straight() uint32 {
+	var handvalue uint16
+	for _, v := range *c {
+		value := v & 0xF
+		// 0xE 1110
+		if value == 0xE {
+			handvalue |= 1
+		}
+		//0b0011111000000000, // 15872: A-2-3-4-5(特殊顺子,A作为1)  0b0000000000011111, // 31:    10-J-Q-K-A(A作为14)
+		handvalue |= (1 << (value - 1))
+	}
+
+	for i := uint8(0); i < 10; i++ {
+		if handvalue&StraightMask[i] == StraightMask[i] {
+			// 10-i+4 代表顺子中最大牌型
+			return En(STRAIGHT, uint32(10-i+4))
+		}
+	}
+	return 0
+}
+
+// 同花顺(Straight Flush)
+// 五张同花色的连续牌。
+// 平手牌:如果摊牌时有两副或多副同花顺,连续牌的头张牌大的获得筹码。
+// 如果是两副或多副相同的连续牌,平分筹码。
+func (c *Cards) straightFlush() uint32 {
+	cards := *c
+	for i := byte(0); i < SUITSIZE; i++ {
+		var handvalue uint16
+		for _, v := range cards {
+			if (v >> 4) == i {
+				value := v & 0xF
+				if value == 0xE {
+					handvalue |= 1
+				}
+				handvalue |= (1 << (value - 1))
+			}
+		}
+
+		for i := uint8(0); i < 10; i++ {
+			if handvalue&StraightMask[i] == StraightMask[i] {
+				return En(STRAIGHT_FLUSH, uint32(10-i+4))
+			}
+		}
+	}
+	return 0
+}
+
+// 皇家同花顺(Royal Flush)
+// 同花色的A, K, Q, J和10。
+// 平手牌:在摊牌的时候有两副多副皇家同花顺时,平分筹码。
+func (c *Cards) royalFlush() uint32 {
+	cards := *c
+	for i := byte(0); i < SUITSIZE; i++ {
+		var handvalue uint16
+		for _, v := range cards {
+			if (v >> 4) == i {
+				value := v & 0xF
+				if value == 0xE {
+					handvalue |= 1
+				}
+				handvalue |= (1 << (value - 1))
+
+			}
+		}
+
+		if handvalue&StraightMask[0] == StraightMask[0] {
+			return En(ROYAL_FLUSH, 0)
+		}
+	}
+	return 0
+}
+
+// 四条(Four of a Kind,亦称“铁支”、“四张”或“炸弹”)
+// 其中四张是相同点数但不同花的扑克牌,第五张是随意的一张牌。
+// 平手牌:如果两组或者更多组摊牌,则四张牌中的最大者赢局,如果一组人持有的四张牌是一样的,
+// 那么第五张牌最大者赢局(起脚牌,2张起手牌中小的那张就叫做起脚牌)。如果起脚牌也一样,平分彩池。
+func (c *Cards) four(counter *ValueCounter) uint32 {
+	cards := *c
+	if counter.Get(cards[len(cards)-1]) == 4 {
+		return En(FOUR, ToValue(cards))
+	}
+	return 0
+}
+
+// 满堂彩(Fullhouse,葫芦,三带二)
+// 由三张相同点数及任何两张其他相同点数的扑克牌组成。
+// 平手牌:如果两组或者更多组摊牌,那么三张相同点数中较大者赢局。
+// 如果三张牌都一样,则两张牌中点数较大者赢局,如果所有的牌都一样,则平分彩池。
+func (c *Cards) fullFouse(counter *ValueCounter) uint32 {
+	cards := *c
+	length := len(cards)
+
+	if length >= 5 {
+		if cards[length-1]&0xF == cards[length-2]&0xF &&
+			cards[length-3]&0xF == cards[length-1]&0xF &&
+			cards[length-4]&0xF == cards[length-5]&0xF {
+
+			return En(FULL_HOUSE, ToValue(cards))
+		}
+	}
+	return 0
+}
+
+// 同花(Flush,简称“花”)
+// 此牌由五张不按顺序但相同花的扑克牌组成。
+// 平手牌:如果不止一人抓到此牌相,则牌点最高的人赢得该局,
+// 如果最大点相同,则由第二、第三、第四或者第五张牌来决定胜负,如果所有的牌都相同,平分彩池。
+func (c *Cards) flush() uint32 {
+	cards := *c
+	for i := byte(0); i < SUITSIZE; i++ {
+		var count uint8
+		for _, v := range cards {
+			if (v >> 4) == i {
+				count++
+			}
+		}
+		if count >= 5 {
+			var handvalue uint16
+			fCards := cards[len(cards)-5:]
+			for _, v1 := range fCards {
+				if (v1 >> 4) == i {
+					value := v1 & 0xF
+					if value == 0xE {
+						handvalue |= 1
+					}
+					handvalue |= 1 << (value - 1)
+				}
+			}
+			return En(FLUSH, uint32(handvalue))
+		}
+
+	}
+	return 0
+}
+
+// 三条(Three of a kind,亦称“三张”)
+// 由三张相同点数和两张不同点数的扑克组成。
+// 平手牌:如果不止一人抓到此牌,则三张牌中最大点数者赢局,
+// 如果三张牌都相同,比较第四张牌,必要时比较第五张,点数大的人赢局。如果所有牌都相同,则平分彩池。
+func (c *Cards) three(counter *ValueCounter) uint32 {
+	cards := *c
+	if counter.Get(cards[len(cards)-1]) == 3 {
+		return En(THREE, ToValue(cards))
+	}
+	return 0
+}
+
+// 两对(Two Pairs)
+// 两对点数相同但两两不同的扑克和随意的一张牌组成。
+// 平手牌:如果不止一人抓大此牌相,牌点比较大的人赢,如果比较大的牌点相同,那么较小牌点中的较大者赢,
+// 如果两对牌点相同,那么第五张牌点较大者赢(起脚牌,2张起手牌中小的那张就叫做起脚牌)。如果起脚牌也相同,则平分彩池。
+func (c *Cards) twoPair() uint32 {
+	cards := *c
+	length := len(cards)
+	if length >= 4 {
+		if cards[length-1]&0xF == cards[length-2]&0xF &&
+			cards[length-3]&0xF == cards[length-4]&0xF {
+			return En(TWO_PAIR, ToValue(cards))
+		}
+	}
+	return 0
+}
+
+// 一对(One Pair)
+// 由两张相同点数的扑克牌和另三张随意的牌组成。
+// 平手牌:如果不止一人抓到此牌,则两张牌中点数大的赢,如果对牌都一样,则比较另外三张牌中大的赢,
+// 如果另外三张牌中较大的也一样则比较第二大的和第三大的,如果所有的牌都一样,则平分彩池。
+func (c *Cards) onePair() uint32 {
+	cards := *c
+	length := len(cards)
+	if length >= 2 {
+		if cards[length-1]&0xF == cards[length-2]&0xF {
+			return En(ONE_PAIR, ToValue(cards))
+		}
+	}
+	return 0
+}
+
+func ToValue(cards []byte) uint32 {
+	var res uint32
+	for i := len(cards) - 1; i >= 0; i-- {
+		res *= 10
+		res += uint32(cards[i] & 0xF)
+	}
+	return res
+}
+
+// ToValueHex 如果牌面值可能 ≥10,可以用 16 进制 或 分段编码;16 进制编码(支持 0~15)
+func ToValueHex(cards []byte) uint32 {
+	var res uint32
+	for i := len(cards) - 1; i >= 0; i-- {
+		res <<= 4 // 左移 4 位(相当于 *16)
+		res |= uint32(cards[i] & 0xF)
+	}
+	return res
+}
+
+// 示例:[0x0A, 0x0B] → 0xAB(171)
+
+func De(v uint32) (uint8, uint32) {
+	return uint8(v >> 24), v & 0xFFFFFF
+}
+
+// En 高 8 位(bits 24~31) 存储 t(类型)。
+// 低 24 位(bits 0~23) 存储 v(数值)
+func En(t uint8, v uint32) uint32 {
+	v1 := v | (uint32(t) << 24)
+	return v1
+}

+ 302 - 0
app/rtc/api/internal/algorithm/cards_test.go

@@ -0,0 +1,302 @@
+package algorithm
+
+import (
+	"github.com/stretchr/testify/assert"
+	"strings"
+	"testing"
+)
+
+func TestFour(t *testing.T) {
+	cards := Cards{0x12, 0x02, 0x22, 0xb, 0x1b, 0x7, 0x32}
+	k, _ := De(cards.GetType())
+	assert.Equal(t, k, FOUR)
+
+	cards = Cards{0x12, 0x02, 0x22, 0x32}
+	k, _ = De(cards.GetType())
+	assert.Equal(t, k, FOUR)
+}
+
+func TestThree(t *testing.T) {
+	cards := Cards{0x12, 0x02, 0x22, 0x3a, 0x2a, 0x1a, 0x33}
+	k, _ := De(cards.GetType())
+	assert.Equal(t, k, FULL_HOUSE)
+
+}
+
+func TestHighCard(t *testing.T) {
+	//var cs Cards
+	cards := Cards{0x1E, 0x02, 0x22, 0x3a, 0x2a, 0x1a, 0x33}
+	k, _ := De(cards.GetType())
+	assert.Equal(t, k, FULL_HOUSE)
+	//assert.Equal(t, v, uint32(0xE))
+}
+
+func TestCards_OnePair(t *testing.T) {
+	cards := Cards{0x12, 0x0e, 0x2e, 0x3a, 0x2a, 0x1a, 0x32}
+
+	k, _ := De(cards.GetType())
+	assert.Equal(t, k, FULL_HOUSE)
+}
+
+func TestCards_Straight(t *testing.T) {
+
+	cards := Cards{0x12, 0x03, 0x24, 0x35, 0x26, 0x17, 0x33}
+	k, v := De(cards.GetType())
+	assert.Equal(t, k, STRAIGHT)
+	assert.Equal(t, v, uint32(7))
+
+	cards = Cards{0x12, 0x03, 0x24, 0x34, 0x26, 0x17, 0x37}
+	assert.Equal(t, k, STRAIGHT)
+	assert.Equal(t, v, uint32(7))
+
+	cards = Cards{0x12, 0x03, 0x24, 0x34, 0x25, 0x17, 0x3E}
+
+	k, v = De(cards.GetType())
+	assert.Equal(t, k, STRAIGHT)
+	assert.Equal(t, v, uint32(0x5))
+
+	cards = Cards{0x12, 0x03, 0x2a, 0x3c, 0x2b, 0x1d, 0x3E}
+	k, v = De(cards.GetType())
+	assert.Equal(t, k, STRAIGHT)
+	assert.Equal(t, v, uint32(0xe))
+}
+
+func TestCards_Flush(t *testing.T) {
+
+	cards := Cards{0x32, 0x33, 0x34, 0x35, 0x26, 0x37, 0x28}
+
+	k, _ := De(cards.GetType())
+	assert.Equal(t, k, FLUSH)
+	//assert.Equal(t, v, uint32(6))
+}
+
+func TestCards_TwoPair(t *testing.T) {
+
+	cards := Cards{0x12, 0x22, 0x34, 0x35, 0x25, 0x38, 0x28}
+
+	k, _ := De(cards.GetType())
+	assert.Equal(t, k, TWO_PAIR)
+}
+func TestCards_RoyalFlush(t *testing.T) {
+
+	cards := Cards{0x3A, 0x3B, 0x3C, 0x3E, 0x3D, 0x38, 0x28}
+	k, _ := De(cards.GetType())
+	assert.Equal(t, k, ROYAL_FLUSH)
+
+	cards = Cards{0x3A, 0x3B, 0x3C, 0x3E, 0x2D, 0x38, 0x28}
+
+	k, _ = De(cards.GetType())
+	assert.Equal(t, k, FLUSH)
+}
+
+func TestCards_FLUSH1(t *testing.T) {
+	cards1 := Cards{0x22, 0x22, 0x22, 0x25, 0x38, 0x28}
+	cards2 := Cards{0x32, 0x32, 0x33, 0x34, 0x25, 0x36}
+	v1 := cards1.GetType()
+	v2 := cards2.GetType()
+
+	assert.Equal(t, v1 > v2, true)
+
+	cards1 = Cards{0x22, 0x22, 0x2E, 0x25, 0x38, 0x28}
+	cards2 = Cards{0x32, 0x32, 0x33, 0x3a, 0x2a, 0x3E}
+	assert.Equal(t, cards1.GetType() > cards2.GetType(), false)
+}
+
+func TestCards_FLUSH(t *testing.T) {
+	cards1 := Cards{0x22, 0x22, 0x24, 0x25, 0x38, 0x28}
+	cards2 := Cards{0x32, 0x32, 0x33, 0x34, 0x25, 0x36}
+	v1 := cards1.GetType()
+	v2 := cards2.GetType()
+
+	assert.Equal(t, v1 > v2, true)
+}
+
+func TestCards_PK(t *testing.T) {
+
+	cards1 := Cards{0x32, 0x32, 0x34, 0x35, 0x25, 0x38, 0x28}
+	cards2 := Cards{0x32, 0x32, 0x33, 0x34, 0x25, 0x36}
+	v1 := cards1.GetType()
+	v2 := cards2.GetType()
+	assert.Equal(t, v1 > v2, true)
+
+}
+func TestCards_StraightFlush(t *testing.T) {
+	cards := Cards{0x32, 0x33, 0x34, 0x35, 0x36, 0x27, 0x28}
+	k, v := De(cards.GetType())
+	assert.Equal(t, k, uint8(9))
+	assert.Equal(t, v, uint32(6))
+
+	cards = Cards{0x32, 0x33, 0x34, 0x35, 0x3E, 0x37, 0x28}
+	k, v = De(cards.GetType())
+	assert.Equal(t, k, uint8(9))
+	assert.Equal(t, v, uint32(5))
+
+	cards = Cards{0x32, 0x33, 0x34, 0x35, 0x3E, 0x36, 0x28}
+	k, v = De(cards.GetType())
+	assert.Equal(t, k, uint8(9))
+	assert.Equal(t, v, uint32(6))
+}
+
+func TestCards_FullFouse(t *testing.T) {
+
+	cards := Cards{0x33, 0x33, 0x33, 0x35, 0x25, 0x35, 0x28}
+	k, _ := De(cards.GetType())
+
+	//t.Logf("%v %v %#v ",k,v,cards)
+	assert.Equal(t, k, FULL_HOUSE)
+	//assert.Equal(t, v, FULL_HOUSE)
+
+	//t.Log(cards.String())
+	//t.Log(cards.Hex())
+}
+
+func TestString2Num(t *testing.T) {
+
+	array := Cards{0x33, 0x33, 0x33, 0x35, 0x25, 0x35, 0x3E, 0x1A}
+
+	//for i := 0; i < N; i++ {
+	go array.Shuffle()
+	t.Log(array.String())
+	//}
+
+}
+
+func TestFullFouse(t *testing.T) {
+	var s = "A A A K K|" +
+		"A A A Q Q|" +
+		"A A A J J|" +
+		"A A A T T|" +
+		"A A A 9 9|" +
+		"A A A 8 8|" +
+		"A A A 7 7|" +
+		"A A A 6 6|" +
+		"A A A 5 5|" +
+		"A A A 4 4|" +
+		"A A A 3 3|" +
+		"A A A 2 2|" +
+		"K K K A A|" +
+		"K K K Q Q|" +
+		"K K K J J|" +
+		"K K K T T|" +
+		"K K K 9 9|" +
+		"K K K 8 8|" +
+		"K K K 7 7|" +
+		"K K K 6 6|" +
+		"K K K 5 5|" +
+		"K K K 4 4|" +
+		"K K K 3 3|" +
+		"K K K 2 2|" +
+		"Q Q Q A A|" +
+		"Q Q Q K K|" +
+		"Q Q Q J J|" +
+		"Q Q Q T T|" +
+		"Q Q Q 9 9"
+
+	array := strings.Split(s, "|")
+
+	var oldValue uint32
+	for _, v := range array {
+		cards := &Cards{}
+		cards.SetByString(v)
+		//t.Log(cards.String())
+
+		k, value := De(cards.GetType())
+		if oldValue == 0 {
+			oldValue = value
+			continue
+		}
+
+		assert.Equal(t, oldValue > value, true)
+
+		assert.Equal(t, k, FULL_HOUSE)
+		//assert.Equal(t,v,uint32(6))
+
+		//t.Log(De(cards.FullFouse(cards.Counter())))
+	}
+}
+
+func Test_Straight1(t *testing.T) {
+
+	/*	testCards := "T J Q K A|" +
+				"9 T J Q K|" +
+				"8 9 T J Q|" +
+				"7 8 9 T J|" +
+				"6 7 8 9 T|" +
+				"5 6 7 8 9|" +
+				"4 5 6 7 8|" +
+				"3 4 5 6 7|" +
+				"2 3 4 5 6|" +
+				"A 2 3 4 5"
+
+			//array := strings.Split(testCards, "|")
+		for _, v := range array {
+				cards := &Cards{}
+				cards.SetByString(v)
+				cards.Sort()
+				t.Log(cards.String(), cards.Straight() > 0)
+			}
+			t.Log("--------------------------------------")
+
+			for _, v := range array {
+				cards := &Cards{}
+				cards.SetByString(v)
+				cards.Sort()
+				t.Log(cards.String(), cards.StraightFlush() > 0)
+			}*/
+	/*	t.Log("--------------------------------------")
+
+		for _, v := range array {
+			cards := &Cards{}
+			cards.SetByString(v)
+			cards.Sort()
+			t.Log(cards.String(), cards.RoyalFlush())
+		}*/
+}
+
+func Test_AnalyseCards(t *testing.T) {
+	var a ColorCounter
+	cards := []byte{0x33, 0x35, 0x25, 0x35, 0x28}
+	a.Set(cards)
+
+	t.Log(a.Get(0x33), a.Get(0x35), a.Get(0x28))
+}
+func Test_Append(t *testing.T) {
+	cards := Cards{0x33, 0x35, 0x25, 0x35, 0x28}
+	cards = cards.Append(Cards{0x33, 0x33}...)
+
+	t.Logf("%#v ", cards.GetType())
+}
+
+func Test_turnToValue1(t *testing.T) {
+	v1 := []byte{0x33, 0x35, 0x25, 0x35, 0x28}
+	v2 := []byte{0x35, 0x35, 0x25, 0x35, 0x27}
+
+	t.Logf("%#v %#v ", v1, v2)
+	b1 := ToValue(v1)
+	b2 := ToValue(v2)
+
+	t.Log(b1, b2)
+
+}
+func Test_ColorCounter(t *testing.T) {
+	v2 := []byte{0x35, 0x35, 0x25, 0x35, 0x27}
+
+	var colorCounter ColorCounter
+
+	colorCounter.Set(v2)
+
+	t.Log(v2)
+}
+func Test_turnToValue(t *testing.T) {
+
+	v := ToValue([]byte{0x3E, 0x3E, 0x3E, 0x3E, 0x3E, 0x3E, 0x3E})
+
+	//var v3 uint16 = v
+	v1 := v | (10 << 24)
+
+	//t.Log(v3)
+
+	t.Logf("%v %v %v", v, v1>>24, v1&0xFFFFFF)
+	t.Logf("%v ", ToValue([]byte{0x33, 0x35, 0x25, 0x35, 0x28}))
+
+}

+ 41 - 0
app/rtc/api/internal/algorithm/constan.go

@@ -0,0 +1,41 @@
+package algorithm
+
+// 扑克牌52张,分别包含普通牌52张 2-10、J、Q、K、A (以上每种牌4个花色 黑桃、梅花、红心、方块)
+var CARDS = []byte{
+	//方块
+	0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0D, 0x0E,
+	//梅花
+	0x12, 0x13, 0x14, 0x15, 0x16, 0x17, 0x18, 0x19, 0x1A, 0x1B, 0x1C, 0x1D, 0x1E,
+	//红桃
+	0x22, 0x23, 0x24, 0x25, 0x26, 0x27, 0x28, 0x29, 0x2A, 0x2B, 0x2C, 0x2D, 0x2E,
+	//黑桃
+	0x32, 0x33, 0x34, 0x35, 0x36, 0x37, 0x38, 0x39, 0x3A, 0x3B, 0x3C, 0x3D, 0x3E,
+}
+
+const (
+	CARDRANK = 13
+	SUITSIZE = 4
+	TOTAL    = 13 * 4
+
+	TYPE_LEN  = 5 // 牌型长度
+	CARDS_LEN = 7 // 河牌+底牌长度
+)
+
+//牌型大小:
+//1、皇家同花顺>同花顺>四条>葫芦>同花>顺子>三条>两队>一对>单牌
+//2、牌点从大到小为:A、K、Q、J、10、9、8、7、6、5、4、3、2,各花色不分大小。
+//3、同种牌型,对子时比对子的大小,其它牌型比最大的牌张,如最大牌张相同则比第二大的牌张,以此类推,都相同时为相同。
+//4、A 可以组顺子 A、1、2、3、4、5  也可以组顺子 10、J、Q、K、A  同花顺同理
+//所有牌型如下:
+const (
+	ROYAL_FLUSH    uint8= 10  // 皇家同花顺:同一花色的最大顺子。(最大牌:A-K-Q-J-10)
+	STRAIGHT_FLUSH uint8= 9  // 同花顺:同一花色的顺子。(最大牌:K-Q-J-10-9 最小牌:A-2-3-4-5)
+	FOUR           uint8= 8 // 四条:四同张加单张。(最大牌:A-A-A-A-K 最小牌:2-2-2-2-3)
+	FULL_HOUSE     uint8= 7  // 葫芦(豪斯):三同张加对子。(最大牌:A-A-A-K-K 最小牌:2-2-2-3-3)
+	FLUSH          uint8= 6  // 同花:同一花色。(最大牌:A-K-Q-J-9 最小牌:2-3-4-5-7)
+	STRAIGHT       uint8= 5 // 顺子:花色不一样的顺子。(最大牌:A-K-Q-J-10 最小牌:A-2-3-4-5)
+	THREE          uint8= 4  // 三条:三同张加两单张。(最大牌:A-A-A-K-Q 最小牌:2-2-2-3-4)
+	TWO_PAIR       uint8= 3  // 两对:(最大牌:A-A-K-K-Q 最小牌:2-2-3-3-4)
+	ONE_PAIR       uint8= 2  // 一对:(最大牌:A-A-K-Q-J 最小牌:2-2-3-4-5)
+	HIGH_CARD      uint8= 1 // 高牌:(最大牌:A-K-Q-J-9 最小牌:2-3-4-5-7)
+)

+ 23 - 0
app/rtc/api/internal/algorithm/dealer.go

@@ -0,0 +1,23 @@
+package algorithm
+
+import (
+	"math/rand"
+	"time"
+)
+
+// Shuffle var n int64
+// var a int64= 1<<62
+// 洗牌
+func (c *Cards) Shuffle() {
+	*c = make([]byte, TOTAL)
+	copy(*c, CARDS)
+	source := rand.NewSource(time.Now().UnixNano())
+	//n ++
+	//n %=a
+	r := rand.New(source)
+	for i := TOTAL - 1; i > 0; i-- {
+		index := r.Int() % i
+		(*c)[i], (*c)[index] = (*c)[index], (*c)[i]
+	}
+
+}

+ 12 - 0
app/rtc/api/internal/algorithm/dealer_test.go

@@ -0,0 +1,12 @@
+package algorithm
+
+import "testing"
+
+func Test_Dealer(t *testing.T)  {
+	d:= &Cards{}
+
+	d.Shuffle()
+	d.Shuffle()
+	t.Logf("%#v ",d)
+
+}

+ 944 - 0
app/rtc/api/internal/algorithm/flush_test.go

@@ -0,0 +1,944 @@
+package algorithm
+
+import (
+	"github.com/stretchr/testify/assert"
+	"strings"
+	"testing"
+)
+
+func TestFlush1(t *testing.T) {
+	var s = "9 J Q K A |" +
+		"8 J Q K A |" +
+		"7 J Q K A |" +
+		"6 J Q K A |" +
+		"5 J Q K A |" +
+		"4 J Q K A |" +
+		"3 J Q K A |" +
+		"2 J Q K A |" +
+		"9 T Q K A |" +
+		"8 T Q K A |" +
+		"7 T Q K A |" +
+		"6 T Q K A |" +
+		"5 T Q K A |" +
+		"4 T Q K A |" +
+		"3 T Q K A |" +
+		"2 T Q K A |" +
+		"8 9 Q K A |" +
+		"7 9 Q K A |" +
+		"6 9 Q K A |" +
+		"5 9 Q K A |" +
+		"4 9 Q K A |" +
+		"3 9 Q K A |" +
+		"2 9 Q K A |" +
+		"7 8 Q K A |" +
+		"6 8 Q K A |" +
+		"5 8 Q K A |" +
+		"4 8 Q K A |" +
+		"3 8 Q K A |" +
+		"2 8 Q K A |" +
+		"6 7 Q K A |" +
+		"5 7 Q K A |" +
+		"4 7 Q K A |" +
+		"3 7 Q K A |" +
+		"2 7 Q K A |" +
+		"5 6 Q K A |" +
+		"4 6 Q K A |" +
+		"3 6 Q K A |" +
+		"2 6 Q K A |" +
+		"4 5 Q K A |" +
+		"3 5 Q K A |" +
+		"2 5 Q K A |" +
+		"3 4 Q K A |" +
+		"2 4 Q K A |" +
+		"2 3 Q K A |" +
+		"9 T J K A |" +
+		"8 T J K A |" +
+		"7 T J K A |" +
+		"6 T J K A |" +
+		"5 T J K A |" +
+		"4 T J K A |" +
+		"3 T J K A |" +
+		"2 T J K A |" +
+		"8 9 J K A |" +
+		"7 9 J K A |" +
+		"6 9 J K A |" +
+		"5 9 J K A |" +
+		"4 9 J K A |" +
+		"3 9 J K A |" +
+		"2 9 J K A |" +
+		"7 8 J K A |" +
+		"6 8 J K A |" +
+		"5 8 J K A |" +
+		"4 8 J K A |" +
+		"3 8 J K A |" +
+		"2 8 J K A |" +
+		"6 7 J K A |" +
+		"5 7 J K A |" +
+		"4 7 J K A |" +
+		"3 7 J K A |" +
+		"2 7 J K A |" +
+		"5 6 J K A |" +
+		"4 6 J K A |" +
+		"3 6 J K A |" +
+		"2 6 J K A |" +
+		"4 5 J K A |" +
+		"3 5 J K A |" +
+		"2 5 J K A |" +
+		"3 4 J K A |" +
+		"2 4 J K A |" +
+		"2 3 J K A |" +
+		"8 9 T K A |" +
+		"7 9 T K A |" +
+		"6 9 T K A |" +
+		"5 9 T K A |" +
+		"4 9 T K A |" +
+		"3 9 T K A |" +
+		"2 9 T K A |" +
+		"7 8 T K A |" +
+		"6 8 T K A |" +
+		"5 8 T K A |" +
+		"4 8 T K A |" +
+		"3 8 T K A |" +
+		"2 8 T K A |" +
+		"6 7 T K A |" +
+		"5 7 T K A |" +
+		"4 7 T K A |" +
+		"3 7 T K A |" +
+		"2 7 T K A |" +
+		"5 6 T K A |" +
+		"4 6 T K A |" +
+		"3 6 T K A |" +
+		"2 6 T K A |" +
+		"4 5 T K A |" +
+		"3 5 T K A |" +
+		"2 5 T K A |" +
+		"3 4 T K A |" +
+		"2 4 T K A |" +
+		"2 3 T K A |" +
+		"7 8 9 K A |" +
+		"6 8 9 K A |" +
+		"5 8 9 K A |" +
+		"4 8 9 K A |" +
+		"3 8 9 K A |" +
+		"2 8 9 K A |" +
+		"6 7 9 K A |" +
+		"5 7 9 K A |" +
+		"4 7 9 K A |" +
+		"3 7 9 K A |" +
+		"2 7 9 K A |" +
+		"5 6 9 K A |" +
+		"4 6 9 K A |" +
+		"3 6 9 K A |" +
+		"2 6 9 K A |" +
+		"4 5 9 K A |" +
+		"3 5 9 K A |" +
+		"2 5 9 K A |" +
+		"3 4 9 K A |" +
+		"2 4 9 K A |" +
+		"2 3 9 K A |" +
+		"6 7 8 K A |" +
+		"5 7 8 K A |" +
+		"4 7 8 K A |" +
+		"3 7 8 K A |" +
+		"2 7 8 K A |" +
+		"5 6 8 K A |" +
+		"4 6 8 K A |" +
+		"3 6 8 K A |" +
+		"2 6 8 K A |" +
+		"4 5 8 K A |" +
+		"3 5 8 K A |" +
+		"2 5 8 K A |" +
+		"3 4 8 K A |" +
+		"2 4 8 K A |" +
+		"2 3 8 K A |" +
+		"5 6 7 K A |" +
+		"4 6 7 K A |" +
+		"3 6 7 K A |" +
+		"2 6 7 K A |" +
+		"4 5 7 K A |" +
+		"3 5 7 K A |" +
+		"2 5 7 K A |" +
+		"3 4 7 K A |" +
+		"2 4 7 K A |" +
+		"2 3 7 K A |" +
+		"4 5 6 K A |" +
+		"3 5 6 K A |" +
+		"2 5 6 K A |" +
+		"3 4 6 K A |" +
+		"2 4 6 K A |" +
+		"2 3 6 K A |" +
+		"3 4 5 K A |" +
+		"2 4 5 K A |" +
+		"2 3 5 K A |" +
+		"2 3 4 K A |" +
+		"9 T J Q A |" +
+		"8 T J Q A |" +
+		"7 T J Q A |" +
+		"6 T J Q A |" +
+		"5 T J Q A |" +
+		"4 T J Q A |" +
+		"3 T J Q A |" +
+		"2 T J Q A |" +
+		"8 9 J Q A |" +
+		"7 9 J Q A |" +
+		"6 9 J Q A |" +
+		"5 9 J Q A |" +
+		"4 9 J Q A |" +
+		"3 9 J Q A |" +
+		"2 9 J Q A |" +
+		"7 8 J Q A |" +
+		"6 8 J Q A |" +
+		"5 8 J Q A |" +
+		"4 8 J Q A |" +
+		"3 8 J Q A |" +
+		"2 8 J Q A |" +
+		"6 7 J Q A |" +
+		"5 7 J Q A |" +
+		"4 7 J Q A |" +
+		"3 7 J Q A |" +
+		"2 7 J Q A |" +
+		"5 6 J Q A |" +
+		"4 6 J Q A |" +
+		"3 6 J Q A |" +
+		"2 6 J Q A |" +
+		"4 5 J Q A |" +
+		"3 5 J Q A |" +
+		"2 5 J Q A |" +
+		"3 4 J Q A |" +
+		"2 4 J Q A |" +
+		"2 3 J Q A |" +
+		"8 9 T Q A |" +
+		"7 9 T Q A |" +
+		"6 9 T Q A |" +
+		"5 9 T Q A |" +
+		"4 9 T Q A |" +
+		"3 9 T Q A |" +
+		"2 9 T Q A |" +
+		"7 8 T Q A |" +
+		"6 8 T Q A |" +
+		"5 8 T Q A |" +
+		"4 8 T Q A |" +
+		"3 8 T Q A |" +
+		"2 8 T Q A |" +
+		"6 7 T Q A |" +
+		"5 7 T Q A |" +
+		"4 7 T Q A |" +
+		"3 7 T Q A |" +
+		"2 7 T Q A |" +
+		"5 6 T Q A |" +
+		"4 6 T Q A |" +
+		"3 6 T Q A |" +
+		"2 6 T Q A |" +
+		"4 5 T Q A |" +
+		"3 5 T Q A |" +
+		"2 5 T Q A |" +
+		"3 4 T Q A |" +
+		"2 4 T Q A |" +
+		"2 3 T Q A |" +
+		"7 8 9 Q A |" +
+		"6 8 9 Q A |" +
+		"5 8 9 Q A |" +
+		"4 8 9 Q A |" +
+		"3 8 9 Q A |" +
+		"2 8 9 Q A |" +
+		"6 7 9 Q A |" +
+		"5 7 9 Q A |" +
+		"4 7 9 Q A |" +
+		"3 7 9 Q A |" +
+		"2 7 9 Q A |" +
+		"5 6 9 Q A |" +
+		"4 6 9 Q A |" +
+		"3 6 9 Q A |" +
+		"2 6 9 Q A |" +
+		"4 5 9 Q A |" +
+		"3 5 9 Q A |" +
+		"2 5 9 Q A |" +
+		"3 4 9 Q A |" +
+		"2 4 9 Q A |" +
+		"2 3 9 Q A |" +
+		"6 7 8 Q A |" +
+		"5 7 8 Q A |" +
+		"4 7 8 Q A |" +
+		"3 7 8 Q A |" +
+		"2 7 8 Q A |" +
+		"5 6 8 Q A |" +
+		"4 6 8 Q A |" +
+		"3 6 8 Q A |" +
+		"2 6 8 Q A |" +
+		"4 5 8 Q A |" +
+		"3 5 8 Q A |" +
+		"2 5 8 Q A |" +
+		"3 4 8 Q A |" +
+		"2 4 8 Q A |" +
+		"2 3 8 Q A |" +
+		"5 6 7 Q A |" +
+		"4 6 7 Q A |" +
+		"3 6 7 Q A |" +
+		"2 6 7 Q A |" +
+		"4 5 7 Q A |" +
+		"3 5 7 Q A |" +
+		"2 5 7 Q A |" +
+		"3 4 7 Q A |" +
+		"2 4 7 Q A |" +
+		"2 3 7 Q A |" +
+		"4 5 6 Q A |" +
+		"3 5 6 Q A |" +
+		"2 5 6 Q A |" +
+		"3 4 6 Q A |" +
+		"2 4 6 Q A |" +
+		"2 3 6 Q A |" +
+		"3 4 5 Q A |" +
+		"2 4 5 Q A |" +
+		"2 3 5 Q A |" +
+		"2 3 4 Q A |" +
+		"8 9 T J A |" +
+		"7 9 T J A |" +
+		"6 9 T J A |" +
+		"5 9 T J A |" +
+		"4 9 T J A |" +
+		"3 9 T J A |" +
+		"2 9 T J A |" +
+		"7 8 T J A |" +
+		"6 8 T J A |" +
+		"5 8 T J A |" +
+		"4 8 T J A |" +
+		"3 8 T J A |" +
+		"2 8 T J A |" +
+		"6 7 T J A |" +
+		"5 7 T J A |" +
+		"4 7 T J A |" +
+		"3 7 T J A |" +
+		"2 7 T J A |" +
+		"5 6 T J A |" +
+		"4 6 T J A |" +
+		"3 6 T J A |" +
+		"2 6 T J A |" +
+		"4 5 T J A |" +
+		"3 5 T J A |" +
+		"2 5 T J A |" +
+		"3 4 T J A |" +
+		"2 4 T J A |" +
+		"2 3 T J A |" +
+		"7 8 9 J A |" +
+		"6 8 9 J A |" +
+		"5 8 9 J A |" +
+		"4 8 9 J A |" +
+		"3 8 9 J A |" +
+		"2 8 9 J A |" +
+		"6 7 9 J A |" +
+		"5 7 9 J A |" +
+		"4 7 9 J A |" +
+		"3 7 9 J A |" +
+		"2 7 9 J A |" +
+		"5 6 9 J A |" +
+		"4 6 9 J A |" +
+		"3 6 9 J A |" +
+		"2 6 9 J A |" +
+		"4 5 9 J A |" +
+		"3 5 9 J A |" +
+		"2 5 9 J A |" +
+		"3 4 9 J A |" +
+		"2 4 9 J A |" +
+		"2 3 9 J A |" +
+		"6 7 8 J A |" +
+		"5 7 8 J A |" +
+		"4 7 8 J A |" +
+		"3 7 8 J A |" +
+		"2 7 8 J A |" +
+		"5 6 8 J A |" +
+		"4 6 8 J A |" +
+		"3 6 8 J A |" +
+		"2 6 8 J A |" +
+		"4 5 8 J A |" +
+		"3 5 8 J A |" +
+		"2 5 8 J A |" +
+		"3 4 8 J A |" +
+		"2 4 8 J A |" +
+		"2 3 8 J A |" +
+		"5 6 7 J A |" +
+		"4 6 7 J A |" +
+		"3 6 7 J A |" +
+		"2 6 7 J A |" +
+		"4 5 7 J A |" +
+		"3 5 7 J A |" +
+		"2 5 7 J A |" +
+		"3 4 7 J A |" +
+		"2 4 7 J A |" +
+		"2 3 7 J A |" +
+		"4 5 6 J A |" +
+		"3 5 6 J A |" +
+		"2 5 6 J A |" +
+		"3 4 6 J A |" +
+		"2 4 6 J A |" +
+		"2 3 6 J A |" +
+		"3 4 5 J A |" +
+		"2 4 5 J A |" +
+		"2 3 5 J A |" +
+		"2 3 4 J A |" +
+		"7 8 9 T A |" +
+		"6 8 9 T A |" +
+		"5 8 9 T A |" +
+		"4 8 9 T A |" +
+		"3 8 9 T A |" +
+		"2 8 9 T A |" +
+		"6 7 9 T A |" +
+		"5 7 9 T A |" +
+		"4 7 9 T A |" +
+		"3 7 9 T A |" +
+		"2 7 9 T A |" +
+		"5 6 9 T A |" +
+		"4 6 9 T A |" +
+		"3 6 9 T A |" +
+		"2 6 9 T A |" +
+		"4 5 9 T A |" +
+		"3 5 9 T A |" +
+		"2 5 9 T A |" +
+		"3 4 9 T A |" +
+		"2 4 9 T A |" +
+		"2 3 9 T A |" +
+		"6 7 8 T A |" +
+		"5 7 8 T A |" +
+		"4 7 8 T A |" +
+		"3 7 8 T A |" +
+		"2 7 8 T A |" +
+		"5 6 8 T A |" +
+		"4 6 8 T A |" +
+		"3 6 8 T A |" +
+		"2 6 8 T A |" +
+		"4 5 8 T A |" +
+		"3 5 8 T A |" +
+		"2 5 8 T A |" +
+		"3 4 8 T A |" +
+		"2 4 8 T A |" +
+		"2 3 8 T A |" +
+		"5 6 7 T A |" +
+		"4 6 7 T A |" +
+		"3 6 7 T A |" +
+		"2 6 7 T A |" +
+		"4 5 7 T A |" +
+		"3 5 7 T A |" +
+		"2 5 7 T A |" +
+		"3 4 7 T A |" +
+		"2 4 7 T A |" +
+		"2 3 7 T A |" +
+		"4 5 6 T A |" +
+		"3 5 6 T A |" +
+		"2 5 6 T A |" +
+		"3 4 6 T A |" +
+		"2 4 6 T A |" +
+		"2 3 6 T A |" +
+		"3 4 5 T A |" +
+		"2 4 5 T A |" +
+		"2 3 5 T A |" +
+		"2 3 4 T A |" +
+		"6 7 8 9 A |" +
+		"5 7 8 9 A |" +
+		"4 7 8 9 A |" +
+		"3 7 8 9 A |" +
+		"2 7 8 9 A |" +
+		"5 6 8 9 A |" +
+		"4 6 8 9 A |" +
+		"3 6 8 9 A |" +
+		"2 6 8 9 A |" +
+		"4 5 8 9 A |" +
+		"3 5 8 9 A |" +
+		"2 5 8 9 A |" +
+		"3 4 8 9 A |" +
+		"2 4 8 9 A |" +
+		"2 3 8 9 A |" +
+		"5 6 7 9 A |" +
+		"4 6 7 9 A |" +
+		"3 6 7 9 A |" +
+		"2 6 7 9 A |" +
+		"4 5 7 9 A |" +
+		"3 5 7 9 A |" +
+		"2 5 7 9 A |" +
+		"3 4 7 9 A |" +
+		"2 4 7 9 A |" +
+		"2 3 7 9 A |" +
+		"4 5 6 9 A |" +
+		"3 5 6 9 A |" +
+		"2 5 6 9 A |" +
+		"3 4 6 9 A |" +
+		"2 4 6 9 A |" +
+		"2 3 6 9 A |" +
+		"3 4 5 9 A |" +
+		"2 4 5 9 A |" +
+		"2 3 5 9 A |" +
+		"2 3 4 9 A |" +
+		"5 6 7 8 A |" +
+		"4 6 7 8 A |" +
+		"3 6 7 8 A |" +
+		"2 6 7 8 A |" +
+		"4 5 7 8 A |" +
+		"3 5 7 8 A |" +
+		"2 5 7 8 A |" +
+		"3 4 7 8 A |" +
+		"2 4 7 8 A |" +
+		"2 3 7 8 A |" +
+		"4 5 6 8 A |" +
+		"3 5 6 8 A |" +
+		"2 5 6 8 A |" +
+		"3 4 6 8 A |" +
+		"2 4 6 8 A |" +
+		"2 3 6 8 A |" +
+		"3 4 5 8 A |" +
+		"2 4 5 8 A |" +
+		"2 3 5 8 A |" +
+		"2 3 4 8 A |" +
+		"4 5 6 7 A |" +
+		"3 5 6 7 A |" +
+		"2 5 6 7 A |" +
+		"3 4 6 7 A |" +
+		"2 4 6 7 A |" +
+		"2 3 6 7 A |" +
+		"3 4 5 7 A |" +
+		"2 4 5 7 A |" +
+		"2 3 5 7 A |" +
+		"2 3 4 7 A |" +
+		"3 4 5 6 A |" +
+		"2 4 5 6 A |" +
+		"2 3 5 6 A |" +
+		"2 3 4 6 A |" +
+		"8 T J Q K |" +
+		"7 T J Q K |" +
+		"6 T J Q K |" +
+		"5 T J Q K |" +
+		"4 T J Q K |" +
+		"3 T J Q K |" +
+		"2 T J Q K |" +
+		"8 9 J Q K |" +
+		"7 9 J Q K |" +
+		"6 9 J Q K |" +
+		"5 9 J Q K |" +
+		"4 9 J Q K |" +
+		"3 9 J Q K |" +
+		"2 9 J Q K |" +
+		"7 8 J Q K |" +
+		"6 8 J Q K |" +
+		"5 8 J Q K |" +
+		"4 8 J Q K |" +
+		"3 8 J Q K |" +
+		"2 8 J Q K |" +
+		"6 7 J Q K |" +
+		"5 7 J Q K |" +
+		"4 7 J Q K |" +
+		"3 7 J Q K |" +
+		"2 7 J Q K |" +
+		"5 6 J Q K |" +
+		"4 6 J Q K |" +
+		"3 6 J Q K |" +
+		"2 6 J Q K |" +
+		"4 5 J Q K |" +
+		"3 5 J Q K |" +
+		"2 5 J Q K |" +
+		"3 4 J Q K |" +
+		"2 4 J Q K |" +
+		"2 3 J Q K |" +
+		"8 9 T Q K |" +
+		"7 9 T Q K |" +
+		"6 9 T Q K |" +
+		"5 9 T Q K |" +
+		"4 9 T Q K |" +
+		"3 9 T Q K |" +
+		"2 9 T Q K |" +
+		"7 8 T Q K |" +
+		"6 8 T Q K |" +
+		"5 8 T Q K |" +
+		"4 8 T Q K |" +
+		"3 8 T Q K |" +
+		"2 8 T Q K |" +
+		"6 7 T Q K |" +
+		"5 7 T Q K |" +
+		"4 7 T Q K |" +
+		"3 7 T Q K |" +
+		"2 7 T Q K |" +
+		"5 6 T Q K |" +
+		"4 6 T Q K |" +
+		"3 6 T Q K |" +
+		"2 6 T Q K |" +
+		"4 5 T Q K |" +
+		"3 5 T Q K |" +
+		"2 5 T Q K |" +
+		"3 4 T Q K |" +
+		"2 4 T Q K |" +
+		"2 3 T Q K |" +
+		"7 8 9 Q K |" +
+		"6 8 9 Q K |" +
+		"5 8 9 Q K |" +
+		"4 8 9 Q K |" +
+		"3 8 9 Q K |" +
+		"2 8 9 Q K |" +
+		"6 7 9 Q K |" +
+		"5 7 9 Q K |" +
+		"4 7 9 Q K |" +
+		"3 7 9 Q K |" +
+		"2 7 9 Q K |" +
+		"5 6 9 Q K |" +
+		"4 6 9 Q K |" +
+		"3 6 9 Q K |" +
+		"2 6 9 Q K |" +
+		"4 5 9 Q K |" +
+		"3 5 9 Q K |" +
+		"2 5 9 Q K |" +
+		"3 4 9 Q K |" +
+		"2 4 9 Q K |" +
+		"2 3 9 Q K |" +
+		"6 7 8 Q K |" +
+		"5 7 8 Q K |" +
+		"4 7 8 Q K |" +
+		"3 7 8 Q K |" +
+		"2 7 8 Q K |" +
+		"5 6 8 Q K |" +
+		"4 6 8 Q K |" +
+		"3 6 8 Q K |" +
+		"2 6 8 Q K |" +
+		"4 5 8 Q K |" +
+		"3 5 8 Q K |" +
+		"2 5 8 Q K |" +
+		"3 4 8 Q K |" +
+		"2 4 8 Q K |" +
+		"2 3 8 Q K |" +
+		"5 6 7 Q K |" +
+		"4 6 7 Q K |" +
+		"3 6 7 Q K |" +
+		"2 6 7 Q K |" +
+		"4 5 7 Q K |" +
+		"3 5 7 Q K |" +
+		"2 5 7 Q K |" +
+		"3 4 7 Q K |" +
+		"2 4 7 Q K |" +
+		"2 3 7 Q K |" +
+		"4 5 6 Q K |" +
+		"3 5 6 Q K |" +
+		"2 5 6 Q K |" +
+		"3 4 6 Q K |" +
+		"2 4 6 Q K |" +
+		"2 3 6 Q K |" +
+		"3 4 5 Q K |" +
+		"2 4 5 Q K |" +
+		"2 3 5 Q K |" +
+		"2 3 4 Q K |" +
+		"8 9 T J K |" +
+		"7 9 T J K |" +
+		"6 9 T J K |" +
+		"5 9 T J K |" +
+		"4 9 T J K |" +
+		"3 9 T J K |" +
+		"2 9 T J K |" +
+		"7 8 T J K |" +
+		"6 8 T J K |" +
+		"5 8 T J K |" +
+		"4 8 T J K |" +
+		"3 8 T J K |" +
+		"2 8 T J K |" +
+		"6 7 T J K |" +
+		"5 7 T J K |" +
+		"4 7 T J K |" +
+		"3 7 T J K |" +
+		"2 7 T J K |" +
+		"5 6 T J K |" +
+		"4 6 T J K |" +
+		"3 6 T J K |" +
+		"2 6 T J K |" +
+		"4 5 T J K |" +
+		"3 5 T J K |" +
+		"2 5 T J K |" +
+		"3 4 T J K |" +
+		"2 4 T J K |" +
+		"2 3 T J K |" +
+		"7 8 9 J K |" +
+		"6 8 9 J K |" +
+		"5 8 9 J K |" +
+		"4 8 9 J K |" +
+		"3 8 9 J K |" +
+		"2 8 9 J K |" +
+		"6 7 9 J K |" +
+		"5 7 9 J K |" +
+		"4 7 9 J K |" +
+		"3 7 9 J K |" +
+		"2 7 9 J K |" +
+		"5 6 9 J K |" +
+		"4 6 9 J K |" +
+		"3 6 9 J K |" +
+		"2 6 9 J K |" +
+		"4 5 9 J K |" +
+		"3 5 9 J K |" +
+		"2 5 9 J K |" +
+		"3 4 9 J K |" +
+		"2 4 9 J K |" +
+		"2 3 9 J K |" +
+		"6 7 8 J K |" +
+		"5 7 8 J K |" +
+		"4 7 8 J K |" +
+		"3 7 8 J K |" +
+		"2 7 8 J K |" +
+		"5 6 8 J K |" +
+		"4 6 8 J K |" +
+		"3 6 8 J K |" +
+		"2 6 8 J K |" +
+		"4 5 8 J K |" +
+		"3 5 8 J K |" +
+		"2 5 8 J K |" +
+		"3 4 8 J K |" +
+		"2 4 8 J K |" +
+		"2 3 8 J K |" +
+		"5 6 7 J K |" +
+		"4 6 7 J K |" +
+		"3 6 7 J K |" +
+		"2 6 7 J K |" +
+		"4 5 7 J K |" +
+		"3 5 7 J K |" +
+		"2 5 7 J K |" +
+		"3 4 7 J K |" +
+		"2 4 7 J K |" +
+		"2 3 7 J K |" +
+		"4 5 6 J K |" +
+		"3 5 6 J K |" +
+		"2 5 6 J K |" +
+		"3 4 6 J K |" +
+		"2 4 6 J K |" +
+		"2 3 6 J K |" +
+		"3 4 5 J K |" +
+		"2 4 5 J K |" +
+		"2 3 5 J K |" +
+		"2 3 4 J K |" +
+		"7 8 9 T K |" +
+		"6 8 9 T K |" +
+		"5 8 9 T K |" +
+		"4 8 9 T K |" +
+		"3 8 9 T K |" +
+		"2 8 9 T K |" +
+		"6 7 9 T K |" +
+		"5 7 9 T K |" +
+		"4 7 9 T K |" +
+		"3 7 9 T K |" +
+		"2 7 9 T K |" +
+		"5 6 9 T K |" +
+		"4 6 9 T K |" +
+		"3 6 9 T K |" +
+		"2 6 9 T K |" +
+		"4 5 9 T K |" +
+		"3 5 9 T K |" +
+		"2 5 9 T K |" +
+		"3 4 9 T K |" +
+		"2 4 9 T K |" +
+		"2 3 9 T K |" +
+		"6 7 8 T K |" +
+		"5 7 8 T K |" +
+		"4 7 8 T K |" +
+		"3 7 8 T K |" +
+		"2 7 8 T K |" +
+		"5 6 8 T K |" +
+		"4 6 8 T K |" +
+		"3 6 8 T K |" +
+		"2 6 8 T K |" +
+		"4 5 8 T K |" +
+		"3 5 8 T K |" +
+		"2 5 8 T K |" +
+		"3 4 8 T K |" +
+		"2 4 8 T K |" +
+		"2 3 8 T K |" +
+		"5 6 7 T K |" +
+		"4 6 7 T K |" +
+		"3 6 7 T K |" +
+		"2 6 7 T K |" +
+		"4 5 7 T K |" +
+		"3 5 7 T K |" +
+		"2 5 7 T K |" +
+		"3 4 7 T K |" +
+		"2 4 7 T K |" +
+		"2 3 7 T K |" +
+		"4 5 6 T K |" +
+		"3 5 6 T K |" +
+		"2 5 6 T K |" +
+		"3 4 6 T K |" +
+		"2 4 6 T K |" +
+		"2 3 6 T K |" +
+		"3 4 5 T K |" +
+		"2 4 5 T K |" +
+		"2 3 5 T K |" +
+		"2 3 4 T K |" +
+		"6 7 8 9 K |" +
+		"5 7 8 9 K |" +
+		"4 7 8 9 K |" +
+		"3 7 8 9 K |" +
+		"2 7 8 9 K |" +
+		"5 6 8 9 K |" +
+		"4 6 8 9 K |" +
+		"3 6 8 9 K |" +
+		"2 6 8 9 K |" +
+		"4 5 8 9 K |" +
+		"3 5 8 9 K |" +
+		"2 5 8 9 K |" +
+		"3 4 8 9 K |" +
+		"2 4 8 9 K |" +
+		"2 3 8 9 K |" +
+		"5 6 7 9 K |" +
+		"4 6 7 9 K |" +
+		"3 6 7 9 K |" +
+		"2 6 7 9 K |" +
+		"4 5 7 9 K |" +
+		"3 5 7 9 K |" +
+		"2 5 7 9 K |" +
+		"3 4 7 9 K |" +
+		"2 4 7 9 K |" +
+		"2 3 7 9 K |" +
+		"4 5 6 9 K |" +
+		"3 5 6 9 K |" +
+		"2 5 6 9 K |" +
+		"3 4 6 9 K |" +
+		"2 4 6 9 K |" +
+		"2 3 6 9 K |" +
+		"3 4 5 9 K |" +
+		"2 4 5 9 K |" +
+		"2 3 5 9 K |" +
+		"2 3 4 9 K |" +
+		"5 6 7 8 K |" +
+		"4 6 7 8 K |" +
+		"3 6 7 8 K |" +
+		"2 6 7 8 K |" +
+		"4 5 7 8 K |" +
+		"3 5 7 8 K |" +
+		"2 5 7 8 K |" +
+		"3 4 7 8 K |" +
+		"2 4 7 8 K |" +
+		"2 3 7 8 K |" +
+		"4 5 6 8 K |" +
+		"3 5 6 8 K |" +
+		"2 5 6 8 K |" +
+		"3 4 6 8 K |" +
+		"2 4 6 8 K |" +
+		"2 3 6 8 K |" +
+		"3 4 5 8 K |" +
+		"2 4 5 8 K |" +
+		"2 3 5 8 K |" +
+		"2 3 4 8 K |" +
+		"4 5 6 7 K |" +
+		"3 5 6 7 K |" +
+		"2 5 6 7 K |" +
+		"3 4 6 7 K |" +
+		"2 4 6 7 K |" +
+		"2 3 6 7 K |" +
+		"3 4 5 7 K |" +
+		"2 4 5 7 K |" +
+		"2 3 5 7 K |" +
+		"2 3 4 7 K |" +
+		"3 4 5 6 K |" +
+		"2 4 5 6 K |" +
+		"2 3 5 6 K |" +
+		"2 3 4 6 K |" +
+		"2 3 4 5 K |" +
+		"7 9 T J Q |" +
+		"6 9 T J Q |" +
+		"5 9 T J Q |" +
+		"4 9 T J Q |" +
+		"3 9 T J Q |" +
+		"2 9 T J Q |" +
+		"7 8 T J Q |" +
+		"6 8 T J Q |" +
+		"5 8 T J Q |" +
+		"4 8 T J Q |" +
+		"3 8 T J Q |" +
+		"2 8 T J Q |" +
+		"6 7 T J Q |" +
+		"5 7 T J Q |" +
+		"4 7 T J Q |" +
+		"3 7 T J Q |" +
+		"2 7 T J Q |" +
+		"5 6 T J Q |" +
+		"4 6 T J Q |" +
+		"3 6 T J Q |" +
+		"2 6 T J Q |" +
+		"4 5 T J Q |" +
+		"3 5 T J Q |" +
+		"2 5 T J Q |" +
+		"3 4 T J Q |" +
+		"2 4 T J Q |" +
+		"2 3 T J Q |" +
+		"7 8 9 J Q |" +
+		"6 8 9 J Q |" +
+		"5 8 9 J Q |" +
+		"4 8 9 J Q |" +
+		"3 8 9 J Q |" +
+		"2 8 9 J Q |" +
+		"6 7 9 J Q |" +
+		"5 7 9 J Q |" +
+		"4 7 9 J Q |" +
+		"3 7 9 J Q |" +
+		"2 7 9 J Q |" +
+		"5 6 9 J Q |" +
+		"4 6 9 J Q |" +
+		"3 6 9 J Q |" +
+		"2 6 9 J Q |" +
+		"4 5 9 J Q |" +
+		"3 5 9 J Q |" +
+		"2 5 9 J Q |" +
+		"3 4 9 J Q |" +
+		"2 4 9 J Q |" +
+		"2 3 9 J Q |" +
+		"6 7 8 J Q |" +
+		"5 7 8 J Q |" +
+		"4 7 8 J Q |" +
+		"3 7 8 J Q |" +
+		"2 7 8 J Q |" +
+		"5 6 8 J Q |" +
+		"4 6 8 J Q |" +
+		"3 6 8 J Q |" +
+		"2 6 8 J Q |" +
+		"4 5 8 J Q |" +
+		"3 5 8 J Q |" +
+		"2 5 8 J Q |" +
+		"3 4 8 J Q |" +
+		"2 4 8 J Q |" +
+		"2 3 8 J Q |" +
+		"5 6 7 J Q |" +
+		"4 6 7 J Q |" +
+		"3 6 7 J Q |" +
+		"2 6 7 J Q |" +
+		"4 5 7 J Q |" +
+		"3 5 7 J Q |" +
+		"2 5 7 J Q |" +
+		"3 4 7 J Q |" +
+		"2 4 7 J Q |" +
+		"2 3 7 J Q |" +
+		"4 5 6 J Q |" +
+		"3 5 6 J Q |" +
+		"2 5 6 J Q |" +
+		"3 4 6 J Q |" +
+		"2 4 6 J Q |" +
+		"2 3 6 J Q |" +
+		"3 4 5 J Q |" +
+		"2 4 5 J Q |" +
+		"2 3 5 J Q |" +
+		"2 3 4 J Q |" +
+		"7 8 9 T Q |" +
+		"6 8 9 T Q |" +
+		"5 8 9 T Q |" +
+		"4 8 9 T Q |" +
+		"3 8 9 T Q |" +
+		"2 8 9 T Q |" +
+		"6 7 9 T Q |" +
+		"5 7 9 T Q"
+
+	array := strings.Split(s, " |")
+
+	var oldValue uint32
+	for _, v := range array {
+		cards := &Cards{}
+		cards.SetByString(v)
+		//t.Log(cards.String())
+
+		k, value := De(cards.GetType())
+		if oldValue == 0 {
+			oldValue = value
+			continue
+		}
+
+		assert.Equal(t, oldValue > value, true)
+		assert.Equal(t, k, FLUSH)
+		//assert.Equal(t,v,uint32(6))
+		//t.Log(De(cards.FullFouse(cards.Counter())))
+	}
+
+}

+ 42 - 0
app/rtc/api/internal/algorithm/pk.go

@@ -0,0 +1,42 @@
+package algorithm
+
+func (c *Cards) Counter() *ValueCounter {
+	var counter ValueCounter
+	counter.Set(*c)
+	return &counter
+}
+func (c *Cards) GetType() uint32 {
+	numCards := len(*c)
+	if numCards == 0 {
+		return 0
+	}
+
+	cards := *c
+	counter := c.Counter()
+	ASort(cards, 0, int8(numCards)-1, counter)
+
+	checks := []func() uint32{
+		c.royalFlush,
+		c.straightFlush,
+		func() uint32 { return c.four(counter) },
+		func() uint32 { return c.fullFouse(counter) },
+		c.flush,
+		c.straight,
+		func() uint32 { return c.three(counter) },
+		c.twoPair,
+		c.onePair,
+	}
+
+	for _, check := range checks {
+		if res := check(); res != 0 {
+			return res
+		}
+	}
+
+	// 高牌(High Card):如果不符合任何组合,则返回最高牌
+	//高牌(high card)
+	//既不是同一花色也不是同一点数的五张牌组成。
+	//平手牌:如果不止一人抓到此牌,则比较点数最大者,
+	//如果点数最大的相同,则比较第二、第三、第四和第五大的,如果所有牌都相同,则平分彩池。
+	return En(HIGH_CARD, ToValue(cards))
+}

+ 124 - 0
app/rtc/api/internal/algorithm/sort.go

@@ -0,0 +1,124 @@
+package algorithm
+
+// 对牌值从小到大排序,采用快速排序算法
+func SortCards(arr []byte, start, end int8) {
+	if start < end {
+		i, j := start, end
+		card := arr[(start+end)/2]
+		key := card & 0xF
+		suit := card >> 4
+		for i <= j {
+			for (arr[i])&0xF < key || ((arr[i])&0xF == key && arr[i]>>4 < suit) {
+				i++
+			}
+			for (arr[j])&0xF > key || ((arr[j])&0xF == key && arr[j]>>4 > suit) {
+
+				j--
+			}
+			if i <= j {
+				arr[i], arr[j] = arr[j], arr[i]
+				i++
+				j--
+			}
+		}
+		if start < j {
+			SortCards(arr, start, j)
+		}
+		if end > i {
+			SortCards(arr, i, end)
+		}
+	}
+}
+
+func Sort(cards []byte, start, end int8) {
+	if start < end {
+		i, j := start, end
+		card := cards[(start+end)/2]
+		for i <= j {
+			for cards[i] < card {
+				i++
+			}
+			for cards[j] > card {
+				j--
+			}
+			if i <= j {
+				cards[i], cards[j] = cards[j], cards[i]
+				i++
+				j--
+			}
+		}
+		if start < j {
+			Sort(cards, start, j)
+		}
+		if end > i {
+			Sort(cards, i, end)
+		}
+	}
+}
+
+type ColorCounter uint16
+
+func (this *ColorCounter) Set(cards []byte) {
+	//*this = 0
+	l := uint8(len(cards))
+	for i := uint8(0); i < l; i++ {
+		//让每个牌面值的索引 有 3 个 bit 的间隔 用来记录花色个数 3位可以记录最多7个
+		card := (cards[i] >> 4) * 3
+		// 用掩码 0x07(二进制 00000111)
+		count := ((*this >> card) & 0x07) + 1
+		//清零目标位
+		*this &= ^(0x07 << card)
+		*this |= count << card
+	}
+}
+
+func (this *ColorCounter) Get(card byte) uint8 {
+	return uint8((*this >> (card >> 4) * 3) & 0x07)
+}
+
+type ValueCounter uint64
+
+func (this *ValueCounter) Set(cards []byte) {
+	//*this = 0
+	l := uint8(len(cards))
+	for i := uint8(0); i < l; i++ {
+		//0xF 是一个 十六进制数,表示 二进制的 1111,也就是 十进制的 15
+		card := (cards[i] & 0xF) * 3
+		count := ((*this >> card) & 0x07) + 1
+		*this &= ^(0x07 << card)
+		*this |= count << card
+	}
+}
+
+func (this *ValueCounter) Get(card byte) uint8 {
+	return uint8((*this >> (card & 0xF * 3)) & 0x07)
+}
+
+func ASort(arr []byte, start, end int8, counter *ValueCounter) {
+	if start < end {
+		i, j := start, end
+		card := arr[(start+end)/2]
+		key := card & 0xF
+		count := counter.Get(key)
+		for i <= j {
+			for (counter.Get(arr[i]&0xF) < count) || ((counter.Get(arr[i]&0xF) == count) && (arr[i])&0xF < key) {
+				i++
+			}
+			for (counter.Get(arr[j]&0xF) > count) || ((counter.Get(arr[j]&0xF) == count) && (arr[j])&0xF > key) {
+
+				j--
+			}
+			if i <= j {
+				arr[i], arr[j] = arr[j], arr[i]
+				i++
+				j--
+			}
+		}
+		if start < j {
+			ASort(arr, start, j, counter)
+		}
+		if end > i {
+			ASort(arr, i, end, counter)
+		}
+	}
+}

+ 22 - 0
app/rtc/api/internal/algorithm/sort_test.go

@@ -0,0 +1,22 @@
+package algorithm
+
+import "testing"
+
+func Test11Base(t *testing.T) {
+
+	cards := Cards{0x12, 0x03, 0x24, 0x35, 0x26, 0x17, 0x33}
+	var a ValueCounter
+	a.Set(cards)
+	ASort(cards, 0, int8(len(cards) -1), &a)
+
+	t.Logf("%#v ",cards)
+}
+func Test10Base(t *testing.T) {
+	arr := Cards([]byte{1, 2, 3, 4, 4, 5, 6})
+
+	arr.Shuffle()
+
+	t.Logf("%#v ", arr)
+
+	t.Logf("%#v ", arr)
+}

+ 139 - 0
app/rtc/api/internal/algorithm/tostring.go

@@ -0,0 +1,139 @@
+package algorithm
+
+import (
+	"fmt"
+	"strings"
+)
+
+func (c *Cards) Bytes() []byte {
+	b := make([]byte, len(*c))
+	copy(b, *c)
+	return b
+}
+
+func (c *Cards) Len() int {
+	return len(*c)
+}
+func (c *Cards) Take() byte {
+	card := (*c)[0]
+	(*c) = (*c)[1:]
+	return card
+}
+func (c *Cards) Append(cards ...byte) Cards {
+	cs := make([]byte, 0, len(cards)+len(*c))
+	cs = append(cs, (*c)...)
+	cs = append(cs, cards...)
+	return cs
+}
+
+func (c *Cards) Equal(cards []byte) bool {
+	if len(*c) != len(cards) {
+		return false
+	}
+	for k, v := range *c {
+		if cards[k] != v {
+			return false
+		}
+	}
+	return true
+}
+func Color(color byte) (char string) {
+	switch color {
+	case 0:
+		char = "♦"
+	case 1:
+		char = "♣"
+	case 2:
+		char = "♥"
+	case 3:
+		char = "♠"
+	}
+	return
+}
+
+func String2Num(c byte) (n byte) {
+	switch c {
+	case '2':
+		n = 2
+	case '3':
+		n = 3
+	case '4':
+		n = 4
+	case '5':
+		n = 5
+	case '6':
+		n = 6
+	case '7':
+		n = 7
+	case '8':
+		n = 8
+	case '9':
+		n = 9
+	case 'T':
+		n = 0xA
+	case 'J':
+		n = 0xB
+	case 'Q':
+		n = 0xC
+	case 'K':
+		n = 0xD
+	case 'A':
+		n = 0xE
+	}
+	return
+}
+func Num2String(n byte) (c byte) {
+	switch n {
+	case 2:
+		c = '2'
+	case 3:
+		c = '3'
+	case 4:
+		c = '4'
+	case 5:
+		c = '5'
+	case 6:
+		c = '6'
+	case 7:
+		c = '7'
+	case 8:
+		c = '8'
+	case 9:
+		c = '9'
+	case 0xA:
+		c = 'T'
+	case 0xB:
+		c = 'J'
+	case 0xC:
+		c = 'Q'
+	case 0xD:
+		c = 'K'
+	case 0xE:
+		c = 'A'
+	}
+	return
+}
+
+func (c *Cards) SetByString(str string) {
+	array := strings.Split(str, " ")
+	*c = make([]byte, len(array))
+	for k, v := range array {
+		(*c)[k] = String2Num(byte(v[0]))
+	}
+
+}
+func (c *Cards) String() (str string) {
+	for k, v := range *c {
+		color := Color(v)
+		value := Num2String(v)
+		str += string(color) + string(value)
+		if k < len(*c)-1 {
+			str += " "
+		}
+	}
+	return
+}
+
+func (c *Cards) Hex() string {
+	return fmt.Sprintf("%#v", *c)
+}

+ 21 - 0
app/rtc/api/internal/config/config.go

@@ -0,0 +1,21 @@
+package config
+
+import (
+	"github.com/zeromicro/go-queue/rabbitmq"
+	"github.com/zeromicro/go-zero/rest"
+	"github.com/zeromicro/go-zero/zrpc"
+)
+
+type Config struct {
+	rest.RestConf
+	JwtAuth struct {
+		AccessSecret string
+		AccessExpire int64
+	}
+	KqPusherConf struct {
+		Brokers []string
+		Topic   string
+	}
+	RabbitSenderConf  rabbitmq.RabbitSenderConf
+	UserCenterRpcConf zrpc.RpcClientConf
+}

+ 80 - 0
app/rtc/api/internal/game/client.go

@@ -0,0 +1,80 @@
+package game
+
+import (
+	"encoding/json"
+	"log"
+	"microGame/app/usercenter/cmd/api/internal/types"
+	"time"
+
+	"github.com/gorilla/websocket"
+)
+
+const (
+	writeWait      = 10 * time.Second
+	pongWait       = 60 * time.Second
+	pingPeriod     = (pongWait * 9) / 10
+	maxMessageSize = 512
+	BufSize        = 256
+)
+
+func (o *Player) ReadPump() {
+	defer func() {
+		o.SvcCtx.Hub.Unregister <- o
+		_ = o.Conn.Close()
+	}()
+	o.Conn.SetReadLimit(maxMessageSize)
+	_ = o.Conn.SetReadDeadline(time.Now().Add(pongWait))
+	o.Conn.SetPongHandler(func(string) error { _ = o.Conn.SetReadDeadline(time.Now().Add(pongWait)); return nil })
+	for {
+		_, message, err := o.Conn.ReadMessage()
+		if err != nil {
+			if websocket.IsUnexpectedCloseError(err, websocket.CloseGoingAway, websocket.CloseAbnormalClosure) {
+				log.Printf("-- 连接出错 => error: %v", err)
+			}
+			break
+		}
+		if err = json.Unmarshal(message, &types.WSMessage{}); err != nil {
+			log.Printf("-- 消息解析出错 => message: %v", string(message))
+			_ = o.Conn.Close()
+			break
+		}
+		o.SvcCtx.Hub.Broadcast <- message
+	}
+}
+
+func (o *Player) WritePump() {
+	ticker := time.NewTicker(pingPeriod)
+	defer func() {
+		ticker.Stop()
+		_ = o.Conn.Close()
+	}()
+
+	for {
+		select {
+		case message, ok := <-o.Send:
+
+			err := o.Conn.SetWriteDeadline(time.Now().Add(writeWait))
+			if !ok || err != nil {
+				_ = o.Conn.WriteMessage(websocket.CloseMessage, []byte{})
+				return
+			}
+
+			w, err := o.Conn.NextWriter(websocket.TextMessage)
+			if err != nil {
+				return
+			}
+			_, _ = w.Write(message)
+
+			if err := w.Close(); err != nil {
+				return
+			}
+		case <-ticker.C:
+			if err := o.Conn.SetWriteDeadline(time.Now().Add(writeWait)); err != nil {
+				return
+			}
+			if err := o.Conn.WriteMessage(websocket.PingMessage, nil); err != nil {
+				return
+			}
+		}
+	}
+}

+ 21 - 0
app/rtc/api/internal/game/constan.go

@@ -0,0 +1,21 @@
+package game
+
+const (
+	MaxN     = 10
+	MaxLevel = 40
+	Timeout  = 10 // 下注超时
+)
+
+const (
+	Agent_Login = "LoginAgent" // 登录
+	Agent_New   = "NewAgent"   // 新建链接
+	Agent_Close = "CloseAgent" //链接关闭
+)
+
+const (
+	BET_CALL  = "call"  //跟注:等于单注额 (call)
+	BET_FOLD  = "fold"  //弃牌: <0 (fold)
+	BET_CHECK = "check" //看注:= 0 表示看注 (check)
+	BET_RAISE = "raise" //加注:大于单注额 (raise)
+	BET_ALLIN = "allin" //全押:等于玩家手中所有筹码 (allin)
+)

+ 470 - 0
app/rtc/api/internal/game/game_rule.go

@@ -0,0 +1,470 @@
+package game
+
+import (
+	"context"
+	"github.com/davy66666/poker-go/src/github.com/golang/glog"
+	"github.com/zeromicro/go-zero/core/logc"
+	"microGame/app/usercenter/cmd/api/internal/algorithm"
+	"microGame/app/usercenter/cmd/api/internal/types"
+	"microGame/app/usercenter/model"
+	"microGame/pkg/result"
+)
+
+func (r *Room) startDelay(startDelay *startDelay) {
+	if startDelay.kind == 0 {
+		r.start()
+	}
+}
+
+func (r *Room) start() {
+	ctx := context.Background()
+	if r.status == RUNNING {
+		return
+	}
+
+	// 初始化游戏状态
+	if !r.initializeGame(ctx) {
+		return
+	}
+
+	// 游戏主流程
+	if r.playRounds() {
+		//r.showdown()
+	}
+
+	// 结束游戏并准备下一局
+	r.finishGame()
+}
+
+// 初始化游戏状态
+func (r *Room) initializeGame(ctx context.Context) bool {
+	// 选择庄家
+	dealer := r.selectDealer(ctx)
+	if dealer == nil {
+		return false
+	}
+
+	// 重置游戏状态
+	r.resetGameState()
+
+	// 筛选有效玩家
+	activePlayers := r.filterActivePlayers()
+	if len(activePlayers) < 2 {
+		logc.Info(ctx, "有效玩家 < 2")
+		return false
+	}
+
+	r.status = RUNNING
+	r.Cards.Shuffle()
+	return true
+}
+
+func (r *Room) selectDealer(ctx context.Context) *Player {
+	if len(r.Players) == 0 {
+		logc.Errorf(ctx, "selectDealer失败: %v", "0")
+		return nil
+	}
+	button := r.Button
+	volume := r.Cap() // 关键修改点:转换 uint8 -> int
+
+	// 遍历找到下一个有效的玩家作为庄家
+	for i := uint8(0); i < volume; i++ {
+		idx := (button + i) % volume
+		if r.Players[idx] != nil && r.Players[idx].IsGaming() {
+			r.Button = r.Players[idx].Pos
+			return r.Players[idx]
+		}
+	}
+
+	return nil
+}
+
+// 重置游戏状态
+func (r *Room) resetGameState() {
+	r.remain = 0
+	r.allin = 0
+}
+
+// 筛选有效玩家
+func (r *Room) filterActivePlayers() []*Player {
+	var activePlayers []*Player
+
+	r.Each(0, func(o *Player) bool {
+		if o.chips < r.BB || o.IsOffline() {
+			o.SetSitDown()
+			return true
+		}
+		o.SetGaming()
+		activePlayers = append(activePlayers, o)
+		return true
+	})
+
+	return activePlayers
+}
+
+// 游戏主流程
+func (r *Room) playRounds() bool {
+	dealer := r.getPlayerAtPosition(r.Button)
+	if dealer == nil {
+		logc.Errorf(context.Background(), "getPlayerAtPosition 失败: %v", "0")
+		return false
+	}
+
+	// 设置盲注位置
+	sb, bb := r.setBlinds(dealer)
+
+	// 通报庄家
+	r.WriteMsg(&types.Button{Uid: dealer.Uid})
+
+	// 下盲注
+	r.postBlinds(sb, bb)
+
+	// 进行各轮下注
+	if !r.playRound("PreFlop", func(o *Player) {
+		o.cards = algorithm.Cards{r.Cards.Take(), r.Cards.Take()}
+		kind, _ := algorithm.De(o.cards.GetType())
+		o.WriteMsg(result.WSSuccess("PreFlop", &types.PreFlop{
+			Cards: o.cards.Bytes(),
+			Kind:  kind,
+		}))
+	}, result.WSSuccess("PreFlopCard", &types.PreFlop{})) {
+		return false
+	}
+
+	// Flop 回合
+	r.Cards = algorithm.Cards{r.Cards.Take(), r.Cards.Take(), r.Cards.Take()}
+	if !r.playRound("Flop", func(o *Player) {
+		cs := r.Cards.Append(o.cards...)
+		kind, _ := algorithm.De(cs.GetType())
+		o.WriteMsg(result.WSSuccess("Flop", &types.Flop{
+			Cards: cs.Bytes(),
+			Kind:  kind,
+		}))
+
+	}, result.WSSuccess("FlopCard", &types.Flop{Cards: r.Cards.Bytes()})) {
+		return false
+	}
+
+	// Turn 回合
+	r.Cards = r.Cards.Append(r.Cards.Take())
+	if !r.playRound("Turn", func(o *Player) {
+		cs := r.Cards.Append(o.cards...)
+		kind, _ := algorithm.De(cs.GetType())
+		o.WriteMsg(result.WSSuccess("Turn", &types.Turn{
+			Card: r.Cards[3],
+			Kind: kind,
+		}))
+	}, result.WSSuccess("TurnCard", &types.Turn{Card: r.Cards[3]})) {
+		return false
+	}
+
+	// River 回合
+	r.Cards = r.Cards.Append(r.Cards.Take())
+	if !r.playRound("River", func(o *Player) {
+		cs := r.Cards.Append(o.cards...)
+		value := cs.GetType()
+		kind, _ := algorithm.De(value)
+		o.WriteMsg(result.WSSuccess("River", &types.River{
+			Card: r.Cards[4],
+			Kind: kind,
+		}))
+		o.HandValue = value
+	}, result.WSSuccess("RiverCard", &types.River{Card: r.Cards[4]})) {
+		return false
+	}
+
+	return true
+}
+
+// 通用回合处理
+func (r *Room) playRound(roundName string, playerAction func(*Player), broadcastMsg interface{}) bool {
+	r.ready()
+
+	// 执行玩家特定动作
+	r.Each(0, func(o *Player) bool {
+		if o.IsGaming() {
+			playerAction(o)
+		}
+		return true
+	})
+
+	// 广播消息
+	r.Broadcast(broadcastMsg, false)
+
+	// 下注行动 后期有可能调整 翻牌前(PreFlop):大盲左侧玩家(UTG)先行动,大盲最后行动 下注顺序仍是 顺时针 依次进行
+	r.action(0)
+
+	if roundName != "River" {
+		if r.remain <= 1 {
+			logc.Errorf(context.Background(), "playRound remain <= 1 失败: %v", r.remain)
+			return false
+		}
+
+		r.calc()
+	}
+
+	return true
+}
+
+// 设置盲注位置
+func (r *Room) setBlinds(dealer *Player) (*Player, *Player) {
+	sb := r.next(dealer.Pos)
+	if r.countActivePlayers() == 2 { // 单挑情况
+		sb = dealer
+	}
+
+	bb := r.next(sb.Pos)
+	return sb, bb
+}
+
+// 下盲注
+func (r *Room) postBlinds(sb, bb *Player) {
+	r.betting(sb, int32(r.SB))
+	r.betting(bb, int32(r.BB))
+}
+
+// 结算阶段
+func (r *Room) finishGame() {
+	r.showdown()
+	showdown := &types.Showdown{}
+
+	for _, o := range r.Players {
+		if o != nil && o.IsGaming() {
+			o.SetSitDown()
+
+			item := &types.ShowdownItem{
+				Uid:      o.Uid,
+				ChipsWin: r.Chips[o.Pos-1],
+				Chips:    o.chips,
+			}
+			showdown.Showdown = append(showdown.Showdown, item)
+		}
+	}
+	r.Broadcast(result.WSSuccess("finish", showdown), true)
+	//sbPos, bbPos := r.getBlindPositions()
+	//r.Info(sbPos, bbPos)
+	//清空所有投注 进行下一步
+	for i := range r.Chips {
+		r.Chips[i] = 0
+	}
+	r.status = GAMEOVER
+}
+
+// 辅助方法
+func (r *Room) countActivePlayers() int {
+	count := 0
+	r.Each(0, func(o *Player) bool {
+		if o.IsGaming() {
+			count++
+		}
+		return true
+	})
+	return count
+}
+
+func (r *Room) getPlayerAtPosition(pos uint8) *Player {
+	var player *Player
+	r.Each(pos, func(o *Player) bool {
+		player = o
+		return false
+	})
+	return player
+}
+
+func (r *Room) getBlindPositions() (uint8, uint8) {
+	dealer := r.getPlayerAtPosition(r.Button)
+	if dealer == nil {
+		return 0, 0
+	}
+
+	sb := r.next(dealer.Pos)
+	if r.countActivePlayers() == 2 {
+		sb = dealer
+	}
+
+	bb := r.next(sb.Pos)
+	return sb.Pos, bb.Pos
+}
+
+func (r *Room) calc() (pots []handPot) {
+	// 每一轮一次
+	pots = calcPot(r.Chips)
+	r.Pot = r.Pot[:]
+	var ps []uint32
+	for _, pot := range pots {
+		// r.Pot 总共四轮下注 存四轮结果
+		r.Pot = append(r.Pot, pot.Pot)
+		ps = append(ps, pot.Pot)
+	}
+
+	r.Broadcast(result.WSSuccess("calc", &types.Pot{Pot: ps}), true)
+
+	return
+}
+
+func (r *Room) action(pos uint8) {
+	//
+	if r.allin+1 >= r.remain {
+		return
+	}
+	var skip uint8
+	if pos == 0 { // start from left hand of button
+		pos = (r.Button)%r.Cap() + 1
+	}
+
+	for {
+		var raised uint8
+		r.Each(pos-1, func(o *Player) bool {
+			if r.remain <= 1 {
+				return false
+			}
+			if o.Pos == skip || o.chips == 0 {
+				return true
+			}
+			//r.WriteMsg(&types.BetPrompt{})
+			r.WriteMsg(result.WSSuccess("betPrompt", &types.BetPrompt{}))
+			n := o.GetAction(r.Timeout)
+			if r.remain <= 1 {
+				return false
+			}
+			if r.betting(o, n) {
+				raised = o.Pos
+				return false
+			}
+			return true
+		})
+		if raised == 0 {
+			break
+		}
+		pos = raised
+		skip = pos
+	}
+}
+
+func (r *Room) ready() {
+	r.Bet = 0
+	r.Each(0, func(o *Player) bool {
+		o.Bet = 0
+		o.waitAction = false
+		r.remain++
+		o.HandValue = 0
+		return true
+	})
+}
+
+// 比牌 只有单个 goroutine 访问 map(无论是读还是写)不需要加锁
+func (r *Room) showdown() {
+	pots := r.calc()
+	// Reset all chips
+	for i := range r.Chips {
+		r.Chips[i] = 0
+	}
+	for _, pot := range pots {
+		//var maxO *Player
+		maxHandValue := uint32(0)
+		for _, pos := range pot.OPos {
+			o := r.Players[pos-1]
+			// 一定要判断正在游戏中 要不然有可能用户牌最大 但是已经弃牌了
+			if o != nil && len(o.cards) > 0 && o.IsGaming() {
+				if o.HandValue > maxHandValue {
+					maxHandValue = o.HandValue
+				}
+			}
+		}
+
+		if maxHandValue == 0 {
+			glog.Errorln("no eligible players with cards in pot")
+			continue
+		}
+
+		var winners []uint8
+
+		for _, pos := range pot.OPos {
+			o := r.Players[pos-1]
+			if o != nil && o.HandValue == maxHandValue && o.IsGaming() {
+				winners = append(winners, o.Pos)
+			}
+		}
+
+		if len(winners) == 0 {
+			glog.Errorln("!!!no winners!!!")
+			return
+		}
+		share := pot.Pot / uint32(len(winners))
+		remainder := pot.Pot % uint32(len(winners))
+		for _, winner := range winners {
+			r.Chips[winner-1] += share
+		}
+		r.Chips[winners[0]-1] += remainder // odd chips to first winner
+	}
+	for i, chips := range r.Chips {
+		if r.Players[i] != nil {
+			r.Players[i].chips += chips
+		}
+	}
+}
+
+func (r *Room) betting(o *Player, n int32) (raised bool) {
+	if n > int32(o.chips) || // 手上筹码不足
+		(n == 0 && o.Bet != r.Bet) || // 让牌
+		(n > 0 && n != int32(o.chips) && ((n + int32(o.Bet)) < int32(r.Bet))) {
+		// glog.Errorf("下注筹码不合法!!! n:%d  p.Bet:%d  p.Chips:%d  t.Bet:%d", n, o.Bet, o.chips, r.Bet)
+		logc.Errorf(context.Background(), "下注筹码不合法!!! n:%d  p.Bet:%d  p.Chips:%d  t.Bet:%d", n, o.Bet, o.chips, r.Bet)
+		return
+	}
+
+	value := n
+	actionName := ""
+	// 处理特殊情况:n < 0 或 n == 0
+	if n < 0 {
+		actionName = model.BET_FOLD
+		n = 0
+		r.remain--
+		o.SetSitDown()
+	} else if n == 0 {
+		actionName = model.BET_CHECK
+	} else {
+		// 处理下注逻辑
+		if uint32(n)+o.Bet <= r.Bet {
+			actionName = model.BET_CALL
+		} else {
+			actionName = model.BET_RAISE
+			r.Bet = o.Bet
+			raised = true
+		}
+		// 更新筹码和下注
+		o.chips -= uint32(n)
+		o.Bet += uint32(n)
+	}
+
+	// 处理 allin 逻辑
+	if o.chips == 0 {
+		r.allin++
+		actionName = model.BET_ALLIN
+	}
+
+	r.Chips[o.Pos-1] += uint32(n)
+
+	//r.Broadcast(&types.BetBroadcast{
+	//	Uid:   o.Uid,
+	//	Kind:  actionName,
+	//	Value: value,
+	//}, true)
+
+	r.Broadcast(result.WSSuccess("bet", &types.BetBroadcast{
+		Uid:   o.Uid,
+		Kind:  actionName,
+		Value: value,
+	}), true)
+	return
+}
+
+func (r *Room) next(pos uint8) *Player {
+	volume := r.Cap()
+	for i := (pos) % volume; i != pos-1; i = (i + 1) % volume {
+		if r.Players[i] != nil && r.Players[i].IsGaming() {
+			return r.Players[i]
+		}
+	}
+	return nil
+}

+ 292 - 0
app/rtc/api/internal/game/hub.go

@@ -0,0 +1,292 @@
+package game
+
+import (
+	"encoding/json"
+	"fmt"
+	"log"
+	"microGame/app/usercenter/cmd/api/internal/types"
+	"microGame/pkg/common"
+	"microGame/pkg/result"
+	"sync"
+	"time"
+)
+
+// Hub maintains the set of active Players and broadcasts messages to the Players.
+type Hub struct {
+	Rooms      map[int64]*Room   // 保存所有连接实例
+	Players    map[int64]*Player // 保存所有连接实例
+	Broadcast  chan []byte       // 消息存放在这里
+	Register   chan *Player
+	Unregister chan *Player
+	Mutex      sync.Mutex // 并发安全锁
+}
+
+func NewHub() *Hub {
+	return &Hub{
+		Broadcast:  make(chan []byte),
+		Register:   make(chan *Player),
+		Unregister: make(chan *Player),
+		Rooms:      make(map[int64]*Room),
+		Players:    make(map[int64]*Player),
+	}
+}
+
+func (r *Hub) Run() {
+	// 启动调度任务
+	//go r.GoCronRoom(3 * time.Second)
+	for {
+		select {
+		case player := <-r.Register:
+			r.handleRegister(player)
+
+		case player := <-r.Unregister:
+			r.handleUnregister(player)
+
+		case message := <-r.Broadcast:
+			r.handleBroadcast(message)
+		}
+	}
+}
+
+// 处理用户注册逻辑 此处仅仅记录所有的长连接用户
+func (r *Hub) handleRegister(o *Player) {
+	if _, ok := r.Players[o.Uid]; !ok {
+		r.Players[o.Uid] = o
+	}
+	o.WriteMsg(result.WSSuccess("register", types.MSG_SUCCESS))
+	fmt.Printf("Player %d registered in Players", o.Uid)
+}
+
+// 处理用户注销逻辑
+func (r *Hub) handleUnregister(p *Player) {
+	if r.removePlayerFromRoom(p.Uid, p.RoomId) {
+		close(p.Send)
+		close(p.actions)
+	}
+	r.tellUserLeave(p)
+	fmt.Printf("Player %d unregistered from Room %d\n", p.Uid, p.RoomId)
+}
+
+// 处理消息广播逻辑
+func (r *Hub) handleBroadcast(message []byte) {
+	d := &types.WSMessage{}
+	if err := json.Unmarshal(message, d); err != nil {
+		fmt.Printf("Failed to unmarshal message: %v\n", err)
+		return
+	}
+
+	switch d.Type {
+	case "join":
+		//判断游戏是否开始,如果游戏已经开始 用户进入观察者组;如果没开始 用户直接进入room
+		room, code := r.addPlayerToRoom(d)
+		if code == 200 {
+			room.startGame()
+		}
+
+	case "leave":
+		r.removePlayerFromRoom(d.Uid, d.Rid)
+		log.Printf("玩家/观察者 %d 退出", d.Uid)
+
+	case "destroy":
+		r.destroyRoom(d.Rid)
+		log.Printf("玩家/观察者 %d 退出", d.Uid)
+
+	case "bet":
+		room, exists := r.Rooms[d.Rid]
+		if exists {
+			room.bet(d, r.Players[d.Uid])
+		}
+		log.Printf("玩家下注 %d 退出", d.Uid)
+	case "sitDown":
+		room, exists := r.Rooms[d.Rid]
+		if exists {
+			room.sitDown(d, r.Players[d.Uid])
+		}
+	case "standUp":
+		room, exists := r.Rooms[d.Rid]
+		if exists {
+			room.standUp(d, r.Players[d.Uid])
+		}
+	default:
+		log.Println("未知消息类型:", d.Type)
+	}
+
+}
+
+// 将玩家添加到房间
+func (r *Hub) addPlayerToRoom(d *types.WSMessage) (*Room, int) {
+	r.Mutex.Lock()
+	o, ok := r.Players[d.Uid]
+	if !ok {
+		r.Mutex.Unlock()
+		log.Printf("观察者 %s 加入房间", o.Username)
+		return nil, -1000
+	}
+	room, exists := r.Rooms[d.Rid]
+	if !exists {
+		room = NewRoom(9, SB, BB, CHIPS, Timeout)
+		r.Rooms[d.Rid] = room
+	}
+	r.Mutex.Unlock()
+	//加入房间之前先判断房间是否已经满了
+	if room.Len() >= room.Cap() {
+		o.WriteMsg(result.WSError("register", types.MSG_ROOM_FULL, -1001))
+		return nil, -1001
+	}
+	joinRoom := &types.JoinRoom{Uid: d.Uid, RoomNumber: r.Rooms[d.Rid].RoomNumber, RoomPwd: ""}
+	res := room.joinRoom(joinRoom, o)
+	if !res {
+		return nil, -1002
+	}
+
+	return room, 200
+}
+
+// 从房间移除玩家
+func (r *Hub) removePlayerFromRoom(uid int64, rid int64) bool {
+	r.Mutex.Lock()
+	defer r.Mutex.Unlock()
+
+	p, ok := r.Players[uid]
+	if !ok {
+		r.Mutex.Unlock()
+		log.Printf("从房间移除玩家 %s", p.Username)
+		return false
+	}
+	room, exists := r.Rooms[rid]
+	if !exists {
+		return false
+	}
+	p.RoomId = 0
+	room.removePlayer(p)
+	room.removeObserve(p)
+	return true
+}
+
+// CreateRoom 创建房间
+func (r *Hub) CreateRoom(uid int64) *Room {
+	r.Mutex.Lock()
+	defer r.Mutex.Unlock()
+	p, ok := r.Players[uid]
+	if !ok {
+		return nil
+	}
+	room, exists := r.Rooms[p.RoomId]
+	if !exists {
+		room = NewRoom(9, SB, BB, CHIPS, Timeout)
+		r.Rooms[p.RoomId] = room
+		p.RoomId = room.Rid
+		fmt.Printf("房间 %d 创建成功\n", p.RoomId)
+		return room
+	}
+	fmt.Printf("房间 %d 已存在\n", p.RoomId)
+	go room.startGame()
+	return room
+}
+
+// GoCronRoom  启动房间 Goroutine
+func (r *Hub) GoCronRoom(tickerInterval time.Duration) {
+	ticker := time.NewTicker(tickerInterval)
+	defer ticker.Stop()
+	for {
+		select {
+		case <-ticker.C:
+			r.checkAndStartRooms()
+		}
+	}
+}
+
+func (r *Hub) checkAndStartRooms() {
+	r.Mutex.Lock()
+	rooms := make(map[int64]*Room, len(r.Rooms))
+	for rid, v := range r.Rooms {
+		rooms[rid] = v
+	}
+	r.Mutex.Unlock()
+
+	for rid, room := range rooms {
+		if room == nil || room.isEmpty() {
+			r.destroyRoom(rid) // 清理无效或空房间
+			continue
+		}
+
+		// 防止重复启动
+		if room.isRunning {
+			continue
+		}
+
+		// 标记房间正在运行
+		room.isRunning = true
+
+		go common.RunWithRecover(func() {
+			room.startGame()
+		})
+	}
+}
+
+// **destroyRoom**: 房间销毁时调用
+func (r *Hub) destroyRoom(roomID int64) {
+	//如果房间中游戏正在进行中 不允许销毁房间
+	r.Mutex.Lock()
+	room, exists := r.Rooms[roomID]
+	if !exists {
+		r.Mutex.Unlock()
+		return
+	}
+	if room.status == 1 {
+		r.Mutex.Unlock()
+		return
+	}
+	// 关闭房间,通知 Goroutine 退出
+	room.CloseRoomChannel()
+	delete(r.Rooms, roomID) // 从 Hub 中删除
+	r.Mutex.Unlock()
+
+	log.Printf("房间 %d 已销毁\n", roomID)
+}
+
+// GetRoom 获取房间
+func (r *Hub) GetRoom(roomID int64) *Room {
+	if room, exists := r.Rooms[roomID]; exists {
+		return room
+	}
+	return nil
+}
+
+// DeleteRoom 删除房间
+func (r *Hub) DeleteRoom(roomID int64) {
+	r.Mutex.Lock()
+	defer r.Mutex.Unlock()
+	delete(r.Rooms, roomID)
+}
+
+// 用户离开 广播给所有其他会员用户离开
+func (r *Hub) tellUserLeave(o *Player) {
+	r.Mutex.Lock()
+	room, exists := r.Rooms[o.RoomId]
+	r.Mutex.Unlock() // 提前释放锁,避免阻塞
+
+	if !exists {
+		o.WriteMsg(result.WSSuccess("register", types.MSG_NOT_IN_ROOM))
+		return
+	}
+	// 构造广播消息
+	msg := &types.WSMessage{
+		Type: "leave",
+		Data: "",
+		Uid:  100,
+		Rid:  100,
+	}
+
+	// 发送广播
+	room.Broadcast(result.WSSuccess("leave", msg), true, 100)
+
+}
+
+//func (r *Hub) getMapKeys(m map[int64]*Player) []int64 {
+//	keys := make([]int64, 0, len(m))
+//	for k := range m {
+//		keys = append(keys, k)
+//	}
+//	return keys
+//}

+ 184 - 0
app/rtc/api/internal/game/player.go

@@ -0,0 +1,184 @@
+package game
+
+import (
+	"encoding/json"
+	"errors"
+	"github.com/davy66666/poker-go/src/github.com/dolotech/leaf/gate"
+	"github.com/gorilla/websocket"
+	"microGame/app/usercenter/cmd/api/internal/algorithm"
+	"microGame/app/usercenter/cmd/api/internal/svc"
+	"microGame/app/usercenter/model/user"
+	"sync"
+	"time"
+)
+
+const (
+	PlayerStatusInGame  int32 = 3
+	PlayerStatusOffline int32 = 1
+	PlayerStatusObserve int32 = 2
+	PlayerStatusSitDown int32 = 0
+)
+
+type Player struct {
+	*user.User
+	SvcCtx *svc.ServiceContext
+	mu     sync.Mutex
+	Conn   *websocket.Conn
+	Send   chan []byte
+	cards  algorithm.Cards
+	Pos    uint8 // 玩家座位号,从1开始
+	status int32 // 1为离线状态
+
+	Bet        uint32 // 当前下注
+	actions    chan int32
+	IsFolded   bool // 是否弃牌
+	IsAllIn    bool // 是否全押
+	waitAction bool
+
+	chips     uint32 // 带入的筹码
+	HandValue uint32 //手里的牌
+}
+
+func (o *Player) SetAction(n int32) error {
+	if o.waitAction {
+		o.actions <- n
+		return nil
+	}
+	return errors.New("not your action")
+}
+func (o *Player) GetAction(timeout time.Duration) int32 {
+	timer := time.NewTimer(timeout)
+	o.waitAction = true
+	select {
+	case n := <-o.actions:
+		timer.Stop()
+		o.waitAction = false
+		return n
+	case <-timer.C:
+		o.waitAction = false
+		timer.Stop()
+		return -1 // 超时弃牌
+	}
+}
+func (o *Player) SetPos(pos uint8) {
+	o.Pos = pos
+}
+func (o *Player) GetPos() uint8 {
+	return o.Pos
+}
+func (o *Player) GetUid() int64 {
+	return o.Uid
+}
+func (o *Player) WriteMsg(msg interface{}) {
+	if o.status != PlayerStatusOffline {
+		data, err := json.Marshal(msg)
+		if err != nil {
+			return // 适当处理错误
+		}
+		o.Send <- data
+	}
+}
+
+func (o *Player) SetObserve() {
+	o.status = PlayerStatusObserve
+}
+
+func (o *Player) IsObserve() bool {
+	return o.status == PlayerStatusObserve
+}
+
+func (o *Player) SetOffline() {
+	o.status = PlayerStatusOffline
+}
+
+func (o *Player) IsOffline() bool {
+	return o.status == PlayerStatusOffline
+}
+
+func (o *Player) SetSitDown() {
+	o.status = PlayerStatusSitDown
+}
+
+func (o *Player) IsShutdown() bool {
+	return o.status == PlayerStatusSitDown
+}
+
+func (o *Player) SetGaming() {
+	o.status = PlayerStatusInGame
+}
+
+func (o *Player) IsGaming() bool {
+	return o.status == PlayerStatusInGame
+}
+
+func (o *Player) Replace(value *Player) {
+	o.Pos = value.Pos
+	o.cards = value.cards
+}
+
+func NewPlayer(data *user.User, conn gate.Agent) *Player {
+	o := &Player{
+		//Agent:   conn,
+		actions: make(chan int32),
+	}
+	return o
+}
+
+//德州扑克分为以下几个阶段:
+//Pre-flop:玩家手牌阶段。
+//Flop:翻三张公共牌。玩法
+//Turn:翻第四张公共牌。
+//River:翻第五张公共牌。
+//结算:根据牌型确定胜负。
+
+//过牌(Check):在没有人下注的情况下,选择不下注。
+//下注(Bet):如果没有人下注,可以选择下注一定金额。
+//跟注(Call):匹配其他玩家的下注金额。
+//加注(Raise):在跟注的基础上再增加下注金额。
+//弃牌(Fold):放弃继续参与该手牌。
+
+// HandleMessage 玩家提交下注数据
+// 有四种下注方式,下注数分别对应为:
+// 弃牌: <0 (fold)
+// 跟注:等于单注额 (call)
+// 看注:= 0 表示看注 (check)
+// 加注:大于单注额 (raise)
+// // 全押:等于玩家手中所有筹码 (allin)
+//func (o *Player) handlePlayerAction(player *Player, action string, amount int, gameState *GameState) {
+//	switch action {
+//	case "bet":
+//		player.CurrentBet += amount
+//		player.Chips -= amount
+//		gameState.Pot += amount
+//		if player.CurrentBet > gameState.CurrentBet {
+//			gameState.CurrentBet = player.CurrentBet
+//		}
+//	case "fold":
+//		player.IsFolded = true
+//	case "all-in":
+//		player.IsAllIn = true
+//		gameState.Pot += player.Chips
+//		player.CurrentBet += player.Chips
+//		player.Chips = 0
+//	}
+//
+//	if shouldDealCards(gameState) {
+//		nextPhase(gameState)
+//	}
+//}
+//func nextPhase(gameState *GameState) {
+//	switch gameState.Phase {
+//	case "pre-flop":
+//		gameState.Phase = "flop"
+//		dealCommunityCards(gameState, 3)
+//	case "flop":
+//		gameState.Phase = "turn"
+//		dealCommunityCards(gameState, 1)
+//	case "turn":
+//		gameState.Phase = "river"
+//		dealCommunityCards(gameState, 1)
+//	case "river":
+//		gameState.Phase = "showdown"
+//		determineWinner(gameState)
+//	}
+//}

+ 69 - 0
app/rtc/api/internal/game/pot.go

@@ -0,0 +1,69 @@
+package game
+
+import (
+	"sort"
+)
+
+type handBet struct {
+	Pos uint8
+	Bet uint32
+}
+
+type handBets []handBet
+
+func (p handBets) Len() int {
+	return len(p)
+}
+
+func (p handBets) Less(i, j int) bool {
+	return p[i].Bet < p[j].Bet
+}
+
+func (p handBets) Swap(i, j int) {
+	p[i], p[j] = p[j], p[i]
+}
+
+type handPot struct {
+	Pot  uint32
+	OPos []uint32
+}
+
+// 因为每个人手中的筹码量会不时的产生变化,当出现多个筹码量不等的玩家“全下(ALL-IN)”争夺底池的时候就会出现多个奖池,
+// 这时候底池将分出主池和边池,主池里的筹码可 由任何一位争夺者胜利后将其拿走,其后每个边池将分别由参与者按牌型大小分别拿走。
+// 举个例子,假如发到河牌后共有三个人争夺底池,三人分别用ABC代替,
+// 假设A玩家手中有60,B手中有80,C手中有100。三人ALL-IN后则先把每人的筹码划分成:
+// A玩家60;B玩家60+20;C玩家60+20+20,然后分出底池:
+// 主池 由60乘以三个人(A+B+C)形成一个堆,总额为180;
+// 边池一 由20乘以剩下的两个人(B+C)多出的部分为一个堆,总额为40;
+// 边池二 由筹码最多者C的多出的部分20单独组成一个堆,总额为20。
+// 现在三个底池形成了,然后分别按照牌型的大小来决定谁拿走哪个底池……
+// 首先,主池可以由三人中的任何一人得到胜利都可以拿走;
+// 但是边池一的争夺就只能在B与C之间产生,两人谁赢谁拿走,与A无关(就算A玩家的牌最大也只能拿走他参与的主池)。
+// 而最后剩下的边池二不论三人谁输谁赢都只能由C拿走,因为边池二里的筹码只有C自己参与了,与其他人无关。
+func calcPot(bets []uint32) (pots []handPot) {
+	var obs handBets
+	for i, bet := range bets {
+		if bet > 0 {
+			obs = append(obs, handBet{Pos: uint8(i) + 1, Bet: bet})
+		}
+	}
+
+	// 按下注金额升序排序
+	sort.Sort(obs)
+
+	// 计算奖池
+	for i, ob := range obs {
+		if ob.Bet > 0 {
+			s := obs[i:]
+			numPlayers := uint32(len(s))
+			hpot := handPot{Pot: ob.Bet * numPlayers}
+			//hpot := handPot{Pot: ob.Bet * uint32(len(s))}
+			for j := range s {
+				s[j].Bet -= ob.Bet
+				hpot.OPos = append(hpot.OPos, uint32(s[j].Pos))
+			}
+			pots = append(pots, hpot)
+		}
+	}
+	return
+}

+ 21 - 0
app/rtc/api/internal/game/pot_test.go

@@ -0,0 +1,21 @@
+package game
+
+import "testing"
+
+func Test_Pot(t *testing.T) {
+	bets := []uint32{60, 80, 90, 0, 0, 0, 0, 0, 0}
+	res := calcPot(bets)
+	//[{180 [1 2 3]} {40 [2 3]} {10 [3]}]
+	t.Log(res)
+
+	bets = []uint32{60, 60, 60, 0, 0, 0, 0, 0, 0}
+	res = calcPot(bets)
+	//[{180 [1 2 3]}]
+	t.Log(res)
+
+	a := []byte{}
+
+	a = nil
+	t.Log(len(a))
+
+}

+ 358 - 0
app/rtc/api/internal/game/room.go

@@ -0,0 +1,358 @@
+package game
+
+import (
+	"fmt"
+	"github.com/davy66666/poker-go/src/server/protocol"
+	"log"
+	"microGame/app/usercenter/cmd/api/internal/algorithm"
+	"microGame/app/usercenter/model/room"
+	"microGame/pkg/common"
+	"microGame/pkg/result"
+	"sync"
+	"time"
+)
+
+var once sync.Once
+
+const (
+	RUNNING  uint8  = 1
+	GAMEOVER uint8  = 0
+	SB       uint32 = 0
+	BB       uint32 = 0
+	CHIPS    uint32 = 1000
+)
+
+type Room struct {
+	*room.Room
+	Rid         int64
+	Mutex       sync.Mutex // 并发安全锁
+	Players     []*Player
+	observes    []*Player // 站起的玩家
+	AutoSitDown []*Player // 自动坐下队列
+	Phase       string    // 当前阶段(pre-flop, flop, turn, river, showdown)
+	remain      int
+	allin       int
+	n           uint8
+	status      uint8           //游戏是否进行中0:game over, 1:running
+	isRunning   bool            //判断goroutine是否已经启动
+	SB          uint32          // 小盲注
+	BB          uint32          // 大盲注
+	Cards       algorithm.Cards // 公共牌
+	Pot         []uint32        // 奖池筹码数, 第一项为主池,其他项(若存在)为边池
+	Timeout     time.Duration   // 倒计时超时时间(秒)
+	Button      uint8           // 当前庄家座位号,从1开始
+	Chips       []uint32        // 玩家本局下注的总筹码数,与Players一一对应
+	Bet         uint32          // 当前回合 上一玩家下注额
+	Max         uint8           // 房间最大玩家人数
+	MaxChips    uint32
+	MinChips    uint32
+	Done        chan struct{} //销毁room 退出goroutine
+	NextRound   chan struct{} // 游戏自动开始
+}
+
+func NewRoom(max uint8, sb, bb uint32, chips uint32, timeout uint8) *Room {
+	if max <= 0 || max > 9 {
+		max = 9 // default 9 Players
+	}
+
+	r := &Room{
+		Chips:   make([]uint32, max),
+		Players: make([]*Player, max),
+		Pot:     make([]uint32, 0, max),
+		Timeout: time.Second * time.Duration(timeout),
+		SB:      sb,
+		BB:      bb,
+		Max:     max,
+		Done:    make(chan struct{}),
+	}
+	//room入库记录room 生成room id
+	return r
+}
+
+type startDelay struct {
+	kind uint8
+}
+
+func (r *Room) New(m interface{}) *Room {
+	if msg, ok := m.(*protocol.JoinRoom); ok {
+		if len(msg.RoomNumber) == 0 {
+			//r := room.FindRoom()
+			//return r
+		}
+		//数据库查询room 如果存在直接返回
+		//r := room.GetRoom(msg.RoomNumber)
+		//if r != nil {
+		//	//return r
+		//}
+		//room.Insert()
+		return NewRoom(9, SB, BB, CHIPS, Timeout)
+	}
+	return nil
+}
+
+func (r *Room) isEmpty() bool {
+	return len(r.Players) == 0
+}
+
+func (r *Room) WriteMsg(msg interface{}, exc ...int64) {
+	// 将 exc 列表转换成 map,提高排除用户的查询效率
+	excMap := make(map[int64]struct{}, len(exc))
+	for _, uid := range exc {
+		excMap[uid] = struct{}{}
+	}
+
+	// 遍历玩家并广播消息
+	for _, v := range r.Players {
+		if v == nil {
+			continue
+		}
+
+		// 如果玩家的 UID 在排除列表中,则跳过该玩家
+		if _, excluded := excMap[v.GetUid()]; excluded {
+			continue
+		}
+
+		v.WriteMsg(msg)
+	}
+}
+
+func (r *Room) handleGameLogic() {
+	fmt.Printf("房间 %d 处理游戏逻辑\n", r.Rid)
+	// 示例:检查是否需要下一轮发牌,或者执行其他游戏逻辑
+	r.nextRound()
+}
+
+func (r *Room) startGame() {
+	r.Mutex.Lock()
+	// 如果已经有 Goroutine 运行,不重复启动
+	if r.isRunning {
+		log.Printf("房间 %d 已经在运行\n", r.Rid)
+		r.Mutex.Unlock()
+		return
+	}
+
+	// 标记房间正在运行
+	r.isRunning = true
+	r.Mutex.Unlock()
+
+	// 启动新的 Goroutine 来管理房间
+	go func() {
+		go common.RunWithRecover(func() {
+			r.modifyRoomStatus()
+		})
+		r.nextRound()
+		// 监听房间状态并执行游戏逻辑
+		for {
+			select {
+			case <-r.NextRound:
+				// 检查游戏状态并进行下一轮
+				r.nextRound()
+			case <-r.Done: // 监听房间关闭信号
+				close(r.NextRound)
+				log.Printf("房间 %d 关闭,退出 Goroutine\n", r.Rid)
+				return
+			}
+		}
+	}()
+}
+
+// **下一轮**
+func (r *Room) nextRound() bool {
+	r.Mutex.Lock()
+	log.Println("进入下一轮")
+	// 将符合条件的观察者转为玩家
+	for k := 0; k < len(r.observes); k++ {
+		observer := r.observes[k]
+		if observer.chips > 0 && uint8(len(r.Players)) < r.Max {
+			observer.SetSitDown()
+			r.Players = append(r.Players, observer)
+			// 删除观察者
+			r.observes = append(r.observes[:k], r.observes[k+1:]...)
+			k-- // 调整索引,确保不会跳过下一个观察者
+			log.Printf("观察者 %d 转为玩家", observer.Uid)
+		}
+	}
+	// 检查是否继续游戏
+	if len(r.Players) < 2 {
+		log.Println("游戏结束")
+		r.Mutex.Unlock()
+		r.goNextGame()
+		return false
+	}
+	//游戏正在进行
+	r.status = 1
+	r.Mutex.Unlock()
+	//发牌 下注
+	fmt.Println("开始发牌!")
+	startDelay := &startDelay{
+		kind: 0,
+	}
+	//处理游戏下注
+	r.startDelay(startDelay)
+	//// 进入新的一轮
+	//// 5 秒后自动进入下一轮
+	go common.RunWithRecover(func() {
+		r.Broadcast(result.WSSuccess("start", startDelay), true)
+		r.goNextGame()
+	})
+
+	return true
+}
+
+func (r *Room) goNextGame() {
+	go func() {
+		time.Sleep(5 * time.Second)
+		r.NextRound <- struct{}{}
+	}()
+}
+
+func (r *Room) modifyRoomStatus() {
+	//r.Started = false
+	r.status = 0
+}
+
+func (r *Room) Broadcast(msg interface{}, all bool, exc ...int64) {
+	// 将 exc 列表转换成 map,提高排除用户的查询效率
+	var excMap map[int64]struct{}
+	if len(exc) > 0 {
+		excMap = make(map[int64]struct{}, len(exc))
+		for _, uid := range exc {
+			excMap[uid] = struct{}{}
+		}
+	}
+
+	// 遍历玩家并广播消息
+	for _, v := range r.Players {
+		if v == nil || (!all && v.IsGaming()) {
+			continue
+		}
+		if _, excluded := excMap[v.GetUid()]; excluded {
+			continue
+		}
+		v.WriteMsg(msg)
+	}
+
+	// 遍历观察者并广播消息
+	for _, v := range r.observes {
+		if v == nil {
+			continue
+		}
+		if _, excluded := excMap[v.Uid]; excluded {
+			continue
+		}
+		v.WriteMsg(msg)
+	}
+}
+
+func (r *Room) addPlayer(o *Player) uint8 {
+	for _, v := range r.Players {
+		if v != nil && v.GetUid() == o.Uid {
+			return 0
+		}
+	}
+
+	for k, v := range r.Players {
+		if v == nil {
+			r.Players[k] = o
+			o.Pos = uint8(k + 1)
+			o.SetSitDown()
+			return o.Pos
+		}
+	}
+	return 0
+}
+
+func (r *Room) removePlayer(o *Player) uint8 {
+	for k, v := range r.Players {
+		if v != nil && v.GetUid() == o.Uid {
+			v.SetPos(0)
+			r.Players[k] = nil
+			return uint8(k + 1)
+		}
+	}
+	return 0
+}
+
+func (r *Room) addObserve(o *Player) uint8 {
+	for _, v := range r.observes {
+		if v != nil && v.Uid == o.Uid {
+			return 0
+		}
+	}
+	o.SetObserve()
+	r.observes = append(r.observes, o)
+
+	return 0
+}
+
+func (r *Room) removeObserve(o *Player) {
+	for k, v := range r.observes {
+		if v != nil && v.Uid == o.Uid {
+			r.observes = append(r.observes[:k], r.observes[k+1:]...)
+			return
+		}
+	}
+}
+
+func (r *Room) CloseRoomChannel() {
+	once.Do(func() {
+		close(r.Done)
+		fmt.Println("通道被关闭")
+	})
+}
+
+// Each 从指定索引 `start` 开始遍历玩家列表,并对满足条件的玩家执行回调函数 `f`
+func (r *Room) Each(start uint8, f func(o *Player) bool) {
+	volume := r.Cap()
+	if volume == 0 { // 避免除零错误
+		return
+	}
+
+	end := (volume + start - 1) % volume
+	i := start
+
+	for {
+		player := r.Players[i]
+		if player != nil && player.IsGaming() {
+			if !f(player) { // 如果回调返回 false,则终止循环
+				return
+			}
+		}
+
+		if i == end { // 处理最后一个元素,防止额外调用
+			break
+		}
+		i = (i + 1) % volume
+	}
+}
+
+func (r *Room) Cap() uint8 {
+	return r.Max
+}
+func (r *Room) Len() uint8 {
+	var num uint8
+	for _, v := range r.Players {
+		if v != nil {
+			num++
+		}
+	}
+	return num
+}
+
+func (r *Room) GetNumber() string {
+	return r.RoomNumber
+}
+func (r *Room) SetNumber(value string) {
+	r.RoomNumber = value
+}
+
+func (r *Room) Data() interface{} { return r.Room }
+
+func (r *Room) FindRoom() bool {
+	r.Mutex.Lock()
+	if r.Len() < r.Cap() {
+		return true
+	}
+	r.Mutex.Unlock()
+	return false
+}

+ 27 - 0
app/rtc/api/internal/game/room/interface.go

@@ -0,0 +1,27 @@
+package m
+
+type IOccupant interface {
+	GetRoom() IRoom
+	WriteMsg(msg interface{})
+}
+type ICreator interface {
+	Create(interface{}) IRoom
+}
+type IRoom interface {
+	Cap() uint8
+	Len() uint8
+	GetNumber() string
+	SetNumber(string)
+	Data() interface{}
+	SetData(interface{})
+	Close(room IRoom)
+	Closed() chan struct{}
+	Send(IOccupant, interface{}) error
+	WriteMsg(interface{}, ...uint32)
+	Regist(interface{}, interface{})
+
+	Info(args ...interface{})
+	Infof(format string, args ...interface{})
+	Error(args ...interface{})
+	Errorf(format string, args ...interface{})
+}

+ 117 - 0
app/rtc/api/internal/game/room/msg_loop.go

@@ -0,0 +1,117 @@
+package m
+
+import (
+	"errors"
+	"github.com/davy66666/poker-go/src/github.com/davecgh/go-spew/spew"
+	"github.com/davy66666/poker-go/src/github.com/dolotech/lib/route"
+	"github.com/davy66666/poker-go/src/github.com/dolotech/lib/utils"
+	"github.com/davy66666/poker-go/src/github.com/golang/glog"
+	"github.com/davy66666/poker-go/src/server/protocol"
+)
+
+type MsgLoop struct {
+	closedBroadcastChan chan struct{}
+	closeChan           chan IRoom
+	msgChan             chan *msgObj
+	route.Route
+}
+
+func NewMsgLoop() *MsgLoop {
+	m := &MsgLoop{
+		closeChan:           make(chan IRoom, 1),
+		closedBroadcastChan: make(chan struct{}),
+		msgChan:             make(chan *msgObj, 128),
+	}
+	go m.msgLoop()
+
+	return m
+}
+
+func (r *MsgLoop) Closed() chan struct{} {
+	return r.closedBroadcastChan
+}
+func (r *MsgLoop) msgLoop() {
+	defer func() {
+		if err := utils.PrintPanicStack(); err != nil {
+			go r.msgLoop()
+		}
+	}()
+	for {
+		select {
+		case m := <-r.closeChan:
+			close(r.closedBroadcastChan)
+			DelRoom(m.(IRoom))
+			return
+		case m := <-r.msgChan:
+			r.Emit(m.msg, m.o)
+		}
+	}
+}
+
+func (r *MsgLoop) Close(m IRoom) {
+	select {
+	case r.closeChan <- m:
+	default:
+	}
+}
+
+type msgObj struct {
+	msg interface{}
+	o   IOccupant
+}
+
+func (r *MsgLoop) Send(o IOccupant, m interface{}) error {
+	select {
+	case r.msgChan <- &msgObj{m, o}:
+	default:
+		o.WriteMsg(protocol.MSG_ROOM_CLOSED)
+	}
+
+	return errors.New("room closed")
+}
+
+type Log struct {
+	room IRoom
+}
+
+func NewLog(room IRoom) *Log {
+	return &Log{room: room}
+}
+
+func (r *Log) Info(args ...interface{}) {
+	glog.InfoDepth(1, r.parseLog(args)...)
+}
+
+func (r *Log) Infof(format string, args ...interface{}) {
+	glog.InfofDepth(1, format, r.parseLog(args)...)
+}
+
+func (r *Log) Error(args ...interface{}) {
+	glog.ErrorDepth(1, r.parseLog(args)...)
+}
+func (r *Log) Debug(args ...interface{}) {
+	for k, v := range args {
+		args[k] = spew.Sdump(v)
+	}
+	glog.InfoDepth(1, r.parseLog(args)...)
+}
+
+func (r *Log) Debugf(format string, args ...interface{}) {
+	for k, v := range args {
+		args[k] = spew.Sdump(v)
+	}
+	glog.InfofDepth(1, format, r.parseLog(args)...)
+}
+func (r *Log) Errorf(format string, args ...interface{}) {
+	glog.ErrorfDepth(1, format, r.parseLog(args)...)
+}
+
+func (r *Log) parseLog(args ...interface{}) []interface{} {
+	param := make([]interface{}, len(args)+4)
+	param[0] = r.room.GetNumber()
+	param[1] = r.room.Cap()
+	param[2] = r.room.Len()
+	param[3] = r.room.Data()
+	copy(param[4:], args)
+	return param
+}

+ 110 - 0
app/rtc/api/internal/game/room/room_list.go

@@ -0,0 +1,110 @@
+package m
+
+import (
+	"github.com/davy66666/poker-go/src/github.com/dolotech/leaf/gate"
+	"github.com/davy66666/poker-go/src/server/protocol"
+	"math/rand"
+	"strconv"
+	"sync"
+	"time"
+)
+
+func OnMessage(m interface{}, a gate.Agent) {
+	o := a.UserData().(IOccupant)
+	if o.GetRoom() != nil {
+		o.GetRoom().Send(o, m)
+	} else {
+		if r := hand.Create(m); r == nil {
+			a.WriteMsg(protocol.MSG_NOT_IN_ROOM)
+		} else {
+			SetRoom(r)
+			r.Send(o, m)
+		}
+	}
+}
+
+var rooms *roomlist
+
+var hand ICreator
+
+func init() {
+	rooms = &roomlist{
+		M: make(map[string]IRoom, 1000),
+	}
+}
+
+func Init(h ICreator) {
+	hand = h
+}
+
+type roomlist struct {
+	M map[string]IRoom
+	sync.RWMutex
+}
+
+func FindRoom() IRoom {
+	rooms.Lock()
+	for _, v := range rooms.M {
+		if v.Len() < v.Cap() {
+			return v
+		}
+	}
+	rooms.Unlock()
+	return nil
+}
+
+func GetRoom(rid string) IRoom {
+	rooms.RLock()
+	r := rooms.M[rid]
+	rooms.RUnlock()
+	return r
+}
+
+func SetRoom(room IRoom) string {
+
+	rooms.Lock()
+	id := rooms.createNumber()
+	room.SetNumber(id)
+	rooms.M[id] = room
+	rooms.Unlock()
+	return id
+}
+func DelRoom(room IRoom) {
+	rooms.Lock()
+	delete(rooms.M, room.GetNumber())
+	rooms.Unlock()
+}
+
+func (this *roomlist) createNumber() string {
+	r := rand.New(rand.NewSource(time.Now().UnixNano()))
+	var n string
+	for i := 0; i < 100; i++ {
+		n = strconv.Itoa(int(r.Int31n(999999-100000) + 100000))
+		if _, ok := rooms.M[n]; !ok {
+			return n
+		}
+	}
+	return n
+}
+
+func Each(f func(o IRoom) bool) {
+	rooms.RLock()
+	for _, v := range rooms.M {
+		if !f(v) {
+			break
+		}
+	}
+	rooms.RUnlock()
+}
+func GetRooms() []IRoom {
+	r := make([]IRoom, len(rooms.M))
+	rooms.RLock()
+	var n = 0
+	for _, v := range rooms.M {
+		r[n] = v
+		n++
+	}
+
+	rooms.RUnlock()
+	return r
+}

+ 186 - 0
app/rtc/api/internal/game/room_internal_handler.go

@@ -0,0 +1,186 @@
+package game
+
+import (
+	"context"
+	"github.com/davy66666/poker-go/src/github.com/davecgh/go-spew/spew"
+	"github.com/golang/glog"
+	"github.com/jinzhu/copier"
+	"github.com/zeromicro/go-zero/core/logc"
+	"log"
+	"microGame/app/usercenter/cmd/api/internal/types"
+	"microGame/pkg/result"
+	"time"
+)
+
+func (r *Room) joinRoom(m *types.JoinRoom, o *Player) bool {
+	ctx := context.Background()
+	for k, v := range r.Players {
+		logc.Info(ctx, v, o)
+		if v.Uid == o.Uid {
+			// todo 掉线重连现场数据替换处理
+			o.Replace(r.Players[k])
+			r.Players[k] = o
+			if o != v {
+				logc.Info(ctx, "掉线重连处理")
+			} else {
+				logc.Info(ctx, "同一个链接重复请求加入房间")
+			}
+			o.WriteMsg(result.WSError("join", types.MSG_ROOM_OVERVOLUME, -1002))
+			return false
+		}
+	}
+
+	userInfos := make([]*types.UserInfo, 0, r.Cap())
+	r.Each(0, func(o *Player) bool {
+		userinfo := &types.UserInfo{
+			Nickname: o.Nickname,
+			Uid:      o.Uid,
+			Username: o.Username,
+			Sex:      o.Sex,
+			Profile:  o.Profile,
+			Chips:    o.chips,
+			Pos:      o.Pos,
+		}
+		userInfos = append(userInfos, userinfo)
+		return true
+	})
+
+	var pos uint8 = 0
+	// 判断游戏是否开始 如果已经开始 用户只能先加入观察者 坐下失败转为旁观
+	if r.status == 1 {
+		pos = r.addObserve(o)
+	} else {
+		pos = r.addPlayer(o)
+	}
+
+	// 坐下成功
+	if pos != 0 {
+		userInfo := &types.UserInfo{
+			Nickname: o.Nickname,
+			Uid:      o.Uid,
+			Username: o.Username,
+			Sex:      o.Sex,
+			Profile:  o.Profile,
+			Chips:    o.chips,
+			Pos:      pos,
+		}
+
+		r.Broadcast(result.WSSuccess("join", &types.JoinRoomBroadcast{UserInfo: userInfo}), true, o.Uid)
+		// 加入列表
+		userInfos = append(userInfos, userInfo)
+	}
+	roomInfo := &types.RoomInfoResp{
+		RoomNumber: r.RoomNumber,
+	}
+	//记录用户属于哪个room 防止数据丢失
+	//o.UpdateRoomId()
+	var resp []*types.UserInfoResp
+	_ = copier.Copy(&resp, userInfos)
+	// send message 推送 告诉当前加入room的用户 room里成员信息
+	o.WriteMsg(result.WSSuccess("join", &types.JoinRoomResp{UserInfos: resp, RoomInfo: roomInfo}))
+
+	time.AfterFunc(2*time.Second, func() {
+		defer func() {
+			if err := PrintPanicStack(); err != nil {
+				logc.Errorf(context.Background(), "Recovered from panic: %v", err)
+			}
+		}()
+
+		// 你的业务逻辑
+		// r.WriteMsg(o, &startDelay{})
+	})
+
+	logc.Debugw(ctx, "joinRoom", logc.Field("key", spew.Sdump(m)))
+	return true
+}
+
+func (r *Room) leaveAndRecycleChips(o *Player) {
+	if r.removePlayer(o) > 0 {
+		// 玩家站起回收带入筹码
+		gap := o.chips - uint32(r.DraginChips)
+		if gap == 0 {
+			//数据库处理用户资金
+			//o.UpdateChips(gap)
+		}
+	}
+}
+func (r *Room) LeaveRoom(m *types.LeaveRoom, o *Player) {
+
+	r.removeObserve(o)
+	r.removePlayer(o)
+	r.leaveAndRecycleChips(o)
+
+	o.RoomId = 0
+	//数据库处理用户资金
+	//o.UpdateRoomId()
+
+	leave := &types.LeaveRoom{
+		RoomNumber: r.RoomNumber,
+		Uid:        o.Uid,
+	}
+	r.Broadcast(result.WSSuccess("leave", leave), true)
+
+	// 房间里没有玩家时关闭并从列表中删除
+	if r.Len() == 0 {
+		r.CloseRoomChannel()
+	}
+	glog.Errorln("leaveRoom", m)
+}
+
+func (r *Room) bet(m *types.WSMessage, o *Player) {
+	if !o.IsGaming() {
+		o.WriteMsg(result.WSSuccess("bet", types.MSG_NOT_NOT_START))
+		return
+	}
+	data, ok := m.Data.(int)
+	if !ok {
+		log.Println("m.Data 不是 int 类型")
+		return
+	}
+	if data < 0 {
+		err := o.SetAction(-1)
+		if err != nil {
+			o.WriteMsg(result.WSSuccess("bet", types.MSG_NOT_TURN))
+		}
+
+	} else {
+		err := o.SetAction(int32(data))
+		if err != nil {
+			o.WriteMsg(result.WSSuccess("bet", types.MSG_NOT_TURN))
+		}
+	}
+
+	glog.Errorln("bet", m)
+}
+
+func (r *Room) sitDown(m *types.WSMessage, o *Player) {
+	pos := r.addPlayer(o)
+	if pos == 0 {
+		// 给进入房间的玩家带入筹码
+		o.chips = uint32(r.DraginChips)
+		r.addObserve(o)
+	} else {
+
+	}
+	r.Broadcast(result.WSSuccess("sitDown", &types.SitDown{Uid: o.Uid, Pos: o.Pos}), true)
+
+	glog.Errorln("sitDown", m)
+}
+
+func (r *Room) standUp(m *types.WSMessage, o *Player) {
+
+	err := o.SetAction(-1)
+	if err != nil {
+		return
+	}
+	r.leaveAndRecycleChips(o)
+
+	r.addObserve(o)
+	r.Broadcast(result.WSSuccess("standUp", &types.StandUp{Uid: o.Uid}), true)
+
+	glog.Errorln("standUp", m)
+}
+
+func (r *Room) chat(m *types.Chat, o *Player) {
+	r.Broadcast(result.WSSuccess("chat", m), true)
+}

+ 70 - 0
app/rtc/api/internal/game/room_test.go

@@ -0,0 +1,70 @@
+package game
+
+import (
+	"reflect"
+	"testing"
+	"time"
+)
+
+func TestRoom_Value(t *testing.T) {
+	t.Log(reflect.ValueOf(12))
+}
+func TestRoom_RecvMsg(t *testing.T) {
+
+	/*room:= NewRoom(&model.Room{})
+
+
+	protocol:= &msg2.JoinRoom{RoomNumber:"9999"}
+
+
+	room.Send(12,protocol)
+
+	*/
+	//msg1:= &msg2.LeaveRoom{RoomNumber:"9999"}
+	//room.RecvMsg(12,msg1)
+
+	time.Sleep(time.Second * 2)
+}
+func TestClose(t *testing.T) {
+
+	c := make(chan struct{}, 1)
+
+	go func() {
+		select {
+		case <-c:
+		default:
+			t.Log("default")
+		}
+	}()
+	<-time.After(time.Second)
+	close(c)
+
+	select {
+	case c <- struct{}{}:
+	default:
+		t.Log("default")
+	}
+
+	<-time.After(time.Second)
+
+}
+func BenchmarkCloseRoom(t *testing.B) {
+
+	/*
+
+		for i:=0;i<t.N;i++{
+			room:= NewRoom(&model.Room{})
+
+
+
+			go room.Close()
+			go room.SendMsg(111)
+		}
+
+		t.Log("adfasdfads")
+
+		<- time.After(time.Minute)*/
+
+	//room.CloseChan <- struct{}{}
+	//t.Log(Cap(room.CloseChan))
+}

+ 41 - 0
app/rtc/api/internal/game/stack.go

@@ -0,0 +1,41 @@
+package game
+
+import (
+	"bytes"
+	"context"
+	"fmt"
+	"github.com/zeromicro/go-zero/core/logc"
+	"runtime"
+
+	"github.com/davy66666/poker-go/src/github.com/davecgh/go-spew/spew"
+)
+
+// PrintPanicStack 产生panic时的调用栈打印
+func PrintPanicStack(extras ...interface{}) interface{} {
+	defer func() {
+		if x := recover(); x != nil {
+			ctx := context.Background()
+			logc.Errorf(ctx, "Login-RabbitSender PANIC: %+v\n", x)
+
+			// 打印堆栈信息
+			for i := 0; ; i++ {
+				if pc, file, line, ok := runtime.Caller(i); ok {
+					logc.Errorf(ctx, "frame %d: [func: %s, file: %s, line: %d]\n",
+						i, runtime.FuncForPC(pc).Name(), file, line)
+				} else {
+					break
+				}
+			}
+
+			// 打印 extras 传入的额外数据
+			if len(extras) > 0 {
+				var buf bytes.Buffer
+				for i, extra := range extras {
+					buf.WriteString(fmt.Sprintf("EXTRA#%d DATA:\n%s\n", i, spew.Sdump(extra)))
+				}
+				logc.Errorf(ctx, "%s", buf.String())
+			}
+		}
+	}()
+	return nil
+}

+ 29 - 0
app/rtc/api/internal/handler/room/betHandler.go

@@ -0,0 +1,29 @@
+package room
+
+import (
+	"net/http"
+
+	"github.com/zeromicro/go-zero/rest/httpx"
+	"microGame/app/usercenter/cmd/api/internal/logic/room"
+	"microGame/app/usercenter/cmd/api/internal/svc"
+	"microGame/app/usercenter/cmd/api/internal/types"
+)
+
+// bet room
+func BetHandler(svcCtx *svc.ServiceContext) http.HandlerFunc {
+	return func(w http.ResponseWriter, r *http.Request) {
+		var req types.BetReq
+		if err := httpx.Parse(r, &req); err != nil {
+			httpx.ErrorCtx(r.Context(), w, err)
+			return
+		}
+
+		l := room.NewBetLogic(r.Context(), svcCtx)
+		resp, err := l.Bet(&req)
+		if err != nil {
+			httpx.ErrorCtx(r.Context(), w, err)
+		} else {
+			httpx.OkJsonCtx(r.Context(), w, resp)
+		}
+	}
+}

+ 29 - 0
app/rtc/api/internal/handler/room/chatHandler.go

@@ -0,0 +1,29 @@
+package room
+
+import (
+	"net/http"
+
+	"github.com/zeromicro/go-zero/rest/httpx"
+	"microGame/app/usercenter/cmd/api/internal/logic/room"
+	"microGame/app/usercenter/cmd/api/internal/svc"
+	"microGame/app/usercenter/cmd/api/internal/types"
+)
+
+// chat room
+func ChatHandler(svcCtx *svc.ServiceContext) http.HandlerFunc {
+	return func(w http.ResponseWriter, r *http.Request) {
+		var req types.ChatReq
+		if err := httpx.Parse(r, &req); err != nil {
+			httpx.ErrorCtx(r.Context(), w, err)
+			return
+		}
+
+		l := room.NewChatLogic(r.Context(), svcCtx)
+		resp, err := l.Chat(&req)
+		if err != nil {
+			httpx.ErrorCtx(r.Context(), w, err)
+		} else {
+			httpx.OkJsonCtx(r.Context(), w, resp)
+		}
+	}
+}

+ 29 - 0
app/rtc/api/internal/handler/room/createRoomHandler.go

@@ -0,0 +1,29 @@
+package room
+
+import (
+	"net/http"
+
+	"github.com/zeromicro/go-zero/rest/httpx"
+	"microGame/app/usercenter/cmd/api/internal/logic/room"
+	"microGame/app/usercenter/cmd/api/internal/svc"
+	"microGame/app/usercenter/cmd/api/internal/types"
+)
+
+// create room
+func CreateRoomHandler(svcCtx *svc.ServiceContext) http.HandlerFunc {
+	return func(w http.ResponseWriter, r *http.Request) {
+		var req types.RoomInfoReq
+		if err := httpx.Parse(r, &req); err != nil {
+			httpx.ErrorCtx(r.Context(), w, err)
+			return
+		}
+
+		l := room.NewCreateRoomLogic(r.Context(), svcCtx)
+		resp, err := l.CreateRoom(&req)
+		if err != nil {
+			httpx.ErrorCtx(r.Context(), w, err)
+		} else {
+			httpx.OkJsonCtx(r.Context(), w, resp)
+		}
+	}
+}

Some files were not shown because too many files changed in this diff